@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');

@font-face {
  font-family: Sen;
  src: url(fonts/SenStd-Bold.eot);
  src: url(fonts/SenStd-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/SenStd-Bold.woff) format('woff'), url(fonts/SenStd-Bold.ttf) format('truetype'), url(fonts/SenStd-Bold.svg#SenStd-Bold) format('svg');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Sen;
  src: url(fonts/SenStd-Medium.eot);
  src: url(fonts/SenStd-Medium.eot?#iefix) format('embedded-opentype'), url(fonts/SenStd-Medium.woff) format('woff'), url(fonts/SenStd-Medium.ttf) format('truetype'), url(fonts/SenStd-Medium.svg#SenStd-Medium) format('svg');
  font-weight: 500;
  font-style: normal
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button {
  color: #fff
}

.wp-block-button.aligncenter {
  text-align: center
}

.wp-block-button.alignright {
  text-align: right
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
  border-radius: 0
}

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important
}

.is-style-outline {
  color: #32373c
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
  margin-right: none;
  margin-left: 8px
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar tfoot a {
  color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}

.wp-block-columns.has-background {
  padding: 20px 30px
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

@media (max-width:599px) {
  .wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }
}

@media (min-width:782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-column[style] {
    flex-grow: 0
  }

  .wp-block-column:not(:first-child) {
    margin-left: 32px
  }
}

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

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: 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-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

.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__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.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__gradient-background {
  opacity: .5
}

.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:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: .1
}

.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:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: .2
}

.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:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: .3
}

.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:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: .4
}

.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:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: .5
}

.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:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: .6
}

.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:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: .7
}

.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:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: .8
}

.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:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: .9
}

.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:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports ((position:-webkit-sticky) or (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: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.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 .wp-block-subhead: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__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff
}

.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 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 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: 580px;
  padding: 14px;
  text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%
}

.wp-block-embed {
  margin-bottom: 1em
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media (min-width:600px) {

  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px)
    }
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px)
    }
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px)
    }
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px)
    }
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px)
    }
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px)
    }
  }

  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-image {
  margin-bottom: 1em
}

.wp-block-image img {
  max-width: 100%
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .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-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  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: 52px
}

.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: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}

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

.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 16px 16px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px)
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px)
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px)
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px)
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  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 {
  -ms-grid-row-align: start;
  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 {
  -ms-grid-row-align: center;
  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 {
  -ms-grid-row-align: end;
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  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*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill figure.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 {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}

.wp-block-navigation>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0
}

@media (min-width:600px) {
  .wp-block-navigation>ul {
    display: flex;
    flex-wrap: wrap
  }
}

.wp-block-navigation>ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0
}

.wp-block-navigation>ul ul li {
  margin: 0
}

.wp-block-navigation>ul li {
  z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
  cursor: pointer;
  z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}

.wp-block-navigation>ul>li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
  margin: 0;
  width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
  align-items: center;
  width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
  margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
  display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, .15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
  left: 100%;
  top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
  padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
  padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
  color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0
}

.wp-block-navigation>ul>li>a {
  display: flex;
  align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
  padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
  padding-right: 0
}

.wp-block-navigation.items-justified-left>ul {
  justify-content: flex-start
}

.wp-block-navigation.items-justified-center>ul {
  justify-content: center
}

.wp-block-navigation.items-justified-right>ul {
  justify-content: flex-end
}

.is-small-text {
  font-size: 14px
}

.is-regular-text {
  font-size: 16px
}

.is-large-text {
  font-size: 36px
}

.is-larger-text {
  font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-background {
  padding: 20px 30px
}

p.has-text-color a {
  color: inherit
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}

.wp-block-rss.alignleft {
  margin-right: 2em
}

.wp-block-rss.alignright {
  margin-left: 2em
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px)
  }

  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px)
  }

  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px)
  }

  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px)
  }

  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
  width: 100%
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0
}

.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-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-social-link {
    transition-duration: 0s
  }
}

.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor
}

.wp-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.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: #1977f2;
  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: #0577b5;
  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-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: #fe4500;
  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-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: #21a1f3;
  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-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}

.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: #1977f2
}

.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: #0577b5
}

.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-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: #fe4500
}

.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-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: #21a1f3
}

.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-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100
}

.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: 16px;
  padding-right: 16px
}

.wp-block-spacer {
  clear: both
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  width: 100%
}

.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 #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.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-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  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%
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0
}

.wp-block-video video {
  max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

:root .has-pale-pink-background-color {
  background-color: #f78da7
}

:root .has-vivid-red-background-color {
  background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}

:root .has-vivid-purple-background-color {
  background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-pale-pink-color {
  color: #f78da7
}

:root .has-vivid-red-color {
  color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
  color: #ff6900
}

:root .has-luminous-vivid-amber-color {
  color: #fcb900
}

:root .has-light-green-cyan-color {
  color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
  color: #00d084
}

:root .has-pale-cyan-blue-color {
  color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
  color: #0693e3
}

:root .has-vivid-purple-color {
  color: #9b51e0
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-cyan-bluish-gray-color {
  color: #abb8c3
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}

: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-small-font-size {
  font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px
}

.has-medium-font-size {
  font-size: 20px
}

.has-large-font-size {
  font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

.wp-block-audio figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 14px;
  color: #23282d;
  padding: .8em 1em;
  border: 1px solid #e2e4e7;
  border-radius: 4px
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  margin-bottom: 28px;
  color: #40464d
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: #40464d;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none
}

.wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 4px solid #000;
  padding-left: 0;
  padding-right: 1em
}

.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none
}

.wp-block-search .wp-block-search__label {
  font-weight: 700
}

.wp-block-group.has-background {
  padding: 20px 30px;
  margin-top: 0;
  margin-bottom: 0
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin-left: auto;
  margin-right: auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px
}

.wp-block-table {
  border-collapse: collapse
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  padding: .5em;
  border: 1px solid;
  word-break: normal
}

.wp-block-table figcaption,
.wp-block-video figcaption {
  color: #555d66;
  font-size: 13px;
  text-align: center
}

.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: .5;
  z-index: 1
}

.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
  opacity: .1
}

.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
  opacity: .2
}

.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
  opacity: .3
}

.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
  opacity: .4
}

.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
  opacity: .5
}

.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
  opacity: .6
}

.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
  opacity: .7
}

.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
  opacity: .8
}

.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
  opacity: .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
}

.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: .5em
}

.wc-block-product-categories-list-item-count:before {
  content: " ("
}

.wc-block-product-categories-list-item-count:after {
  content: ")"
}

.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: .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: none;
  padding: 8px;
  color: #555d66;
  position: relative;
  overflow: hidden;
  border-radius: 4px
}

.wc-block-product-categories__button svg {
  fill: currentColor;
  outline: none
}

.rtl .wc-block-product-categories__button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.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: .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, .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
}

.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: none
}

.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: .5;
  z-index: 1
}

.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
  opacity: .1
}

.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
  opacity: .2
}

.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
  opacity: .3
}

.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
  opacity: .4
}

.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
  opacity: .5
}

.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
  opacity: .6
}

.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
  opacity: .7
}

.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
  opacity: .8
}

.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
  opacity: .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,
.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: none;
  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
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.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: .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, .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
}

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

.wc-block-error {
  display: -webkit-box;
  display: flex;
  background-color: #f3f3f4;
  border-left: 4px solid #6d6d6d;
  padding: 36px 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

.wc-block-error__header {
  font-size: 2em;
  font-weight: 700;
  margin: 0
}

.wc-block-error__message,
.wc-block-error__text {
  margin: 0
}

@media (min-width:481px) {
  .wc-block-error {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
  }

  .wc-block-error__image+.wc-block-error__content {
    margin-left: 16px
  }
}

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

.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 spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.wc-block-grid {
  text-align: center
}

.wc-block-grid__no-products {
  padding: 40px;
  text-align: center;
  width: 100%
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
  max-width: 150px;
  margin: 0 auto 1em;
  display: block
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  margin: 0;
  font-weight: 700
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-grid__products {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px 16px;
  background-clip: padding-box
}

.wc-block-grid__product {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  position: relative;
  text-align: center;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid transparent
}

.entry-content .wc-block-grid__product-image,
.wc-block-grid__product-image {
  text-decoration: none;
  display: block;
  position: relative
}

.entry-content .wc-block-grid__product-image a,
.wc-block-grid__product-image a {
  text-decoration: none;
  border: 0;
  outline: 0;
  box-shadow: none
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.wc-block-grid__product-image .wc-block-grid__product-image__image {
  vertical-align: middle;
  width: 100%
}

.entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image[hidden],
.wc-block-grid__product-image .wc-block-grid__product-image__image[hidden] {
  display: none
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  height: 0;
  padding-bottom: 100%
}

.is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image:after,
.is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {

  .is-loading .entry-content .wc-block-grid__product-image .wc-block-grid__product-image__image,
  .is-loading .wc-block-grid__product-image .wc-block-grid__product-image__image {
    -webkit-animation: none;
    animation: none
  }
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  line-height: 1.2em;
  font-weight: 700;
  padding: 0;
  color: inherit;
  font-size: inherit;
  display: block
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
.is-loading .wc-block-grid__product-title:before {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  content: ".";
  display: inline-block;
  width: 6em
}

.is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before:after,
.is-loading .editor-styles-wrapper .wc-block-grid__product-title:before:after,
.is-loading .wc-block-grid__product-title:before:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {

  .is-loading .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:before,
  .is-loading .editor-styles-wrapper .wc-block-grid__product-title:before,
  .is-loading .wc-block-grid__product-title:before {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-grid__product-price {
  display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  font-size: .8em;
  line-height: 1;
  color: #aaa;
  margin-top: -.25em;
  display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__value {
  letter-spacing: -1px;
  font-weight: 600;
  display: block;
  font-size: 1.25em;
  line-height: 1.25;
  color: #000
}

.wc-block-grid__product-price .wc-block-grid__product-price__value span {
  white-space: nowrap
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  content: ".";
  display: inline-block;
  width: 3em
}

.is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-grid__product-price .wc-block-grid__product-price__value:before {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-grid__product-add-to-cart {
  word-break: break-word;
  white-space: normal
}

.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
  word-break: break-word;
  white-space: normal;
  margin: 0 auto !important;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center
}

.wc-block-grid__product-add-to-cart a.loading,
.wc-block-grid__product-add-to-cart button.loading {
  opacity: .25
}

.wc-block-grid__product-add-to-cart a:after,
.wc-block-grid__product-add-to-cart button:after {
  margin-left: .5em;
  display: inline-block
}

.wc-block-grid__product-add-to-cart a.added:after,
.wc-block-grid__product-add-to-cart button.added:after {
  font-family: WooCommerce;
  content: "\e017"
}

.wc-block-grid__product-add-to-cart a.loading:after,
.wc-block-grid__product-add-to-cart button.loading:after {
  font-family: WooCommerce;
  content: "\e031";
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

.is-loading .wc-block-grid__product-add-to-cart a,
.is-loading .wc-block-grid__product-add-to-cart button {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 7em
}

.is-loading .wc-block-grid__product-add-to-cart a:after,
.is-loading .wc-block-grid__product-add-to-cart button:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {

  .is-loading .wc-block-grid__product-add-to-cart a,
  .is-loading .wc-block-grid__product-add-to-cart button {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-grid__product-rating {
  display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  font-family: star;
  font-weight: 400;
  display: -block;
  margin: 0 auto;
  text-align: left
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: .5;
  color: #aaa
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: #000
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product-onsale {
  border: 1px solid #43454b;
  color: #43454b;
  background: #fff;
  padding: .202em .6180469716em;
  font-size: .875rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  width: auto;
  border-radius: 3px;
  z-index: 9;
  position: relative;
  margin: 8px auto
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft {
  position: absolute;
  left: 4px;
  top: 4px;
  right: auto;
  margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--aligncenter {
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright,
.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
  position: absolute;
  right: 4px;
  top: 4px;
  left: auto;
  margin: 0
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__product .wc-block-grid__product-title {
  margin-top: 0;
  margin-bottom: 12px
}

.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>.wc-block-grid__product-title:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>div:last-child {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 12px
}

.wc-block-grid.has-1-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 100%;
  max-width: 100%
}

.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: .8em
}

@media (max-width:480px) {
  .wc-block-grid.has-2-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-3-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-4-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-5-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-6-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-7-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid.has-8-columns .wc-block-grid__products {
    display: block
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0
  }

  .wc-block-grid .wc-block-grid__product-image img {
    width: 100%
  }
}

@media (min-width:481px) and (max-width:600px) {
  .wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0;
    margin: 0 0 24px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
    padding-right: 8px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
    padding-left: 8px
  }

  .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
    left: 8px
  }

  .wc-block-grid .wc-block-grid__product-image img {
    width: 100%
  }
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: .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-title:before {
  display: none
}

.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1
}

.wc-block-product-sort-select {
  margin-bottom: 24px;
  text-align: left
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 9px;
  clear: both;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  background: #e1e1e1;
  margin: 15px 0
}

.wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  height: 9px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: #a8739d;
  background: var(--track-background)
}

.wc-block-price-filter .wc-block-price-filter__controls {
  display: -webkit-box;
  display: flex;
  margin: 0 0 20px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
  margin: 0;
  border-radius: 4px;
  width: auto;
  max-width: 100px;
  min-width: 0
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--min {
  margin-right: 10px
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
  margin-left: auto
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls {
  -webkit-box-pack: end;
  justify-content: flex-end
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__amount.wc-block-price-filter__amount--max {
  margin-left: 0;
  margin-right: 10px
}

.wc-block-price-filter.wc-block-price-filter--has-filter-button .wc-block-price-filter__controls .wc-block-price-filter__button {
  margin-left: auto;
  white-space: nowrap
}

.wc-block-price-filter .wc-block-price-filter__range-input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  pointer-events: none;
  outline: none !important
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb:hover {
  background-position-y: -21px;
  -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-focus-outer {
  border: 0
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-moz-range-thumb:hover {
  background-position-y: -21px;
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
  transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -ms-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb:hover {
  background-position-y: -21px;
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75));
  transform: scale(1.1)
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-webkit-slider-thumb {
  background-position-y: -21px;
  -webkit-filter: drop-shadow(3px 0 0 hsla(0, 0%, 100%, .75)) drop-shadow(-3px 0 0 hsla(0, 0%, 100%, .75));
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-moz-range-thumb {
  background-position-y: -21px;
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input:focus::-ms-thumb {
  background-position-y: -21px;
  filter: drop-shadow(3px 0 0 rgba(255, 255, 255, .75)) drop-shadow(-3px 0 0 rgba(255, 255, 255, .75))
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min {
  z-index: 21
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--min::-ms-thumb {
  background-position-x: left
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max {
  z-index: 20
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px)
}

.wc-block-price-filter .wc-block-price-filter__range-input.wc-block-price-filter__range-input--max::-ms-thumb {
  background-position-x: right
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount,
.wc-block-price-filter.is-loading .wc-block-price-filter__button,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none
}

.wc-block-price-filter.is-disabled .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__button:after,
.wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__amount:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__button:after,
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-price-filter.is-disabled .wc-block-price-filter__amount,
  .wc-block-price-filter.is-disabled .wc-block-price-filter__button,
  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
  .wc-block-price-filter.is-loading .wc-block-price-filter__amount,
  .wc-block-price-filter.is-loading .wc-block-price-filter__button,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__amount,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__button,
.wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
  -webkit-animation: none;
  animation: none
}

.rtl .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
  --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
  --range-color: #a8739d;
  background: var(--track-background)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px
  }

  .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
    background: #a8739d;
    box-shadow: inset 0 0 0 1px #95588a;
    width: 100%;
    top: 7px
  }

  .wc-block-price-filter .wc-block-price-filter__range-input {
    height: 24px;
    pointer-events: auto;
    position: absolute;
    left: 0;
    top: 0
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
    background: transparent
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
    display: none
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
    transform: translate(1px);
    pointer-events: auto
  }

  .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
    background: transparent
  }

  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    color: transparent;
    border: 0;
    box-shadow: none
  }

  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
    content: "\00a0"
  }
}

@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce) {

  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

@supports (-ms-ime-align:auto) {
  .wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
    background: transparent;
    box-shadow: none;
    height: 24px
  }

  .wc-block-price-filter .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-progress {
    background: #a8739d;
    box-shadow: inset 0 0 0 1px #95588a;
    width: 100%;
    top: 7px
  }

  .wc-block-price-filter .wc-block-price-filter__range-input {
    height: 24px;
    pointer-events: auto;
    position: absolute;
    left: 0;
    top: 0
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7px 0;
    color: transparent
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-lower {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-fill-upper {
    background: transparent
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-tooltip {
    display: none
  }

  .wc-block-price-filter .wc-block-price-filter__range-input::-ms-thumb {
    transform: translate(1px);
    pointer-events: auto
  }

  .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-upper {
    background: #e1e1e1;
    box-shadow: inset 0 0 0 1px #b8b8b8
  }

  .wc-block-price-filter .wc-block-price-filter__range-input--max::-ms-fill-lower {
    background: transparent
  }

  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: #e2e4e7 !important;
    color: transparent;
    border: 0;
    box-shadow: none
  }

  .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after,
  .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after {
    content: "\00a0"
  }

  @media screen and (prefers-reduced-motion:reduce) {

    .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper,
    .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper {
      -webkit-animation: none;
      animation: none
    }
  }

  .wc-block-price-filter.is-disabled:not(.is-loading) .wc-block-price-filter__range-input-wrapper {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin: 0 0 16px
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li {
  text-decoration: underline
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input,
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
  float: right
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:before {
  content: " ("
}

.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count:after {
  content: ")"
}

.editor-styles-wrapper .wc-block-checkbox-list,
.wc-block-checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li,
.wc-block-checkbox-list li {
  margin: 0 0 4px;
  padding: 0;
  list-style: none outside
}

.editor-styles-wrapper .wc-block-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-checkbox-list li.show-more button,
.wc-block-checkbox-list li.show-less button,
.wc-block-checkbox-list li.show-more button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
.wc-block-checkbox-list.is-loading li {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none
}

.editor-styles-wrapper .wc-block-checkbox-list.is-loading li:after,
.wc-block-checkbox-list.is-loading li:after {
  content: "\00a0"
}

@media screen and (prefers-reduced-motion:reduce) {

  .editor-styles-wrapper .wc-block-checkbox-list.is-loading li,
  .wc-block-checkbox-list.is-loading li {
    -webkit-animation: none;
    animation: none
  }
}

.wc-block-active-filters {
  margin: 0 0 16px;
  overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  float: right;
  background: transparent none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  background: transparent none
}

.wc-block-active-filters .wc-block-active-filters-list {
  margin: 0 0 4px;
  list-style: none outside;
  clear: both
}

.wc-block-active-filters .wc-block-active-filters-list li {
  margin: 0 0 4px;
  padding: 0 16px 0 0;
  list-style: none outside;
  clear: both;
  position: relative
}

.wc-block-active-filters .wc-block-active-filters-list button {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  padding: 16px 0 0;
  width: 16px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -8px 0 0
}

.wc-block-active-filters .wc-block-active-filters-list button:before {
  width: 16px;
  height: 16px;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li {
  display: inline-block;
  background: #c4c4c4;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 6px 6px 0;
  color: #24292d
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips li .wc-block-active-filters-list-item__type {
  display: none
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button {
  float: none;
  vertical-align: middle;
  margin: -2px 0 0 9px;
  height: 0;
  padding: 12px 0 0;
  width: 12px;
  overflow: hidden;
  position: relative
}

.wc-block-active-filters .wc-block-active-filters-list.wc-block-active-filters-list--chips button:before {
  width: 12px;
  height: 12px;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2324292d' d='M7.033 0l1.414 1.414-7.033 7.034-1.415-1.415z'/%3E%3Cpath fill='%2324292d' d='M8.447 7.071L7.033 8.486 0 1.452 1.414.038z'/%3E%3C/svg%3E") 50% no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 0
}

.wc-block-error-message {
  margin-bottom: 16px;
  margin-top: 8px
}

.wc-block-api-error .components-placeholder__fieldset {
  display: block
}

.wc-block-api-error .wc-block-error-message {
  margin-top: 0
}

.wc-block-api-error .components-spinner {
  float: none
}

.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>')
}

.wc-block-review-sort-select {
  text-align: right
}

.wc-block-sort-select {
  margin-bottom: 12px
}

.wc-block-sort-select__label {
  margin-right: 12px;
  display: inline-block;
  font-weight: 400
}

.editor-styles .wc-block-review-list,
.wc-block-review-list {
  margin: 0
}

.is-loading .wc-block-review-list-item__text {
  -webkit-animation: loading-fade 1.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  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.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none
}

.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.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  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,
.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.2s ease-in-out infinite;
  animation: loading-fade 1.2s ease-in-out infinite;
  background-color: #e2e4e7 !important;
  color: transparent;
  border: 0;
  box-shadow: none;
  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(/homeo/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/%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: .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
}

.wc-block-load-more {
  text-align: center;
  width: 100%
}

.wc-block-pagination {
  margin: 0 auto 16px
}

.wc-block-pagination-ellipsis,
.wc-block-pagination-page {
  color: #333;
  display: inline-block;
  font-size: 1em;
  font-weight: 400
}

.wc-block-pagination-page {
  border-color: transparent;
  padding: .3em .6em;
  min-width: 2.2em
}

@media (max-width:782px) {
  .wc-block-pagination-page {
    padding: .1em .2em;
    min-width: 1.6em
  }
}

.wc-block-pagination-page:not(.toggle) {
  background-color: transparent
}

.wc-block-pagination-ellipsis {
  padding: .3em
}

@media (max-width:782px) {
  .wc-block-pagination-ellipsis {
    padding: .1em
  }
}

.wc-block-pagination-page--active[disabled] {
  color: #333;
  font-weight: 700;
  opacity: 1 !important
}

.wc-block-pagination-page--active[disabled]:focus,
.wc-block-pagination-page--active[disabled]:hover {
  background-color: inherit;
  color: #333;
  opacity: 1 !important
}

@-webkit-keyframes loading-fade {
  0% {
    opacity: .7
  }

  50% {
    opacity: 1
  }

  to {
    opacity: .7
  }
}

@keyframes loading-fade {
  0% {
    opacity: .7
  }

  50% {
    opacity: 1
  }

  to {
    opacity: .7
  }
}

.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #f00
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #f00
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #f00;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " "
}

.wpcf7-display-none {
  display: none
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('/homeo/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

div.wpcf7 input[type="file"] {
  cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr
}

.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0px !important
}

#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  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: 0px;
  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: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  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: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  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: 0px;
  left: 0px;
  height: 100%;
  width: 0
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !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: 0px;
  white-space: nowrap;
  line-height: 10px
}

.rtl {
  direction: rtl
}

@font-face {
  font-family: 'revicons';
  src: url('fonts/revicons.eot');
  src: url('fonts/revicons.eot#iefix') format('embedded-opentype'),
    url('fonts/revicons.woff') format('woff'),
    url('fonts/revicons.ttf') format('truetype'),
    url('fonts/revicons.svg#revicons') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .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;
  speak: none;
  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: 0px !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: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  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: 0px;
  padding: 0px;
  border: none
}

rs-module .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0px;
  left: 0px
}

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(/homeo/wp-content/plugins/revslider/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
  cursor: url(/homeo/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px
}

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: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0)
}

rs-zone {
  position: absolute;
  width: 100%;
  left: 0px;
  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
}

@-moz-document url-prefix() {

  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    filter: blur(0px)
  }
}

.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: 0px
}

.rev_row_zone_bottom {
  bottom: 0px
}

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: 0px
}

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: 0px;
  left: 0px;
  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: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0px
}

.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0px
}

.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: 100%;
  top: 0px
}

.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: 100%;
  top: 0px
}

.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: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
  display: block
}

.rs-layer.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute
}

.rs-layer.rs-fsv {
  left: 0px;
  top: 0px;
  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: 0px;
  left: 0px
}

.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 300ms 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: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  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: 0px;
  left: 0px;
  z-index: 3;
  display: block;
  pointer-events: none
}

rs-sbg-wrap rs-dotted {
  z-index: 31
}

rs-dotted.twoxtwo {
  background: url(/homeo/wp-content/plugins/revslider/public/assets/assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
  background: url(/homeo/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)
}

rs-dotted.threexthree {
  background: url(/homeo/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
  background: url(/homeo/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  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: transparent;
  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: normal;
  position: relative;
  top: 0px;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0px;
  line-height: inherit
}

.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !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 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: .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 white;
  border-radius: 23px
}

.rev-scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  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.50);
  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: 0px
}

rs-progress.rs-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px
}

.rs-layer img {
  background: transparent;
  -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(/homeo/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
  background: url(/homeo/wp-content/plugins/revslider/public/assets/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(/homeo/wp-content/plugins/revslider/public/assets/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(/homeo/wp-content/plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -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: #f00;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0)
  }

  100% {
    transform: scale(1.0);
    opacity: 0
  }
}

rs-loader.spinner3 {
  margin: -9px 0px 0px -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.0)
  }

  40% {
    transform: scale(1.0)
  }
}

rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s 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 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes tp-bounce {

  0%,
  100% {
    transform: scale(0.0)
  }

  50% {
    transform: scale(1.0)
  }
}

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: 0px;
  left: 0px
}

.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: 0px;
  left: 0px
}

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: 0px 0px 20px;
  line-height: 60px;
  font-size: 34px;
  color: #FFF
}

.rs_error_message_content {
  margin: 0px 0px 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: 0px;
  left: 0px;
  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: 0px;
  left: 0px;
  z-index: 0
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  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(.9) saturate(.85) brightness(1.2)
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5
}

.inkwell {
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
  background: #efcdad
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.toaster {
  filter: contrast(1.5) brightness(.9)
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3
}

.hudson {
  filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5
}

.earlybird {
  filter: contrast(.9) sepia(.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, .8), rgba(255, 200, 200, .6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .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, .3);
  mix-blend-mode: screen
}

.brooklyn {
  filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  mix-blend-mode: overlay
}

.xpro2 {
  filter: sepia(.3)
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn
}

.nashville {
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten
}

.nashville::before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken
}

.lark {
  filter: contrast(.9)
}

.lark::after {
  background: rgba(242, 242, 242, .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, .2);
  mix-blend-mode: overlay
}

.willow {
  filter: grayscale(.5) contrast(.95) brightness(.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(.2) contrast(.9) saturate(.9)
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .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(.66) brightness(1.05)
}

.slumber::after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light
}

.slumber::before {
  background: rgba(69, 41, 12, .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: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: .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 .8s linear infinite;
  animation: rs-revealer-7 .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: -.8s;
  -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .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: .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: -.9s;
  animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.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: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .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: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: .2s;
  animation-delay: .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: -.5s;
  -webkit-animation-delay: -.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: -.9s;
  animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.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(.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
  }
}

.bgcanvas {
  display: none;
  position: absolute;
  oveflow: hidden
}

.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 form .password-input,
.woocommerce-page form .password-input {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: .7em;
  cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "î€";
  text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858
}

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

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important
}

.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left
}

.woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
  display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, .025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: right;
  clear: none !important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: none
}

.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: left
}

.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: none;
  padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
  content: ' ';
  display: table
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after {
  clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 48%;
  box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text+.button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
  float: right
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  display: block;
  width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 100%;
  float: none;
  text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%
}

.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important
}

@-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(/homeo/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(/homeo/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(/homeo/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(/homeo/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(/homeo/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: WooCommerce;
  src: url(/homeo/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(/homeo/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/homeo/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/homeo/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/homeo/wp-content/plugins/woocommerce/assets/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, .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: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(/homeo/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(/homeo/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(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: .857em;
  margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .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: .5;
  display: inline-block
}

.woocommerce div.product p.stock {
  font-size: .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(.795, -.035, 0, 1) .5s;
  transition: all cubic-bezier(.795, -.035, 0, 1) .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: .5em;
  right: .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: .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: .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: .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: .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: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .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: -.5em -.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: .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: .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: .5em;
  font-size: .857em
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .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: .67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, .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: .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: .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: .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: .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: .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: .5;
  padding: .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: .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: .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: .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: .5em 4px 0 0;
  float: left
}

.woocommerce .products .star-rating {
  display: block;
  margin: 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, .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, .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, .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, .025)
}

.woocommerce table.shop_table {
  border: 1px solid rgba(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, .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, .1)
}

.woocommerce table.my_account_orders {
  font-size: .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.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: .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: .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, .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 .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 .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 .5s .5s ease;
  transition: opacity .5s .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: .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 6px;
  border-style: solid;
  border-color: #1e85be transparent 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 .5em;
  line-height: 1.5em;
  list-style: none outside
}

.woocommerce ul#shipping_method li input {
  margin: 3px .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: .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, .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: .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: .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: .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: .618em;
  content: "î€“";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: .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: .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: .5em;
  margin-right: .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: -.3em;
  margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .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: .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: .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: .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: .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: .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 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: .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 .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: .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 .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 .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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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(/homeo/wp-content/plugins/woocommerce/assets/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: .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: -.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: .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, .2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  background: rgba(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 .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: .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
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.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-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

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:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  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:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.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;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  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
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .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;
    box-sizing: border-box
  }

  .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 all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important
  }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps-container.ps-in-scrolling {
  pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
  height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
  width: 11px
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
  opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0
}

.leaflet-container {
  overflow: hidden
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.leaflet-tile::selection {
  background: transparent
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block
}

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4)
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden
}

.leaflet-tile-loaded {
  visibility: inherit
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800
}

.leaflet-overlay-pane svg {
  -moz-user-select: none
}

.leaflet-pane {
  z-index: 400
}

.leaflet-tile-pane {
  z-index: 200
}

.leaflet-overlay-pane {
  z-index: 400
}

.leaflet-shadow-pane {
  z-index: 500
}

.leaflet-marker-pane {
  z-index: 600
}

.leaflet-tooltip-pane {
  z-index: 650
}

.leaflet-popup-pane {
  z-index: 700
}

.leaflet-map-pane canvas {
  z-index: 100
}

.leaflet-map-pane svg {
  z-index: 200
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px
}

.lvml {
  behavior: url(/homeo/wp-content/plugins/wp-realestate/assets/js/leaflet/#default#VML);
  display: inline-block;
  position: absolute
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none
}

.leaflet-top {
  top: 0
}

.leaflet-right {
  right: 0
}

.leaflet-bottom {
  bottom: 0
}

.leaflet-left {
  left: 0
}

.leaflet-control {
  float: left;
  clear: both
}

.leaflet-right .leaflet-control {
  float: right
}

.leaflet-top .leaflet-control {
  margin-top: 10px
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px
}

.leaflet-left .leaflet-control {
  margin-left: 10px
}

.leaflet-right .leaflet-control {
  margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden
}

.leaflet-interactive {
  cursor: pointer
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
  pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto
}

.leaflet-container {
  background: #ddd;
  outline: 0
}

.leaflet-container a {
  color: #0078A8
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5)
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block
}

.leaflet-bar a:hover {
  background-color: #f4f4f4
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px
}

.leaflet-control-layers-toggle {
  background-image: url(/homeo/wp-content/plugins/wp-realestate/assets/js/leaflet/images/layers.png);
  width: 36px;
  height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/homeo/wp-content/plugins/wp-realestate/assets/js/leaflet/images/layers-2x.png);
  background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px
}

.leaflet-control-layers label {
  display: block
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
  background-image: url(/homeo/wp-content/plugins/wp-realestate/assets/js/leaflet/images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333
}

.leaflet-control-attribution a {
  text-decoration: none
}

.leaflet-control-attribution a:hover {
  text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5)
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4
}

.leaflet-popup-content p {
  margin: 18px 0
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4)
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""
}

.leaflet-tooltip-bottom {
  margin-top: 6px
}

.leaflet-tooltip-top {
  margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff
}

.leaflet-tooltip-left {
  margin-left: -6px
}

.leaflet-tooltip-right {
  margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff
}

/*! elementor-icons - v5.6.2 - 13-02-2020 */
@font-face {
  font-family: eicons;
  src: url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2);
  src: url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.6.2#iefix) format("embedded-opentype"), url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.6.2) format("woff2"), url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.6.2) format("woff"), url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.6.2) format("truetype"), url(/homeo/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.6.2#eicon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

.eicon-animation-spin {
  animation: a 2s infinite linear
}

.eicon-editor-link:before {
  content: '\e800'
}

.eicon-editor-unlink:before {
  content: '\e801'
}

.eicon-editor-external-link:before {
  content: '\e802'
}

.eicon-editor-close:before {
  content: '\e803'
}

.eicon-editor-list-ol:before {
  content: '\e804'
}

.eicon-editor-list-ul:before {
  content: '\e805'
}

.eicon-editor-bold:before {
  content: '\e806'
}

.eicon-editor-italic:before {
  content: '\e807'
}

.eicon-editor-underline:before {
  content: '\e808'
}

.eicon-editor-paragraph:before {
  content: '\e809'
}

.eicon-editor-h1:before {
  content: '\e80a'
}

.eicon-editor-h2:before {
  content: '\e80b'
}

.eicon-editor-h3:before {
  content: '\e80c'
}

.eicon-editor-h4:before {
  content: '\e80d'
}

.eicon-editor-h5:before {
  content: '\e80e'
}

.eicon-editor-h6:before {
  content: '\e80f'
}

.eicon-editor-quote:before {
  content: '\e810'
}

.eicon-editor-code:before {
  content: '\e811'
}

.eicon-elementor:before {
  content: '\e812'
}

.eicon-elementor-square:before {
  content: '\e813'
}

.eicon-pojome:before {
  content: '\e814'
}

.eicon-plus:before {
  content: '\e815'
}

.eicon-menu-bar:before {
  content: '\e816'
}

.eicon-apps:before {
  content: '\e817'
}

.eicon-accordion:before {
  content: '\e818'
}

.eicon-alert:before {
  content: '\e819'
}

.eicon-animation-text:before {
  content: '\e81a'
}

.eicon-animation:before {
  content: '\e81b'
}

.eicon-banner:before {
  content: '\e81c'
}

.eicon-blockquote:before {
  content: '\e81d'
}

.eicon-button:before {
  content: '\e81e'
}

.eicon-call-to-action:before {
  content: '\e81f'
}

.eicon-captcha:before {
  content: '\e820'
}

.eicon-carousel:before {
  content: '\e821'
}

.eicon-checkbox:before {
  content: '\e822'
}

.eicon-columns:before {
  content: '\e823'
}

.eicon-countdown:before {
  content: '\e824'
}

.eicon-counter:before {
  content: '\e825'
}

.eicon-date:before {
  content: '\e826'
}

.eicon-divider-shape:before {
  content: '\e827'
}

.eicon-divider:before {
  content: '\e828'
}

.eicon-download-button:before {
  content: '\e829'
}

.eicon-dual-button:before {
  content: '\e82a'
}

.eicon-email-field:before {
  content: '\e82b'
}

.eicon-facebook-comments:before {
  content: '\e82c'
}

.eicon-facebook-like-box:before {
  content: '\e82d'
}

.eicon-form-horizontal:before {
  content: '\e82e'
}

.eicon-form-vertical:before {
  content: '\e82f'
}

.eicon-gallery-grid:before {
  content: '\e830'
}

.eicon-gallery-group:before {
  content: '\e831'
}

.eicon-gallery-justified:before {
  content: '\e832'
}

.eicon-gallery-masonry:before {
  content: '\e833'
}

.eicon-icon-box:before {
  content: '\e834'
}

.eicon-image-before-after:before {
  content: '\e835'
}

.eicon-image-box:before {
  content: '\e836'
}

.eicon-image-hotspot:before {
  content: '\e837'
}

.eicon-image-rollover:before {
  content: '\e838'
}

.eicon-info-box:before {
  content: '\e839'
}

.eicon-inner-section:before {
  content: '\e83a'
}

.eicon-mailchimp:before {
  content: '\e83b'
}

.eicon-menu-card:before {
  content: '\e83c'
}

.eicon-navigation-horizontal:before {
  content: '\e83d'
}

.eicon-nav-menu:before {
  content: '\e83e'
}

.eicon-navigation-vertical:before {
  content: '\e83f'
}

.eicon-number-field:before {
  content: '\e840'
}

.eicon-parallax:before {
  content: '\e841'
}

.eicon-php7:before {
  content: '\e842'
}

.eicon-post-list:before {
  content: '\e843'
}

.eicon-post-slider:before {
  content: '\e844'
}

.eicon-post:before {
  content: '\e845'
}

.eicon-posts-carousel:before {
  content: '\e846'
}

.eicon-posts-grid:before {
  content: '\e847'
}

.eicon-posts-group:before {
  content: '\e848'
}

.eicon-posts-justified:before {
  content: '\e849'
}

.eicon-posts-masonry:before {
  content: '\e84a'
}

.eicon-posts-ticker:before {
  content: '\e84b'
}

.eicon-price-list:before {
  content: '\e84c'
}

.eicon-price-table:before {
  content: '\e84d'
}

.eicon-radio:before {
  content: '\e84e'
}

.eicon-rtl:before {
  content: '\e84f'
}

.eicon-scroll:before {
  content: '\e850'
}

.eicon-search:before {
  content: '\e851'
}

.eicon-select:before {
  content: '\e852'
}

.eicon-share:before {
  content: '\e853'
}

.eicon-sidebar:before {
  content: '\e854'
}

.eicon-skill-bar:before {
  content: '\e855'
}

.eicon-slider-3d:before {
  content: '\e856'
}

.eicon-slider-album:before {
  content: '\e857'
}

.eicon-slider-device:before {
  content: '\e858'
}

.eicon-slider-full-screen:before {
  content: '\e859'
}

.eicon-slider-push:before {
  content: '\e85a'
}

.eicon-slider-vertical:before {
  content: '\e85b'
}

.eicon-slider-video:before {
  content: '\e85c'
}

.eicon-slides:before {
  content: '\e85d'
}

.eicon-social-icons:before {
  content: '\e85e'
}

.eicon-spacer:before {
  content: '\e85f'
}

.eicon-table:before {
  content: '\e860'
}

.eicon-tabs:before {
  content: '\e861'
}

.eicon-tel-field:before {
  content: '\e862'
}

.eicon-text-area:before {
  content: '\e863'
}

.eicon-text-field:before {
  content: '\e864'
}

.eicon-thumbnails-down:before {
  content: '\e865'
}

.eicon-thumbnails-half:before {
  content: '\e866'
}

.eicon-thumbnails-right:before {
  content: '\e867'
}

.eicon-time-line:before {
  content: '\e868'
}

.eicon-toggle:before {
  content: '\e869'
}

.eicon-url:before {
  content: '\e86a'
}

.eicon-t-letter:before {
  content: '\e86b'
}

.eicon-wordpress:before {
  content: '\e86c'
}

.eicon-text:before {
  content: '\e86d'
}

.eicon-anchor:before {
  content: '\e86e'
}

.eicon-bullet-list:before {
  content: '\e86f'
}

.eicon-code:before {
  content: '\e870'
}

.eicon-favorite:before {
  content: '\e871'
}

.eicon-google-maps:before {
  content: '\e872'
}

.eicon-image:before {
  content: '\e873'
}

.eicon-photo-library:before {
  content: '\e874'
}

.eicon-woocommerce:before {
  content: '\e875'
}

.eicon-youtube:before {
  content: '\e876'
}

.eicon-flip-box:before {
  content: '\e877'
}

.eicon-settings:before {
  content: '\e878'
}

.eicon-headphones:before {
  content: '\e879'
}

.eicon-testimonial:before {
  content: '\e87a'
}

.eicon-counter-circle:before {
  content: '\e87b'
}

.eicon-person:before {
  content: '\e87c'
}

.eicon-chevron-right:before {
  content: '\e87d'
}

.eicon-chevron-left:before {
  content: '\e87e'
}

.eicon-close:before {
  content: '\e87f'
}

.eicon-file-download:before {
  content: '\e880'
}

.eicon-save:before {
  content: '\e881'
}

.eicon-zoom-in:before {
  content: '\e882'
}

.eicon-shortcode:before {
  content: '\e883'
}

.eicon-nerd:before {
  content: '\e884'
}

.eicon-device-desktop:before {
  content: '\e885'
}

.eicon-device-tablet:before {
  content: '\e886'
}

.eicon-device-mobile:before {
  content: '\e887'
}

.eicon-document-file:before {
  content: '\e888'
}

.eicon-folder-o:before {
  content: '\e889'
}

.eicon-hypster:before {
  content: '\e88a'
}

.eicon-h-align-left:before {
  content: '\e88b'
}

.eicon-h-align-right:before {
  content: '\e88c'
}

.eicon-h-align-center:before {
  content: '\e88d'
}

.eicon-h-align-stretch:before {
  content: '\e88e'
}

.eicon-v-align-top:before {
  content: '\e88f'
}

.eicon-v-align-bottom:before {
  content: '\e890'
}

.eicon-v-align-middle:before {
  content: '\e891'
}

.eicon-v-align-stretch:before {
  content: '\e892'
}

.eicon-pro-icon:before {
  content: '\e893'
}

.eicon-mail:before {
  content: '\e894'
}

.eicon-lock-user:before {
  content: '\e895'
}

.eicon-testimonial-carousel:before {
  content: '\e896'
}

.eicon-media-carousel:before {
  content: '\e897'
}

.eicon-section:before {
  content: '\e898'
}

.eicon-column:before {
  content: '\e899'
}

.eicon-edit:before {
  content: '\e89a'
}

.eicon-clone:before {
  content: '\e89b'
}

.eicon-trash:before {
  content: '\e89c'
}

.eicon-play:before {
  content: '\e89d'
}

.eicon-angle-right:before {
  content: '\e89e'
}

.eicon-angle-left:before {
  content: '\e89f'
}

.eicon-animated-headline:before {
  content: '\e8a0'
}

.eicon-menu-toggle:before {
  content: '\e8a1'
}

.eicon-fb-embed:before {
  content: '\e8a2'
}

.eicon-fb-feed:before {
  content: '\e8a3'
}

.eicon-twitter-embed:before {
  content: '\e8a4'
}

.eicon-twitter-feed:before {
  content: '\e8a5'
}

.eicon-sync:before {
  content: '\e8a6'
}

.eicon-import-export:before {
  content: '\e8a7'
}

.eicon-check-circle:before {
  content: '\e8a8'
}

.eicon-library-save:before {
  content: '\e8a9'
}

.eicon-library-download:before {
  content: '\e8aa'
}

.eicon-insert:before {
  content: '\e8ab'
}

.eicon-preview-medium:before {
  content: '\e8ac'
}

.eicon-sort-down:before {
  content: '\e8ad'
}

.eicon-sort-up:before {
  content: '\e8ae'
}

.eicon-heading:before {
  content: '\e8af'
}

.eicon-logo:before {
  content: '\e8b0'
}

.eicon-meta-data:before {
  content: '\e8b1'
}

.eicon-post-content:before {
  content: '\e8b2'
}

.eicon-post-excerpt:before {
  content: '\e8b3'
}

.eicon-post-navigation:before {
  content: '\e8b4'
}

.eicon-yoast:before {
  content: '\e8b5'
}

.eicon-nerd-chuckle:before {
  content: '\e8b6'
}

.eicon-nerd-wink:before {
  content: '\e8b7'
}

.eicon-comments:before {
  content: '\e8b8'
}

.eicon-download-circle-o:before {
  content: '\e8b9'
}

.eicon-library-upload:before {
  content: '\e8ba'
}

.eicon-save-o:before {
  content: '\e8bb'
}

.eicon-upload-circle-o:before {
  content: '\e8bc'
}

.eicon-ellipsis-h:before {
  content: '\e8bd'
}

.eicon-ellipsis-v:before {
  content: '\e8be'
}

.eicon-arrow-left:before {
  content: '\e8bf'
}

.eicon-arrow-right:before {
  content: '\e8c0'
}

.eicon-arrow-up:before {
  content: '\e8c1'
}

.eicon-arrow-down:before {
  content: '\e8c2'
}

.eicon-play-o:before {
  content: '\e8c3'
}

.eicon-archive-posts:before {
  content: '\e8c4'
}

.eicon-archive-title:before {
  content: '\e8c5'
}

.eicon-featured-image:before {
  content: '\e8c6'
}

.eicon-post-info:before {
  content: '\e8c7'
}

.eicon-post-title:before {
  content: '\e8c8'
}

.eicon-site-logo:before {
  content: '\e8c9'
}

.eicon-site-search:before {
  content: '\e8ca'
}

.eicon-site-title:before {
  content: '\e8cb'
}

.eicon-plus-square:before {
  content: '\e8cc'
}

.eicon-minus-square:before {
  content: '\e8cd'
}

.eicon-cloud-check:before {
  content: '\e8ce'
}

.eicon-drag-n-drop:before {
  content: '\e8cf'
}

.eicon-welcome:before {
  content: '\e8d0'
}

.eicon-handle:before {
  content: '\e8d1'
}

.eicon-cart:before {
  content: '\e8d2'
}

.eicon-product-add-to-cart:before {
  content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
  content: '\e8d4'
}

.eicon-product-categories:before {
  content: '\e8d5'
}

.eicon-product-description:before {
  content: '\e8d6'
}

.eicon-product-images:before {
  content: '\e8d7'
}

.eicon-product-info:before {
  content: '\e8d8'
}

.eicon-product-meta:before {
  content: '\e8d9'
}

.eicon-product-pages:before {
  content: '\e8da'
}

.eicon-product-price:before {
  content: '\e8db'
}

.eicon-product-rating:before {
  content: '\e8dc'
}

.eicon-product-related:before {
  content: '\e8dd'
}

.eicon-product-stock:before {
  content: '\e8de'
}

.eicon-product-tabs:before {
  content: '\e8df'
}

.eicon-product-title:before {
  content: '\e8e0'
}

.eicon-product-upsell:before {
  content: '\e8e1'
}

.eicon-products:before {
  content: '\e8e2'
}

.eicon-bag-light:before {
  content: '\e8e3'
}

.eicon-bag-medium:before {
  content: '\e8e4'
}

.eicon-bag-solid:before {
  content: '\e8e5'
}

.eicon-basket-light:before {
  content: '\e8e6'
}

.eicon-basket-medium:before {
  content: '\e8e7'
}

.eicon-basket-solid:before {
  content: '\e8e8'
}

.eicon-cart-light:before {
  content: '\e8e9'
}

.eicon-cart-medium:before {
  content: '\e8ea'
}

.eicon-cart-solid:before {
  content: '\e8eb'
}

.eicon-exchange:before {
  content: '\e8ec'
}

.eicon-preview-thin:before {
  content: '\e8ed'
}

.eicon-device-laptop:before {
  content: '\e8ee'
}

.eicon-collapse:before {
  content: '\e8ef'
}

.eicon-expand:before {
  content: '\e8f0'
}

.eicon-navigator:before {
  content: '\e8f1'
}

.eicon-plug:before {
  content: '\e8f2'
}

.eicon-dashboard:before {
  content: '\e8f3'
}

.eicon-typography:before {
  content: '\e8f4'
}

.eicon-info-circle-o:before {
  content: '\e8f5'
}

.eicon-integration:before {
  content: '\e8f6'
}

.eicon-plus-circle-o:before {
  content: '\e8f7'
}

.eicon-rating:before {
  content: '\e8f8'
}

.eicon-review:before {
  content: '\e8f9'
}

.eicon-tools:before {
  content: '\e8fa'
}

.eicon-loading:before {
  content: '\e8fb'
}

.eicon-sitemap:before {
  content: '\e8fc'
}

.eicon-click:before {
  content: '\e8fd'
}

.eicon-clock:before {
  content: '\e8fe'
}

.eicon-library-open:before {
  content: '\e8ff'
}

.eicon-warning:before {
  content: '\e900'
}

.eicon-flow:before {
  content: '\e901'
}

.eicon-cursor-move:before {
  content: '\e902'
}

.eicon-arrow-circle-left:before {
  content: '\e903'
}

.eicon-flash:before {
  content: '\e904'
}

.eicon-redo:before {
  content: '\e905'
}

.eicon-ban:before {
  content: '\e906'
}

.eicon-barcode:before {
  content: '\e907'
}

.eicon-calendar:before {
  content: '\e908'
}

.eicon-caret-left:before {
  content: '\e909'
}

.eicon-caret-right:before {
  content: '\e90a'
}

.eicon-caret-up:before {
  content: '\e90b'
}

.eicon-chain-broken:before {
  content: '\e90c'
}

.eicon-check-circle-o:before {
  content: '\e90d'
}

.eicon-check:before {
  content: '\e90e'
}

.eicon-chevron-double-left:before {
  content: '\e90f'
}

.eicon-chevron-double-right:before {
  content: '\e910'
}

.eicon-undo:before {
  content: '\e911'
}

.eicon-filter:before {
  content: '\e912'
}

.eicon-circle-o:before {
  content: '\e913'
}

.eicon-circle:before {
  content: '\e914'
}

.eicon-clock-o:before {
  content: '\e915'
}

.eicon-cog:before {
  content: '\e916'
}

.eicon-cogs:before {
  content: '\e917'
}

.eicon-commenting-o:before {
  content: '\e918'
}

.eicon-copy:before {
  content: '\e919'
}

.eicon-database:before {
  content: '\e91a'
}

.eicon-dot-circle-o:before {
  content: '\e91b'
}

.eicon-envelope:before {
  content: '\e91c'
}

.eicon-external-link-square:before {
  content: '\e91d'
}

.eicon-eyedropper:before {
  content: '\e91e'
}

.eicon-folder:before {
  content: '\e91f'
}

.eicon-font:before {
  content: '\e920'
}

.eicon-adjust:before {
  content: '\e921'
}

.eicon-lightbox:before {
  content: '\e922'
}

.eicon-heart-o:before {
  content: '\e923'
}

.eicon-history:before {
  content: '\e924'
}

.eicon-image-bold:before {
  content: '\e925'
}

.eicon-info-circle:before {
  content: '\e926'
}

.eicon-link:before {
  content: '\e927'
}

.eicon-long-arrow-left:before {
  content: '\e928'
}

.eicon-long-arrow-right:before {
  content: '\e929'
}

.eicon-caret-down:before {
  content: '\e92a'
}

.eicon-paint-brush:before {
  content: '\e92b'
}

.eicon-pencil:before {
  content: '\e92c'
}

.eicon-plus-circle:before {
  content: '\e92d'
}

.eicon-zoom-in-bold:before {
  content: '\e92e'
}

.eicon-sort-amount-desc:before {
  content: '\e92f'
}

.eicon-sign-out:before {
  content: '\e930'
}

.eicon-spinner:before {
  content: '\e931'
}

.eicon-square:before {
  content: '\e932'
}

.eicon-star-o:before {
  content: '\e933'
}

.eicon-star:before {
  content: '\e934'
}

.eicon-text-align-justify:before {
  content: '\e935'
}

.eicon-text-align-center:before {
  content: '\e936'
}

.eicon-tags:before {
  content: '\e937'
}

.eicon-text-align-left:before {
  content: '\e938'
}

.eicon-text-align-right:before {
  content: '\e939'
}

.eicon-close-circle:before {
  content: '\e93a'
}

.eicon-trash-o:before {
  content: '\e93b'
}

.eicon-font-awesome:before {
  content: '\e93c'
}

.eicon-user-circle-o:before {
  content: '\e93d'
}

.eicon-video-camera:before {
  content: '\e93e'
}

.eicon-heart:before {
  content: '\e93f'
}

.eicon-wrench:before {
  content: '\e940'
}

.eicon-help:before {
  content: '\e941'
}

.eicon-help-o:before {
  content: '\e942'
}

.eicon-zoom-out-bold:before {
  content: '\e943'
}

.eicon-plus-square-o:before {
  content: '\e944'
}

.eicon-minus-square-o:before {
  content: '\e945'
}

.eicon-minus-circle:before {
  content: '\e946'
}

.eicon-minus-circle-o:before {
  content: '\e947'
}

.eicon-code-bold:before {
  content: '\e948'
}

.eicon-cloud-upload:before {
  content: '\e949'
}

.eicon-search-bold:before {
  content: '\e94a'
}

.eicon-map-pin:before {
  content: '\e94b'
}

.eicon-meetup:before {
  content: '\e94c'
}

.eicon-slideshow:before {
  content: '\e94d'
}

.eicon-t-letter-bold:before {
  content: '\e94e'
}

.eicon-preferences:before {
  content: '\e94f'
}

.eicon-table-of-contents:before {
  content: '\e950'
}

.eicon-tv:before {
  content: '\e951'
}

.eicon-upload:before {
  content: '\e952'
}

.eicon-instagram-comments:before {
  content: '\e953'
}

.eicon-instagram-nested-gallery:before {
  content: '\e954'
}

.eicon-instagram-post:before {
  content: '\e955'
}

.eicon-instagram-video:before {
  content: '\e956'
}

.eicon-instagram-gallery:before {
  content: '\e957'
}

.eicon-instagram-likes:before {
  content: '\e958'
}

.eicon-facebook:before {
  content: '\e959'
}

.eicon-twitter:before {
  content: '\e95a'
}

.eicon-pinterest:before {
  content: '\e95b'
}

.eicon-frame-expand:before {
  content: '\e95c'
}

.eicon-frame-minimize:before {
  content: '\e95d'
}

.eicon-archive:before {
  content: '\e95e'
}

.eicon-colors-typography:before {
  content: '\e95f'
}

.eicon-custom:before {
  content: '\e960'
}

.eicon-footer:before {
  content: '\e961'
}

.eicon-header:before {
  content: '\e962'
}

.eicon-layout-settings:before {
  content: '\e963'
}

.eicon-lightbox-expand:before {
  content: '\e964'
}

.eicon-error-404:before {
  content: '\e965'
}

.eicon-theme-style:before {
  content: '\e966'
}

.eicon-search-results:before {
  content: '\e967'
}

.eicon-single-post:before {
  content: '\e968'
}

.eicon-site-identity:before {
  content: '\e969'
}

.eicon-theme-builder:before {
  content: '\e96a'
}

.eicon-download-bold:before {
  content: '\e96b'
}

.eicon-share-arrow:before {
  content: '\e96c'
}

.eicon-global-settings:before {
  content: '\e96d'
}

.eicon-user-preferences:before {
  content: '\e96e'
}

.eicon-lock:before {
  content: '\e96f'
}

.eicon-eye:before {
  content: '\e8ac'
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {

  from,
  to {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {

  from,
  to {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  11.1%,
  from,
  to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

.elementor-animation-grow {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  transform: scale(1.1)
}

.elementor-animation-shrink {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
  25% {
    transform: scale(1.1)
  }

  75% {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  animation-name: elementor-animation-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1)
  }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(0.9)
  }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  animation-name: elementor-animation-pulse-shrink;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
  50% {
    transform: scale(1.2)
  }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  animation-name: elementor-animation-pop;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

.elementor-animation-bounce-in {
  transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
  transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  transform: translateY(-8px)
}

.elementor-animation-sink {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  transform: translateY(8px)
}

@keyframes elementor-animation-bob {
  0% {
    transform: translateY(-8px)
  }

  50% {
    transform: translateY(-4px)
  }

  100% {
    transform: translateY(-8px)
  }
}

@keyframes elementor-animation-bob-float {
  100% {
    transform: translateY(-8px)
  }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  animation-name: elementor-animation-bob-float, elementor-animation-bob;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
  0% {
    transform: translateY(8px)
  }

  50% {
    transform: translateY(4px)
  }

  100% {
    transform: translateY(8px)
  }
}

@keyframes elementor-animation-hang-sink {
  100% {
    transform: translateY(8px)
  }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  animation-duration: .3s, 1.5s;
  animation-delay: 0s, .3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate
}

.elementor-animation-skew {
  transition-duration: .3s;
  transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-forward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  transform: skew(-10deg)
}

.elementor-animation-skew-backward {
  transition-duration: .3s;
  transition-property: transform;
  transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px)
  }

  33.3% {
    transform: translateY(-6px)
  }

  49.95% {
    transform: translateY(4px)
  }

  66.6% {
    transform: translateY(-2px)
  }

  83.25% {
    transform: translateY(1px)
  }

  100% {
    transform: translateY(0)
  }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    transform: translateX(8px)
  }

  33.3% {
    transform: translateX(-6px)
  }

  49.95% {
    transform: translateX(4px)
  }

  66.6% {
    transform: translateX(-2px)
  }

  83.25% {
    transform: translateX(1px)
  }

  100% {
    transform: translateX(0)
  }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  animation-name: elementor-animation-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px)
  }

  33.3% {
    transform: translate(-6px, -6px)
  }

  49.95% {
    transform: translate(4px, 4px)
  }

  66.6% {
    transform: translate(-2px, -2px)
  }

  83.25% {
    transform: translate(1px, 1px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  animation-name: elementor-animation-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px)
  }

  33.3% {
    transform: translate(-6px, 6px)
  }

  49.95% {
    transform: translate(4px, -4px)
  }

  66.6% {
    transform: translate(-2px, 2px)
  }

  83.25% {
    transform: translate(1px, -1px)
  }

  100% {
    transform: translate(0, 0)
  }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  animation-name: elementor-animation-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-top {
  transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-bottom {
  transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  animation-name: elementor-animation-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    transform: skew(-12deg)
  }

  33.3% {
    transform: skew(10deg)
  }

  49.95% {
    transform: skew(-6deg)
  }

  66.6% {
    transform: skew(4deg)
  }

  83.25% {
    transform: skew(-2deg)
  }

  100% {
    transform: skew(0)
  }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  animation-name: elementor-animation-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
  50% {
    transform: translateX(3px) rotate(2deg)
  }

  100% {
    transform: translateX(-3px) rotate(-2deg)
  }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  animation-name: elementor-animation-buzz;
  animation-duration: .15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg)
  }

  20% {
    transform: translateX(-3px) rotate(-2deg)
  }

  30% {
    transform: translateX(3px) rotate(2deg)
  }

  40% {
    transform: translateX(-3px) rotate(-2deg)
  }

  50% {
    transform: translateX(2px) rotate(1deg)
  }

  60% {
    transform: translateX(-2px) rotate(-1deg)
  }

  70% {
    transform: translateX(2px) rotate(1deg)
  }

  80% {
    transform: translateX(-2px) rotate(-1deg)
  }

  90% {
    transform: translateX(1px) rotate(0)
  }

  100% {
    transform: translateX(-1px) rotate(0)
  }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  animation-name: elementor-animation-buzz-out;
  animation-duration: .75s;
  animation-timing-function: linear;
  animation-iteration-count: 1
}

/*! elementor - v2.9.8 - 21-04-2020 */
.dialog-widget-content {
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
  overflow: hidden
}

.dialog-message {
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
  margin: auto;
  width: 375px
}

.dialog-type-lightbox .dialog-header {
  font-size: 15px;
  color: #495157;
  padding: 30px 0 10px;
  font-weight: 500
}

.dialog-type-lightbox .dialog-message {
  padding: 0 30px 30px;
  min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
  border-top: 1px solid #e6e9ec;
  text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  width: 50%;
  border: none;
  background: none;
  color: #6d7882;
  font-size: 15px;
  cursor: pointer;
  padding: 13px 0;
  outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
  background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
  color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
  color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
  background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
  border: 0
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1
}

.dialog-close-button:not(:hover) {
  opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
  width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
  border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh
}

@media (min-width:1024px) {
  body.admin-bar .dialog-lightbox-widget {
    height: -webkit-calc(100vh - 32px);
    height: calc(100vh - 32px)
  }
}

@media (max-width:1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh
  }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
  padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
  padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
  padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
  padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
  padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
  padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
  position: relative;
  height: 0
}

.elementor-fit-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #000
}

.elementor-fit-aspect-ratio video {
  width: 100%
}

.flatpickr-calendar {
  width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
  font-weight: 300
}

.flatpickr-calendar .dayContainer {
  width: 280px;
  min-width: 280px;
  max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
  width: 280px
}

.flatpickr-calendar .flatpickr-day {
  max-width: 37px;
  height: 37px;
  line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  background-color: #f1f3f5;
  width: 100%
}

@media (max-width:1439px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 990px
  }
}

@media (min-width:1440px) {
  .elementor-templates-modal .dialog-widget-content {
    max-width: 1200px
  }
}

.elementor-templates-modal .dialog-header {
  padding: 0;
  z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
  border: none;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
  height: 40px;
  margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
  padding: 12px 36px;
  color: #fff;
  width: auto;
  font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
  background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
  height: 750px;
  max-height: 85vh;
  overflow: auto;
  padding-top: 25px
}

.elementor-templates-modal .dialog-content {
  height: 100%
}

.elementor-templates-modal .dialog-loading {
  display: none
}

.elementor-templates-modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px
}

.elementor-templates-modal__header__logo {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer
}

.elementor-templates-modal__header__logo-area {
  text-align: left;
  padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
  margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
  padding-top: 2px
}

.elementor-templates-modal__header__logo i {
  font-size: 10px
}

.elementor-templates-modal__header__items-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
  font-size: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
  color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
  width: 45px;
  border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
  font-size: 18px
}

.elementor-templates-modal__header__close--skip {
  padding: 10px 10px 10px 20px;
  margin-right: 10px;
  color: #fff;
  background-color: #a4afb7;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
  font-size: inherit;
  padding-left: 10px;
  margin-left: 15px;
  border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
  color: #fff
}

.elementor-templates-modal__sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
  box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
  display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0
}

.elementor-gradient-logo {
  background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
  background-image: -o-linear-gradient(225deg, #f2295b, #434363);
  background-image: linear-gradient(-135deg, #f2295b, #434363);
  display: inline-block;
  padding: .6em;
  -webkit-border-radius: .2em;
  border-radius: .2em
}

.elementor-gradient-logo i {
  color: #fff;
  display: block
}

.elementor {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none
}

.elementor hr {
  margin: 0;
  background-color: transparent
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: right;
  object-fit: cover;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
  margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none
}

.elementor .elementor-custom-embed {
  line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr
}

.elementor .elementor-background-video-container {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0
}

.elementor .elementor-background-video-embed {
  max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
  max-width: none
}

.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.elementor .elementor-background-slideshow {
  z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
  position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
  position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%
}

@media (max-width:1024px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%
  }
}

@media (max-width:767px) {

  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%
  }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1
}

.elementor-invisible {
  visibility: hidden
}

.elementor-align-center {
  text-align: center
}

.elementor-align-center .elementor-button {
  width: auto
}

.elementor-align-right {
  text-align: right
}

.elementor-align-right .elementor-button {
  width: auto
}

.elementor-align-left {
  text-align: left
}

.elementor-align-left .elementor-button {
  width: auto
}

.elementor-align-justify .elementor-button {
  width: 100%
}

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  opacity: .8;
  text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb"
}

.elementor-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.elementor-ken-burns {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 10s;
  -o-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear
}

.elementor-ken-burns--out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.elementor-ken-burns--active {
  -webkit-transition-duration: 20s;
  -o-transition-duration: 20s;
  transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

@media (max-width:1024px) {
  .elementor-tablet-align-center {
    text-align: center
  }

  .elementor-tablet-align-center .elementor-button {
    width: auto
  }

  .elementor-tablet-align-right {
    text-align: right
  }

  .elementor-tablet-align-right .elementor-button {
    width: auto
  }

  .elementor-tablet-align-left {
    text-align: left
  }

  .elementor-tablet-align-left .elementor-button {
    width: auto
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-mobile-align-center {
    text-align: center
  }

  .elementor-mobile-align-center .elementor-button {
    width: auto
  }

  .elementor-mobile-align-right {
    text-align: right
  }

  .elementor-mobile-align-right .elementor-button {
    width: auto
  }

  .elementor-mobile-align-left {
    text-align: left
  }

  .elementor-mobile-align-left .elementor-button {
    width: auto
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%
  }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
  content: "\f348";
  top: 2px
}

.elementor-section {
  position: relative
}

.elementor-section .elementor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1140px
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (min-width:768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh
  }

  .elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
  }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:1024px) {
  .elementor-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.elementor-widget-wrap>.elementor-element {
  width: 100%
}

.elementor-widget {
  position: relative
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0
}

@media (min-width:768px) {

  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%
  }
}

@media (max-width:479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%
  }

  .elementor-column.elementor-xs-20 {
    width: 20%
  }

  .elementor-column.elementor-xs-25 {
    width: 25%
  }

  .elementor-column.elementor-xs-30 {
    width: 30%
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%
  }

  .elementor-column.elementor-xs-40 {
    width: 40%
  }

  .elementor-column.elementor-xs-50 {
    width: 50%
  }

  .elementor-column.elementor-xs-60 {
    width: 60%
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%
  }

  .elementor-column.elementor-xs-70 {
    width: 70%
  }

  .elementor-column.elementor-xs-75 {
    width: 75%
  }

  .elementor-column.elementor-xs-80 {
    width: 80%
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%
  }

  .elementor-column.elementor-xs-90 {
    width: 90%
  }

  .elementor-column.elementor-xs-100 {
    width: 100%
  }
}

@media (max-width:767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%
  }

  .elementor-column.elementor-sm-20 {
    width: 20%
  }

  .elementor-column.elementor-sm-25 {
    width: 25%
  }

  .elementor-column.elementor-sm-30 {
    width: 30%
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%
  }

  .elementor-column.elementor-sm-40 {
    width: 40%
  }

  .elementor-column.elementor-sm-50 {
    width: 50%
  }

  .elementor-column.elementor-sm-60 {
    width: 60%
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%
  }

  .elementor-column.elementor-sm-70 {
    width: 70%
  }

  .elementor-column.elementor-sm-75 {
    width: 75%
  }

  .elementor-column.elementor-sm-80 {
    width: 80%
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%
  }

  .elementor-column.elementor-sm-90 {
    width: 90%
  }

  .elementor-column.elementor-sm-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%
  }

  .elementor-column.elementor-md-20 {
    width: 20%
  }

  .elementor-column.elementor-md-25 {
    width: 25%
  }

  .elementor-column.elementor-md-30 {
    width: 30%
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%
  }

  .elementor-column.elementor-md-40 {
    width: 40%
  }

  .elementor-column.elementor-md-50 {
    width: 50%
  }

  .elementor-column.elementor-md-60 {
    width: 60%
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%
  }

  .elementor-column.elementor-md-70 {
    width: 70%
  }

  .elementor-column.elementor-md-75 {
    width: 75%
  }

  .elementor-column.elementor-md-80 {
    width: 80%
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%
  }

  .elementor-column.elementor-md-90 {
    width: 90%
  }

  .elementor-column.elementor-md-100 {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width:767px) {
  .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .elementor-column {
    width: 100% !important;
  }
}

ul.elementor-icon-list-items.elementor-inline-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word
}

.elementor-grid .elementor-grid-item {
  word-break: break-word;
  min-width: 0
}

.elementor-grid-0 .elementor-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
  display: grid
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
  display: grid
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
  display: grid
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
  display: grid
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
  display: grid
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
  display: grid
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
  display: grid
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
  display: grid
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
  display: grid
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
  display: grid
}

@media (max-width:1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
  }
}

@media (max-width:767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
  }
}

@media (min-width:1025px) {
  #elementor-device-mode:after {
    content: "desktop"
  }
}

@media (min-width:768px) and (max-width:1024px) {
  #elementor-device-mode:after {
    content: "tablet"
  }
}

@media (max-width:767px) {
  #elementor-device-mode:after {
    content: "mobile"
  }
}

.elementor-form-fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.elementor-field-group {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-field-group.elementor-field-type-submit {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #818a91;
  background-color: transparent;
  color: #373a3c;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: ""
}

.elementor-field-subgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline
}

.elementor-field-label {
  cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-left: .2em
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit button,
.elementor-button-align-end .elementor-field-type-submit button,
.elementor-button-align-start .elementor-field-type-submit button {
  -webkit-flex-basis: initial;
  -ms-flex-preferred-size: initial;
  flex-basis: auto
}

.elementor-button-align-center .elementor-field-type-submit {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:1024px) {

  .elementor-tablet-button-align-center .elementor-field-type-submit button,
  .elementor-tablet-button-align-end .elementor-field-type-submit button,
  .elementor-tablet-button-align-start .elementor-field-type-submit button {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: auto
  }

  .elementor-tablet-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .elementor-tablet-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-tablet-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media screen and (max-width:767px) {

  .elementor-mobile-button-align-center .elementor-field-type-submit button,
  .elementor-mobile-button-align-end .elementor-field-type-submit button,
  .elementor-mobile-button-align-start .elementor-field-type-submit button {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: auto
  }

  .elementor-mobile-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }

  .elementor-mobile-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-mobile-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: .9em
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px
}

.elementor-message.elementor-message-danger {
  color: #d9534f
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f"
}

.elementor-message.form-message-success {
  color: #5cb85c
}

.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: 0
}

.elementor-form .elementor-button>span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px
}

.elementor-element .elementor-widget-container {
  -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
  text-align: left
}

.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
  border-top: none
}

.elementor-accordion .elementor-tab-title {
  margin: 0;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
  float: right;
  text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block
}

.elementor-accordion .elementor-tab-content {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
  .elementor-accordion .elementor-tab-title {
    padding: 12px 15px
  }

  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 1.2em
  }

  .elementor-accordion .elementor-tab-content {
    padding: 7px 15px
  }
}

.elementor-alert {
  padding: 15px;
  border-left: 5px solid transparent;
  position: relative;
  text-align: left
}

.elementor-alert .elementor-alert-title {
  display: block;
  font-weight: 700
}

.elementor-alert .elementor-alert-description {
  font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
  font-size: 20px;
  line-height: 1;
  background: transparent;
  color: inherit;
  border: none;
  cursor: pointer
}

.elementor-alert.elementor-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e8c4c4
}

@media (max-width:767px) {
  .elementor-alert {
    padding: 10px
  }

  .elementor-alert button.elementor-alert-dismiss {
    right: 7px;
    top: 7px
  }
}

.elementor-tab-title a {
  color: inherit
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff
}

.elementor-button-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-button-icon {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.elementor-button-icon svg {
  width: 1em
}

.elementor-button-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block
}

.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15
}

.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5
}

.elementor-button span {
  text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 69px;
  font-weight: 600;
  color: #222;
  line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
  text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
  text-align: left
}

.elementor-counter .elementor-counter-title {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #666;
  line-height: 2.5
}

.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-border-color: $gray-darkest;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
  display: inline-block
}

.elementor-widget-divider .elementor-divider {
  line-height: 0;
  font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
  margin: 0 var(--divider-element-spacing);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
  content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
  content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
  --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
  width: 100%;
  min-height: var(--divider-pattern-height);
  background-image: var(--divider-pattern-url);
  -webkit-background-size: var(--divider-pattern-size) 100%;
  background-size: var(--divider-pattern-size) 100%;
  background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
  background-image: none
}

.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
  --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl
}

.elementor-image-gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
  margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
  margin: 0
}

@media (min-width:768px) {
  .elementor-image-gallery .gallery-columns-2 .gallery-item {
    max-width: 50%
  }

  .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 33.33%
  }

  .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 25%
  }

  .elementor-image-gallery .gallery-columns-5 .gallery-item {
    max-width: 20%
  }

  .elementor-image-gallery .gallery-columns-6 .gallery-item {
    max-width: 16.666%
  }

  .elementor-image-gallery .gallery-columns-7 .gallery-item {
    max-width: 14.28%
  }

  .elementor-image-gallery .gallery-columns-8 .gallery-item {
    max-width: 12.5%
  }

  .elementor-image-gallery .gallery-columns-9 .gallery-item {
    max-width: 11.11%
  }

  .elementor-image-gallery .gallery-columns-10 .gallery-item {
    max-width: 10%
  }
}

@media (min-width:480px) and (max-width:767px) {

  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 50%
  }
}

@media (max-width:479px) {

  .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
  .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
    max-width: 100%
  }
}

.elementor-widget-google_maps iframe {
  height: 300px
}

.elementor-widget-heading .elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
  color: inherit;
  font-size: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 50px;
  text-align: center
}

.elementor-icon:hover {
  color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.elementor-icon i.fad {
  width: auto
}

.elementor-view-stacked .elementor-icon {
  padding: .5em;
  background-color: #818a91;
  color: #fff;
  fill: #fff
}

.elementor-view-framed .elementor-icon {
  padding: .5em;
  color: #818a91;
  border: 3px solid #818a91;
  background-color: transparent
}

.elementor-shape-circle .elementor-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

@media (min-width:768px) {

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
    margin: auto
  }

  .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (max-width:767px) {
  .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px
  }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
  text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
  overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin-right: -8px;
  margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  margin-right: 8px;
  margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative
}

.elementor-widget .elementor-icon-list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
  width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
  width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  right: 0
}

@media (max-width:1024px) {

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

@media (max-width:767px) {

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
    margin: auto
  }

  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
  }

  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
  }

  .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
    left: 0
  }

  .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
    right: 0
  }
}

.elementor-widget-image {
  text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
  display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
  width: 48px
}

.elementor-widget-image .elementor-image img {
  vertical-align: middle;
  display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
  width: 100%
}

@media (min-width:768px) {

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto
  }

  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (max-width:767px) {
  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px
  }
}

.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
  margin: 0
}

.elementor-widget-image-carousel .swiper-container {
  position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
  line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
  text-align: center
}

.elementor-image-gallery figure img {
  display: block
}

.elementor-image-gallery figure figcaption {
  width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
  padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
  margin-bottom: 0
}

.elementor-widget-progress {
  text-align: left
}

.elementor-progress-wrapper {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.elementor-progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #818a91;
  width: 0;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out
}

.elementor-progress-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px
}

.elementor-progress-percentage {
  padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
  background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
  background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
  background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
  background-color: #d9534f
}

.elementor-progress .elementor-title {
  display: block
}

@media (max-width:767px) {
  .elementor-progress-text {
    padding-left: 10px
  }
}

.elementor-social-icons-wrapper {
  font-size: 0
}

.elementor-social-icon {
  background-color: #818a91;
  font-size: 25px;
  text-align: center;
  padding: .5em;
  margin-right: 5px;
  cursor: pointer
}

.elementor-social-icon i {
  color: #fff
}

.elementor-social-icon:last-child {
  margin: 0
}

.elementor-social-icon:hover {
  opacity: .9;
  color: #fff
}

.elementor-social-icon-android {
  background-color: #a4c639
}

.elementor-social-icon-apple {
  background-color: #999
}

.elementor-social-icon-behance {
  background-color: #1769ff
}

.elementor-social-icon-bitbucket {
  background-color: #205081
}

.elementor-social-icon-codepen {
  background-color: #000
}

.elementor-social-icon-delicious {
  background-color: #39f
}

.elementor-social-icon-deviantart {
  background-color: #05cc47
}

.elementor-social-icon-digg {
  background-color: #005be2
}

.elementor-social-icon-dribbble {
  background-color: #ea4c89
}

.elementor-social-icon-elementor {
  background-color: #d30c5c
}

.elementor-social-icon-envelope {
  background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998
}

.elementor-social-icon-flickr {
  background-color: #0063dc
}

.elementor-social-icon-foursquare {
  background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
  background-color: #006400
}

.elementor-social-icon-github {
  background-color: #333
}

.elementor-social-icon-gitlab {
  background-color: #e24329
}

.elementor-social-icon-globe {
  background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
  background-color: #dd4b39
}

.elementor-social-icon-houzz {
  background-color: #7ac142
}

.elementor-social-icon-instagram {
  background-color: #262626
}

.elementor-social-icon-jsfiddle {
  background-color: #487aa2
}

.elementor-social-icon-link {
  background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
  background-color: #0077b5
}

.elementor-social-icon-medium {
  background-color: #00ab6b
}

.elementor-social-icon-meetup {
  background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
  background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
  background-color: #f4731c
}

.elementor-social-icon-pinterest {
  background-color: #bd081c
}

.elementor-social-icon-product-hunt {
  background-color: #da552f
}

.elementor-social-icon-reddit {
  background-color: #ff4500
}

.elementor-social-icon-rss {
  background-color: #f26522
}

.elementor-social-icon-shopping-cart {
  background-color: #4caf50
}

.elementor-social-icon-skype {
  background-color: #00aff0
}

.elementor-social-icon-slideshare {
  background-color: #0077b5
}

.elementor-social-icon-snapchat {
  background-color: #fffc00
}

.elementor-social-icon-soundcloud {
  background-color: #f80
}

.elementor-social-icon-spotify {
  background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
  background-color: #fe7a15
}

.elementor-social-icon-steam {
  background-color: #00adee
}

.elementor-social-icon-stumbleupon {
  background-color: #eb4924
}

.elementor-social-icon-telegram {
  background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
  background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
  background-color: #589442
}

.elementor-social-icon-tumblr {
  background-color: #35465c
}

.elementor-social-icon-twitch {
  background-color: #6441a5
}

.elementor-social-icon-twitter {
  background-color: #1da1f2
}

.elementor-social-icon-viber {
  background-color: #665cac
}

.elementor-social-icon-vimeo {
  background-color: #1ab7ea
}

.elementor-social-icon-vk {
  background-color: #45668e
}

.elementor-social-icon-weibo {
  background-color: #df2029
}

.elementor-social-icon-weixin {
  background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
  background-color: #25d366
}

.elementor-social-icon-wordpress {
  background-color: #21759b
}

.elementor-social-icon-xing {
  background-color: #026466
}

.elementor-social-icon-yelp {
  background-color: #af0606
}

.elementor-social-icon-youtube {
  background-color: #cd201f
}

.elementor-social-icon-500px {
  background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
  -webkit-border-radius: 10%;
  border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.elementor-star-rating {
  color: #ccd6df;
  font-family: eicons;
  display: inline-block
}

.elementor-star-rating i {
  display: inline-block;
  position: relative;
  font-style: normal;
  cursor: default
}

.elementor-star-rating i:before {
  content: "\e934";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #f0ad4e;
  top: 0;
  left: 0
}

.elementor-star-rating .elementor-star-empty:before {
  content: none
}

.elementor-star-rating .elementor-star-1:before {
  width: 10%
}

.elementor-star-rating .elementor-star-2:before {
  width: 20%
}

.elementor-star-rating .elementor-star-3:before {
  width: 30%
}

.elementor-star-rating .elementor-star-4:before {
  width: 40%
}

.elementor-star-rating .elementor-star-5:before {
  width: 50%
}

.elementor-star-rating .elementor-star-6:before {
  width: 60%
}

.elementor-star-rating .elementor-star-7:before {
  width: 70%
}

.elementor-star-rating .elementor-star-8:before {
  width: 80%
}

.elementor-star-rating .elementor-star-9:before {
  width: 90%
}

.elementor-star-rating__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.elementor-star-rating__title {
  margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
  margin-right: auto
}

@media (max-width:1024px) {
  .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
    margin-right: auto
  }
}

@media (max-width:767px) {
  .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
    margin-right: auto
  }
}

.last-star {
  letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
  font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
  content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  width: 25%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
  border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  height: 999em;
  width: 0;
  right: 0;
  border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
  top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  bottom: 0;
  height: 0;
  width: 999em;
  border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
  text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
  cursor: pointer;
  outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  position: relative;
  padding: 20px 25px;
  font-weight: 700;
  line-height: 1;
  border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
  display: block;
  content: "";
  position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
  padding: 10px;
  cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 20px;
  display: none
}

@media (max-width:767px) {

  .elementor-tabs .elementor-tab-content,
  .elementor-tabs .elementor-tab-title {
    border-style: solid solid none
  }

  .elementor-tabs .elementor-tabs-wrapper {
    display: none
  }

  .elementor-tabs .elementor-tabs-content-wrapper {
    border-bottom-style: solid
  }

  .elementor-tabs .elementor-tab-content {
    padding: 10px
  }
}

@media (min-width:768px) {
  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-style: solid solid solid none
  }

  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border-style: none solid solid
  }

  .elementor-tabs .elementor-tab-mobile-title {
    display: none
  }
}

.elementor-testimonial-wrapper {
  overflow: hidden;
  text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
  font-size: 1.3em;
  margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
  line-height: 1.5;
  color: inherit;
  display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
  font-size: .85em;
  color: inherit;
  display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
  text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
  text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  width: 100%;
  line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
  display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
  display: table-cell;
  vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
  padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
  text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
  margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
  background-color: #818a91;
  color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
  color: #818a91;
  border: 3px solid;
  background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
  margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
  width: 1em;
  height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block
}

.elementor-toggle {
  text-align: left
}

.elementor-toggle .elementor-tab-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
  float: right;
  text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  float: left;
  text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
  display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
  display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
  border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
  display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
  display: block
}

.elementor-toggle .elementor-tab-content {
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  display: none
}

@media (max-width:767px) {
  .elementor-toggle .elementor-tab-title {
    padding: 12px
  }

  .elementor-toggle .elementor-tab-content {
    padding: 12px 10px
  }
}

.elementor-widget-video .elementor-widget-container {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
  opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
  display: block;
  width: 100%
}

.elementor-widget-video .elementor-video {
  -o-object-fit: cover;
  object-fit: cover
}

.slick-slider {
  -webkit-box-sizing: border-box;
  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
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  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 {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

.elementor-slick-slider[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
}

.elementor-slick-slider .slick-loading .slick-list {
  background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
  content: "\e8fb";
  font-family: eicons;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
  font-size: 25px;
  color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
  opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
  opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
  font-family: eicons;
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
  left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
  left: auto;
  right: -25px
}

.elementor-slick-slider .slick-prev:before {
  content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
  content: "\e89e"
}

.elementor-slick-slider .slick-next {
  right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
  left: -25px;
  right: auto
}

.elementor-slick-slider .slick-next:before {
  content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
  content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
  margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
  outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
  opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
  font-family: eicons;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\e914";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
  left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
  left: auto;
  right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
  right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
  left: 20px;
  right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
  bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
  margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
  z-index: 1
}

.elementor-slick-slider .slick-slide img {
  margin: auto
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container .swiper-slide figure {
  line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
  display: none
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

.swiper-pagination-fraction {
  color: #000
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px)
}

.elementor-swiper {
  position: relative
}

.elementor-main-swiper {
  position: static
}

.elementor-arrows-position-outside .swiper-container {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
  left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
  right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%
}

.elementor-swiper-button {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, .9);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 1px);
  transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
  left: 10px
}

.elementor-swiper-button-next {
  right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
  opacity: .3
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
  display: none
}

.elementor-lightbox .dialog-widget-content {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%
}

.elementor-lightbox .dialog-message {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
  height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: .75em;
  margin-top: 13px;
  padding: .25em;
  z-index: 2;
  line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
  height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: auto
}

@media (max-width:767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0
  }
}

.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
  .elementor-lightbox .elementor-video-container {
    width: 75%
  }
}

@media (max-width:1024px) {
  .elementor-lightbox .elementor-video-container {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
    width: 70%
  }
}

.elementor-lightbox .elementor-swiper-button:focus {
  outline: none
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
  left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
  right: 0
}

@media (max-width:767px) {

  .elementor-lightbox .elementor-swiper-button-next,
  .elementor-lightbox .elementor-swiper-button-prev {
    width: 20%
  }

  .elementor-lightbox .elementor-swiper-button-next i,
  .elementor-lightbox .elementor-swiper-button-prev i {
    padding: 10px;
    background-color: rgba(0, 0, 0, .5)
  }

  .elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.elementor-slideshow__counter {
  color: currentColor;
  font-size: .75em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.elementor-slideshow__footer {
  color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
  color: var(--lightbox-ui-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--lightbox-header-icons-size);
  padding-left: 1em;
  padding-right: 2.6em;
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10
}

.elementor-slideshow__header>i {
  font-size: inherit;
  cursor: pointer;
  padding: .25em;
  margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
  color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>i:first-of-type {
  margin-left: auto
}

.elementor-slideshow__header .elementor-icon-share {
  z-index: 5
}

.elementor-slideshow__share-menu {
  background-color: transparent;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
  color: #2c2c2c
}

.elementor-slideshow__share-links {
  display: block;
  position: absolute;
  min-width: 200px;
  right: 67px;
  top: 60px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 14px 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: 90% 10%;
  -ms-transform-origin: 90% 10%;
  transform-origin: 90% 10%;
  -webkit-transition: all .25s .1s;
  -o-transition: all .25s .1s;
  transition: all .25s .1s;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
  text-align: left;
  color: #55595c;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .5s .1s;
  -o-transition: opacity .5s .1s;
  transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
  color: #000
}

.elementor-slideshow__share-links a i {
  margin-right: 10px;
  font-size: 15px
}

.elementor-slideshow__share-links:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  border: 9px solid transparent;
  border-bottom-color: #fff;
  -webkit-transform: translateY(-100%) scaleX(.7);
  -ms-transform: translateY(-100%) scaleX(.7);
  transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
  bottom: 0;
  z-index: 5;
  position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
  margin: 0
}

.elementor-slideshow__title {
  font-size: 16px;
  font-weight: 700
}

.elementor-slideshow__description {
  font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
  opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
  width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
  opacity: 0;
  pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  cursor: default;
  background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
  opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
  color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
  color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
  color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
  color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
  z-index: 2
}

.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s
}

.animated.animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.animated-fast {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.reverse {
  animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
  .animated {
    -webkit-animation: none;
    animation: none
  }
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr
}

.elementor-shape-top {
  top: -1px
}

.elementor-shape-bottom {
  bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.elementor-shape[data-negative=true].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.elementor-shape svg {
  display: block;
  width: -webkit-calc(100% + 1.3px);
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #55595c;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
  display: none
}

.elementor-post__thumbnail__link {
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0
}

#wpadminbar * {
  font-style: normal
}

@media (max-width:767px) {
  .elementor .elementor-hidden-phone {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .elementor .elementor-hidden-tablet {
    display: none
  }
}

@media (min-width:1025px) {
  .elementor .elementor-hidden-desktop {
    display: none
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1170px
}

.elementor-13 .elementor-element.elementor-element-d076eb0:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-d076eb0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #54595F;
  background-image: url("https://www.demoapus-wp1.com/homeo/wp-content/uploads/2020/03/slider1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-13 .elementor-element.elementor-element-d076eb0>.elementor-background-overlay {
  background-color: #1D293E;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-d076eb0 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-13 .elementor-element.elementor-element-70739d8>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px
}

.elementor-13 .elementor-element.elementor-element-e9aca81 .elementor-spacer-inner {
  height: 360px
}

.elementor-13 .elementor-element.elementor-element-8e5181e {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-8e5181e .elementor-heading-title {
  color: #FFF;
  font-size: 45px;
  font-style: italic;
}

.elementor-13 .elementor-element.elementor-element-7587f69 .elementor-spacer-inner {
  height: 15px
}

.elementor-13 .elementor-element.elementor-element-c6a18db {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-c6a18db .elementor-heading-title {
  color: #FFF;
  font-size: 18px
}

.elementor-13 .elementor-element.elementor-element-60e7353 .elementor-spacer-inner {
  height: 40px
}

.elementor-13 .elementor-element.elementor-element-a3b1792 .nav-tabs {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-e88d7bf .elementor-spacer-inner {
  height: 255px
}

.elementor-13 .elementor-element.elementor-element-47d4e3d {
  padding: 0px 0px 10px 0px
}

.elementor-13 .elementor-element.elementor-element-a01d99c>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 12px
}

.elementor-13 .elementor-element.elementor-element-a01d99c>.elementor-element-populated {
  padding: 15px 15px 0px 15px
}

.elementor-13 .elementor-element.elementor-element-e3a5311 .elementor-spacer-inner {
  height: 30px
}

.elementor-13 .elementor-element.elementor-element-fe0bb63 {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-fe0bb63 .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-b1608cc {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-b1608cc .elementor-heading-title {
  font-size: 16px
}

.elementor-13 .elementor-element.elementor-element-a572fc1>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px
}

.elementor-13 .elementor-element.elementor-element-a572fc1>.elementor-element-populated {
  padding: 0px 15px 15px 15px
}

.elementor-13 .elementor-element.elementor-element-20ab715 .elementor-spacer-inner {
  height: 40px
}

.elementor-13 .elementor-element.elementor-element-1904d2b:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-1904d2b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-1904d2b {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 10px 0px
}

.elementor-13 .elementor-element.elementor-element-1904d2b>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-fe60fed>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 12px
}

.elementor-13 .elementor-element.elementor-element-8945a1a .elementor-spacer-inner {
  height: 30px
}

.elementor-13 .elementor-element.elementor-element-f7073da {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-f7073da .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-85fa91a {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-85fa91a .elementor-heading-title {
  font-size: 16px;
  line-height: 25px
}

.elementor-13 .elementor-element.elementor-element-866fe78:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-866fe78>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-866fe78 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-13 .elementor-element.elementor-element-866fe78>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-ebff5fb .location-banner-inner {
  height: 350px;
  border-radius: 6px 6px 6px 6px
}

.elementor-13 .elementor-element.elementor-element-ebff5fb .location-banner-inner-item {
  background-image: url("https://www.demoapus-wp1.com/homeo/wp-content/uploads/2020/03/miami.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-13 .elementor-element.elementor-element-ebff5fb .inner {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1D293E 100%)
}

.elementor-13 .elementor-element.elementor-element-ebff5fb .title {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-ebff5fb .number {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-9f293f1 .location-banner-inner {
  height: 350px;
  border-radius: 6px 6px 6px 6px
}

.elementor-13 .elementor-element.elementor-element-9f293f1 .location-banner-inner-item {
  background-image: url("https://www.demoapus-wp1.com/homeo/wp-content/uploads/2020/03/los.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-13 .elementor-element.elementor-element-9f293f1 .inner {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1D293E 100%)
}

.elementor-13 .elementor-element.elementor-element-9f293f1 .title {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-9f293f1 .number {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-d40ccd0:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-d40ccd0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-d40ccd0 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 45px 0px
}

.elementor-13 .elementor-element.elementor-element-d40ccd0>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-296b945 .location-banner-inner {
  height: 350px;
  border-radius: 6px 6px 6px 6px
}

.elementor-13 .elementor-element.elementor-element-296b945 .location-banner-inner-item {
  background-image: url("https://www.demoapus-wp1.com/homeo/wp-content/uploads/2020/03/newyork.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-13 .elementor-element.elementor-element-296b945 .inner {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1D293E 100%)
}

.elementor-13 .elementor-element.elementor-element-296b945 .title {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-296b945 .number {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-61534cb .location-banner-inner {
  height: 350px;
  border-radius: 6px 6px 6px 6px
}

.elementor-13 .elementor-element.elementor-element-61534cb .location-banner-inner-item {
  background-image: url("https://www.demoapus-wp1.com/homeo/wp-content/uploads/2020/03/florida.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.elementor-13 .elementor-element.elementor-element-61534cb .inner {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1D293E 100%)
}

.elementor-13 .elementor-element.elementor-element-61534cb .title {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-61534cb .number {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-0fffe7f {
  padding: 0px 0px 10px 0px
}

.elementor-13 .elementor-element.elementor-element-ef005ce>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 12px
}

.elementor-13 .elementor-element.elementor-element-e15c474 .elementor-spacer-inner {
  height: 30px
}

.elementor-13 .elementor-element.elementor-element-374276c {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-374276c .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-41e93ee {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-41e93ee .elementor-heading-title {
  font-size: 16px
}

.elementor-13 .elementor-element.elementor-element-f52a113 {
  padding: 0px 0px 45px 0px
}

.elementor-13 .elementor-element.elementor-element-8caa816 .item-inner {
  text-align: center;
  background-color: #FFF
}

  {
    {
    SELECTOR
  }
}

.item-inner {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5)
}

.elementor-13 .elementor-element.elementor-element-8caa816 .item-inner:hover {
  color: #FFF;
  background-color: #304830
}

  {
    {
    SELECTOR
  }
}

.item-inner:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5)
}

.elementor-13 .elementor-element.elementor-element-8caa816 .item-inner:hover .title {
  color: #FFF
}

.elementor-13 .elementor-element.elementor-element-8caa816 .features-box-image {
  color: #304830;
  background-color: #ffefda
}

.elementor-13 .elementor-element.elementor-element-8caa816 .item-inner:hover .features-box-image {
  color: #304830
}

.elementor-13 .elementor-element.elementor-element-8caa816 .item-inner:hover .features-box-image {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-a6deecb:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-a6deecb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-a6deecb>.elementor-background-overlay {
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-a6deecb {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-13 .elementor-element.elementor-element-77f8b7a>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px
}

.elementor-13 .elementor-element.elementor-element-aa96633 .elementor-spacer-inner {
  height: 50px
}

.elementor-13 .elementor-element.elementor-element-60f51ee {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-60f51ee .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-59ee59b .elementor-spacer-inner {
  height: 15px
}

.elementor-13 .elementor-element.elementor-element-907305a {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-907305a .elementor-heading-title {
  font-size: 16px
}

.elementor-13 .elementor-element.elementor-element-3bc1b6e .elementor-spacer-inner {
  height: 10px
}

.elementor-13 .elementor-element.elementor-element-32fdef3 .elementor-spacer-inner {
  height: 45px
}

.elementor-13 .elementor-element.elementor-element-ace3914 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 10px 0px
}

.elementor-13 .elementor-element.elementor-element-ace3914>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-b44924c>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 10px
}

.elementor-13 .elementor-element.elementor-element-35ab83f .elementor-spacer-inner {
  height: 30px
}

.elementor-13 .elementor-element.elementor-element-6f23d97 {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-6f23d97 .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-967696a {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-967696a .elementor-heading-title {
  font-size: 16px;
  line-height: 25px
}

.elementor-13 .elementor-element.elementor-element-6820b00>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px
}

.elementor-13 .elementor-element.elementor-element-bfb2347 .elementor-spacer-inner {
  height: 15px
}

.elementor-13 .elementor-element.elementor-element-47e6c03:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-47e6c03>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-47e6c03 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 10px 0px
}

.elementor-13 .elementor-element.elementor-element-47e6c03>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-5882142>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 10px
}

.elementor-13 .elementor-element.elementor-element-a23040f .elementor-spacer-inner {
  height: 30px
}

.elementor-13 .elementor-element.elementor-element-2727de0 {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-2727de0 .elementor-heading-title {
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-a5bdd98 {
  text-align: center
}

.elementor-13 .elementor-element.elementor-element-a5bdd98 .elementor-heading-title {
  font-size: 16px;
  line-height: 25px
}

.elementor-13 .elementor-element.elementor-element-31233a7:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-31233a7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFF
}

.elementor-13 .elementor-element.elementor-element-31233a7 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0px 40px 0px
}

.elementor-13 .elementor-element.elementor-element-31233a7>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-d8de820>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
  align-content: center;
  align-items: center
}

.elementor-13 .elementor-element.elementor-element-d8de820:not(.elementor-motion-effects-element-type-background),
.elementor-13 .elementor-element.elementor-element-d8de820>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #304830
}

.elementor-13 .elementor-element.elementor-element-d8de820 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-13 .elementor-element.elementor-element-d8de820>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-13 .elementor-element.elementor-element-770e459>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 10px
}

.elementor-13 .elementor-element.elementor-element-1c2b531 .elementor-heading-title {
  color: #FFF;
  font-size: 30px
}

.elementor-13 .elementor-element.elementor-element-dae9d48 .elementor-heading-title {
  color: #FFF;
  font-size: 16px;
  line-height: 28px
}

.elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button {
  font-size: 16px;
  font-weight: 700;
  fill: #304830; 
  color: #304830;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 22px 50px 22px 50px
}

.elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button:hover,
.elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button:focus {
  color: #304830;
  background-color: #F8F6E5
}

.elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button:hover svg,
.elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button:focus svg {
  fill: #304830
}

.elementor-13 .elementor-element.elementor-element-70e5241>.elementor-widget-container {
  padding: 30px 0px 30px 0px
}

@media(max-width:1024px) {
  .elementor-13 .elementor-element.elementor-element-e9aca81 .elementor-spacer-inner {
    height: 50px
  }

  .elementor-13 .elementor-element.elementor-element-8e5181e .elementor-heading-title {
    font-size: 40px
  }

  .elementor-13 .elementor-element.elementor-element-e88d7bf .elementor-spacer-inner {
    height: 50px
  }

  .elementor-13 .elementor-element.elementor-element-47d4e3d {
    padding: 0px 0px 20px 0px
  }

  .elementor-13 .elementor-element.elementor-element-e3a5311 .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-20ab715 .elementor-spacer-inner {
    height: 25px
  }

  .elementor-13 .elementor-element.elementor-element-1904d2b {
    padding: 0px 0px 0px 0px
  }

  .elementor-13 .elementor-element.elementor-element-8945a1a .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-ebff5fb .location-banner-inner {
    height: 200px
  }

  .elementor-13 .elementor-element.elementor-element-9f293f1 .location-banner-inner {
    height: 200px
  }

  .elementor-13 .elementor-element.elementor-element-d40ccd0 {
    padding: 0px 0px 25px 0px
  }

  .elementor-13 .elementor-element.elementor-element-296b945 .location-banner-inner {
    height: 200px
  }

  .elementor-13 .elementor-element.elementor-element-61534cb .location-banner-inner {
    height: 200px
  }

  .elementor-13 .elementor-element.elementor-element-0fffe7f {
    padding: 0px 0px 0px 0px
  }

  .elementor-13 .elementor-element.elementor-element-e15c474 .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-f52a113 {
    padding: 0px 0px 15px 0px
  }

  .elementor-13 .elementor-element.elementor-element-aa96633 .elementor-spacer-inner {
    height: 20px
  }

  .elementor-13 .elementor-element.elementor-element-3bc1b6e .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-32fdef3 .elementor-spacer-inner {
    height: 20px
  }

  .elementor-13 .elementor-element.elementor-element-ace3914 {
    padding: 0px 0px 0px 0px
  }

  .elementor-13 .elementor-element.elementor-element-35ab83f .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-a23040f .elementor-spacer-inner {
    height: 10px
  }

  .elementor-13 .elementor-element.elementor-element-31233a7 {
    padding: 0px 0px 20px 0px
  }

  .elementor-13 .elementor-element.elementor-element-1c2b531 .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-ab6074f>.elementor-element-populated {
    padding: 10px 15px 10px 15px
  }
}

@media(max-width:767px) {
  .elementor-13 .elementor-element.elementor-element-e9aca81 .elementor-spacer-inner {
    height: 25px
  }

  .elementor-13 .elementor-element.elementor-element-8e5181e .elementor-heading-title {
    font-size: 30px;
    line-height: 35px
  }

  .elementor-13 .elementor-element.elementor-element-c6a18db .elementor-heading-title {
    line-height: 25px
  }

  .elementor-13 .elementor-element.elementor-element-60e7353 .elementor-spacer-inner {
    height: 20px
  }

  .elementor-13 .elementor-element.elementor-element-e88d7bf .elementor-spacer-inner {
    height: 30px
  }

  .elementor-13 .elementor-element.elementor-element-fe0bb63 .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-20ab715 .elementor-spacer-inner {
    height: 15px
  }

  .elementor-13 .elementor-element.elementor-element-f7073da .elementor-heading-title {
    font-size: 25px;
    line-height: 30px
  }

  .elementor-13 .elementor-element.elementor-element-0343909>.elementor-element-populated {
    padding: 0px 15px 0px 15px
  }

  .elementor-13 .elementor-element.elementor-element-23221df>.elementor-element-populated {
    padding: 0px 15px 15px 15px
  }

  .elementor-13 .elementor-element.elementor-element-374276c .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-60f51ee .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-6f23d97 .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-2727de0 .elementor-heading-title {
    font-size: 25px
  }

  .elementor-13 .elementor-element.elementor-element-d8de820 {
    padding: 15px 0px 15px 0px
  }

  .elementor-13 .elementor-element.elementor-element-770e459>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 10px
  }

  .elementor-13 .elementor-element.elementor-element-1c2b531 .elementor-heading-title {
    font-size: 22px
  }

  .elementor-13 .elementor-element.elementor-element-dae9d48 .elementor-heading-title {
    font-size: 14px;
    line-height: 22px
  }

  .elementor-13 .elementor-element.elementor-element-ab6074f>.elementor-element-populated {
    padding: 5px 15px 15px 15px
  }

  .elementor-13 .elementor-element.elementor-element-70e5241 .elementor-button {
    padding: 18px 30px 18px 30px
  }

  .elementor-13 .elementor-element.elementor-element-70e5241>.elementor-widget-container {
    padding: 0px 0px 0px 0px
  }
}

@media(min-width:768px) {
  .elementor-13 .elementor-element.elementor-element-0f6a28a {
    width: 33.33%
  }

  .elementor-13 .elementor-element.elementor-element-0343909 {
    width: 66.67%
  }

  .elementor-13 .elementor-element.elementor-element-a82d7aa {
    width: 66.66%
  }

  .elementor-13 .elementor-element.elementor-element-23221df {
    width: 33.34%
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-13 .elementor-element.elementor-element-770e459 {
    width: 60%
  }

  .elementor-13 .elementor-element.elementor-element-ab6074f {
    width: 40%
  }
}

.margin-top-1 {
  margin-top: 1px !important
}

.margin-left-1 {
  margin-left: 1px !important
}

.margin-bottom-1 {
  margin-bottom: 1px !important
}

.margin-right-1 {
  margin-right: 1px !important
}

.margin-top-2 {
  margin-top: 2px !important
}

.margin-left-2 {
  margin-left: 2px !important
}

.margin-bottom-2 {
  margin-bottom: 2px !important
}

.margin-right-2 {
  margin-right: 2px !important
}

.margin-top-3 {
  margin-top: 3px !important
}

.margin-left-3 {
  margin-left: 3px !important
}

.margin-bottom-3 {
  margin-bottom: 3px !important
}

.margin-right-3 {
  margin-right: 3px !important
}

.margin-top-4 {
  margin-top: 4px !important
}

.margin-left-4 {
  margin-left: 4px !important
}

.margin-bottom-4 {
  margin-bottom: 4px !important
}

.margin-right-4 {
  margin-right: 4px !important
}

.margin-top-5 {
  margin-top: 5px !important
}

.margin-left-5 {
  margin-left: 5px !important
}

.margin-bottom-5 {
  margin-bottom: 5px !important
}

.margin-right-5 {
  margin-right: 5px !important
}

.margin-top-6 {
  margin-top: 6px !important
}

.margin-left-6 {
  margin-left: 6px !important
}

.margin-bottom-6 {
  margin-bottom: 6px !important
}

.margin-right-6 {
  margin-right: 6px !important
}

.margin-top-7 {
  margin-top: 7px !important
}

.margin-left-7 {
  margin-left: 7px !important
}

.margin-bottom-7 {
  margin-bottom: 7px !important
}

.margin-right-7 {
  margin-right: 7px !important
}

.margin-top-8 {
  margin-top: 8px !important
}

.margin-left-8 {
  margin-left: 8px !important
}

.margin-bottom-8 {
  margin-bottom: 8px !important
}

.margin-right-8 {
  margin-right: 8px !important
}

.margin-top-9 {
  margin-top: 9px !important
}

.margin-left-9 {
  margin-left: 9px !important
}

.margin-bottom-9 {
  margin-bottom: 9px !important
}

.margin-right-9 {
  margin-right: 9px !important
}

.margin-top-10 {
  margin-top: 10px !important
}

.margin-left-10 {
  margin-left: 10px !important
}

.margin-bottom-10 {
  margin-bottom: 10px !important
}

.margin-right-10 {
  margin-right: 10px !important
}

.margin-top-11 {
  margin-top: 11px !important
}

.margin-left-11 {
  margin-left: 11px !important
}

.margin-bottom-11 {
  margin-bottom: 11px !important
}

.margin-right-11 {
  margin-right: 11px !important
}

.margin-top-12 {
  margin-top: 12px !important
}

.margin-left-12 {
  margin-left: 12px !important
}

.margin-bottom-12 {
  margin-bottom: 12px !important
}

.margin-right-12 {
  margin-right: 12px !important
}

.margin-top-13 {
  margin-top: 13px !important
}

.margin-left-13 {
  margin-left: 13px !important
}

.margin-bottom-13 {
  margin-bottom: 13px !important
}

.margin-right-13 {
  margin-right: 13px !important
}

.margin-top-14 {
  margin-top: 14px !important
}

.margin-left-14 {
  margin-left: 14px !important
}

.margin-bottom-14 {
  margin-bottom: 14px !important
}

.margin-right-14 {
  margin-right: 14px !important
}

.margin-top-15 {
  margin-top: 15px !important
}

.margin-left-15 {
  margin-left: 15px !important
}

.margin-bottom-15 {
  margin-bottom: 15px !important
}

.margin-right-15 {
  margin-right: 15px !important
}

.margin-top-16 {
  margin-top: 16px !important
}

.margin-left-16 {
  margin-left: 16px !important
}

.margin-bottom-16 {
  margin-bottom: 16px !important
}

.margin-right-16 {
  margin-right: 16px !important
}

.margin-top-17 {
  margin-top: 17px !important
}

.margin-left-17 {
  margin-left: 17px !important
}

.margin-bottom-17 {
  margin-bottom: 17px !important
}

.margin-right-17 {
  margin-right: 17px !important
}

.margin-top-18 {
  margin-top: 18px !important
}

.margin-left-18 {
  margin-left: 18px !important
}

.margin-bottom-18 {
  margin-bottom: 18px !important
}

.margin-right-18 {
  margin-right: 18px !important
}

.margin-top-19 {
  margin-top: 19px !important
}

.margin-left-19 {
  margin-left: 19px !important
}

.margin-bottom-19 {
  margin-bottom: 19px !important
}

.margin-right-19 {
  margin-right: 19px !important
}

.margin-top-20 {
  margin-top: 20px !important
}

.margin-left-20 {
  margin-left: 20px !important
}

.margin-bottom-20 {
  margin-bottom: 20px !important
}

.margin-right-20 {
  margin-right: 20px !important
}

.margin-top-21 {
  margin-top: 21px !important
}

.margin-left-21 {
  margin-left: 21px !important
}

.margin-bottom-21 {
  margin-bottom: 21px !important
}

.margin-right-21 {
  margin-right: 21px !important
}

.margin-top-22 {
  margin-top: 22px !important
}

.margin-left-22 {
  margin-left: 22px !important
}

.margin-bottom-22 {
  margin-bottom: 22px !important
}

.margin-right-22 {
  margin-right: 22px !important
}

.margin-top-23 {
  margin-top: 23px !important
}

.margin-left-23 {
  margin-left: 23px !important
}

.margin-bottom-23 {
  margin-bottom: 23px !important
}

.margin-right-23 {
  margin-right: 23px !important
}

.margin-top-24 {
  margin-top: 24px !important
}

.margin-left-24 {
  margin-left: 24px !important
}

.margin-bottom-24 {
  margin-bottom: 24px !important
}

.margin-right-24 {
  margin-right: 24px !important
}

.margin-top-25 {
  margin-top: 25px !important
}

.margin-left-25 {
  margin-left: 25px !important
}

.margin-bottom-25 {
  margin-bottom: 25px !important
}

.margin-right-25 {
  margin-right: 25px !important
}

.margin-top-26 {
  margin-top: 26px !important
}

.margin-left-26 {
  margin-left: 26px !important
}

.margin-bottom-26 {
  margin-bottom: 26px !important
}

.margin-right-26 {
  margin-right: 26px !important
}

.margin-top-27 {
  margin-top: 27px !important
}

.margin-left-27 {
  margin-left: 27px !important
}

.margin-bottom-27 {
  margin-bottom: 27px !important
}

.margin-right-27 {
  margin-right: 27px !important
}

.margin-top-28 {
  margin-top: 28px !important
}

.margin-left-28 {
  margin-left: 28px !important
}

.margin-bottom-28 {
  margin-bottom: 28px !important
}

.margin-right-28 {
  margin-right: 28px !important
}

.margin-top-29 {
  margin-top: 29px !important
}

.margin-left-29 {
  margin-left: 29px !important
}

.margin-bottom-29 {
  margin-bottom: 29px !important
}

.margin-right-29 {
  margin-right: 29px !important
}

.margin-top-30 {
  margin-top: 30px !important
}

.margin-left-30 {
  margin-left: 30px !important
}

.margin-bottom-30 {
  margin-bottom: 30px !important
}

.margin-right-30 {
  margin-right: 30px !important
}

.margin-top-31 {
  margin-top: 31px !important
}

.margin-left-31 {
  margin-left: 31px !important
}

.margin-bottom-31 {
  margin-bottom: 31px !important
}

.margin-right-31 {
  margin-right: 31px !important
}

.margin-top-32 {
  margin-top: 32px !important
}

.margin-left-32 {
  margin-left: 32px !important
}

.margin-bottom-32 {
  margin-bottom: 32px !important
}

.margin-right-32 {
  margin-right: 32px !important
}

.margin-top-33 {
  margin-top: 33px !important
}

.margin-left-33 {
  margin-left: 33px !important
}

.margin-bottom-33 {
  margin-bottom: 33px !important
}

.margin-right-33 {
  margin-right: 33px !important
}

.margin-top-34 {
  margin-top: 34px !important
}

.margin-left-34 {
  margin-left: 34px !important
}

.margin-bottom-34 {
  margin-bottom: 34px !important
}

.margin-right-34 {
  margin-right: 34px !important
}

.margin-top-35 {
  margin-top: 35px !important
}

.margin-left-35 {
  margin-left: 35px !important
}

.margin-bottom-35 {
  margin-bottom: 35px !important
}

.margin-right-35 {
  margin-right: 35px !important
}

.margin-top-36 {
  margin-top: 36px !important
}

.margin-left-36 {
  margin-left: 36px !important
}

.margin-bottom-36 {
  margin-bottom: 36px !important
}

.margin-right-36 {
  margin-right: 36px !important
}

.margin-top-37 {
  margin-top: 37px !important
}

.margin-left-37 {
  margin-left: 37px !important
}

.margin-bottom-37 {
  margin-bottom: 37px !important
}

.margin-right-37 {
  margin-right: 37px !important
}

.margin-top-38 {
  margin-top: 38px !important
}

.margin-left-38 {
  margin-left: 38px !important
}

.margin-bottom-38 {
  margin-bottom: 38px !important
}

.margin-right-38 {
  margin-right: 38px !important
}

.margin-top-39 {
  margin-top: 39px !important
}

.margin-left-39 {
  margin-left: 39px !important
}

.margin-bottom-39 {
  margin-bottom: 39px !important
}

.margin-right-39 {
  margin-right: 39px !important
}

.margin-top-40 {
  margin-top: 40px !important
}

.margin-left-40 {
  margin-left: 40px !important
}

.margin-bottom-40 {
  margin-bottom: 40px !important
}

.margin-right-40 {
  margin-right: 40px !important
}

.margin-top-41 {
  margin-top: 41px !important
}

.margin-left-41 {
  margin-left: 41px !important
}

.margin-bottom-41 {
  margin-bottom: 41px !important
}

.margin-right-41 {
  margin-right: 41px !important
}

.margin-top-42 {
  margin-top: 42px !important
}

.margin-left-42 {
  margin-left: 42px !important
}

.margin-bottom-42 {
  margin-bottom: 42px !important
}

.margin-right-42 {
  margin-right: 42px !important
}

.margin-top-43 {
  margin-top: 43px !important
}

.margin-left-43 {
  margin-left: 43px !important
}

.margin-bottom-43 {
  margin-bottom: 43px !important
}

.margin-right-43 {
  margin-right: 43px !important
}

.margin-top-44 {
  margin-top: 44px !important
}

.margin-left-44 {
  margin-left: 44px !important
}

.margin-bottom-44 {
  margin-bottom: 44px !important
}

.margin-right-44 {
  margin-right: 44px !important
}

.margin-top-45 {
  margin-top: 45px !important
}

.margin-left-45 {
  margin-left: 45px !important
}

.margin-bottom-45 {
  margin-bottom: 45px !important
}

.margin-right-45 {
  margin-right: 45px !important
}

.margin-top-46 {
  margin-top: 46px !important
}

.margin-left-46 {
  margin-left: 46px !important
}

.margin-bottom-46 {
  margin-bottom: 46px !important
}

.margin-right-46 {
  margin-right: 46px !important
}

.margin-top-47 {
  margin-top: 47px !important
}

.margin-left-47 {
  margin-left: 47px !important
}

.margin-bottom-47 {
  margin-bottom: 47px !important
}

.margin-right-47 {
  margin-right: 47px !important
}

.margin-top-48 {
  margin-top: 48px !important
}

.margin-left-48 {
  margin-left: 48px !important
}

.margin-bottom-48 {
  margin-bottom: 48px !important
}

.margin-right-48 {
  margin-right: 48px !important
}

.margin-top-49 {
  margin-top: 49px !important
}

.margin-left-49 {
  margin-left: 49px !important
}

.margin-bottom-49 {
  margin-bottom: 49px !important
}

.margin-right-49 {
  margin-right: 49px !important
}

.margin-top-50 {
  margin-top: 50px !important
}

.margin-left-50 {
  margin-left: 50px !important
}

.margin-bottom-50 {
  margin-bottom: 50px !important
}

.margin-right-50 {
  margin-right: 50px !important
}

.margin-top-51 {
  margin-top: 51px !important
}

.margin-left-51 {
  margin-left: 51px !important
}

.margin-bottom-51 {
  margin-bottom: 51px !important
}

.margin-right-51 {
  margin-right: 51px !important
}

.margin-top-52 {
  margin-top: 52px !important
}

.margin-left-52 {
  margin-left: 52px !important
}

.margin-bottom-52 {
  margin-bottom: 52px !important
}

.margin-right-52 {
  margin-right: 52px !important
}

.margin-top-53 {
  margin-top: 53px !important
}

.margin-left-53 {
  margin-left: 53px !important
}

.margin-bottom-53 {
  margin-bottom: 53px !important
}

.margin-right-53 {
  margin-right: 53px !important
}

.margin-top-54 {
  margin-top: 54px !important
}

.margin-left-54 {
  margin-left: 54px !important
}

.margin-bottom-54 {
  margin-bottom: 54px !important
}

.margin-right-54 {
  margin-right: 54px !important
}

.margin-top-55 {
  margin-top: 55px !important
}

.margin-left-55 {
  margin-left: 55px !important
}

.margin-bottom-55 {
  margin-bottom: 55px !important
}

.margin-right-55 {
  margin-right: 55px !important
}

.margin-top-56 {
  margin-top: 56px !important
}

.margin-left-56 {
  margin-left: 56px !important
}

.margin-bottom-56 {
  margin-bottom: 56px !important
}

.margin-right-56 {
  margin-right: 56px !important
}

.margin-top-57 {
  margin-top: 57px !important
}

.margin-left-57 {
  margin-left: 57px !important
}

.margin-bottom-57 {
  margin-bottom: 57px !important
}

.margin-right-57 {
  margin-right: 57px !important
}

.margin-top-58 {
  margin-top: 58px !important
}

.margin-left-58 {
  margin-left: 58px !important
}

.margin-bottom-58 {
  margin-bottom: 58px !important
}

.margin-right-58 {
  margin-right: 58px !important
}

.margin-top-59 {
  margin-top: 59px !important
}

.margin-left-59 {
  margin-left: 59px !important
}

.margin-bottom-59 {
  margin-bottom: 59px !important
}

.margin-right-59 {
  margin-right: 59px !important
}

.margin-top-60 {
  margin-top: 60px !important
}

.margin-left-60 {
  margin-left: 60px !important
}

.margin-bottom-60 {
  margin-bottom: 60px !important
}

.margin-right-60 {
  margin-right: 60px !important
}

.margin-top-61 {
  margin-top: 61px !important
}

.margin-left-61 {
  margin-left: 61px !important
}

.margin-bottom-61 {
  margin-bottom: 61px !important
}

.margin-right-61 {
  margin-right: 61px !important
}

.margin-top-62 {
  margin-top: 62px !important
}

.margin-left-62 {
  margin-left: 62px !important
}

.margin-bottom-62 {
  margin-bottom: 62px !important
}

.margin-right-62 {
  margin-right: 62px !important
}

.margin-top-63 {
  margin-top: 63px !important
}

.margin-left-63 {
  margin-left: 63px !important
}

.margin-bottom-63 {
  margin-bottom: 63px !important
}

.margin-right-63 {
  margin-right: 63px !important
}

.margin-top-64 {
  margin-top: 64px !important
}

.margin-left-64 {
  margin-left: 64px !important
}

.margin-bottom-64 {
  margin-bottom: 64px !important
}

.margin-right-64 {
  margin-right: 64px !important
}

.margin-top-65 {
  margin-top: 65px !important
}

.margin-left-65 {
  margin-left: 65px !important
}

.margin-bottom-65 {
  margin-bottom: 65px !important
}

.margin-right-65 {
  margin-right: 65px !important
}

.margin-top-66 {
  margin-top: 66px !important
}

.margin-left-66 {
  margin-left: 66px !important
}

.margin-bottom-66 {
  margin-bottom: 66px !important
}

.margin-right-66 {
  margin-right: 66px !important
}

.margin-top-67 {
  margin-top: 67px !important
}

.margin-left-67 {
  margin-left: 67px !important
}

.margin-bottom-67 {
  margin-bottom: 67px !important
}

.margin-right-67 {
  margin-right: 67px !important
}

.margin-top-68 {
  margin-top: 68px !important
}

.margin-left-68 {
  margin-left: 68px !important
}

.margin-bottom-68 {
  margin-bottom: 68px !important
}

.margin-right-68 {
  margin-right: 68px !important
}

.margin-top-69 {
  margin-top: 69px !important
}

.margin-left-69 {
  margin-left: 69px !important
}

.margin-bottom-69 {
  margin-bottom: 69px !important
}

.margin-right-69 {
  margin-right: 69px !important
}

.margin-top-70 {
  margin-top: 70px !important
}

.margin-left-70 {
  margin-left: 70px !important
}

.margin-bottom-70 {
  margin-bottom: 70px !important
}

.margin-right-70 {
  margin-right: 70px !important
}

.margin-top-71 {
  margin-top: 71px !important
}

.margin-left-71 {
  margin-left: 71px !important
}

.margin-bottom-71 {
  margin-bottom: 71px !important
}

.margin-right-71 {
  margin-right: 71px !important
}

.margin-top-72 {
  margin-top: 72px !important
}

.margin-left-72 {
  margin-left: 72px !important
}

.margin-bottom-72 {
  margin-bottom: 72px !important
}

.margin-right-72 {
  margin-right: 72px !important
}

.margin-top-73 {
  margin-top: 73px !important
}

.margin-left-73 {
  margin-left: 73px !important
}

.margin-bottom-73 {
  margin-bottom: 73px !important
}

.margin-right-73 {
  margin-right: 73px !important
}

.margin-top-74 {
  margin-top: 74px !important
}

.margin-left-74 {
  margin-left: 74px !important
}

.margin-bottom-74 {
  margin-bottom: 74px !important
}

.margin-right-74 {
  margin-right: 74px !important
}

.margin-top-75 {
  margin-top: 75px !important
}

.margin-left-75 {
  margin-left: 75px !important
}

.margin-bottom-75 {
  margin-bottom: 75px !important
}

.margin-right-75 {
  margin-right: 75px !important
}

.margin-top-76 {
  margin-top: 76px !important
}

.margin-left-76 {
  margin-left: 76px !important
}

.margin-bottom-76 {
  margin-bottom: 76px !important
}

.margin-right-76 {
  margin-right: 76px !important
}

.margin-top-77 {
  margin-top: 77px !important
}

.margin-left-77 {
  margin-left: 77px !important
}

.margin-bottom-77 {
  margin-bottom: 77px !important
}

.margin-right-77 {
  margin-right: 77px !important
}

.margin-top-78 {
  margin-top: 78px !important
}

.margin-left-78 {
  margin-left: 78px !important
}

.margin-bottom-78 {
  margin-bottom: 78px !important
}

.margin-right-78 {
  margin-right: 78px !important
}

.margin-top-79 {
  margin-top: 79px !important
}

.margin-left-79 {
  margin-left: 79px !important
}

.margin-bottom-79 {
  margin-bottom: 79px !important
}

.margin-right-79 {
  margin-right: 79px !important
}

.margin-top-80 {
  margin-top: 80px !important
}

.margin-left-80 {
  margin-left: 80px !important
}

.margin-bottom-80 {
  margin-bottom: 80px !important
}

.margin-right-80 {
  margin-right: 80px !important
}

.padding-top-1 {
  padding-top: 1px !important
}

.padding-left-1 {
  padding-left: 1px !important
}

.padding-bottom-1 {
  padding-bottom: 1px !important
}

.padding-right-1 {
  padding-right: 1px !important
}

.padding-top-2 {
  padding-top: 2px !important
}

.padding-left-2 {
  padding-left: 2px !important
}

.padding-bottom-2 {
  padding-bottom: 2px !important
}

.padding-right-2 {
  padding-right: 2px !important
}

.padding-top-3 {
  padding-top: 3px !important
}

.padding-left-3 {
  padding-left: 3px !important
}

.padding-bottom-3 {
  padding-bottom: 3px !important
}

.padding-right-3 {
  padding-right: 3px !important
}

.padding-top-4 {
  padding-top: 4px !important
}

.padding-left-4 {
  padding-left: 4px !important
}

.padding-bottom-4 {
  padding-bottom: 4px !important
}

.padding-right-4 {
  padding-right: 4px !important
}

.padding-top-5 {
  padding-top: 5px !important
}

.padding-left-5 {
  padding-left: 5px !important
}

.padding-bottom-5 {
  padding-bottom: 5px !important
}

.padding-right-5 {
  padding-right: 5px !important
}

.padding-top-6 {
  padding-top: 6px !important
}

.padding-left-6 {
  padding-left: 6px !important
}

.padding-bottom-6 {
  padding-bottom: 6px !important
}

.padding-right-6 {
  padding-right: 6px !important
}

.padding-top-7 {
  padding-top: 7px !important
}

.padding-left-7 {
  padding-left: 7px !important
}

.padding-bottom-7 {
  padding-bottom: 7px !important
}

.padding-right-7 {
  padding-right: 7px !important
}

.padding-top-8 {
  padding-top: 8px !important
}

.padding-left-8 {
  padding-left: 8px !important
}

.padding-bottom-8 {
  padding-bottom: 8px !important
}

.padding-right-8 {
  padding-right: 8px !important
}

.padding-top-9 {
  padding-top: 9px !important
}

.padding-left-9 {
  padding-left: 9px !important
}

.padding-bottom-9 {
  padding-bottom: 9px !important
}

.padding-right-9 {
  padding-right: 9px !important
}

.padding-top-10 {
  padding-top: 10px !important
}

.padding-left-10 {
  padding-left: 10px !important
}

.padding-bottom-10 {
  padding-bottom: 10px !important
}

.padding-right-10 {
  padding-right: 10px !important
}

.padding-top-11 {
  padding-top: 11px !important
}

.padding-left-11 {
  padding-left: 11px !important
}

.padding-bottom-11 {
  padding-bottom: 11px !important
}

.padding-right-11 {
  padding-right: 11px !important
}

.padding-top-12 {
  padding-top: 12px !important
}

.padding-left-12 {
  padding-left: 12px !important
}

.padding-bottom-12 {
  padding-bottom: 12px !important
}

.padding-right-12 {
  padding-right: 12px !important
}

.padding-top-13 {
  padding-top: 13px !important
}

.padding-left-13 {
  padding-left: 13px !important
}

.padding-bottom-13 {
  padding-bottom: 13px !important
}

.padding-right-13 {
  padding-right: 13px !important
}

.padding-top-14 {
  padding-top: 14px !important
}

.padding-left-14 {
  padding-left: 14px !important
}

.padding-bottom-14 {
  padding-bottom: 14px !important
}

.padding-right-14 {
  padding-right: 14px !important
}

.padding-top-15 {
  padding-top: 15px !important
}

.padding-left-15 {
  padding-left: 15px !important
}

.padding-bottom-15 {
  padding-bottom: 15px !important
}

.padding-right-15 {
  padding-right: 15px !important
}

.padding-top-16 {
  padding-top: 16px !important
}

.padding-left-16 {
  padding-left: 16px !important
}

.padding-bottom-16 {
  padding-bottom: 16px !important
}

.padding-right-16 {
  padding-right: 16px !important
}

.padding-top-17 {
  padding-top: 17px !important
}

.padding-left-17 {
  padding-left: 17px !important
}

.padding-bottom-17 {
  padding-bottom: 17px !important
}

.padding-right-17 {
  padding-right: 17px !important
}

.padding-top-18 {
  padding-top: 18px !important
}

.padding-left-18 {
  padding-left: 18px !important
}

.padding-bottom-18 {
  padding-bottom: 18px !important
}

.padding-right-18 {
  padding-right: 18px !important
}

.padding-top-19 {
  padding-top: 19px !important
}

.padding-left-19 {
  padding-left: 19px !important
}

.padding-bottom-19 {
  padding-bottom: 19px !important
}

.padding-right-19 {
  padding-right: 19px !important
}

.padding-top-20 {
  padding-top: 20px !important
}

.padding-left-20 {
  padding-left: 20px !important
}

.padding-bottom-20 {
  padding-bottom: 20px !important
}

.padding-right-20 {
  padding-right: 20px !important
}

.padding-top-21 {
  padding-top: 21px !important
}

.padding-left-21 {
  padding-left: 21px !important
}

.padding-bottom-21 {
  padding-bottom: 21px !important
}

.padding-right-21 {
  padding-right: 21px !important
}

.padding-top-22 {
  padding-top: 22px !important
}

.padding-left-22 {
  padding-left: 22px !important
}

.padding-bottom-22 {
  padding-bottom: 22px !important
}

.padding-right-22 {
  padding-right: 22px !important
}

.padding-top-23 {
  padding-top: 23px !important
}

.padding-left-23 {
  padding-left: 23px !important
}

.padding-bottom-23 {
  padding-bottom: 23px !important
}

.padding-right-23 {
  padding-right: 23px !important
}

.padding-top-24 {
  padding-top: 24px !important
}

.padding-left-24 {
  padding-left: 24px !important
}

.padding-bottom-24 {
  padding-bottom: 24px !important
}

.padding-right-24 {
  padding-right: 24px !important
}

.padding-top-25 {
  padding-top: 25px !important
}

.padding-left-25 {
  padding-left: 25px !important
}

.padding-bottom-25 {
  padding-bottom: 25px !important
}

.padding-right-25 {
  padding-right: 25px !important
}

.padding-top-26 {
  padding-top: 26px !important
}

.padding-left-26 {
  padding-left: 26px !important
}

.padding-bottom-26 {
  padding-bottom: 26px !important
}

.padding-right-26 {
  padding-right: 26px !important
}

.padding-top-27 {
  padding-top: 27px !important
}

.padding-left-27 {
  padding-left: 27px !important
}

.padding-bottom-27 {
  padding-bottom: 27px !important
}

.padding-right-27 {
  padding-right: 27px !important
}

.padding-top-28 {
  padding-top: 28px !important
}

.padding-left-28 {
  padding-left: 28px !important
}

.padding-bottom-28 {
  padding-bottom: 28px !important
}

.padding-right-28 {
  padding-right: 28px !important
}

.padding-top-29 {
  padding-top: 29px !important
}

.padding-left-29 {
  padding-left: 29px !important
}

.padding-bottom-29 {
  padding-bottom: 29px !important
}

.padding-right-29 {
  padding-right: 29px !important
}

.padding-top-30 {
  padding-top: 30px !important
}

.padding-left-30 {
  padding-left: 30px !important
}

.padding-bottom-30 {
  padding-bottom: 30px !important
}

.padding-right-30 {
  padding-right: 30px !important
}

.padding-top-31 {
  padding-top: 31px !important
}

.padding-left-31 {
  padding-left: 31px !important
}

.padding-bottom-31 {
  padding-bottom: 31px !important
}

.padding-right-31 {
  padding-right: 31px !important
}

.padding-top-32 {
  padding-top: 32px !important
}

.padding-left-32 {
  padding-left: 32px !important
}

.padding-bottom-32 {
  padding-bottom: 32px !important
}

.padding-right-32 {
  padding-right: 32px !important
}

.padding-top-33 {
  padding-top: 33px !important
}

.padding-left-33 {
  padding-left: 33px !important
}

.padding-bottom-33 {
  padding-bottom: 33px !important
}

.padding-right-33 {
  padding-right: 33px !important
}

.padding-top-34 {
  padding-top: 34px !important
}

.padding-left-34 {
  padding-left: 34px !important
}

.padding-bottom-34 {
  padding-bottom: 34px !important
}

.padding-right-34 {
  padding-right: 34px !important
}

.padding-top-35 {
  padding-top: 35px !important
}

.padding-left-35 {
  padding-left: 35px !important
}

.padding-bottom-35 {
  padding-bottom: 35px !important
}

.padding-right-35 {
  padding-right: 35px !important
}

.padding-top-36 {
  padding-top: 36px !important
}

.padding-left-36 {
  padding-left: 36px !important
}

.padding-bottom-36 {
  padding-bottom: 36px !important
}

.padding-right-36 {
  padding-right: 36px !important
}

.padding-top-37 {
  padding-top: 37px !important
}

.padding-left-37 {
  padding-left: 37px !important
}

.padding-bottom-37 {
  padding-bottom: 37px !important
}

.padding-right-37 {
  padding-right: 37px !important
}

.padding-top-38 {
  padding-top: 38px !important
}

.padding-left-38 {
  padding-left: 38px !important
}

.padding-bottom-38 {
  padding-bottom: 38px !important
}

.padding-right-38 {
  padding-right: 38px !important
}

.padding-top-39 {
  padding-top: 39px !important
}

.padding-left-39 {
  padding-left: 39px !important
}

.padding-bottom-39 {
  padding-bottom: 39px !important
}

.padding-right-39 {
  padding-right: 39px !important
}

.padding-top-40 {
  padding-top: 40px !important
}

.padding-left-40 {
  padding-left: 40px !important
}

.padding-bottom-40 {
  padding-bottom: 40px !important
}

.padding-right-40 {
  padding-right: 40px !important
}

.padding-top-41 {
  padding-top: 41px !important
}

.padding-left-41 {
  padding-left: 41px !important
}

.padding-bottom-41 {
  padding-bottom: 41px !important
}

.padding-right-41 {
  padding-right: 41px !important
}

.padding-top-42 {
  padding-top: 42px !important
}

.padding-left-42 {
  padding-left: 42px !important
}

.padding-bottom-42 {
  padding-bottom: 42px !important
}

.padding-right-42 {
  padding-right: 42px !important
}

.padding-top-43 {
  padding-top: 43px !important
}

.padding-left-43 {
  padding-left: 43px !important
}

.padding-bottom-43 {
  padding-bottom: 43px !important
}

.padding-right-43 {
  padding-right: 43px !important
}

.padding-top-44 {
  padding-top: 44px !important
}

.padding-left-44 {
  padding-left: 44px !important
}

.padding-bottom-44 {
  padding-bottom: 44px !important
}

.padding-right-44 {
  padding-right: 44px !important
}

.padding-top-45 {
  padding-top: 45px !important
}

.padding-left-45 {
  padding-left: 45px !important
}

.padding-bottom-45 {
  padding-bottom: 45px !important
}

.padding-right-45 {
  padding-right: 45px !important
}

.padding-top-46 {
  padding-top: 46px !important
}

.padding-left-46 {
  padding-left: 46px !important
}

.padding-bottom-46 {
  padding-bottom: 46px !important
}

.padding-right-46 {
  padding-right: 46px !important
}

.padding-top-47 {
  padding-top: 47px !important
}

.padding-left-47 {
  padding-left: 47px !important
}

.padding-bottom-47 {
  padding-bottom: 47px !important
}

.padding-right-47 {
  padding-right: 47px !important
}

.padding-top-48 {
  padding-top: 48px !important
}

.padding-left-48 {
  padding-left: 48px !important
}

.padding-bottom-48 {
  padding-bottom: 48px !important
}

.padding-right-48 {
  padding-right: 48px !important
}

.padding-top-49 {
  padding-top: 49px !important
}

.padding-left-49 {
  padding-left: 49px !important
}

.padding-bottom-49 {
  padding-bottom: 49px !important
}

.padding-right-49 {
  padding-right: 49px !important
}

.padding-top-50 {
  padding-top: 50px !important
}

.padding-left-50 {
  padding-left: 50px !important
}

.padding-bottom-50 {
  padding-bottom: 50px !important
}

.padding-right-50 {
  padding-right: 50px !important
}

.padding-top-51 {
  padding-top: 51px !important
}

.padding-left-51 {
  padding-left: 51px !important
}

.padding-bottom-51 {
  padding-bottom: 51px !important
}

.padding-right-51 {
  padding-right: 51px !important
}

.padding-top-52 {
  padding-top: 52px !important
}

.padding-left-52 {
  padding-left: 52px !important
}

.padding-bottom-52 {
  padding-bottom: 52px !important
}

.padding-right-52 {
  padding-right: 52px !important
}

.padding-top-53 {
  padding-top: 53px !important
}

.padding-left-53 {
  padding-left: 53px !important
}

.padding-bottom-53 {
  padding-bottom: 53px !important
}

.padding-right-53 {
  padding-right: 53px !important
}

.padding-top-54 {
  padding-top: 54px !important
}

.padding-left-54 {
  padding-left: 54px !important
}

.padding-bottom-54 {
  padding-bottom: 54px !important
}

.padding-right-54 {
  padding-right: 54px !important
}

.padding-top-55 {
  padding-top: 55px !important
}

.padding-left-55 {
  padding-left: 55px !important
}

.padding-bottom-55 {
  padding-bottom: 55px !important
}

.padding-right-55 {
  padding-right: 55px !important
}

.padding-top-56 {
  padding-top: 56px !important
}

.padding-left-56 {
  padding-left: 56px !important
}

.padding-bottom-56 {
  padding-bottom: 56px !important
}

.padding-right-56 {
  padding-right: 56px !important
}

.padding-top-57 {
  padding-top: 57px !important
}

.padding-left-57 {
  padding-left: 57px !important
}

.padding-bottom-57 {
  padding-bottom: 57px !important
}

.padding-right-57 {
  padding-right: 57px !important
}

.padding-top-58 {
  padding-top: 58px !important
}

.padding-left-58 {
  padding-left: 58px !important
}

.padding-bottom-58 {
  padding-bottom: 58px !important
}

.padding-right-58 {
  padding-right: 58px !important
}

.padding-top-59 {
  padding-top: 59px !important
}

.padding-left-59 {
  padding-left: 59px !important
}

.padding-bottom-59 {
  padding-bottom: 59px !important
}

.padding-right-59 {
  padding-right: 59px !important
}

.padding-top-60 {
  padding-top: 60px !important
}

.padding-left-60 {
  padding-left: 60px !important
}

.padding-bottom-60 {
  padding-bottom: 60px !important
}

.padding-right-60 {
  padding-right: 60px !important
}

.padding-top-61 {
  padding-top: 61px !important
}

.padding-left-61 {
  padding-left: 61px !important
}

.padding-bottom-61 {
  padding-bottom: 61px !important
}

.padding-right-61 {
  padding-right: 61px !important
}

.padding-top-62 {
  padding-top: 62px !important
}

.padding-left-62 {
  padding-left: 62px !important
}

.padding-bottom-62 {
  padding-bottom: 62px !important
}

.padding-right-62 {
  padding-right: 62px !important
}

.padding-top-63 {
  padding-top: 63px !important
}

.padding-left-63 {
  padding-left: 63px !important
}

.padding-bottom-63 {
  padding-bottom: 63px !important
}

.padding-right-63 {
  padding-right: 63px !important
}

.padding-top-64 {
  padding-top: 64px !important
}

.padding-left-64 {
  padding-left: 64px !important
}

.padding-bottom-64 {
  padding-bottom: 64px !important
}

.padding-right-64 {
  padding-right: 64px !important
}

.padding-top-65 {
  padding-top: 65px !important
}

.padding-left-65 {
  padding-left: 65px !important
}

.padding-bottom-65 {
  padding-bottom: 65px !important
}

.padding-right-65 {
  padding-right: 65px !important
}

.padding-top-66 {
  padding-top: 66px !important
}

.padding-left-66 {
  padding-left: 66px !important
}

.padding-bottom-66 {
  padding-bottom: 66px !important
}

.padding-right-66 {
  padding-right: 66px !important
}

.padding-top-67 {
  padding-top: 67px !important
}

.padding-left-67 {
  padding-left: 67px !important
}

.padding-bottom-67 {
  padding-bottom: 67px !important
}

.padding-right-67 {
  padding-right: 67px !important
}

.padding-top-68 {
  padding-top: 68px !important
}

.padding-left-68 {
  padding-left: 68px !important
}

.padding-bottom-68 {
  padding-bottom: 68px !important
}

.padding-right-68 {
  padding-right: 68px !important
}

.padding-top-69 {
  padding-top: 69px !important
}

.padding-left-69 {
  padding-left: 69px !important
}

.padding-bottom-69 {
  padding-bottom: 69px !important
}

.padding-right-69 {
  padding-right: 69px !important
}

.padding-top-70 {
  padding-top: 70px !important
}

.padding-left-70 {
  padding-left: 70px !important
}

.padding-bottom-70 {
  padding-bottom: 70px !important
}

.padding-right-70 {
  padding-right: 70px !important
}

.padding-top-71 {
  padding-top: 71px !important
}

.padding-left-71 {
  padding-left: 71px !important
}

.padding-bottom-71 {
  padding-bottom: 71px !important
}

.padding-right-71 {
  padding-right: 71px !important
}

.padding-top-72 {
  padding-top: 72px !important
}

.padding-left-72 {
  padding-left: 72px !important
}

.padding-bottom-72 {
  padding-bottom: 72px !important
}

.padding-right-72 {
  padding-right: 72px !important
}

.padding-top-73 {
  padding-top: 73px !important
}

.padding-left-73 {
  padding-left: 73px !important
}

.padding-bottom-73 {
  padding-bottom: 73px !important
}

.padding-right-73 {
  padding-right: 73px !important
}

.padding-top-74 {
  padding-top: 74px !important
}

.padding-left-74 {
  padding-left: 74px !important
}

.padding-bottom-74 {
  padding-bottom: 74px !important
}

.padding-right-74 {
  padding-right: 74px !important
}

.padding-top-75 {
  padding-top: 75px !important
}

.padding-left-75 {
  padding-left: 75px !important
}

.padding-bottom-75 {
  padding-bottom: 75px !important
}

.padding-right-75 {
  padding-right: 75px !important
}

.padding-top-76 {
  padding-top: 76px !important
}

.padding-left-76 {
  padding-left: 76px !important
}

.padding-bottom-76 {
  padding-bottom: 76px !important
}

.padding-right-76 {
  padding-right: 76px !important
}

.padding-top-77 {
  padding-top: 77px !important
}

.padding-left-77 {
  padding-left: 77px !important
}

.padding-bottom-77 {
  padding-bottom: 77px !important
}

.padding-right-77 {
  padding-right: 77px !important
}

.padding-top-78 {
  padding-top: 78px !important
}

.padding-left-78 {
  padding-left: 78px !important
}

.padding-bottom-78 {
  padding-bottom: 78px !important
}

.padding-right-78 {
  padding-right: 78px !important
}

.padding-top-79 {
  padding-top: 79px !important
}

.padding-left-79 {
  padding-left: 79px !important
}

.padding-bottom-79 {
  padding-bottom: 79px !important
}

.padding-right-79 {
  padding-right: 79px !important
}

.padding-top-80 {
  padding-top: 80px !important
}

.padding-left-80 {
  padding-left: 80px !important
}

.padding-bottom-80 {
  padding-bottom: 80px !important
}

.padding-right-80 {
  padding-right: 80px !important
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@-webkit-keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.btn-action-icon {
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 34px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  color: #fd6d6d;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
  position: relative
}

.btn-action-icon.btn-action-sm {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.btn-action-icon.btn-action-sm:before {
  line-height: 30px
}

@media (min-width: 1200px) {
  .btn-action-icon.btn-action-lg {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
  }

  .btn-action-icon.btn-action-lg:before {
    line-height: 45px
  }
}

.btn-action-icon:hover,
.btn-action-icon:focus {
  color: #fff;
  background: #fd6d6d
}

.btn-action-icon.rejec {
  color: #f0ad4e;
  background: #fff
}

.btn-action-icon.rejec:hover,
.btn-action-icon.rejec:focus {
  color: #fff;
  background: #f0ad4e
}

.btn-action-icon.rejec.rejected {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.btn-action-icon.download {
  background: #fff;
  color: #222
}

.btn-action-icon.download:hover,
.btn-action-icon.download:focus {
  color: #fff;
  background: #222
}

.btn-action-icon.remove {
  background: #fff;
  color: #F44336
}

.btn-action-icon.remove:hover,
.btn-action-icon.remove:focus {
  color: #fff;
  background: #F44336
}

.btn-action-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #484848;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn-action-icon.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important
}

.btn-action-icon.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.view_all {
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.view_all i {
  display: inline-block;
  margin-left: 10px
}

.rtl .view_all i {
  margin-right: 10px;
  margin-left: 0
}

.view_all:hover {
  -webkit-animation: slideIcon 0.6s linear 0s 1 normal;
  animation: slideIcon 0.6s linear 0s 1 normal
}

.btn-icon i {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block
}

@media (min-width: 1200px) {
  .btn-icon i {
    font-size: 28px !important
  }

  .btn-icon i .pre {
    margin-right: 12px !important
  }

  .rtl .btn-icon i .pre {
    margin-left: 12px !important;
    margin-right: 0
  }

  .btn-icon i .next {
    margin-left: 12px !important
  }

  .rtl .btn-icon i .next {
    margin-right: 12px !important;
    margin-left: 0
  }
}

.btn-link-job,
.button,
.btn {
  outline: none !important
}

.btn-link-job .pre,
.button .pre,
.btn .pre {
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-link-job .pre,
.rtl .button .pre,
.rtl .btn .pre {
  margin-left: 8px;
  margin-right: 0
}

.btn-link-job .next,
.button .next,
.btn .next {
  display: inline-block;
  margin-left: 8px
}

.rtl .btn-link-job .next,
.rtl .button .next,
.rtl .btn .next {
  margin-right: 8px;
  margin-left: 0
}

.btn-candidate-alert:before,
.btn-job-alert:before {
  content: "\f142";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 25px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block
}

.rtl .btn-candidate-alert:before,
.rtl .btn-job-alert:before {
  margin-left: 10px;
  margin-right: 0
}

.btn-outline-light {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  color: #262626;
  background-color: #FFF;
  border-color: #262626
}

.open .btn-outline-light.dropdown-toggle {
  color: #262626;
  background-color: #FFF;
  border-color: #262626
}

.btn-outline-light:active,
.btn-outline-light.active {
  background-image: none
}

.open .btn-outline-light.dropdown-toggle {
  background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFF
}

.btn-outline-light .badge {
  color: transparent;
  background-color: #FFF
}

.btn-shop {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #f43434
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff
}

.btn-outline.btn-default:hover {
  color: #304830;
  border-color: #fff;
  background: #fff
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #262626;
  color: #262626
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #262626;
  background: #262626
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #79b530;
  color: #79b530
}

.btn-outline.btn-success:hover {
  color: #FFF;
  border-color: #79b530;
  background: #79b530
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #27ceb4;
  color: #27ceb4
}

.btn-outline.btn-info:hover {
  color: #FFF;
  border-color: #27ceb4;
  background: #27ceb4
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #e44343;
  color: #e44343
}

.btn-outline.btn-danger:hover {
  color: #FFF;
  border-color: #e44343;
  background: #e44343
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #f0ad4e;
  color: #f0ad4e
}

.btn-outline.btn-warning:hover {
  color: #FFF;
  border-color: #f0ad4e;
  background: #f0ad4e
}

.btn-inverse.btn-primary:hover {
  color: #262626;
  background: #FFF
}

.btn-inverse.btn-success:hover {
  color: #79b530;
  background: #FFF
}

.btn-inverse.btn-info:hover {
  color: #27ceb4;
  background: #FFF
}

.btn-inverse.btn-danger:hover {
  color: #e44343;
  background: #FFF
}

.btn-inverse.btn-warning:hover {
  color: #f0ad4e;
  background: #FFF
}

.btn-inverse.btn-theme:hover {
  color: #304830;
  background: #FFF
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 50px
}

.btn-compare.btn-outline:hover,
.btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c
}

.view-more-btn i {
  margin-left: 12px
}

.rtl .view-more-btn i {
  margin-right: 12px;
  margin-left: 0
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: #304830 !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid #304830
}

.reamore i {
  margin-left: 8px
}

.rtl .reamore i {
  margin-right: 8px;
  margin-left: 0
}

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1.42857143
}

.btn-browse:hover,
.btn-browse:focus {
  background: #304830;
  color: #fff;
  border-color: #304830
}

.apus-loadmore-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #24324A;
  text-transform: capitalize;
  font-weight: 700;
  color: #24324A;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative
}

@media (min-width: 1200px) {
  .apus-loadmore-btn {
    padding: 10px 40px
  }
}

.apus-loadmore-btn:hover,
.apus-loadmore-btn:focus {
  color: #fff;
  border-color: #24324A;
  background-color: #24324A
}

.apus-loadmore-btn.loading {
  border-color: transparent !important;
  background-color: transparent !important;
  color: transparent !important
}

.apus-loadmore-btn.loading:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.viewmore-products-btn {
  position: relative
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(/homeo/wp-content/themes/homeo/images/loading-quick.gif) no-repeat scroll center center/20px auto
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.radius-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important
}

.radius-circle {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 90, 95, 0.8);
  box-shadow: 0 0 10px 0 rgba(255, 90, 95, 0.8)
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #304830
}

.btn-white {
  background: #fff;
  color: #304830;
  border-color: #fff
}

.btn-white:active,
.btn-white:hover {
  color: #304830;
  background: #f2f2f2;
  border-color: #f2f2f2
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf
}

.btn-purple:active,
.btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f
}

.btn-brown:focus,
.btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39
}

.btn-back:focus,
.btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39
}

.btn-white.btn-br-white {
  background: #fff;
  color: #484848;
  border-color: #fff
}

.btn-white.btn-br-white:active,
.btn-white.btn-br-white:hover {
  color: #484848;
  background: #d9d9d9;
  border-color: #d9d9d9
}

.btn-gradient-theme {
  z-index: 1;
  position: relative;
  background: linear-gradient(to right, #304830, #24324a);
  background: -webkit-linear-gradient(to right, #304830, #24324a);
  background: -ms-linear-gradient(to right, #304830, #24324a);
  background: -o-linear-gradient(to right, #304830, #24324a);
  color: #304830;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 1px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden
}

.btn-gradient-theme .btn {
  background: #fff;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 1
}

.btn-gradient-theme .btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  background: linear-gradient(to right, #304830, #24324a);
  background: -webkit-linear-gradient(to right, #304830, #24324a);
  background: -ms-linear-gradient(to right, #304830, #24324a);
  background: -o-linear-gradient(to right, #304830, #24324a);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.btn-gradient-theme:hover .btn {
  color: #fff
}

.btn-gradient-theme:hover .btn:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.btn-gradient-primary .elementor-button {
  border: none !important;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, #ff337d 0%, #fd5559 100%);
  background-image: -o-linear-gradient(left, #ff337d 0%, #fd5559 100%);
  background-image: linear-gradient(to right, #ff337d 0%, #fd5559 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF337D', endColorstr='#FFFD5559', GradientType=1);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn-gradient-primary .elementor-button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: -webkit-linear-gradient(left, #fd5559 0%, #ff337d 100%);
  background-image: -o-linear-gradient(left, #fd5559 0%, #ff337d 100%);
  background-image: linear-gradient(to right, #fd5559 0%, #ff337d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFD5559', endColorstr='#FFFF337D', GradientType=1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.btn-gradient-primary .elementor-button>* {
  position: relative;
  z-index: 2
}

.btn-gradient-primary .elementor-button:hover:before,
.btn-gradient-primary .elementor-button:active:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.btn-readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #304830
}

.btn-readmore:before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  display: block;
  background: #304830;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s
}

.btn-readmore i {
  margin-left: 8px;
  vertical-align: middle
}

.rtl .btn-readmore i {
  margin-right: 8px;
  margin-left: 0
}

.btn-readmore:hover:before {
  left: 0;
  width: 100%
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d77c7b
}

.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
  background-image: none
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2
}

.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #262626 !important;
  border-color: #262626 !important
}

.btn-theme {
  color: #fff;
  background-color: #304830;
  border-color: #304830
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #304830;
  border-color: #304830
}

.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
  background-image: none
}

.btn-theme.disabled,
.btn-theme.disabled:hover,
.btn-theme.disabled:focus,
.btn-theme.disabled:active,
.btn-theme.disabled.active,
.btn-theme[disabled],
.btn-theme[disabled]:hover,
.btn-theme[disabled]:focus,
.btn-theme[disabled]:active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme,
fieldset[disabled] .btn-theme:hover,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .btn-theme.active {
  background-color: #304830;
  border-color: #304830
}

.btn-theme .badge {
  color: #304830;
  background-color: #fff
}

.btn-theme:active,
.btn-theme:hover {
  color: #fff
}

.btn-yellow {
  color: #fff;
  background-color: #feac36;
  border-color: #feac36
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #fe9703;
  border-color: #fe9703
}

.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
  background-image: none
}

.btn-yellow.disabled,
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
  background-color: #feac36;
  border-color: #feac36
}

.btn-yellow .badge {
  color: #feac36;
  background-color: #fff
}

.btn-yellow:active,
.btn-yellow:hover {
  color: #fff
}

.btn-dark {
  color: #252525;
  background-color: #ccc;
  border-color: #ccc
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  color: #252525;
  background-color: #b3b3b3;
  border-color: #b3b3b3
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: #ccc;
  border-color: #ccc
}

.btn-dark .badge {
  color: #ccc;
  background-color: #252525
}

.btn-dark:active,
.btn-dark:hover {
  color: #181818
}

.btn-theme-second {
  color: #fff;
  background-color: #24324a;
  border-color: #24324a
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #131b28;
  border-color: #131b28
}

.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
  background-image: none
}

.btn-theme-second.disabled,
.btn-theme-second.disabled:hover,
.btn-theme-second.disabled:focus,
.btn-theme-second.disabled:active,
.btn-theme-second.disabled.active,
.btn-theme-second[disabled],
.btn-theme-second[disabled]:hover,
.btn-theme-second[disabled]:focus,
.btn-theme-second[disabled]:active,
.btn-theme-second[disabled].active,
fieldset[disabled] .btn-theme-second,
fieldset[disabled] .btn-theme-second:hover,
fieldset[disabled] .btn-theme-second:focus,
fieldset[disabled] .btn-theme-second:active,
fieldset[disabled] .btn-theme-second.active {
  background-color: #24324a;
  border-color: #24324a
}

.btn-theme-second .badge {
  color: #24324a;
  background-color: #fff
}

.btn-theme-second:active,
.btn-theme-second:hover {
  color: #fff
}

.btn-theme.btn-outline {
  color: #304830;
  border-color: #304830;
  background: transparent
}

.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.more-link {
  color: #304830;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize
}

.more-link:hover {
  text-decoration: none
}

.btn-shaded-sm {
  position: relative
}

.btn-shaded-sm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4)
}

.search-popup .dropdown-menu {
  padding: 10px
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5
}

.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 8px
}

.searchform .input-group-btn {
  line-height: 100%
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important
}

.rtl .search-category .btn {
  margin-right: 10px !important;
  margin-left: 0
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500
}

.chosen-container {
  width: 100% !important
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #222;
  color: #ccc;
  font-size: 14px;
  height: 34px
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.input-group-form .input-group-addon {
  border: 0;
  background: #222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.btn-dark-normal {
  background: #435f7a;
  color: #f5f5f5;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0
}

.btn-dark-normal:focus,
.btn-dark-normal:hover {
  background: #3a526a;
  color: #f5f5f5
}

.btn-compare,
.btn-favorites {
  font-size: 21px;
  line-height: 1
}

.btn-compare .count,
.btn-favorites .count {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4px 7px;
  vertical-align: top;
  margin-top: -10px;
  margin-left: -14px
}

.rtl .btn-compare .count,
.rtl .btn-favorites .count {
  margin-right: -14px;
  margin-left: 0
}

.btn-underline {
  text-decoration: underline
}

.btn-underline:hover {
  color: #304830
}

.btn-submit .button-icon {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-submit .button-icon {
  margin-left: 8px;
  margin-right: 0
}

.btn-view-all-photos {
  background-color: #fff
}

.btn-view-all-photos i {
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-view-all-photos i {
  margin-left: 8px;
  margin-right: 0
}

@media (max-width: 991px) {
  .btn-view-all-photos {
    padding: 5px 10px
  }
}

.btn-view i,
.view-my-listings i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px
}

.rtl .btn-view i,
.rtl .view-my-listings i {
  margin-right: 5px;
  margin-left: 0
}

.btn-view {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap
}

.btn-show-filter {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  background-color: #304830;
  color: #fff;
  padding: 0
}

.btn-show-filter i {
  background-color: #f53c41;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle
}

@media (min-width: 1200px) {
  .btn-show-filter i {
    padding: 8px 15px;
    font-size: 18px
  }
}

.btn-show-filter span {
  padding: 5px 20px
}

.btn-show-filter:hover,
.btn-show-filter:focus {
  color: #fff;
  background-color: #f53c41
}

.no-margin {
  margin: 0 !important
}

.no-margin .pagination {
  margin: 0
}

.no-padding {
  padding: 0 !important
}

.no-position {
  position: static !important
}

.inline-block {
  display: inline-block;
  vertical-align: middle
}

.lt-ie8 .inline-block {
  display: inline;
  zoom: 1
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important
}

.no-effect a:before {
  content: none !important
}

.clear-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.text-uppercase {
  text-transform: uppercase !important
}

.separator_align_center {
  text-align: center !important
}

.vc_align_right,
.separator_align_right {
  text-align: right !important
}

.separator_align_left {
  text-align: left !important
}

.font-size-lg {
  font-size: 48px
}

.font-size-md {
  font-size: 30px
}

.font-size-sm {
  font-size: 18px
}

.font-size-xs {
  font-size: 14px
}

.no-border {
  border: 0px !important
}

.bg-transparent {
  background: transparent !important
}

.effect-1 {
  position: relative
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: #304830
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.filter-grayscale {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s
}

.filter-grayscale:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%)
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4)
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px)
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.rtl .image-overlay-1:after,
.rtl .image-overlay-1:before {
  right: 0;
  left: auto
}

.image-overlay-1:after {
  top: -100%
}

.image-overlay-1:before {
  bottom: -100%
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-plus-1 {
  position: relative
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("/homeo/wp-content/themes/homeo/images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6)
}

.rtl .image-plus-1::before {
  right: 0;
  left: auto
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.image-plus-2 {
  position: relative
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("/homeo/wp-content/themes/homeo/images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box
}

.rtl .image-plus-2::before {
  right: 0;
  left: auto
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
  position: relative
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8)
}

.rtl .image-plus-3::before {
  right: 0;
  left: auto
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg)
}

.icon-effect-1 {
  position: relative
}

.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent
}

.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Sen";
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus {
  color: #304830;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3b3b3
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #262626;
  border-color: #191919
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: black
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #262626;
  border-color: #191919
}

.btn-primary .badge {
  color: #262626;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #79b530;
  border-color: #6ca12b
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e8d25;
  border-color: #517920
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #79b530;
  border-color: #6ca12b
}

.btn-success .badge {
  color: #79b530;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #27ceb4;
  border-color: #23b9a1
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1fa38f;
  border-color: #1b8e7c
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #27ceb4;
  border-color: #23b9a1
}

.btn-info .badge {
  color: #27ceb4;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #e44343;
  border-color: #e12d2d
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d51f1f;
  border-color: #bf1b1b
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e44343;
  border-color: #e12d2d
}

.btn-danger .badge {
  color: #e44343;
  background-color: #fff
}

.btn-link {
  color: #484848;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}

.btn-link,
.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: #304830;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

.btn-lg {
  padding: 14px 35px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px
}

.btn-sm {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px
}

.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px
}

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

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 6px
}

.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-success .close {
  color: #3c763d
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-info .close {
  color: #31708f
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-warning .close {
  color: #8a6d3b
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.alert-danger .close {
  color: #a94442
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 12px 20px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  white-space: nowrap;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid #304830;
  color: #304830;
  text-transform: capitalize
}

@media (min-width: 1200px) {

  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit,
  .woocommerce input.button,
  .woocommerce button.button,
  .woocommerce a.button {
    padding: 15px 30px !important;
    font-size: 16px
  }
}

.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
  background: #304830;
  border-color: #304830;
  color: #fff
}

.woocommerce ul.order_details {
  margin: 0 0 2em
}

.woocommerce #review_form #respond .form-submit {
  padding-top: 15px;
  margin: 0
}

.woocommerce #review_form #respond #commentform {
  margin: 10px 0 0
}

.woocommerce-message {
  background-color: #fff
}

.woocommerce #review_form #respond .stars {
  letter-spacing: 4px;
  margin-bottom: 0;
  height: 15px
}

.cart2 {
  text-align: center
}

.cart2 .count {
  font-size: 12px;
  text-align: center;
  display: block
}

.pp_gallery ul {
  height: auto
}

.pp_gallery ul a {
  height: auto
}

.woocommerce table.shop_attributes th {
  font-size: 16px;
  font-family: "Sen";
  font-weight: normal;
  text-transform: uppercase;
  width: 30%;
  padding: 18px;
  background-color: #fff !important
}

.woocommerce table.shop_attributes td {
  padding: 18px;
  background-color: #fff !important
}

.woocommerce table.shop_attributes td p {
  padding: 0
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500
}

.woocommerce div.product form.cart .variations select {
  height: 40px
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-right: 30px
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 50%;
  right: 0;
  color: #484848;
  margin: 0;
  z-index: 9;
  width: 100%;
  margin-top: -8px
}

.woocommerce #respond input#submit.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 8;
  position: absolute;
  top: -2px;
  left: -2px;
  background: #fff;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: '';
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border: 1px solid #304830;
  background: #304830;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
  background: #ff4146
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff
}

@media (min-width: 1200px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%
  }

  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
  }
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce div.product div.images .flex-control-thumbs li img:active,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: #304830
}

.shop-pagination .apus-pagination {
  margin: 0;
  float: left
}

.rtl .shop-pagination .apus-pagination {
  float: right
}

.shop-pagination .woocommerce-result-count {
  float: right;
  margin: 5px 0 0
}

.rtl .shop-pagination .woocommerce-result-count {
  float: left
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0
}

table.variations .tawcvs-swatches .swatch-color {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  border: none;
  margin-right: 15px
}

.rtl table.variations .tawcvs-swatches .swatch-color {
  margin-left: 15px;
  margin-right: 0
}

table.variations .tawcvs-swatches .swatch-color:before {
  display: none !important
}

table.variations .tawcvs-swatches .swatch-color:after {
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 5px solid #fff
}

table.variations .tawcvs-swatches .swatch-color.selected {
  -webkit-box-shadow: none;
  box-shadow: none
}

table.variations .tawcvs-swatches .swatch-color.selected:after {
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff
}

table.variations .tawcvs-swatches .swatch-label {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
  padding: 9px;
  display: inline-block;
  line-height: 1;
  background: #f2f3f5;
  min-width: 30px;
  text-align: center;
  height: auto;
  width: auto;
  border: none !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 8px;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100)
}

.rtl table.variations .tawcvs-swatches .swatch-label {
  margin-left: 8px;
  margin-right: 0
}

table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #304830;
  color: #fff
}

.woocommerce div.product form.cart .variations td.label {
  padding: 10px 0;
  text-align: inherit;
  display: table-cell;
  vertical-align: middle
}

.woocommerce div.product form.cart .variations td.label label {
  margin: 0
}

.woocommerce div.product form.cart.swatches-support .variations td.label {
  vertical-align: top
}

.woocommerce div.product form.cart .reset_variations {
  color: #e44343
}

.woocommerce div.product form.cart .reset_variations i {
  font-size: 12px;
  margin-right: 3px;
  color: #e23e1d
}

.rtl .woocommerce div.product form.cart .reset_variations i {
  margin-left: 3px;
  margin-right: 0
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.75;
  resize: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #dedede !important
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 90px;
  resize: none
}

.woocommerce table.wishlist_table thead th {
  padding: 10px 0;
  color: #484848;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table thead th {
    padding: 20px 0
  }
}

.woocommerce table.wishlist_table tbody td {
  padding: 10px 0;
  text-align: inherit;
  border-width: 0 0 1px;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table tbody td {
    padding: 20px 0
  }
}

.woocommerce table.wishlist_table tfoot td {
  border: none
}

.woocommerce table.wishlist_table {
  font-size: 14px
}

.woocommerce table.wishlist_table .product-name {
  white-space: nowrap;
  padding-right: 20px;
  padding-left: 20px
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table .product-name {
    padding-right: 50px;
    padding-left: 50px
  }
}

.woocommerce table.wishlist_table .media-body {
  width: auto
}

.woocommerce table.wishlist_table .product-thumbnail a {
  display: block;
  width: 80px
}

@media (min-width: 1200px) {
  .woocommerce table.wishlist_table .product-thumbnail a {
    width: 170px
  }
}

.yith-wcwl-share {
  margin: 20px 0
}

.yith-wcwl-share>* {
  vertical-align: middle;
  display: inline-block
}

.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 18px;
  margin: 0;
  padding-right: 10px
}

.rtl .yith-wcwl-share .yith-wcwl-share-title {
  padding-left: 10px;
  padding-right: inherit
}

.yith-wcwl-share ul li+li {
  margin-left: 5px
}

.rtl .yith-wcwl-share ul li+li {
  margin-right: 5px;
  margin-left: 0
}

#yith-wcwl-popup-message {
  line-height: inherit;
  color: #79b530
}

#yith-wcwl-popup-message {
  border: 1px solid #79b530
}

.track_order {
  max-width: 770px;
  margin: auto;
  padding: 15px;
  background: #f2f3f5
}

@media (min-width: 992px) {
  .track_order {
    padding: 70px
  }
}

.track_order .form-row {
  width: 100% !important
}

.track_order .form-row input.input-text {
  padding: 5px 20px;
  background: #fff !important;
  height: 50px
}

.track_order .form-row:last-child {
  margin-bottom: 0
}

.track_order .form-row label {
  font-family: "Sen";
  color: #484848
}

.woocommerce-message {
  line-height: 2.5
}

.apus-filter .woocommerce-message {
  display: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
  padding: 0
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 0
}

#add_payment_method #payment ul.payment_methods li .payment_box,
.woocommerce-cart #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px 25px;
  margin: 8px 0;
  font-size: 14px;
  background: #f7f7f7
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  display: inline;
  color: #484848
}

#add_payment_method #payment ul.payment_methods li .about_paypal,
.woocommerce-cart #payment ul.payment_methods li .about_paypal,
.woocommerce-checkout #payment ul.payment_methods li .about_paypal {
  margin: 0 10px;
  float: none
}

#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-right: 10px
}

.rtl #add_payment_method #payment ul.payment_methods li input,
.rtl .woocommerce-cart #payment ul.payment_methods li input,
.rtl .woocommerce-checkout #payment ul.payment_methods li input {
  margin-left: 10px;
  margin-right: 0
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.woocommerce table.shop_table th {
  font-size: 16px;
  padding: 10px;
  border: 0
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table th {
    padding: 15px 30px
  }
}

.woocommerce table.shop_table th:last-child {
  text-align: right
}

.rtl .woocommerce table.shop_table th:last-child {
  text-align: left
}

.woocommerce table.shop_table thead {
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 0 30px
}

.woocommerce table.shop_table .reader-text {
  display: none
}

.woocommerce table.shop_table .quantity-wrapper>label {
  display: none
}

.woocommerce table.shop_table .product-remove .remove {
  background-color: transparent !important;
  font-size: 18px;
  padding: 12px;
  width: auto;
  height: auto
}

.woocommerce table.shop_table .product-remove .remove:hover,
.woocommerce table.shop_table .product-remove .remove:active {
  color: #e44343
}

.woocommerce table.shop_table td {
  border: none;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding: 10px;
  background-color: transparent !important
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table td {
    padding: 30px
  }
}

.woocommerce table.shop_table td.product-price {
  font-size: 18px;
  color: #304830;
  font-weight: 700
}

.woocommerce table.shop_table td:first-child {
  padding-left: 0
}

.rtl .woocommerce table.shop_table td:first-child {
  padding-right: 0;
  padding-left: inherit
}

.woocommerce table.shop_table td:last-child {
  padding-right: 0;
  text-align: right
}

.rtl .woocommerce table.shop_table td:last-child {
  padding-left: 0;
  padding-right: inherit
}

.rtl .woocommerce table.shop_table td:last-child {
  text-align: left
}

.woocommerce table.shop_table tbody .actions {
  padding-bottom: 0;
  border: 0 !important
}

.woocommerce table.shop_table tbody .product-subtotal {
  color: #304830;
  font-size: 18px;
  font-weight: 700
}

.woocommerce table.shop_table tbody .product-name {
  font-weight: 700;
  font-size: 18px
}

.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #484848
}

.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  color: #304830;
  font-size: 25px
}

.woocommerce table.shop_table .list-bundles {
  font-size: 14px;
  list-style: none;
  padding-left: 25px
}

.rtl .woocommerce table.shop_table .list-bundles {
  padding-right: 25px;
  padding-left: inherit
}

.woocommerce table.shop_table .list-bundles strong {
  font-weight: 500
}

.woocommerce table.shop_table .list-bundles ul {
  list-style: inside none disc;
  padding: 0;
  margin: 0
}

.woocommerce .cart_totals>h2 {
  margin: 0 0 10px;
  font-size: 18px
}

@media (min-width: 1200px) {
  .woocommerce .cart_totals>h2 {
    margin: 0 0 20px
  }
}

.woocommerce .cart_totals table.shop_table {
  border: none;
  margin: 0
}

.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  padding: 10px 0;
  border: 0
}

@media (min-width: 1200px) {

  .woocommerce .cart_totals table.shop_table th,
  .woocommerce .cart_totals table.shop_table td {
    padding: 15px 0
  }
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
  padding: 10px 0 0
}

.cart-collaterals {
  background: #fff;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 450px;
  float: right
}

.rtl .cart-collaterals {
  float: left
}

@media (min-width: 1200px) {
  .cart-collaterals {
    padding: 30px;
    margin-bottom: 70px
  }
}

.return-to-shop {
  margin-bottom: 30px
}

.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
  font-size: 16px;
  color: #304830;
  font-weight: 700
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  font-weight: 400
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff
}

#add_payment_method #payment .place-order,
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order {
  padding: 20px 0 0 !important;
  margin-bottom: 0
}

#add_payment_method #payment .place-order #place_order,
.woocommerce-cart #payment .place-order #place_order,
.woocommerce-checkout #payment .place-order #place_order {
  text-transform: uppercase
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #fff
}

.woocommerce #customer_details h3.form-row {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 20px 0
}

.woocommerce form .woocommerce-billing-fields>h3,
.woocommerce form .woocommerce-shipping-fields>h3 {
  font-size: 20px;
  margin: 0 0 15px
}

.woocommerce form .woocommerce-billing-fields>h3 input[type="checkbox"],
.woocommerce form .woocommerce-shipping-fields>h3 input[type="checkbox"] {
  position: static;
  margin: 0;
  margin-right: 5px
}

.rtl .woocommerce form .woocommerce-billing-fields>h3 input[type="checkbox"],
.rtl .woocommerce form .woocommerce-shipping-fields>h3 input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 0
}

.woocommerce form .woocommerce-billing-fields .select2-container,
.woocommerce form .woocommerce-shipping-fields .select2-container {
  height: 50px
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>select,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>input {
  overflow: hidden;
  width: calc(100% - 200px) !important;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ebebeb;
  padding: 10px 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  float: right
}

.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input,
.rtl .woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
.rtl .woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>select,
.rtl .woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>input {
  float: left
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input:focus,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container:focus,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>select:focus,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>input:focus {
  border-color: #304830
}

.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-hidden-accessible,
.woocommerce form .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper>*>.select2-hidden-accessible {
  height: 0
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 16px;
  font-weight: 700
}

.box-white-inner {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .box-white-inner {
    margin-bottom: 30px;
    padding: 30px
  }
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.yith-wcwl-add-button {
  position: relative
}

.woocommerce div.product .product_title {
  font-size: 22px;
  margin: 0 0 5px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #304830;
  font-size: 18px;
  font-weight: 700
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
  color: #484848;
  font-weight: 400
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  filter: alpha(opacity=100)
}

.variations label {
  color: #484848;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400 !important;
  padding-right: 5px
}

.rtl .variations label {
  padding-left: 5px;
  padding-right: inherit
}

.variations .value {
  padding: 0
}

.woocommerce div.product form.cart .group_table {
  border: none;
  margin-bottom: 10px
}

.woocommerce div.product form.cart .group_table .price del {
  font-size: 12px !important
}

.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
  font-size: 15px !important;
  color: #304830
}

.woocommerce div.product form.cart .group_table label {
  font-weight: 500
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle
}

.woocommerce div.product form.cart .group_table td:first-child {
  padding-right: 0;
  text-align: left
}

.rtl .woocommerce div.product form.cart .group_table td:first-child {
  text-align: right
}

.woocommerce div.product form.cart .group_table .quantity .reader-text {
  display: none
}

.woocommerce div.product form.cart.group_product {
  width: 100%
}

.woocommerce div.product form.cart.group_product+.yith-wcwl-add-to-wishlist {
  margin: 10px 0 0
}

.woocommerce div.product form.cart .group_table .label {
  padding: 0.5em;
  vertical-align: middle;
  font-size: 14px;
  display: table-cell;
  text-align: inherit;
  white-space: normal
}

.woocommerce div.product form.cart .group_table .label label {
  font-weight: 400
}

.woocommerce div.product form.cart .variations td {
  line-height: inherit;
  font-size: inherit;
  padding: 10px 0;
  vertical-align: middle
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches {
  padding: 0
}

.woocommerce .order_details {
  padding: 0
}

.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 {
  height: 50px;
  padding: 5px 20px !important;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: auto
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 90px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.woocommerce .percent-sale,
.woocommerce span.onsale {
  color: #fff;
  font-size: 14px;
  background: #304830;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  left: 10px;
  text-transform: capitalize;
  top: 10px;
  min-height: auto;
  z-index: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  line-height: 2;
  font-weight: 400
}

.popup-cart .title-count,
.popup-cart .title-add {
  font-size: 20px;
  margin: 0 0 20px
}

.popup-cart .gr-buttons {
  margin: 50px 0 0
}

.popup-cart .title-add {
  color: #79b530
}

.popup-cart .image img {
  max-width: 100px
}

.popup-cart .name {
  margin: 30px 0 0
}

.popup-cart .widget-product {
  margin-top: 30px
}

#apus-cart-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  display: inline-block
}

.rtl #apus-cart-modal .btn-close {
  left: 0;
  right: auto
}

#apus-cart-modal .modal-content {
  background: #fff none repeat scroll 0 0;
  min-width: 1000px;
  max-width: 100%;
  margin-top: 50px
}

#apus-cart-modal .modal-body {
  padding: 60px
}

.name {
  font-size: 14px;
  margin: 0 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.product-block {
  position: relative
}

.product-block .sale-perc {
  background: #fd5f5c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1.7;
  position: absolute;
  left: 12px;
  text-transform: uppercase;
  font-family: "Sen";
  top: 12px;
  z-index: 8
}

.rtl .product-block .sale-perc {
  right: 12px;
  left: auto
}

.product-block .out-of-stock {
  background: #d4d4d4;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 8px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  font-family: "Sen";
  top: 12px;
  z-index: 8
}

.rtl .product-block .out-of-stock {
  left: 12px;
  right: auto
}

.product-block .image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.product-block .image .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  padding: 2px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #d42e2e;
  color: #fff
}

.product-block .image img {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s
}

.product-block .image .image-effect {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0)
}

.product-block .image .image-no-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.product-block .block-inner:hover .image .image-hover {
  opacity: 0;
  filter: alpha(opacity=0)
}

.product-block .block-inner:hover .image .image-effect {
  opacity: 1;
  filter: alpha(opacity=100)
}

.product-block .block-inner.text-center .image img {
  margin: auto
}

.product-block .block-inner.text-center .image .image-effect {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.product-block .clear {
  display: none !important
}

.product-block .yith-wcwl-add-to-wishlist {
  margin: 0
}

.product-block .compare {
  position: relative;
  overflow: hidden
}

.product-block .product-cats {
  font-size: 12px;
  margin: 15px 0 11px;
  text-transform: uppercase
}

.product-block .product-cats a {
  color: #4c4c4c
}

.product-block .product-cats a:hover,
.product-block .product-cats a:active {
  color: #304830
}

.product-block .rating>* {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 !important;
  float: none
}

.product-block .rating .counts {
  color: #999591;
  font-size: 13px
}

.product-block .feedback,
.product-block .sub-title {
  display: none
}

.product-block .product-image {
  position: relative;
  display: block
}

.product-block:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100)
}

.product-block:hover .image .image-no-effect {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.product-block.grid {
  position: relative;
  margin: 0 0 15px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 768px) {
  .product-block.grid {
    margin-bottom: 30px
  }
}

.product-block.grid .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: #484848;
  z-index: 9;
  margin-top: -19px;
  margin-left: -8px
}

.product-block.grid .quickview.loading:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: ''
}

.product-block.grid .name {
  font-size: 18px;
  margin: 0
}

.product-block.grid .image.out .product-image {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.product-block.grid .groups-button .button.added,
.product-block.grid .groups-button .add_to_cart_button.added {
  display: none
}

.product-block.grid .product-cat {
  margin: 0 0 8px;
  font-size: 12px;
  font-family: "Sen";
  letter-spacing: 2px;
  text-transform: uppercase
}

.product-block.grid .product-cat a {
  color: #304830
}

.product-block.grid .metas {
  padding: 15px 10px 5px
}

.product-block.grid .block-inner {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden
}

.product-block.grid .groups-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0)
}

.product-block.grid .add-cart .button {
  background-color: #304830;
  border: 2px solid #304830;
  color: #fff;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center
}

.product-block.grid .add-cart .button.loading:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.product-block.grid .add-cart .added_to_cart {
  text-align: center;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #304830;
  color: #fff;
  border: 2px solid #304830;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  padding: 12px 20px !important
}

@media (min-width: 1200px) {
  .product-block.grid .add-cart .added_to_cart {
    padding: 15px 30px !important;
    font-size: 16px
  }
}

.product-block.grid .swatches-wrapper {
  list-style: none;
  padding: 0;
  padding: 0 0 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px)
}

.product-block.grid .swatches-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.rtl .product-block.grid .swatches-wrapper li {
  margin-left: 5px;
  margin-right: 0
}

.product-block.grid .swatches-wrapper li:last-child {
  margin-right: 0
}

.rtl .product-block.grid .swatches-wrapper li:last-child {
  margin-left: 0;
  margin-right: 0
}

.product-block.grid .swatches-wrapper .label {
  padding: 0;
  font-size: 14px;
  color: #484848;
  font-weight: 500
}

.product-block.grid .swatches-wrapper .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.product-block.grid .price {
  display: block;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.product-block.grid:hover .groups-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

.product-block.grid:hover .swatches-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.product-block.grid .quickview {
  display: block;
  position: relative;
  line-height: 38px;
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #484848;
  background: #eaeff4;
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.product-block.grid .quickview:active,
.product-block.grid .quickview:hover {
  color: #fff;
  background: #304830
}

.product-block.grid .compare {
  display: block;
  position: relative;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #484848;
  background: #eaeff4;
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.product-block.grid .compare:hover,
.product-block.grid .compare:active {
  background: #304830;
  color: #fff
}

.product-block.grid .compare.added {
  background: #304830;
  color: #fff
}

.product-block.grid .compare.added:before {
  background: #304830;
  color: #fff;
  content: "\f074";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 100%;
  height: 100%;
  z-index: 2
}

.product-block.grid .yith-wcwl-add-to-wishlist a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #484848;
  line-height: 40px;
  background: #eaeff4;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.product-block.grid .yith-wcwl-add-to-wishlist a:hover {
  color: #fff;
  background: #304830
}

.product-block.grid .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: #fff;
  background: #304830
}

.product-block.grid-deal {
  border: 1px solid #304830;
  margin-bottom: 0
}

.product-block.grid-deal:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.product-block.grid-deal:hover .name {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.product-block.grid-deal:hover .price {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.product-block.grid-deal:before {
  display: none
}

.product-block.grid-deal .groups-button {
  position: static;
  margin: 15px 0 -5px
}

@media (min-width: 1200px) {
  .product-block.grid-deal .groups-button {
    margin: 25px 0 -8px
  }
}

.product-block.grid-deal .groups-button>div {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1)
}

.product-block.grid-deal .time-wrapper {
  margin-top: 10px
}

@media (min-width: 1200px) {
  .product-block.grid-deal .time-wrapper {
    margin-top: 20px
  }
}

.products-list .product-block-list {
  margin: 0 0 20px
}

@media (min-width: 768px) {
  .products-list .product-block-list {
    margin: 0 0 30px
  }
}

.product-block-list {
  padding: 15px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
  .product-block-list {
    padding: 30px;
    background: #fff
  }
}

.product-block-list .onsale {
  top: 0 !important;
  left: 0 !important
}

.product-block-list:hover {
  border-color: #304830
}

.product-block-list .quickview {
  font-size: 13px;
  font-family: "Sen";
  display: block;
  text-align: center;
  background: #f1f3fa;
  color: #484848;
  padding: 9px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.product-block-list .quickview:hover,
.product-block-list .quickview:focus {
  color: #fff;
  background: #304830
}

.product-block-list .quickview.loading {
  position: relative
}

.product-block-list .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 46%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: #484848;
  z-index: 9
}

.product-block-list .quickview.loading:after {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: ''
}

.product-block-list .product-cat {
  font-family: "Sen";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px
}

.product-block-list .name {
  font-family: "Sen";
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400
}

@media (min-width: 1200px) {
  .product-block-list .name {
    font-size: 30px
  }
}

.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
  display: none
}

.product-block-list .cate-wrapper {
  margin: 0 0 8px
}

.product-block-list .cate-wrapper .product-cats {
  margin: 0
}

.product-block-list .compare {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Sen";
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #ebebeb;
  line-height: 1
}

.product-block-list .compare.added,
.product-block-list .compare:hover,
.product-block-list .compare:focus {
  color: #fff;
  border-color: #304830;
  background: #304830
}

.product-block-list .add-cart {
  margin-bottom: 10px;
  margin-top: 10px
}

@media (min-width: 1200px) {
  .product-block-list .add-cart {
    margin-top: 20px
  }
}

.product-block-list .add-cart .added {
  display: none !important
}

.product-block-list .add-cart .wc-forward {
  width: 100%
}

.product-block-list .add-cart .added_to_cart,
.product-block-list .add-cart a.button {
  font-size: 14px;
  font-family: "Sen";
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #304830;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #304830;
  line-height: 1
}

.product-block-list .add-cart .added_to_cart:hover,
.product-block-list .add-cart .added_to_cart:focus,
.product-block-list .add-cart a.button:hover,
.product-block-list .add-cart a.button:focus {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.product-block-list .add-cart .added_to_cart.loading:after,
.product-block-list .add-cart a.button.loading:after {
  margin-top: -7px
}

.product-block-list .top-list-info {
  position: relative
}

.product-block-list .top-list-info .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0
}

.rtl .product-block-list .top-list-info .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto
}

.product-block-list .yith-wcwl-add-to-wishlist {
  display: inline-block
}

.product-block-list .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.product-block-list .yith-wcwl-add-to-wishlist a:hover,
.product-block-list .yith-wcwl-add-to-wishlist a:focus {
  color: #304830
}

.product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: #304830
}

.product-block-list .rating {
  margin-bottom: 15px
}

.product-block-list .rating>* {
  display: inline-block;
  float: none;
  vertical-align: text-top;
  line-height: 1
}

.product-block-list .rating .counts {
  margin-left: 2px
}

.rtl .product-block-list .rating .counts {
  margin-right: 2px;
  margin-left: 0
}

.product-block-list .price {
  display: block;
  margin-top: 10px;
  font-family: "Sen";
  font-weight: 400;
  font-size: 24px !important;
  color: #304830 !important;
  margin: 0
}

@media (min-width: 1200px) {
  .product-block-list .price {
    margin-top: 20px
  }
}

.product-block-list .price del {
  color: #b7b7b7;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-size: 14px !important
}

.product-block-list .avaibility-wrapper {
  margin-bottom: 20px;
  font-size: 14px
}

.product-block-list .bottom-list {
  margin-top: 35px
}

.product-block-list .bottom-list>div {
  float: left
}

.rtl .product-block-list .bottom-list>div {
  float: right
}

.product-block-list .flex-middle {
  overflow: hidden
}

.product-block-list .left-infor {
  padding-left: 20px;
  position: relative
}

.rtl .product-block-list .left-infor {
  padding-right: 20px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .product-block-list .left-infor {
    padding-left: 30px
  }

  .rtl .product-block-list .left-infor {
    padding-right: 30px;
    padding-left: inherit
  }
}

.product-block-list .left-infor:before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 1px;
  height: 1000px;
  background: #ebebeb
}

.rtl .product-block-list .left-infor:before {
  right: 0;
  left: auto
}

.product-block-list .bottom-list>* {
  display: inline-block;
  vertical-align: top
}

.product-block-list .wrapper-image {
  position: relative
}

.product-block-list .wrapper-image .quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 8
}

.product-block-list .wrapper-image .swatches-wrapper {
  z-index: 8;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px
}

.product-block-list .wrapper-image .swatches-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px
}

.rtl .product-block-list .wrapper-image .swatches-wrapper li {
  margin-left: 5px;
  margin-right: 0
}

.product-block-list .wrapper-image .swatches-wrapper li:last-child {
  margin-right: 0
}

.rtl .product-block-list .wrapper-image .swatches-wrapper li:last-child {
  margin-left: 0;
  margin-right: 0
}

.product-block-list .wrapper-image .swatches-wrapper .label {
  padding: 5px 8px;
  font-size: 14px;
  color: #484848;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.product-block-list .wrapper-image .swatches-wrapper .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.product-block-list .wrapper-image:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.shop-list-small {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ebebeb;
  padding: 10px
}

@media (min-width: 1200px) {
  .shop-list-small {
    padding: 30px
  }
}

.shop-list-small .content-left {
  width: 110px;
  padding: 0 15px 0 0;
  float: left
}

.rtl .shop-list-small .content-left {
  padding: 0 0 0 15px
}

.rtl .shop-list-small .content-left {
  float: right
}

.shop-list-small .content-body {
  overflow: hidden;
  width: calc(100% - 110px)
}

.shop-list-small .name {
  margin: 0 0 2px;
  font-size: 16px;
  font-family: "Sen"
}

.shop-list-small:hover {
  border-color: #304830;
  z-index: 2
}

.shop-list-normal {
  margin-bottom: 20px
}

.shop-list-normal .content-left {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 90px;
  float: left;
  border: 1px solid #ebebeb;
  padding: 5px
}

.rtl .shop-list-normal .content-left {
  float: right
}

@media (min-width: 1200px) {
  .shop-list-normal .content-left {
    width: 110px
  }
}

.shop-list-normal .content-body {
  width: calc(100% - 90px);
  overflow: hidden;
  padding-left: 15px
}

.rtl .shop-list-normal .content-body {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .shop-list-normal .content-body {
    padding-left: 25px;
    width: calc(100% - 110px)
  }

  .rtl .shop-list-normal .content-body {
    padding-right: 25px;
    padding-left: inherit
  }
}

.shop-list-normal .name {
  margin: 0 0 2px;
  font-size: 16px;
  font-family: "Sen"
}

.shop-list-normal:hover .content-left {
  border-color: #304830
}

.shop-list-smallest .name a {
  color: #484848
}

.shop-list-smallest .name a:hover,
.shop-list-smallest .name a:active {
  color: #304830;
  text-decoration: none
}

.shop-list-smallest .content-left {
  width: 90px;
  padding-right: 20px
}

.rtl .shop-list-smallest .content-left {
  padding-left: 20px;
  padding-right: inherit
}

.woocommerce.carousel.inner-list-smallest {
  border-top: 1px solid #ebebeb
}

.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
  margin-bottom: 0;
  border-top: none
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: middle
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%
}

.single_variation_wrap div.qty {
  font-size: 15px;
  text-transform: uppercase;
  color: #484848;
  font-family: "Sen";
  margin-top: 10px;
  margin-right: 10px
}

.rtl .single_variation_wrap div.qty {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1024px) {
  .wrapper-shop {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.wrapper-shop .apus-pagination {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 0
}

.wrapper-shop aside.sidebar {
  background: transparent
}

.thumbnails-image ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.thumbnails-image .prev,
.thumbnails-image .next {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000
}

.thumbnails-image .thumb-link {
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 10px 0
}

.thumbnails-image .thumb-link:hover,
.thumbnails-image .thumb-link.active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.user_photo_thumbs {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 10px 0 0
}

.user_photo_thumbs li {
  display: inline-block;
  margin: 0 4px;
  width: 70px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.user_photo_thumbs li:hover,
.user_photo_thumbs li.active,
.user_photo_thumbs li:active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.user_photo {
  margin-top: 50px
}

.delivery_info {
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.delivery_info:hover {
  background: gainsboro
}

.delivery_info i {
  font-size: 16px;
  margin-right: 10px
}

.rtl .delivery_info i {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .details-product .left-detail {
    padding-right: 0
  }

  .rtl .details-product .left-detail {
    padding-left: 0;
    padding-right: inherit
  }
}

.details-product .shipping_info {
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
  .details-product .shipping_info {
    margin-top: 40px
  }
}

.details-product .shipping_info:hover {
  color: #484848
}

.details-product .shipping_info ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.details-product .shipping_info ul i {
  margin-right: 6px
}

.rtl .details-product .shipping_info ul i {
  margin-left: 6px;
  margin-right: 0
}

.details-product .shipping_info ul li {
  margin-bottom: 0px
}

@media (min-width: 1200px) {
  .details-product .shipping_info ul li {
    margin-bottom: 5px
  }
}

.details-product .shipping_info ul li:last-child {
  margin-bottom: 0
}

.details-product .price-rating-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden
}

@media (min-width: 1200px) {
  .details-product .price-rating-wrapper {
    margin-top: 20px
  }
}

.details-product .price-rating-wrapper .price {
  margin-right: 15px !important;
  line-height: 1.4
}

.rtl .details-product .price-rating-wrapper .price {
  margin-left: 15px !important;
  margin-right: 0
}

.details-product .price-rating-wrapper .price del {
  display: block !important
}

.details-product .price-rating-wrapper>* {
  display: inline-block;
  vertical-align: bottom
}

.details-product .pro-info {
  margin: 0 0 20px
}

@media (min-width: 1200px) {
  .details-product .pro-info {
    font-size: 30px
  }
}

.details-product .popup-video {
  background: #fff;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row
}

.details-product .popup-video i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 13px;
  text-align: center;
  text-indent: 3px
}

.details-product .popup-video span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden
}

.details-product .popup-video:hover span {
  max-width: 280px;
  padding-right: 12px
}

.rtl .details-product .popup-video:hover span {
  padding-left: 12px;
  padding-right: inherit
}

.details-product .product-cat {
  font-family: "Sen";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px
}

.details-product .product-cat a {
  color: #304830
}

.details-product div.video {
  z-index: 8;
  position: absolute;
  left: 10px;
  bottom: 10px
}

.rtl .details-product div.video {
  right: 10px;
  left: auto
}

@media (min-width: 768px) {
  .details-product div.video {
    left: 20px;
    bottom: 20px
  }

  .rtl .details-product div.video {
    right: 20px;
    left: auto
  }
}

.details-product .apus-countdown {
  margin-top: 5px
}

.details-product .special-product {
  padding: 8px 0
}

.details-product .apus-countdown .times {
  margin-bottom: 5px
}

.details-product .apus-countdown .times>span {
  color: #24324a;
  margin-bottom: 5px
}

.details-product .apus-countdown .times>div {
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 8px
}

.details-product .apus-countdown .times>div:first-child {
  margin-left: 0
}

.rtl .details-product .apus-countdown .times>div:first-child {
  margin-right: 0;
  margin-left: 0
}

.details-product .apus-countdown .times>div span {
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 18px;
  display: block;
  color: #484848
}

.details-product .top-content {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .details-product .top-content {
    margin-bottom: 30px
  }
}

@media (min-width: 1200px) {
  .details-product .woocommerce-tabs {
    padding: 50px 0
  }
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner,
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner,
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
  opacity: 1;
  filter: alpha(opacity=100)
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical {
  margin: 0
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
  border: none
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow {
  text-align: center;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-outs 0s;
  -o-transition: all 0.2s ease-in-outs 0s;
  transition: all 0.2s ease-in-outs 0s
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:hover i,
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:focus i {
  color: #fff;
  background-color: #304830;
  -webkit-box-shadow: none;
  box-shadow: none
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
  top: -40px;
  bottom: 100%;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  width: 100%;
  left: 0;
  font-size: 11px
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
  width: 100%;
  top: 100%;
  bottom: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 0;
  font-size: 11px
}

.details-product .image-mains {
  max-width: 100%;
  position: relative
}

.details-product .image-mains .apus-woocommerce-product-gallery-wrapper.full-width {
  width: 100% !important;
  float: none !important
}

.details-product .image-mains.thumbnails-bottom .wrapper-thumbs {
  margin-top: 10px
}

.details-product .image-mains.thumbnails-bottom .slick-carousel {
  margin-left: -5px;
  margin-right: -5px
}

.details-product .image-mains.thumbnails-bottom .listaDestacadas .slick-slide {
  padding-left: 5px;
  padding-right: 5px
}

.details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 160px)
  }
}

.details-product .image-mains.thumbnails-left .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 20px
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-left .wrapper-thumbs {
    padding-right: 30px;
    width: 160px
  }
}

@media (max-width: 767px) {
  .details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 70px)
  }

  .details-product .image-mains.thumbnails-left .wrapper-thumbs {
    width: 70px;
    padding-right: 10px
  }
}

.details-product .image-mains.thumbnails-right .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 160px);
  float: left
}

.details-product .image-mains.thumbnails-right .wrapper-thumbs {
  float: right;
  width: 160px;
  padding-left: 20px
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-right .wrapper-thumbs {
    padding-left: 30px
  }
}

@media (max-width: 767px) {
  .details-product .image-mains.thumbnails-right .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 70px)
  }

  .details-product .image-mains.thumbnails-right .wrapper-thumbs {
    width: 70px;
    padding-left: 10px
  }
}

.details-product .description .title {
  font-size: 21px
}

.details-product .apus-woocommerce-product-gallery-wrapper {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden
}

.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 2px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #d42e2e;
  color: #fff
}

.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery .slick-slide {
  padding: 0
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #484848;
  background: #fff
}

.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  left: 10px;
  right: auto
}

@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 21px
  }

  .rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 20px;
    right: auto
  }
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover,
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
  background: #304830;
  color: #fff
}

.details-product .apus-woocommerce-product-gallery-wrapper:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
  filter: alpha(opacity=100)
}

.details-product .woocommerce-product-details__short-description.hideContent {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.details-product .woocommerce-variation-add-to-cart {
  width: 100%;
  overflow: hidden
}

.details-product .list li {
  margin-bottom: 10px
}

.details-product .list i {
  color: #304830;
  margin-right: 8px
}

.rtl .details-product .list i {
  margin-left: 8px;
  margin-right: 0
}

.details-product .woocommerce-variation-price {
  margin-bottom: 15px
}

.details-product .product_meta {
  font-size: 15px;
  overflow: hidden;
  clear: both;
  margin-top: 20px
}

@media (min-width: 1200px) {
  .details-product .product_meta {
    margin-top: 25px
  }
}

.details-product .product_meta .sku {
  color: #484848
}

.details-product .product_meta>span {
  margin-right: 15px
}

.rtl .details-product .product_meta>span {
  margin-left: 15px;
  margin-right: 0
}

.details-product .product_meta>span:last-child {
  margin-right: 0
}

.rtl .details-product .product_meta>span:last-child {
  margin-left: 0;
  margin-right: 0
}

.details-product .product_meta .sub_title {
  font-weight: 700
}

.details-product .information {
  position: relative;
  overflow: hidden;
  padding-top: 10px
}

@media (min-width: 1200px) {
  .details-product .information {
    padding-left: 20px
  }

  .rtl .details-product .information {
    padding-right: 20px;
    padding-left: inherit
  }
}

.details-product .information .summary {
  float: none !important;
  width: 100%;
  margin: 0 !important
}

.details-product .information .single_variation_wrap {
  padding-top: 10px
}

.details-product .information .price {
  margin-bottom: 20px
}

.details-product .information .woocommerce-product-rating {
  margin-bottom: 5px !important
}

.details-product .information .woocommerce-product-rating .text-customer {
  display: none
}

.details-product .information .woocommerce-product-details__short-description {
  margin-bottom: 10px
}

@media (min-width: 992px) {
  .details-product .information .woocommerce-product-details__short-description {
    margin-bottom: 25px
  }
}

.details-product .information .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0
}

.details-product .information .woocommerce-product-details__short-description ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.details-product .information .woocommerce-product-details__short-description ul li {
  margin-bottom: 5px
}

.details-product .information .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0
}

.details-product .information .view-more-desc {
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.details-product .information .view-more-desc:hover {
  color: #484848
}

.details-product .information .view-more-desc.view-less {
  color: #e44343
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
    margin-bottom: 30px
  }
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 .woocommerce-product-details__short-description {
  margin-bottom: 3px
}

.details-product .information .top-info-detail {
  margin-bottom: 15px
}

.details-product .information .cart {
  width: 100%;
  margin: 0 0 10px !important
}

.details-product .information .cart.grouped_form+.yith-wcwl-add-to-wishlist,
.details-product .information .cart.variations_form+.yith-wcwl-add-to-wishlist {
  margin: 0
}

@media (min-width: 1200px) {
  .details-product .information .cart {
    margin: 0 0 25px !important
  }
}

.details-product .information .cart .group_table tr td:first-child div.quantity {
  margin: 0 !important
}

.details-product .information .cart .group_table~.button {
  margin-left: 0
}

.rtl .details-product .information .cart .group_table~.button {
  margin-right: 0;
  margin-left: 0
}

.details-product .information .cart div.quantity-wrapper {
  overflow: hidden;
  margin: 0;
  float: left
}

.rtl .details-product .information .cart div.quantity-wrapper {
  float: right
}

.details-product .information .cart div.quantity-wrapper>* {
  display: inline-block;
  vertical-align: middle;
  float: none !important
}

.details-product .information .cart div.quantity-wrapper>label {
  display: none
}

.details-product .information .cart .button {
  margin-left: 10px
}

.rtl .details-product .information .cart .button {
  margin-right: 10px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .details-product .information .cart .button {
    margin-left: 25px;
    padding-left: 90px;
    padding-right: 90px
  }

  .rtl .details-product .information .cart .button {
    margin-right: 25px;
    margin-left: 0
  }
}

.details-product .information .cart .quantity.hidden+.button {
  margin: 0
}

.details-product .information .cart.grouped_form .quantity-wrapper {
  margin: 0 !important
}

.details-product .information .cart.grouped_form .quantity-wrapper label {
  display: none
}

.details-product .information .compare {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Sen";
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #ebebeb;
  line-height: 1
}

.details-product .information .compare:hover,
.details-product .information .compare:focus {
  color: #fff;
  border-color: #304830;
  background: #304830
}

.details-product .information .compare.added {
  color: #fff;
  border-color: #304830;
  background: #304830
}

.details-product .information .clear {
  display: none
}

.details-product .information .product_title {
  clear: both
}

.details-product .title-cat-wishlist-wrapper {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px
}

.rtl .details-product .title-cat-wishlist-wrapper {
  padding-left: 30px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .details-product .title-cat-wishlist-wrapper {
    margin-bottom: 30px
  }
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  line-height: 1
}

.rtl .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
  display: none
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: #484848;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:focus,
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:hover {
  color: #304830
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: #304830
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
  display: none
}

.details-product .apus-social-share {
  margin-top: 15px
}

.details-product .apus-social-share span {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px
}

.rtl .details-product .apus-social-share span {
  margin-left: 10px;
  margin-right: 0
}

.details-product .apus-social-share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin: 0 2px
}

.details-product .apus-social-share a:hover,
.details-product .apus-social-share a:active {
  background-color: #304830;
  color: #fff
}

.details-product .apus-discounts {
  margin: 20px 0 15px;
  padding: 15px 20px;
  background: #eceff6;
  font-size: 13px
}

.details-product .apus-discounts ul {
  margin: 0;
  list-style: none;
  padding: 0
}

.details-product .apus-discounts ul li {
  margin: 0 0 3px
}

.details-product .apus-discounts ul li:before {
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #304830;
  content: "\f00c";
  margin-right: 8px
}

.rtl .details-product .apus-discounts ul li:before {
  margin-left: 8px;
  margin-right: 0
}

.details-product .apus-discounts .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #a7b5d5;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px
}

.rtl .details-product .apus-discounts .icon {
  margin-left: 10px;
  margin-right: 0
}

.details-product .apus-discounts .title {
  font-size: 18px;
  margin: 0 0 10px
}

.details-product .product-free-gift {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #f2dede
}

.details-product .product-free-gift .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #e23e1d;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px
}

.rtl .details-product .product-free-gift .icon {
  margin-left: 10px;
  margin-right: 0
}

.details-product .product-free-gift .title {
  font-size: 18px;
  margin: 0 0 10px
}

.details-product .product-free-gift .list-gift {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0
}

.details-product .product-free-gift .list-gift li {
  margin-bottom: 3px
}

.details-product .product-free-gift .list-gift i {
  color: #e23e1d
}

.details-product .product-free-gift .hightcolor {
  font-weight: 500;
  color: #e23e1d
}

.details-product.layout-v1 .summary-right .summary {
  padding-left: 20px;
  position: relative
}

.rtl .details-product.layout-v1 .summary-right .summary {
  padding-right: 20px;
  padding-left: inherit
}

@media (min-width: 1600px) {
  .details-product.layout-v1 .summary-right .summary {
    padding-left: 50px
  }

  .rtl .details-product.layout-v1 .summary-right .summary {
    padding-right: 50px;
    padding-left: inherit
  }
}

.details-product.layout-v1 .summary-right .summary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1000px;
  background: #ebebeb
}

.rtl .details-product.layout-v1 .summary-right .summary:before {
  right: 0;
  left: auto
}

@media (min-width: 1600px) {
  .details-product.layout-v1 .summary-left .summary {
    padding-right: 20px
  }

  .rtl .details-product.layout-v1 .summary-left .summary {
    padding-left: 20px;
    padding-right: inherit
  }
}

.details-product.layout-v2 .image-mains.thumbnails-bottom .apus-woocommerce-product-gallery-wrapper {
  margin-top: 10px
}

.details-product.layout-v2 .product_meta>* {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0 0 8px
}

.details-product.layout-v2 .product_meta>*:last-child {
  margin: 0
}

.details-product.layout-v2 .wrapper-thumbs .slick-slider {
  margin-left: -5px;
  margin-right: -5px
}

.details-product.layout-v2 .wrapper-thumbs .slick-slider .slick-slide {
  padding-right: 5px;
  padding-left: 5px
}

.details-product.layout-v2 .tabs-v1 .tab-content {
  padding: 15px;
  margin: 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ebebeb
}

@media (min-width: 1200px) {
  .details-product.layout-v2 .tabs-v1 .tab-content {
    padding: 30px
  }
}

.details-product.layout-v2 .tabs-v1 #commentform,
.details-product.layout-v2 .tabs-v1 table.shop_attributes {
  margin: 0
}

.related.products {
  margin-top: 20px
}

@media (min-width: 1200px) {
  .related.products {
    margin-top: 30px
  }
}

.accessoriesproducts-wrapper {
  position: relative
}

.accessoriesproducts-wrapper.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  content: '';
  background: url("/homeo/wp-content/themes/homeo/images/loading-quick.gif") center center no-repeat rgba(255, 255, 255, 0.9)
}

.accessoriesproducts .product-block.grid {
  margin-bottom: 25px
}

.accessoriesproducts .product-block.grid .accessory-add-product {
  position: absolute;
  left: 10px;
  bottom: -25px
}

.rtl .accessoriesproducts .product-block.grid .accessory-add-product {
  right: 10px;
  left: auto
}

.accessoriesproducts .check-all-items-wrapper {
  margin: 0 0 10px
}

.accessoriesproducts .check-all-items-wrapper input {
  margin-right: 6px
}

.rtl .accessoriesproducts .check-all-items-wrapper input {
  margin-left: 6px;
  margin-right: 0
}

.accessoriesproducts .total-price-wrapper {
  font-size: 14px;
  color: #484848;
  margin: 0 0 5px
}

.accessoriesproducts .total-price {
  display: block;
  color: #24324a;
  font-size: 18px;
  font-weight: normal
}

.product-category .product-category-content {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  margin: 0 0 30px 0
}

.product-category .product-category-image {
  display: block
}

.product-category .product-category-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.product-category .product-category-title {
  text-transform: none;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.3)
}

.rtl .product-category .product-category-title {
  right: 0;
  left: auto
}

.product-category .product-category-title .count {
  background: transparent;
  color: #fff
}

#apus-quickview-modal .product_meta {
  margin: 15px 0 0
}

.form-row .checkbox,
.form-row .input-radio {
  margin-bottom: 0;
  margin-top: 0
}

.woocommerce form .form-row {
  margin: 0 0 20px;
  padding: 0
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100%
}

p.demo_store {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 30px;
  padding: .5em 0;
  z-index: 99998;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
  box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2)
}

.rtl p.demo_store {
  right: 0;
  left: auto
}

.rtl p.demo_store {
  left: 0;
  right: auto
}

.rtl p.demo_store {
  text-align: right
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .woocommerce #reviews #comments ol.commentlist li {
    padding-bottom: 30px;
    margin-bottom: 30px
  }
}

.woocommerce #reviews #comments ol.commentlist li .apus-avata {
  min-width: 80px;
  padding-right: 15px
}

.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
  padding-left: 15px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .woocommerce #reviews #comments ol.commentlist li .apus-avata {
    min-width: 105px;
    padding-right: 25px
  }

  .rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
    padding-left: 25px;
    padding-right: inherit
  }
}

.woocommerce #reviews #comments ol.commentlist li .apus-avata .apus-image {
  display: inline-block
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 0;
  margin: 0;
  position: relative
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
  float: none;
  margin: 1px 0 0;
  margin-left: 5px
}

.rtl .woocommerce #reviews #comments ol.commentlist li .star-rating {
  margin-right: 5px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .woocommerce #reviews #comments ol.commentlist li .star-rating {
    margin-left: 15px
  }

  .rtl .woocommerce #reviews #comments ol.commentlist li .star-rating {
    margin-right: 15px;
    margin-left: 0
  }
}

.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
  color: #e1e1e1
}

.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
  color: #bcc52a
}

.woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  float: left;
  padding-right: 30px
}

.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  float: right
}

.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
  padding-left: 30px;
  padding-right: inherit
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  padding: 0;
  margin: 0
}

.woocommerce #reviews #comments ol.commentlist li .description {
  margin-top: 10px
}

.woocommerce #reviews #comments ol.commentlist li .description p {
  margin: 0
}

.woocommerce #reviews #comments ol.commentlist li .apus-author {
  font-size: 16px;
  color: #484848;
  margin: 0;
  text-transform: capitalize
}

.woocommerce #reviews #comments ol.commentlist li .date {
  color: #767676;
  margin-top: 3px
}

.woocommerce #reviews #comments ol.commentlist li .content-comment {
  margin-top: 12px
}

.woocommerce #reviews #comments ol.commentlist li .content-comment p:last-child {
  margin-bottom: 0
}

#respond [for="rating"] {
  font-weight: 700;
  margin: 0;
  margin-left: 15px
}

.rtl #respond [for="rating"] {
  margin-right: 15px;
  margin-left: 0
}

#respond .form-submit input {
  left: auto
}

.rtl #respond .form-submit input {
  right: auto;
  left: auto
}

#respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.woocommerce #reviews #comment {
  height: 130px;
  resize: none
}

.woocommerce .quantity .qty {
  width: 90px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  height: 42px;
  border: 1px solid #efefef;
  padding: 10px 20px;
  color: #484848;
  font-size: 16px;
  font-weight: 700;
  background-color: #efefef
}

@media (min-width: 1200px) {
  .woocommerce .quantity .qty {
    height: 50px
  }
}

.woocommerce .quantity .reader-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px
}

.rtl .woocommerce .quantity .reader-text {
  margin-left: 10px;
  margin-right: 0
}

.woocommerce a.remove {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.form-row:before,
.form-row:after {
  content: " ";
  display: table
}

.form-row:after {
  clear: both
}

.form-row label.hidden {
  visibility: hidden
}

.form-row label.inline {
  display: inline
}

.form-row label {
  display: block;
  font-weight: 500
}

.form-row select {
  cursor: pointer
}

.form-row .required {
  color: #ff003a;
  font-weight: 700;
  border: 0
}

.form-row .input-text {
  width: 100%;
  padding: 8px 10px
}

.form-row.form-row-first {
  width: 47%;
  float: left
}

.rtl .form-row.form-row-first {
  float: right
}

.form-row.form-row-last {
  width: 47%;
  float: right
}

.rtl .form-row.form-row-last {
  float: left
}

.form-row.form-row-wide {
  clear: both
}

.select2-container .select2-choice {
  padding: 5px 7px
}

.product-quantity .input-text .input-sm {
  height: 40px;
  padding: 12px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0
}

.product-quantity .input-text select.input-sm {
  height: 40px;
  line-height: 40px
}

.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
  height: auto
}

.i-am-new li {
  background-image: none !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important
}

.i-am-new li .noty_message {
  padding: 20px 0 !important
}

.total-minicart {
  color: #484848;
  font-weight: normal;
  font-family: "Sen";
  font-size: 16px;
  margin-left: 5px;
  display: inline-block
}

.rtl .total-minicart {
  margin-right: 5px;
  margin-left: 0
}

.wishlist-icon,
.mini-cart {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #484848
}

.wishlist-icon i,
.mini-cart i {
  font-size: 22px;
  margin: 0 !important
}

.wishlist-icon .count,
.mini-cart .count {
  position: absolute;
  top: -5px;
  left: 15px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 15px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center
}

.wishlist-icon i {
  margin-right: 6px
}

.rtl .wishlist-icon i {
  margin-left: 6px;
  margin-right: 0
}

.woocommerce p.stars a:before {
  content: "\53";
  font-family: 'star';
  color: #bcc52a;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s
}

.woocommerce p.stars:hover a:before {
  content: "\53";
  font-family: 'star'
}

.woocommerce p.stars a:hover~a:before {
  content: "\53";
  color: #e1e1e1
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\53"
}

.woocommerce p.stars.selected a.active:before {
  content: "\53"
}

.woocommerce p.stars.selected a.active~a:before {
  content: "\53";
  color: #e1e1e1
}

.woocommerce .star-rating {
  margin: auto 0;
  overflow: hidden;
  position: relative;
  width: 96px;
  height: 1.2em;
  line-height: 1em;
  font-family: 'star';
  font-size: 14px
}

.woocommerce .star-rating:before {
  content: "\53\53\53\53\53";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 5px
}

.rtl .woocommerce .star-rating:before {
  float: right
}

.rtl .woocommerce .star-rating:before {
  right: 0;
  left: auto
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.rtl .woocommerce .star-rating span {
  float: right
}

.rtl .woocommerce .star-rating span {
  right: 0;
  left: auto
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #bcc52a;
  letter-spacing: 5px
}

.rtl .woocommerce .star-rating span:before {
  right: 0;
  left: auto
}

.woocommerce .woocommerce-review-link {
  color: #777
}

.archive-shop .page-title {
  display: none
}

.show-filter {
  font-size: 18px;
  color: #304830;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.show-filter:hover,
.show-filter:active {
  color: #304830
}

.show-filter i {
  margin-left: 10px
}

.rtl .show-filter i {
  margin-right: 10px;
  margin-left: 0
}

.apus-shop-menu {
  font-size: 15px;
  margin: 0;
  position: relative
}

.apus-shop-menu .filter-action i {
  margin-right: 3px
}

.rtl .apus-shop-menu .filter-action i {
  margin-left: 3px;
  margin-right: 0
}

.apus-shop-menu ul.apus-filter-menu {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  float: right
}

.rtl .apus-shop-menu ul.apus-filter-menu {
  float: left
}

.apus-shop-menu ul.apus-filter-menu li {
  display: inline-block
}

.apus-shop-menu ul.apus-categories {
  float: left;
  padding: 0;
  margin: 2px 0 0;
  list-style: none
}

.rtl .apus-shop-menu ul.apus-categories {
  float: right
}

.apus-shop-menu ul.apus-categories li {
  display: inline-block;
  margin-right: 40px
}

.rtl .apus-shop-menu ul.apus-categories li {
  margin-left: 40px;
  margin-right: 0
}

.apus-shop-menu ul.apus-categories li a {
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #484848;
  position: relative;
  display: inline-block
}

.apus-shop-menu ul.apus-categories li .product-count {
  font-size: 14px;
  color: #484848;
  margin: 0 2px;
  vertical-align: top;
  display: inline-block
}

.apus-shop-menu ul.apus-categories li.current-cat>a {
  color: #304830
}

.apus-shop-menu ul.apus-categories .apus-shop-sub-categories {
  padding: 0px;
  margin: 10px 0 0
}

.apus-shop-menu ul.apus-categories .apus-shop-sub-categories li a {
  font-size: 16px
}

.apus-shop-menu .content-inner #apus-orderby {
  margin-left: 40px
}

.rtl .apus-shop-menu .content-inner #apus-orderby {
  margin-right: 40px;
  margin-left: 0
}

.apus-shop-header {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.apus-shop-header.filter-active {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px
}

.apus-shop-header .apus-sidebar-header {
  display: none;
  border: 1px solid #304830;
  padding: 20px 30px;
  background: #fff
}

.apus-shop-header .apus-widget-scroll ul li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0 0 10px
}

.apus-shop-header .apus-sidebar-inner {
  padding: 0 15px
}

.apus-shop-header .apus-sidebar-inner ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.apus-shop-header .apus-sidebar-inner .apus-widget-title {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 20px
}

.apus-shop-header .widget_layered_nav ul li a,
.apus-shop-header .product-categories li a {
  font-size: 14px;
  padding: 0 !important
}

.apus-shop-header .widget_layered_nav ul li .count,
.apus-shop-header .product-categories li .count {
  float: none
}

.apus-shop-header .widget_layered_nav li.chosen,
.apus-shop-header .product-categories li.chosen {
  color: #304830
}

.apus-shop-header .widget_layered_nav li.chosen>a,
.apus-shop-header .product-categories li.chosen>a {
  color: #304830
}

.apus-categories-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: #484848;
  font-size: 14px;
  margin-top: 4px
}

.apus-categories-dropdown .category-dropdown-label {
  cursor: pointer
}

.apus-categories-dropdown option {
  font-size: 16px;
  color: #484848
}

.apus-categories-dropdown option[selected="selected"] {
  color: #484848
}

.apus-categories-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #304830;
  -webkit-box-shadow: none;
  box-shadow: none
}

.apus-categories-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.apus-categories-dropdown .dropdown-menu ul li {
  margin: 0 0 5px
}

.apus-categories-dropdown .dropdown-menu ul li a {
  color: #484848
}

.apus-categories-dropdown .dropdown-menu ul li a:hover,
.apus-categories-dropdown .dropdown-menu ul li a:active {
  color: #484848
}

.apus-categories-dropdown .dropdown-menu ul li.active {
  color: #484848
}

.apus-categories-dropdown .dropdown-menu ul li:last-child {
  margin: 0
}

.before-shop-header-wrapper {
  position: relative
}

@media (min-width: 768px) {
  .before-shop-header-wrapper .before-shop-loop-fillter {
    position: absolute;
    top: 20px
  }
}

.pagination-top {
  margin-top: -6px
}

.pagination-top .apus-pagination.pagination-woo {
  margin: 0
}

.pagination-top .apus-pagination .apus-pagination-inner {
  padding: 0
}

.pagination-top.has-fillter .apus-pagination .apus-pagination-inner {
  padding: 0 30px
}

.apus-filter {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .apus-filter {
    margin-bottom: 30px
  }
}

.apus-filter .shop-page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px
}

.apus-filter .woocommerce-result-count {
  font-weight: 400;
  margin: 0;
  padding-left: 15px
}

.rtl .apus-filter .woocommerce-result-count {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .apus-filter .woocommerce-result-count {
    padding-left: 30px
  }

  .rtl .apus-filter .woocommerce-result-count {
    padding-right: 30px;
    padding-left: inherit
  }
}

.apus-filter #apus-orderby {
  float: left
}

.rtl .apus-filter #apus-orderby {
  float: right
}

.apus-filter .woocommerce-ordering {
  margin: 0
}

.apus-filter .orderby-wrapper>* {
  display: inline-block;
  vertical-align: middle;
  float: none
}

.apus-filter select {
  color: #484848;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/homeo/wp-content/themes/homeo/images/select.png") #fff right 20px center no-repeat;
  font-weight: 400;
  padding: 14px 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0;
  border: 0
}

.apus-filter .select2-container--default.orderby {
  min-width: 180px
}

.apus-filter .select2-selection--single {
  border: 0 !important
}

.apus-filter .display-mode {
  margin-top: 4px
}

.apus-filter .change-view {
  color: #ccc;
  display: inline-block
}

.apus-filter .change-view i {
  font-size: 24px;
  vertical-align: middle
}

.apus-filter .change-view+.change-view {
  margin-left: 10px
}

.rtl .apus-filter .change-view+.change-view {
  margin-right: 10px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .apus-filter .change-view+.change-view {
    margin-left: 20px
  }

  .rtl .apus-filter .change-view+.change-view {
    margin-right: 20px;
    margin-left: 0
  }
}

.apus-filter .change-view:hover,
.apus-filter .change-view.active {
  color: #304830
}

@media (min-width: 1200px) {
  .apus-filter .form-homeo-ppp .homeo-wc-wppp-select {
    min-width: 190px
  }
}

.form-homeo-ppp {
  float: left
}

.rtl .form-homeo-ppp {
  float: right
}

.form-homeo-ppp select {
  font-size: 16px;
  color: #484848;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/homeo/wp-content/themes/homeo/images/select.png") #fff right 10px center no-repeat;
  font-weight: 400;
  border: 1px solid #ebebeb;
  padding: 3px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 0;
  border: 1px solid #ebebeb
}

.apus-after-loop-shop {
  margin-bottom: 10px
}

.apus-after-loop-shop .form-homeo-ppp select {
  min-width: 120px
}

#apus-orderby .orderby-label {
  color: #484848;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 4px 15px
}

#apus-orderby .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #304830;
  -webkit-box-shadow: none;
  box-shadow: none
}

#apus-orderby .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#apus-orderby .dropdown-menu ul li {
  margin: 0 0 5px
}

#apus-orderby .dropdown-menu ul li a {
  color: #484848
}

#apus-orderby .dropdown-menu ul li a:hover,
#apus-orderby .dropdown-menu ul li a:active {
  color: #484848
}

#apus-orderby .dropdown-menu ul li.active {
  color: #484848
}

#apus-orderby .dropdown-menu ul li:last-child {
  margin: 0
}

.apus-topcart .dropdown-menu {
  top: 50px;
  margin: 0;
  padding: 20px;
  min-width: 280px;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none
}

@media (min-width: 1200px) {
  .apus-topcart .dropdown-menu {
    max-width: 340px
  }
}

.apus-topcart .buttons {
  margin: 0
}

.apus-topcart .buttons .btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.apus-topcart .buttons .wc-forward {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px
}

.apus-topcart .buttons .wc-forward:last-child {
  margin: 0
}

.apus-topcart .buttons .wc-forward:after {
  vertical-align: text-top
}

.apus-topcart .open .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-topcart .overlay-offcanvas-content {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  z-index: 2
}

.apus-topcart .overlay-offcanvas-content.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.apus-topcart .offcanvas-content {
  z-index: 3;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 400px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.apus-topcart .offcanvas-content.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  max-height: calc(100% - 180px)
}

.apus-topcart .offcanvas-content .title-cart-canvas {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  position: relative
}

.apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  position: absolute;
  top: 11px;
  left: 14px;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #e44343
}

.rtl .apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  right: 14px;
  left: auto
}

.apus-topcart .offcanvas-content .shopping_cart_content {
  padding: 10px;
  height: calc(100vh - 50px);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .shopping_cart_content {
    padding: 15px 15px 30px
  }
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart-bottom {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  width: 100%
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  width: 100%
}

.shopping_cart_content {
  font-size: 14px
}

.shopping_cart_content .variation {
  margin: 0 0 3px;
  overflow: hidden
}

.shopping_cart_content .variation dt {
  margin-right: 5px
}

.rtl .shopping_cart_content .variation dt {
  margin-left: 5px;
  margin-right: 0
}

.shopping_cart_content .variation dt,
.shopping_cart_content .variation dd {
  float: left
}

.rtl .shopping_cart_content .variation dt,
.rtl .shopping_cart_content .variation dd {
  float: right
}

.shopping_cart_content .variation dt p,
.shopping_cart_content .variation dd p {
  margin: 0
}

.shopping_cart_content .cart_list {
  padding: 0 0 10px;
  max-height: 270px;
  overflow: hidden
}

.shopping_cart_content .cart_list>div {
  margin: 0 0 20px;
  overflow: hidden
}

.shopping_cart_content .cart_list>div.empty {
  border: none;
  margin: 0;
  color: #484848
}

.shopping_cart_content .cart_list>div:last-child {
  border: none
}

.shopping_cart_content .cart_list .image {
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 1px solid #ebebeb;
  display: block
}

.shopping_cart_content .cart_list .image img {
  width: 60px;
  height: 60px;
  max-width: none
}

.shopping_cart_content .cart_list .quantity {
  font-family: "Sen";
  font-size: 16px;
  color: #304830;
  padding: 0;
  line-height: 1
}

.shopping_cart_content .cart_list .name {
  font-family: "Sen", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 14px
}

.shopping_cart_content .cart_list .cart-item {
  margin: 0;
  font-size: 16px
}

.shopping_cart_content .cart_list .media-body {
  width: 1000px;
  padding-right: 20px
}

.rtl .shopping_cart_content .cart_list .media-body {
  padding-left: 20px;
  padding-right: inherit
}

.shopping_cart_content .cart_list .cart-main-content {
  text-align: left;
  position: relative
}

.rtl .shopping_cart_content .cart_list .cart-main-content {
  text-align: right
}

.shopping_cart_content .cart_list .cart-main-content .remove {
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 9;
  font-size: 13px;
  background: transparent !important;
  color: #484848 !important
}

.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
  left: 0;
  right: auto
}

.shopping_cart_content .cart_list .cart-main-content .remove:hover,
.shopping_cart_content .cart_list .cart-main-content .remove:focus {
  color: #e44343 !important
}

.shopping_cart_content .cart_list .cart-item {
  overflow: hidden
}

.shopping_cart_content .total {
  color: #304830;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 14px;
  font-family: "Sen"
}

.shopping_cart_content .total strong {
  font-weight: 400
}

.shopping_cart_content .total .amount {
  font-size: 18px;
  float: right
}

.rtl .shopping_cart_content .total .amount {
  float: left
}

.shopping_cart_content .total.empty {
  border: none;
  margin: 0;
  padding-top: 0
}

.woocommerce a.remove {
  padding: 0;
  margin: auto;
  color: #e44343;
  font-size: 32px;
  background: transparent
}

.place-order {
  padding: 30px
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i {
  margin: 0 !important
}

.yith-wcwl-share ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.input-text {
  border: 1px solid #e5e5e5;
  padding: 5px 10px
}

.woocommerce address {
  margin-bottom: 20px
}

.product-categories {
  list-style: none;
  margin: 0;
  font-size: 14px;
  padding: 0;
  overflow: hidden
}

.product-categories+.view-more-list-cat {
  position: absolute;
  background: #fff;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  z-index: 99;
  display: block;
  color: #79b530;
  padding: 5px 54px 15px
}

.product-categories+.view-more-list-cat.view-less {
  color: #e44343
}

.product-categories+.view-more-list-cat:hover,
.product-categories+.view-more-list-cat:active {
  text-decoration: underline
}

.product-categories.hideContent {
  height: 435px
}

.product-categories.showContent {
  height: auto
}

.product-categories .children {
  list-style: none;
  padding: 0
}

.product-categories li {
  margin: 0 0 12px
}

.product-categories li li {
  padding-left: 20px
}

.rtl .product-categories li li {
  padding-right: 20px;
  padding-left: inherit
}

.product-categories li:last-child {
  margin-bottom: 0
}

.product-categories li.current-cat-parent>.count,
.product-categories li.current-cat>.count,
.product-categories li:hover>.count {
  color: #304830
}

.product-categories li.current-cat-parent>a,
.product-categories li.current-cat>a,
.product-categories li:hover>a {
  color: #304830
}

.product-categories li .count {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  float: right;
  margin-top: 3px
}

.rtl .product-categories li .count {
  float: left
}

.product-categories li a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-left: 15px
}

.rtl .product-categories li a {
  padding-right: 15px;
  padding-left: inherit
}

.product-categories li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1
}

.rtl .product-categories li a:before {
  right: 0;
  left: auto
}

.product-categories li.cat-parent {
  position: relative
}

.product-categories li.cat-parent>i {
  padding-right: 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 13px
}

.rtl .product-categories li.cat-parent>i {
  padding-left: 12px;
  padding-right: inherit
}

.rtl .product-categories li.cat-parent>i {
  right: 0;
  left: auto
}

.top-archive-shop {
  padding-bottom: 30px
}

.apus-results {
  margin-top: 10px
}

.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #e44343;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.apus-results .apus-results-reset:hover,
.apus-results .apus-results-reset:active {
  color: #fff;
  background: #d51f1f
}

.ajax-pagination {
  text-align: center;
  margin: 10px 0
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none
}

.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  width: 100%
}

.ajax-pagination .apus-loadmore-btn+.apus-allproducts {
  display: none
}

.ajax-pagination .apus-loadmore-btn.hidden+.apus-allproducts {
  display: block;
  color: #e44343
}

.add-cart>.added {
  display: none !important
}

.add-cart .added_to_cart:after {
  display: none
}

.apus-shop-products-wrapper.loading {
  position: relative
}

.apus-shop-products-wrapper.loading:before {
  background: url("/homeo/wp-content/themes/homeo/images/loading-quick.gif") center 100px/50px no-repeat rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border-bottom: 2px solid #eee
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-right: 30px;
  display: inline-block
}

.rtl .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-left: 30px;
  margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 0 0 7px;
  position: relative;
  display: inline-block
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  width: 100%;
  height: 2px;
  background: #304830;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active>a,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover>a,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active>a {
  color: #304830
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active>a:before,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover>a:before,
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active>a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.woocommerce-MyAccount-content {
  padding: 20px 0
}

.woocommerce-MyAccount-content h2 {
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Sen"
}

.edit-account br {
  display: none
}

.edit-account input[type="text"],
.edit-account input[type="password"] {
  height: 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.edit-account input[type="text"]:focus,
.edit-account input[type="password"]:focus {
  border-color: #ebebeb
}

.edit-account legend {
  font-size: 72px;
  font-weight: 300;
  border: none;
  margin: 30px 0 0
}

.edit-account label {
  font-weight: normal;
  font-size: 16px;
  color: #484848
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  max-width: 970px;
  margin: auto
}

.user .title {
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center
}

@media (min-width: 1200px) {
  .user .title {
    font-size: 25px
  }
}

form.login,
form.register {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important
}

form.login br,
form.register br {
  display: none
}

form.login label,
form.register label {
  font-weight: 400
}

form.login .form-control,
form.register .form-control {
  padding: 5px 20px
}

form.login .form-group,
form.register .form-group {
  margin: 0 0 20px
}

form.login .form-group:last-child,
form.register .form-group:last-child {
  margin-bottom: 0
}

form.login .lost_password a,
form.register .lost_password a {
  text-decoration: underline
}

form.login .action-group,
form.register .action-group {
  font-size: 14px
}

form.login .input-text,
form.register .input-text {
  background: #fff !important;
  border: 1px solid #ebebeb !important;
  height: 40px
}

form.login .input-text:focus,
form.register .input-text:focus {
  border-color: #d2d2d2 !important
}

form.login input[type="checkbox"],
form.register input[type="checkbox"] {
  margin-right: 7px
}

.rtl form.login input[type="checkbox"],
.rtl form.register input[type="checkbox"] {
  margin-left: 7px;
  margin-right: 0
}

form.login .input-submit~span,
form.register .input-submit~span {
  margin: 10px 0 0
}

form.login .input-submit~span.pull-left,
form.register .input-submit~span.pull-left {
  margin-left: 15px
}

.rtl form.login .input-submit~span.pull-left,
.rtl form.register .input-submit~span.pull-left {
  margin-right: 15px;
  margin-left: 0
}

form.login .input-submit~span.lost_password a,
form.register .input-submit~span.lost_password a {
  color: #304830
}

form.login .user-role,
form.register .user-role {
  padding-left: 20px
}

form.login .user-role [type="radio"],
form.register .user-role [type="radio"] {
  margin-top: 11px
}

.login-wrapper .mfp-content {
  width: 500px !important;
  max-width: 80%;
  background-color: #fff
}

.login-wrapper .title {
  text-align: center
}

.login-wrapper .apus-mfp-close {
  font-size: 20px;
  display: inline-block;
  background: #e44343;
  color: #fff;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: none;
  margin: -21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.login-wrapper .apus-mfp-close:hover,
.login-wrapper .apus-mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}

.cart_item>.media-left {
  width: 70%
}

.cart_item img {
  width: 90px;
  max-width: none
}

.cart_item .content-left {
  overflow: hidden;
  padding-left: 20px
}

.rtl .cart_item .content-left {
  padding-right: 20px;
  padding-left: inherit
}

.cart_item .product-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px
}

.cart_item .price {
  font-size: 20px;
  font-family: "Sen";
  color: #4c4c4c;
  font-weight: 400
}

.cart_item a.remove {
  margin: 0 0 15px;
  display: inline-block;
  font-size: 32px;
  color: #484848 !important
}

.cart_item a.remove:hover,
.cart_item a.remove:active {
  color: #e44343 !important
}

div.cart .input-text {
  height: 53px;
  border: 2px solid #ebebeb
}

div.cart .input-text:focus,
div.cart .input-text:active {
  border-color: #484848
}

div.cart label {
  font-size: 18px;
  color: #000
}

.woocommerce .order-review #order_review_heading {
  font-size: 20px;
  margin: 0 0 15px
}

.woocommerce-order-details .woocommerce-table--order-details,
.woocommerce-order-details .woocommerce-checkout-review-order-table,
#order_review .woocommerce-table--order-details,
#order_review .woocommerce-checkout-review-order-table {
  border: none;
  margin-bottom: 25px
}

.woocommerce-order-details .woocommerce-table--order-details th,
.woocommerce-order-details .woocommerce-table--order-details td,
.woocommerce-order-details .woocommerce-checkout-review-order-table th,
.woocommerce-order-details .woocommerce-checkout-review-order-table td,
#order_review .woocommerce-table--order-details th,
#order_review .woocommerce-table--order-details td,
#order_review .woocommerce-checkout-review-order-table th,
#order_review .woocommerce-checkout-review-order-table td {
  padding: 10px 0 !important;
  border: 0 !important
}

.woocommerce-order-details .woocommerce-table--order-details thead,
.woocommerce-order-details .woocommerce-checkout-review-order-table thead,
#order_review .woocommerce-table--order-details thead,
#order_review .woocommerce-checkout-review-order-table thead {
  display: none
}

.woocommerce-order-details .woocommerce-table--order-details .product-name,
.woocommerce-order-details .woocommerce-checkout-review-order-table .product-name,
#order_review .woocommerce-table--order-details .product-name,
#order_review .woocommerce-checkout-review-order-table .product-name {
  font-size: 14px !important;
  font-weight: 400 !important
}

.woocommerce-order-details .woocommerce-table--order-details .product-name strong,
.woocommerce-order-details .woocommerce-checkout-review-order-table .product-name strong,
#order_review .woocommerce-table--order-details .product-name strong,
#order_review .woocommerce-checkout-review-order-table .product-name strong {
  font-weight: 400
}

.woocommerce-order-details .cart_item,
#order_review .cart_item {
  margin: 0;
  padding: 0;
  border: none
}

.woocommerce-order-details .product-name,
#order_review .product-name {
  margin: 0
}

.woocommerce-order-details>.media-left,
#order_review>.media-left {
  width: auto
}

.woocommerce-order-details .woocommerce-Price-amount,
#order_review .woocommerce-Price-amount {
  font-weight: 400
}

.woocommerce-order-details .subtotal tr>*,
#order_review .subtotal tr>* {
  border-bottom: 1px solid #ebebeb !important
}

.woocommerce-order-details .subtotal th,
#order_review .subtotal th {
  border: none;
  font-weight: 400;
  color: #484848
}

.woocommerce-order-details .subtotal td,
#order_review .subtotal td {
  text-align: right;
  padding: 10px 0;
  font-weight: 400
}

.rtl .woocommerce-order-details .subtotal td,
.rtl #order_review .subtotal td {
  text-align: left
}

.woocommerce-order-details .subtotal td label,
#order_review .subtotal td label {
  font-weight: 400
}

.woocommerce-order-details .subtotal .order-total strong,
#order_review .subtotal .order-total strong {
  font-size: 20px
}

.woocommerce-order-details .amount,
#order_review .amount {
  color: #304830
}

.woocommerce-order-details .order-total .amount,
#order_review .order-total .amount {
  font-weight: 700
}

.apus-checkout-step {
  padding: 0 0 30px
}

.apus-checkout-step ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%
}

.apus-checkout-step ul li {
  position: relative;
  text-align: center;
  float: left
}

.rtl .apus-checkout-step ul li {
  float: right
}

@media (min-width: 768px) {
  .apus-checkout-step ul li {
    width: 33.33%
  }
}

.apus-checkout-step li {
  font-size: 20px;
  font-weight: 500;
  color: #232530;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  background: #fff
}

.apus-checkout-step li:first-child:before {
  display: none
}

.apus-checkout-step li:first-child:after {
  border-width: 1px 0 1px 1px
}

.apus-checkout-step li:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -43px;
  border: 1px solid #ebebeb;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff
}

.apus-checkout-step li:after {
  position: absolute;
  content: '';
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0
}

.rtl .apus-checkout-step li:after {
  right: 0;
  left: auto
}

.apus-checkout-step li .inner {
  position: relative
}

.apus-checkout-step li .inner:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  right: -30px;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  border-width: 30px;
  width: 60px;
  height: 60px;
  background: #fff
}

.apus-checkout-step li .inner:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 12px;
  border: 1px solid #ebebeb;
  border-width: 1px 1px 0 0;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  z-index: 2
}

.apus-checkout-step li.active {
  background: #304830;
  color: #fff
}

.apus-checkout-step li.active:after {
  border-color: #304830
}

.apus-checkout-step li.active .inner:after {
  border-color: #fff #304830
}

.apus-checkout-step li.active .inner:before {
  display: none
}

.apus-checkout-step li.active .step {
  opacity: 0.1;
  filter: alpha(opacity=10);
  color: #fff
}

.apus-checkout-step .inner-step {
  position: relative;
  z-index: 7
}

.apus-checkout-step .step {
  z-index: 6;
  position: absolute;
  top: -1px;
  right: 70px;
  line-height: 60px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #eae9ec
}

.rtl .apus-checkout-step .step {
  left: 70px;
  right: auto
}

.woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  color: #484848;
  font-weight: 700
}

@media (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    font-size: 22px
  }
}

.woocommerce-thankyou-order-details {
  text-align: center
}

.woocommerce ul.order_details li {
  float: none;
  display: inline-block;
  font-size: 14px;
  padding-right: 20px;
  margin-right: 20px;
  text-transform: inherit;
  margin-bottom: 10px
}

.rtl .woocommerce ul.order_details li {
  padding-left: 20px;
  padding-right: inherit
}

.rtl .woocommerce ul.order_details li {
  margin-left: 20px;
  margin-right: 0
}

.woocommerce ul.order_details li:last-child {
  padding-right: 0;
  margin-right: 0
}

.rtl .woocommerce ul.order_details li:last-child {
  padding-left: 0;
  padding-right: inherit
}

.rtl .woocommerce ul.order_details li:last-child {
  margin-left: 0;
  margin-right: 0
}

.woocommerce ul.order_details li strong {
  margin-top: 5px;
  font-weight: 400;
  color: #484848;
  font-size: 16px
}

.woocommerce ul.order_details li.total {
  border: none
}

.woocommerce ul.order_details li.method {
  width: 100%;
  padding-top: 15px
}

@media (min-width: 1200px) {
  .woocommerce ul.order_details li.method {
    padding-top: 30px
  }
}

.woocommerce ul.order_details li.method strong {
  color: #e44343
}

.woocommerce ul.order_details li .amount {
  font-weight: 700;
  color: #304830
}

.refund-shop {
  text-align: center
}

.woo-pay-perfect {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px
}

.product-top-title {
  position: relative
}

.product-top-title .view-more {
  position: absolute;
  top: 5px;
  right: 0
}

.rtl .product-top-title .view-more {
  left: 0;
  right: auto
}

.layout-detail-product #tabs-list-specifications td {
  padding: 15px;
  border-color: #eff0f2
}

.layout-detail-product #tabs-list-specifications td:first-child {
  font-weight: 500;
  text-transform: uppercase
}

.accessoriesproducts .list-accesories {
  margin-bottom: 10px
}

.accessoriesproducts .check-item {
  margin-top: 10px
}

.wcv-pro-vendorlist {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  height: auto
}

.wcv-pro-vendorlist .name-store {
  font-size: 18px;
  margin: 10px 0
}

.wcv-pro-vendorlist:hover .avatar:before {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.wcv-pro-vendorlist .avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  max-width: 100%
}

.wcv-pro-vendorlist .avatar:before {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #304830;
  opacity: 0;
  filter: alpha(opacity=0)
}

.wcv-pro-vendorlist .metas {
  margin: 0 0 5px
}

.wcv-pro-vendorlist .metas>* {
  display: inline-block;
  font-size: 14px
}

.wcv-pro-vendorlist .metas>*+* {
  margin-left: 20px
}

.rtl .wcv-pro-vendorlist .metas>*+* {
  margin-right: 20px;
  margin-left: 0
}

.wcv-pro-vendorlist .metas .total-value {
  font-weight: normal
}

.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
  font-size: 14px;
  margin: 0 0 7px
}

.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
  margin: 0
}

.pv_shop_description {
  padding: 0 15px 30px
}

.wcv-header-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  background: url("/homeo/wp-content/themes/homeo/images/bg-vendor.jpg") repeat rgba(255, 255, 255, 0.9)
}

.wcv-header-container .store-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.wcv-header-container .wcv-store-grid {
  padding: 0 0 30px 0
}

.wcv-header-container #inner-element {
  background: transparent none repeat scroll 0 0;
  clear: both;
  overflow: hidden;
  position: static;
  max-width: none;
  width: 100%;
  padding: 0
}

.wcv-header-container #inner-element .store-info {
  text-align: inherit
}

.store-info .title-store {
  display: inline-block
}

.store-info .wcv-verified-vendor {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 12px;
  color: #fff;
  background: #4a90de;
  padding: 5px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px
}

.store-info .social-icons {
  list-style: none;
  margin: 25px 0 0 !important;
  padding: 0
}

.store-info .social-icons li {
  display: inline-block;
  margin-right: 10px
}

.rtl .store-info .social-icons li {
  margin-left: 10px;
  margin-right: 0
}

.store-info .social-icons li a {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #405e9c;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  text-align: center
}

.store-info .social-icons li a.facebook {
  border: 1px solid #405e9c;
  color: #405e9c !important
}

.store-info .social-icons li a.facebook:hover,
.store-info .social-icons li a.facebook:active {
  background: #405e9c
}

.store-info .social-icons li a.twitter {
  border: 1px solid #55acee;
  color: #55acee !important
}

.store-info .social-icons li a.twitter:hover,
.store-info .social-icons li a.twitter:active {
  background: #55acee
}

.store-info .social-icons li a.instagram {
  border: 1px solid #5280a5;
  color: #5280a5 !important
}

.store-info .social-icons li a.instagram:hover,
.store-info .social-icons li a.instagram:active {
  background: #5280a5
}

.store-info .social-icons li a.googleplus {
  color: #cd2129 !important;
  border: 1px solid #cd2129
}

.store-info .social-icons li a.googleplus:hover,
.store-info .social-icons li a.googleplus:active {
  background: #cd2129
}

.store-info .social-icons li a.linkedin {
  color: #318dc1 !important;
  border: 1px solid #318dc1
}

.store-info .social-icons li a.linkedin:hover,
.store-info .social-icons li a.linkedin:active {
  background: #318dc1
}

.store-info .social-icons li a.youtube {
  color: #cb312e !important;
  border: 1px solid #cb312e
}

.store-info .social-icons li a.youtube:hover,
.store-info .social-icons li a.youtube:active {
  background: #cb312e
}

.store-info .social-icons li a:hover,
.store-info .social-icons li a:active {
  color: #fff !important;
  background: #405e9c
}

.store-info .title-store {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 1.1
}

.store-info .rating-products-wrapper {
  margin: 0 0 20px;
  font-size: 16px
}

.store-info .rating-products-wrapper>* {
  display: inline-block;
  vertical-align: top
}

.store-info .rating-products-wrapper>*>* {
  display: block
}

.store-info .store-address address {
  margin: 0
}

.store-info .store-address i,
.store-info .store-phone i {
  margin-right: 8px
}

.rtl .store-info .store-address i,
.rtl .store-info .store-phone i {
  margin-left: 8px;
  margin-right: 0
}

.store-info .total-products {
  padding-left: 50px
}

.rtl .store-info .total-products {
  padding-right: 50px;
  padding-left: inherit
}

.store-info .total-products .total-value {
  font-size: 24px;
  color: #242424;
  font-weight: normal;
  line-height: 1.1
}

.store-info .media-body {
  max-width: 600px;
  font-size: 14px
}

.store-info .media-left {
  padding-right: 30px
}

.rtl .store-info .media-left {
  padding-left: 30px;
  padding-right: inherit
}

.store-info .favourite-wrapper {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 0
}

.store-info .denso-favourite-vendor {
  border-color: #ebebeb;
  font-size: 12px;
  display: block;
  font-weight: 400;
  padding: 8px 15px;
  text-transform: capitalize
}

.store-info .denso-favourite-vendor:hover,
.store-info .denso-favourite-vendor:active {
  border-color: #304830
}

.store-info .denso-favourite-vendor i {
  margin-right: 3px
}

.rtl .store-info .denso-favourite-vendor i {
  margin-left: 3px;
  margin-right: 0
}

.store-info .denso-favourite-vendor.added {
  color: #fff;
  border-color: #304830;
  background: #304830
}

.store-aurhor-inner {
  text-align: center;
  margin-top: 30px
}

.store-aurhor-inner .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #e8e8e8;
  overflow: hidden
}

.store-aurhor-inner .store-aurhor .name-author {
  margin: 5px 0 10px
}

.vendor-reviews-inner {
  background: #f8f8f8;
  border: 2px solid #ebebeb;
  padding: 20px
}

.vendor-reviews-inner .title-info {
  font-size: 16px !important;
  margin: 10px 0 20px !important
}

.vendor-reviews-inner .star-rating {
  float: left;
  margin-right: 40px
}

.rtl .vendor-reviews-inner .star-rating {
  float: right
}

.rtl .vendor-reviews-inner .star-rating {
  margin-left: 40px;
  margin-right: 0
}

.vendor-reviews-inner .special-progress>* {
  display: inline-block;
  vertical-align: top
}

.vendor-reviews-inner .special-progress .progress {
  width: 210px;
  margin: 0
}

.vendor-reviews-inner .special-progress .progress .progress-bar {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.vendor-reviews-inner .special-progress .value {
  margin: 0 8px;
  line-height: 1
}

.vendor-reviews-inner .average-value {
  font-size: 30px;
  font-weight: normal;
  color: #242424;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #ebebeb;
  padding: 20px 5px
}

.vendor-reviews-inner .average-value span {
  font-size: 12px;
  font-weight: 400;
  display: block
}

.special-progress {
  margin: 5px 0 0
}

.special-progress .claimed {
  margin-bottom: 2px
}

.special-progress .claimed strong {
  color: #484848
}

.special-progress .progress {
  background: #eaeaea;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 12px;
  margin: 5px 0 17px
}

.special-progress .progress .progress-bar {
  background: #304830;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px
}

.single-rating {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb
}

.single-rating:last-child {
  border: none;
  padding: 0;
  margin: 0
}

.single-rating .avatar {
  max-width: none;
  min-width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.single-rating .media-left {
  padding-right: 20px
}

.rtl .single-rating .media-left {
  padding-left: 20px;
  padding-right: inherit
}

.single-rating .stars-value {
  float: right
}

.rtl .single-rating .stars-value {
  float: left
}

.single-rating .stars-value .fa-star {
  color: #fednormal
}

.single-rating h4 {
  font-weight: 400;
  font-size: 10px;
  margin: 0 0 15px;
  color: #484848
}

.single-rating h4 .name {
  font-weight: normal;
  font-size: 12px;
  color: #464646;
  text-transform: uppercase
}

.single-rating h6 {
  margin: 0 0 15px
}

.btn-showserach-dokan {
  cursor: pointer
}

.wrapper-dokan .btn-showserach-dokan {
  padding: 6px 9px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-width: 2px
}

.wrapper-dokan .dokan-seller-search-form {
  font-size: 14px;
  margin: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.wrapper-dokan .dokan-seller-search-form input {
  width: 100% !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important
}

.wrapper-dokan .dokan-seller-search-form.active {
  width: 220px
}

.wrapper-dokan>* {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}

.rtl .wrapper-dokan>* {
  margin-left: 10px;
  margin-right: 0
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  margin-bottom: 30px
}

.dokan-list-inline>li>a {
  font-family: "Sen", Arial, sans-serif
}

.dokan-widget-area #cat-drop-stack>ul,
.dokan-store-menu #cat-drop-stack>ul {
  list-style: none;
  padding: 0
}

.dokan-widget-area #cat-drop-stack>ul li,
.dokan-store-menu #cat-drop-stack>ul li {
  margin-bottom: 5px
}

.dokan-widget-area #cat-drop-stack>ul li:last-child,
.dokan-store-menu #cat-drop-stack>ul li:last-child {
  margin-bottom: 0
}

.dokan-widget-area #cat-drop-stack>ul a:hover,
.dokan-widget-area #cat-drop-stack>ul:focus,
.dokan-store-menu #cat-drop-stack>ul a:hover,
.dokan-store-menu #cat-drop-stack>ul:focus {
  color: #304830
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-weight: 500
}

.dokan-single-store .profile-info .dokan-store-info {
  list-style: none;
  font-size: 14px
}

.dokan-single-store .profile-info .dokan-store-info li {
  float: none !important
}

.dokan-single-store .profile-info .dokan-store-info li:before {
  display: none
}

.dokan-store-location,
.dokan-store-contact {
  list-style: none
}

.dokan-store-location ul,
.dokan-store-contact ul {
  list-style: none;
  padding: 0
}

.dokan-store-tabss {
  margin-bottom: 20px
}

.dokan-store-tabss .dokan-right {
  margin: 0;
  margin-top: 10px
}

@media (min-width: 768px) {
  .dokan-store-tabss {
    margin-bottom: 30px
  }
}

.dokan-store-sidebar #dokan-store-location {
  height: 200px;
  width: 100%
}

.wfg-popup {
  border: none !important
}

.wfg-popup h2.wfg-title {
  background: #304830;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.wfg-gifts .wfg-gift-item h3 {
  background: #fff;
  color: #484848;
  border-top: 1px solid #ebebeb
}

.wfg-gifts .wfg-gift-item {
  border: 1px solid #ebebeb
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
  margin: 0
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap .btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-width: 2px;
  padding: 8px 30px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2)
}

.product-block .wcvendors_sold_by_in_loop {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px
}

.rtl .product-block .wcvendors_sold_by_in_loop {
  right: 0;
  left: auto
}

.product-block .wcvendors_sold_by_in_loop img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.seller-info-social {
  list-style: none
}

.seller-info-social li {
  display: inline-block;
  margin-right: 20px
}

.rtl .seller-info-social li {
  margin-left: 20px;
  margin-right: 0
}

.seller-info-top {
  margin-bottom: 20px
}

.seller-info-top .store-brand img {
  max-width: none
}

#woocommerce-accordion .panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

#woocommerce-accordion .panel>.panel-heading {
  text-transform: uppercase;
  border: none;
  padding: 18px 0;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff !important
}

#woocommerce-accordion .panel>.panel-heading:hover a,
#woocommerce-accordion .panel>.panel-heading:active a {
  color: #304830
}

#woocommerce-accordion .panel .panel-title {
  font-size: 16px;
  font-weight: 400
}

#woocommerce-accordion .panel .panel-title>:not(.collapsed) {
  color: #304830
}

#woocommerce-accordion .panel .panel-body {
  padding: 0;
  border: none
}

#woocommerce-accordion .title {
  margin: 0 0 10px;
  font-size: 24px
}

.wrapper-filter {
  min-height: 73px;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb
}

.shop-top-sidebar-wrapper {
  background: #fff;
  padding: 20px 0 0;
  display: block;
  overflow: hidden;
  width: 100% !important
}

@media (min-width: 992px) {
  .shop-top-sidebar-wrapper {
    padding: 40px 0 0
  }
}

.shop-top-sidebar-wrapper .dropdown>span {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase
}

.shop-top-sidebar-wrapper .widget {
  margin-bottom: 0
}

@media (max-width: 767px) {
  .shop-top-sidebar-wrapper {
    margin-bottom: 15px
  }
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner {
  margin-left: -15px;
  margin-right: -15px
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%
}

.rtl .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
  float: right
}

@media (min-width: 768px) {
  .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner>* {
    width: 20%
  }
}

.shop-top-sidebar-wrapper .wrapper-limit {
  padding: 10px
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter {
  padding: 0;
  margin: 0;
  list-style: none
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li {
  margin-bottom: 8px
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li:last-child,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li:last-child {
  margin: 0
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting a,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter a {
  white-space: nowrap
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .current,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .current {
  color: #304830
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter,
.shop-top-sidebar-wrapper .wrapper-limit .woocommerce-widget-layered-nav-list {
  height: 200px
}

.shop-top-sidebar-wrapper .tagcloud {
  height: 200px
}

.products-wrapper-grid-banner .cl-3 div.product.col-sm-4.first,
.products-wrapper-grid-banner .cl-2 div.product.col-sm-4.first {
  clear: none
}

@media (min-width: 768px) {

  .products-wrapper-grid-banner .cl-3 div.product.col-sm-4:nth-child(3n + 1),
  .products-wrapper-grid-banner .cl-2 div.product.col-sm-4:nth-child(3n+1) {
    clear: both
  }
}

.products-wrapper-grid-banner .col-md-cus-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.rtl .products-wrapper-grid-banner .col-md-cus-5 {
  float: right
}

@media (min-width: 992px) {
  .products-wrapper-grid-banner .col-md-cus-5 {
    width: 20%
  }
}

.product-bundles {
  padding: 20px 0
}

.product-bundles .product-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px
}

.product-bundles .product-item .product-image {
  float: left;
  width: 80px;
  padding-right: 10px
}

.rtl .product-bundles .product-item .product-image {
  float: right
}

.rtl .product-bundles .product-item .product-image {
  padding-left: 10px;
  padding-right: inherit
}

.product-bundles .product-item .product-content {
  overflow: hidden
}

.product-bundles .product-item .product-name {
  display: block;
  color: #484848;
  margin: 3px 0
}

.product-bundles .total {
  padding-bottom: 10px
}

.product-bundles .total-discount {
  color: #79b530
}

.product-bundles .total-price {
  font-size: 18px;
  font-weight: 500;
  color: #484848
}

.product-category h3 {
  margin: 15px 0 0;
  font-size: 18px
}

.product-category h3 .count {
  background: transparent;
  padding: 0
}

.product-category .category-body {
  margin: 0 0 20px;
  text-align: center
}

@media (min-width: 768px) {
  .product-category .category-body {
    margin: 0 0 30px
  }
}

form.woocommerce-checkout .select2-container--default.select2-container .select2-selection--single {
  border-color: #ebebeb
}

form.woocommerce-checkout .select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #dedede
}

.widget.widget-products .tab-content .ajax-loading {
  background: url("/homeo/wp-content/themes/homeo/images/loading-quick.gif") center 100px no-repeat #fff
}

.widget.widget-products .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px
}

.widget.widget-products .slick-carousel-top .slick-arrow {
  top: -60px
}

.widget.widget-products.column1 .shop-list-small {
  margin-top: -1px
}

.link-readmore {
  position: relative;
  padding: 30px 0
}

.link-readmore:before {
  content: '';
  background: #ebebeb;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2
}

.link-readmore .link-inner {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 3
}

.category-item {
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  padding: 10px
}

@media (min-width: 1200px) {
  .category-item {
    padding: 50px 30px 30px
  }
}

.category-item .image-wrapper {
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .category-item .image-wrapper {
    margin-bottom: 25px
  }
}

.category-item .cat-title {
  margin: 0;
  font-size: 18px
}

@media (min-width: 1200px) {
  .category-item .cat-title {
    font-size: 24px
  }
}

.category-item .product-nb {
  font-size: 12px;
  color: #304830;
  letter-spacing: 1px;
  text-transform: uppercase
}

.category-item:hover {
  border-color: #304830
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #304830
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ebebeb;
  height: 3px;
  margin: 12px 10px
}

.widget_price_filter {
  font-family: "Sen", Helvetica, Arial, sans-serif
}

.widget_price_filter .price_slider_wrapper {
  overflow: hidden
}

.widget_price_filter .price_slider_amount .price_label {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  float: left
}

.rtl .widget_price_filter .price_slider_amount .price_label {
  float: right
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left
}

.rtl .widget_price_filter .ui-slider {
  text-align: right
}

.widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  background: #ddd
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eaeaea;
  height: 4px;
  margin: 5px 10px 20px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  cursor: pointer;
  background: #304830;
  top: -6px
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  margin-top: 22px
}

.rtl .woocommerce .widget_price_filter .price_slider_amount {
  text-align: right
}

.woocommerce .widget_price_filter .price_slider_amount>input {
  width: 48%;
  margin-bottom: 5px;
  border: 2px solid #ebebeb
}

.woocommerce .widget_price_filter .price_slider_amount>input:focus {
  border-color: #000
}

.woocommerce ul.product_list_widget {
  list-style: none
}

.woocommerce ul.product_list_widget li {
  clear: both;
  margin: 0 0 15px;
  padding: 0
}

@media (min-width: 1200px) {
  .woocommerce ul.product_list_widget li {
    margin-bottom: 30px
  }
}

.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0
}

.woocommerce ul.product_list_widget li .review {
  clear: left
}

.rtl .woocommerce ul.product_list_widget li .review {
  clear: right
}

.woocommerce ul.product_list_widget li img {
  width: 100%;
  margin: 0;
  float: none
}

.woocommerce ul.product_list_widget .star-rating {
  display: none
}

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
  color: #304830
}

.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
  font-size: 14px;
  color: #b7b7b7
}

.woocommerce ul.product_list_widget .product-title {
  font-size: 16px;
  display: block;
  margin: 0 0 5px
}

.woocommerce ul.product_list_widget .left-content {
  float: left;
  padding-right: 20px;
  width: 110px
}

.rtl .woocommerce ul.product_list_widget .left-content {
  float: right
}

.rtl .woocommerce ul.product_list_widget .left-content {
  padding-left: 20px;
  padding-right: inherit
}

.woocommerce ul.product_list_widget .left-content a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  max-height: 80px
}

.woocommerce ul.product_list_widget .right-content {
  overflow: hidden
}

.product_list_v1_widget .product-block {
  padding: 25px 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 0
}

.product_list_v1_widget .product-block:last-child {
  border-bottom: none
}

.product_list_v1_widget .product-block .image {
  padding: 0
}

@media (min-width: 1199px) {
  .product_list_v1_widget .product-block .image {
    width: 150px;
    height: auto
  }
}

@media (max-width: 1199px) {
  .product_list_v1_widget .product-block .image {
    width: 100px;
    height: auto
  }
}

.product_list_v1_widget .product-block .caption .price {
  margin-bottom: 10px;
  text-align: left
}

.rtl .product_list_v1_widget .product-block .caption .price {
  text-align: right
}

.product_list_v1_widget .product-block .caption .action-bottom {
  min-height: 40px
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
  display: inline-block;
  background-color: #304830;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
  min-width: 135px;
  padding: 5px;
  display: block;
  text-align: left
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
  background-color: #24324a
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  margin-right: 5px
}

.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
  margin-left: 5px;
  margin-right: 0
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sen";
  padding-right: 10px
}

.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
  padding-left: 10px;
  padding-right: inherit
}

@media (max-width: 991px) {
  .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
    display: none !important
  }

  .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
    display: block !important;
    line-height: 32px;
    padding-right: 0;
    text-align: center
  }

  .rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
    padding-left: 0;
    padding-right: inherit
  }
}

.product_list_v1_widget .name {
  font-weight: 400;
  margin-top: 0;
  height: 42px;
  overflow: hidden
}

.product_special_widget .widget-product {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff
}

.product_special_widget .widget-product:first-child {
  padding: 0
}

.product_special_widget .widget-product:first-child .image {
  max-width: 60%;
  position: relative;
  margin: 0;
  margin-right: 10px
}

.rtl .product_special_widget .widget-product:first-child .image {
  margin-left: 10px;
  margin-right: 0
}

.product_special_widget .widget-product:first-child .image .first-order {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #304830;
  padding: 5px 11px;
  z-index: 99;
  color: #fff;
  font-weight: 900
}

.product_special_widget .widget-product:first-child .media-body {
  max-width: 40%;
  float: none;
  padding: 0
}

.product_special_widget .widget-product .media-body {
  padding: 0 10px 10px 40px
}

.product_special_widget .widget-product .order {
  width: 32px;
  background: #DADADA;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #6A6A6A;
  font-weight: 900;
  padding: 0 10px
}

.product_special_widget .widget-product .order span {
  position: relative;
  top: 50%;
  margin-top: -10px;
  display: block
}

.product_special_widget .widget-product .review {
  clear: left
}

.rtl .product_special_widget .widget-product .review {
  clear: right
}

.product_special_widget .widget-product .rating {
  margin-bottom: 25px
}

.product_special_widget .widget-product .star-rating {
  margin: 0
}

.product_special_widget .widget-product .name {
  font-size: 14px;
  font-weight: 400
}

.product_special_widget .widget-product .price {
  text-align: left
}

.rtl .product_special_widget .widget-product .price {
  text-align: right
}

.product_special_widget .widget-product .price>* {
  color: #000
}

.product_special_widget .widget-product.last {
  background: #F5F5F5
}

.apus-sidebar .product_list_widget .image {
  margin-right: 10px;
  width: 80px;
  height: auto
}

.rtl .apus-sidebar .product_list_widget .image {
  margin-left: 10px;
  margin-right: 0
}

.woo-deals.widget-content {
  padding-bottom: 0 !important
}

.woo-deals .pts-countdown {
  padding: 5px 0;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-size: 10px
}

.woo-deals .time {
  padding: 18px 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.64)
}

.woo-deals .countdown-times {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center
}

.woo-deals .countdown-times>.time-details {
  display: inline-block;
  background: #555857;
  padding: 10px 8px;
  color: #fff;
  margin: 0 2.5px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 0;
  box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset
}

.woo-deals .countdown-times>.time-details:before {
  display: block;
  width: 100%;
  height: 1px;
  background: #1e1f1f;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px
}

.woo-deals .countdown-times>.time-details>b {
  display: block;
  font-size: 18px;
  font-weight: 600
}

.vertical-menu .product-block.product-list .image {
  width: 70px;
  height: auto
}

.woocommerce-currency-switcher-form {
  min-width: 100px
}

.woocommerce-currency-switcher-form .dd-select {
  background: #fff !important;
  border: none;
  border-radius: 0
}

.woocommerce-currency-switcher-form ul.dd-options {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.woocommerce-currency-switcher-form ul.dd-options li {
  padding: 0;
  border: none
}

.widget-woocommerce-currency-switcher .dd-desc {
  display: none
}

.widget-woocommerce-currency-switcher a.dd-option,
.widget-woocommerce-currency-switcher .dd-selected {
  padding: 5px 10px !important;
  color: #484848
}

.widget-woocommerce-currency-switcher label {
  line-height: 100%;
  float: left;
  margin: 0
}

.rtl .widget-woocommerce-currency-switcher label {
  float: right
}

.widget-woocommerce-currency-switcher .dd-pointer {
  border: none !important;
  margin: 0 !important
}

.widget-woocommerce-currency-switcher .dd-pointer:before {
  font-family: FontAwesome;
  position: absolute;
  line-height: 100%;
  right: 0;
  bottom: -4px
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
  content: "\f107"
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
  content: "\f106"
}

.widget-productcats.style2 .widget-heading {
  background: #fff;
  text-align: left
}

.rtl .widget-productcats.style2 .widget-heading {
  text-align: right
}

.widget-productcats.style2 .widget-heading .widget-title {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px
}

.widget-productcats.style2 .widget-heading .nav-tabs {
  float: right;
  margin: -44px 0 0
}

.rtl .widget-productcats.style2 .widget-heading .nav-tabs {
  float: left
}

.widget.widget-compare-device .widget-title {
  font-size: 30px;
  margin: 0 0 30px;
  font-weight: normal
}

.widget.widget-compare-device table {
  border: none;
  color: #757575
}

.widget.widget-compare-device thead td {
  background: #fff !important;
  text-align: center !important
}

.widget.widget-compare-device thead .name-title {
  font-size: 16px;
  color: #484848;
  margin: 10px 0
}

.widget.widget-compare-device table td {
  border: none
}

.widget.widget-compare-device table tr>td:first-child {
  color: #484848;
  text-align: left
}

.rtl .widget.widget-compare-device table tr>td:first-child {
  text-align: right
}

.widget.widget-compare-device table tr td {
  padding: 12px;
  text-align: center
}

.widget.widget-compare-device table tr:nth-child(2n+1) {
  background: #fafafa
}

.apus-products-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.apus-products-list .product-block {
  padding: 10px 0;
  background: #fff
}

.apus-products-list .media-left {
  padding: 0
}

.apus-products-list .media-body {
  padding-left: 20px
}

.rtl .apus-products-list .media-body {
  padding-right: 20px;
  padding-left: inherit
}

.apus-products-list .rating {
  display: none
}

.apus-products-list .name {
  font-family: "Sen", Helvetica, Arial, sans-serif;
  margin: 0
}

.apus-products-list .name a {
  color: #8492af;
  font-size: 16px;
  text-transform: capitalize
}

.apus-products-list .product-block:hover .name a {
  color: #304830
}

.apus-products-list .groups-button * i {
  color: #484848
}

.apus-products-list .groups-button * i:hover {
  color: #304830
}

.apus-products-list .groups-button .addcart,
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist,
.apus-products-list .groups-button .quick-view {
  display: inline-block;
  padding-right: 26px
}

.rtl .apus-products-list .groups-button .addcart,
.rtl .apus-products-list .groups-button .yith-wcwl-add-to-wishlist,
.rtl .apus-products-list .groups-button .quick-view {
  padding-left: 26px;
  padding-right: inherit
}

.apus-products-list .groups-button .addcart .add-cart a {
  background: transparent;
  padding: 0
}

.apus-products-list .groups-button .addcart .add-cart a .title-cart {
  display: none
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
  vertical-align: bottom
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
  display: none
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
  display: none
}

.apus-products-list .groups-button .quick-view {
  padding-right: 0px;
  vertical-align: middle
}

.rtl .apus-products-list .groups-button .quick-view {
  padding-left: 0px;
  padding-right: inherit
}

.apus-products-list .groups-button .quick-view a.quickview {
  background: transparent;
  border: none;
  padding: 0px
}

.apus-products-list .price {
  margin-bottom: 10px
}

.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
  font-size: 20px;
  color: #888625
}

.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625
}

.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625
}

.sub-categories .sub-title {
  font-size: 15px;
  color: #fff;
  background: #262626;
  padding: 14px 40px;
  margin: 0;
  text-transform: uppercase
}

.sub-categories .sub-title .icon {
  margin-right: 20px
}

.rtl .sub-categories .sub-title .icon {
  margin-left: 20px;
  margin-right: 0
}

.sub-categories .sub-title .pull-right {
  margin-top: 3px
}

.sub-categories>.list-square {
  padding: 15px 40px;
  background: #f5f5f5
}

.sub-categories>.list-square>li>a {
  color: #484848
}

.sub-categories>.list-square>li>a:before {
  background: #484848
}

.sub-categories>.list-square>li:hover>a,
.sub-categories>.list-square>li.active>a {
  color: #484848
}

.sub-categories>.list-square>li:hover>a:before,
.sub-categories>.list-square>li.active>a:before {
  background: #484848
}

.widget_deals_products .widget-title-wrapper {
  position: relative;
  margin: 0 0 50px
}

.widget_deals_products .widget-title-wrapper .widget-title {
  margin: 0;
  font-size: 20px
}

.widget_deals_products .widget-title-wrapper .widget-title>span {
  padding: 0 0 17px
}

@media (min-width: 992px) {
  .widget_deals_products .widget-title-wrapper .widget-title+.apus-countdown {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0
  }

  .rtl .widget_deals_products .widget-title-wrapper .widget-title+.apus-countdown {
    left: 0;
    right: auto
  }

  .widget_deals_products .widget-title-wrapper .widget-title+.apus-countdown .times>div:last-child {
    margin-right: 0
  }

  .rtl .widget_deals_products .widget-title-wrapper .widget-title+.apus-countdown .times>div:last-child {
    margin-left: 0;
    margin-right: 0
  }
}

.list-banner-category .category-wrapper {
  position: relative
}

.list-banner-category .category-wrapper .category-meta {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1
}

.rtl .list-banner-category .category-wrapper .category-meta {
  right: 0;
  left: auto
}

.list-banner-category .title {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.5px
}

.list-banner-category .title a:hover,
.list-banner-category .title a:active {
  text-decoration: underline
}

.all-products {
  font-size: 36px;
  color: #484848;
  text-align: right
}

.rtl .all-products {
  text-align: left
}

.all-products a:hover,
.all-products a:active {
  text-decoration: underline
}

.grid-banner-category.style1 .link-action {
  display: block;
  position: relative
}

.grid-banner-category.style1 .link-action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.grid-banner-category.style1 .link-action .title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  background: #fff;
  letter-spacing: 1px
}

.grid-banner-category.style1 .link-action .info {
  text-align: center;
  top: 50%;
  margin-top: -19px;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.grid-banner-category.style1 .link-action:hover:before,
.grid-banner-category.style1 .link-action:hover .info,
.grid-banner-category.style1 .link-action:active:before,
.grid-banner-category.style1 .link-action:active .info {
  opacity: 1;
  filter: alpha(opacity=100)
}

.grid-banner-category.style1 .link-action:hover .info,
.grid-banner-category.style1 .link-action:active .info {
  -webkit-animation: zoomInDown 0.5s linear 1;
  animation: zoomInDown 0.5s linear 1
}

.grid-banner-category.style2 .link-action {
  display: block;
  position: relative;
  overflow: hidden
}

.grid-banner-category.style2 .link-action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 100% 0;
  -webkit-border-radius: 0 0 100% 0;
  -moz-border-radius: 0 0 100% 0;
  -ms-border-radius: 0 0 100% 0;
  -o-border-radius: 0 0 100% 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-origin: 0 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.grid-banner-category.style2 .link-action .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  background: #fff;
  letter-spacing: 1px;
  border: 1px solid #ebebeb
}

.grid-banner-category.style2 .link-action .info {
  text-align: center;
  top: 10px;
  position: absolute;
  left: 10px
}

.rtl .grid-banner-category.style2 .link-action .info {
  right: 10px;
  left: auto
}

@media (min-width: 1200px) {
  .grid-banner-category.style2 .link-action .info {
    top: 40px;
    left: 40px
  }

  .rtl .grid-banner-category.style2 .link-action .info {
    right: 40px;
    left: auto
  }
}

.grid-banner-category.style2 .link-action:hover:before,
.grid-banner-category.style2 .link-action:active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

table>thead>tr>th,
table>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border: 0
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border-bottom: 0;
  border-right: 0
}

form.woocommerce-cart-form {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  form.woocommerce-cart-form {
    padding: 30px
  }
}

form.woocommerce-cart-form table.shop_table {
  margin: 0
}

.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 {
  margin-right: 10px
}

.rtl .woocommerce #content table.cart td.actions .coupon,
.rtl .woocommerce table.cart td.actions .coupon,
.rtl .woocommerce-page #content table.cart td.actions .coupon,
.rtl .woocommerce-page table.cart td.actions .coupon {
  margin-left: 10px;
  margin-right: 0
}

.woocommerce-info {
  background: #fff
}

.select2-container--default .select2-selection--single {
  border: none
}

.woocommerce-customer-details>h2,
.woocommerce-order-details__title {
  font-size: 22px;
  margin: 0 0 15px
}

.woocommerce form .form-row .input-checkbox {
  position: static;
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: inherit
}

.rtl .woocommerce form .form-row .input-checkbox {
  margin: 0 0 0 5px
}

.woocommerce form .form-row .input-checkbox+label {
  display: inline-block
}

.widget-categoriestabs .nav-tabs {
  margin: 40px 0;
  border: none;
  text-align: center
}

.widget-categoriestabs .nav-tabs>li {
  margin: 0 12px;
  display: inline-block;
  float: none
}

.widget-categoriestabs .nav-tabs>li.active>a {
  text-decoration: underline;
  color: #000
}

.widget-categoriestabs .nav-tabs>li>a {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  border: none !important
}

.widget-categoriestabs .nav-tabs>li>a .product-count {
  font-size: 14px;
  color: #484848;
  display: inline-block;
  vertical-align: top
}

.woocommerce-widget-layered-nav .view-more-list {
  font-size: 14px;
  text-decoration: underline;
  color: #79b530
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  overflow: hidden
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
  margin-bottom: 10px;
  height: 260px
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
  height: auto;
  margin-bottom: 10px
}

.woocommerce-widget-layered-nav-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  font-size: 15px;
  margin: 0 0 5px;
  width: 100%;
  white-space: nowrap
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin: 0
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a {
  color: #484848;
  padding: 1px !important
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:hover,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a:active {
  color: #304830
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: baseline;
  margin-right: 10px
}

.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-color {
  margin-left: 10px;
  margin-right: 0
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item>a .swatch-label {
  display: none
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a {
  color: #304830
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a .swatch-color {
  display: none
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:before {
  vertical-align: baseline;
  color: #304830;
  content: "\f14a";
  font-family: 'FontAwesome'
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:hover:before,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen>a:active:before {
  color: #e44343;
  font-family: 'FontAwesome';
  content: "\f057"
}

.apus-price-filter,
.apus-product-sorting {
  list-style: none;
  padding: 0;
  margin: 0
}

.apus-price-filter li,
.apus-product-sorting li {
  margin-bottom: 5px
}

.apus-price-filter li:last-child,
.apus-product-sorting li:last-child {
  margin-bottom: 0
}

.apus-price-filter li a,
.apus-product-sorting li a {
  color: #484848
}

.apus-price-filter li a:hover,
.apus-price-filter li a:active,
.apus-product-sorting li a:hover,
.apus-product-sorting li a:active {
  color: #304830
}

.apus-price-filter li.current,
.apus-price-filter li.active,
.apus-product-sorting li.current,
.apus-product-sorting li.active {
  color: #304830
}

.widget.widget-products-tabs {
  margin-bottom: 0
}

@media (min-width: 1200px) {
  .widget.widget-products-tabs .widget-title {
    font-size: 44px
  }
}

.widget.widget-products-tabs .top-info {
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media (min-width: 1200px) {
  .widget.widget-products-tabs .top-info {
    margin-bottom: 35px
  }
}

.widget.widget-products-tabs .top-info .nav.tabs-product.center {
  margin-bottom: 0
}

.widget.widget-products-tabs .widget-title {
  padding: 0 0 10px;
  margin: 0
}

.widget.widget-products-tabs .widget-title:before {
  width: 2000px
}

.widget.widget-products-tabs .widget-title.center:before,
.widget.widget-products-tabs .widget-title.center:after {
  display: none
}

.widget.widget-products-tabs .widget-content.carousel {
  margin-bottom: -40px
}

.widget.widget-products-tabs .widget-content.carousel .slick-list {
  padding-bottom: 40px
}

.widget.widget-products-deal {
  margin: 0
}

.widget.widget-products-deal .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px
}

.widget.widget-products-deal .slick-carousel-top .slick-arrow {
  top: -60px
}

.widget.widget-products-deal .apus-countdown-dark .times>div>span {
  color: #484848
}

.tab-content.loading {
  min-height: 400px;
  position: relative
}

.tab-content.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  content: '';
  background: url("/homeo/wp-content/themes/homeo/images/loading-quick.gif") center 100px no-repeat rgba(255, 255, 255, 0.9)
}

.widget.widget-tab-style_center .widget-title {
  font-size: 36px;
  text-align: center;
  margin: 0 0 10px;
  color: #252525;
  padding: 0;
  border: none
}

.widget.widget-tab-style_center .widget-title:before {
  display: none
}

@keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1)
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1)
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

.apus-lookbook .mapper-pin-wrapper>a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f43434;
  position: relative
}

.apus-lookbook .mapper-pin-wrapper>a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: rgba(244, 52, 52, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate
}

.apus-lookbook .mapper-pin-wrapper .image img {
  width: 100%
}

.apus-lookbook .mapper-popup:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.apus-lookbook .mapper-popup:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  border-width: 12px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #fff
}

.widget.widget-recent_viewed .widget-title,
.widget.upsells .widget-title,
.related .widget-title {
  font-size: 18px;
  margin: 0 0 15px
}

.widget.widget-recent_viewed .slick-list,
.widget.upsells .slick-list,
.related .slick-list {
  padding-top: 4px
}

.cross-sells {
  margin-top: 30px
}

.cross-sells>h2 {
  margin: 0 0 20px;
  font-size: 22px
}

@media (min-width: 992px) {
  .cross-sells>h2 {
    margin: 0 0 30px
  }
}

.subwoo-inner {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center
}

@media (min-width: 1200px) {
  .subwoo-inner {
    padding: 30px
  }
}

.subwoo-inner .title {
  font-size: 18px;
  margin: 0
}

.subwoo-inner .price {
  color: #304830;
  font-size: 28px;
  font-weight: 700
}

@media (min-width: 1200px) {
  .subwoo-inner .price {
    font-size: 40px
  }
}

.subwoo-inner .short-des {
  margin: 20px 0 0
}

@media (min-width: 1200px) {
  .subwoo-inner .short-des {
    margin-top: 50px
  }
}

.subwoo-inner .short-des ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.subwoo-inner .short-des ul li {
  margin-bottom: 12px
}

@media (min-width: 1200px) {
  .subwoo-inner .short-des ul li {
    margin-bottom: 20px
  }
}

.subwoo-inner .short-des ul li:last-child {
  margin-bottom: 0
}

.subwoo-inner .bottom-sub {
  margin: 30px 0 0
}

@media (min-width: 1200px) {
  .subwoo-inner .bottom-sub {
    margin-top: 60px
  }
}

.subwoo-inner .add-cart .added_to_cart,
.subwoo-inner .add-cart .button {
  display: block
}

.subwoo-inner .add-cart .added_to_cart {
  display: block;
  color: #fff;
  background: #304830;
  border: 2px solid #304830;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 20px !important
}

@media (min-width: 1200px) {
  .subwoo-inner .add-cart .added_to_cart {
    padding: 15px 30px !important;
    font-size: 16px
  }
}

.subwoo-inner.is_featured {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.subwoo-inner:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.subwoo-inner:hover a.button {
  background-color: #304830;
  color: #fff;
  border-color: #304830
}

.user-property-packaged {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clear: both
}

.user-property-packaged li {
  margin-bottom: 20px;
  float: left;
  padding-right: 15px;
  font-size: 15px
}

.rtl .user-property-packaged li {
  float: right
}

.rtl .user-property-packaged li {
  padding-left: 15px;
  padding-right: inherit
}

@media (min-width: 992px) {
  .user-property-packaged li {
    width: 33%
  }
}

.user-property-packaged label {
  color: #484848;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.user-property-packaged label:before {
  font-size: 14px;
  margin-right: 7px;
  display: inline-block;
  color: #484848;
  content: '\f058';
  font-family: 'FontAwesome';
  font-weight: 900;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .user-property-packaged label:before {
  margin-left: 7px;
  margin-right: 0
}

.user-property-packaged [type="radio"] {
  display: none
}

.user-property-packaged [type="radio"]:checked+label,
.user-property-packaged [type="radio"]:checked+label:before {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #304830
}

@font-face {
  font-family: "Flaticon";
  src: url("fonts/Flaticon.eot");
  src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("fonts/Flaticon.woff2") format("woff2"),
    url("fonts/Flaticon.woff") format("woff"),
    url("fonts/Flaticon.ttf") format("truetype"),
    url("fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.svg#Flaticon") format("svg")
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal
}

.flaticon-calendar:before {
  content: "\f100"
}

.flaticon-percent:before {
  content: "\f101"
}

.flaticon-money-bag:before {
  content: "\f102"
}

.flaticon-close:before {
  content: "\f103"
}

.flaticon-filter-results-button:before {
  content: "\f104"
}

.flaticon-pin:before {
  content: "\f105"
}

.flaticon-street-view:before {
  content: "\f106"
}

.flaticon-photo-camera:before {
  content: "\f107"
}

.flaticon-share:before {
  content: "\f108"
}

.flaticon-printer:before {
  content: "\f109"
}

.flaticon-tick:before {
  content: "\f10a"
}

.flaticon-play:before {
  content: "\f10b"
}

.flaticon-college-graduation:before {
  content: "\f10c"
}

.flaticon-heartbeat:before {
  content: "\f10d"
}

.flaticon-front-of-bus:before {
  content: "\f10e"
}

.flaticon-pdf:before {
  content: "\f10f"
}

.flaticon-document:before {
  content: "\f110"
}

.flaticon-download:before {
  content: "\f111"
}

.flaticon-smartphone-call:before {
  content: "\f112"
}

.flaticon-telephone:before {
  content: "\f113"
}

.flaticon-black-back-closed-envelope-shape:before {
  content: "\f114"
}

.flaticon-layers:before {
  content: "\f115"
}

.flaticon-envelope:before {
  content: "\f116"
}

.flaticon-home:before {
  content: "\f117"
}

.flaticon-heart:before {
  content: "\f118"
}

.flaticon-invoice:before {
  content: "\f119"
}

.flaticon-magnifying-glass:before {
  content: "\f11a"
}

.flaticon-chat:before {
  content: "\f11b"
}

.flaticon-box:before {
  content: "\f11c"
}

.flaticon-user:before {
  content: "\f11d"
}

.flaticon-logout:before {
  content: "\f11e"
}

.flaticon-view:before {
  content: "\f11f"
}

.flaticon-edit:before {
  content: "\f120"
}

.flaticon-garbage:before {
  content: "\f121"
}

.flaticon-reply:before {
  content: "\f122"
}

.flaticon-left-arrow:before {
  content: "\f123"
}

.flaticon-transfer:before {
  content: "\f124"
}

.flaticon-zoom-in:before {
  content: "\f125"
}

.flaticon-drop-down-arrow:before {
  content: "\f126"
}

.flaticon-maps-and-flags:before {
  content: "\f127"
}

.flaticon-more:before {
  content: "\f128"
}

.flaticon-transfer-1:before {
  content: "\f129"
}

.flaticon-high-five:before {
  content: "\f12a"
}

.flaticon-home-1:before {
  content: "\f12b"
}

.flaticon-profit:before {
  content: "\f12c"
}

.flaticon-next:before {
  content: "\f12d"
}

.flaticon-arrows:before {
  content: "\f12e"
}

.flaticon-angle-arrow-down:before {
  content: "\f12f"
}

.flaticon-plus:before {
  content: "\f130"
}

.flaticon-mouse:before {
  content: "\f131"
}

.flaticon-mouse-1:before {
  content: "\f132"
}

.flaticon-back:before {
  content: "\f133"
}

.flaticon-download-1:before {
  content: "\f134"
}

.flaticon-upload:before {
  content: "\f135"
}

.flaticon-left-arrow-1:before {
  content: "\f136"
}

.flaticon-right-arrow:before {
  content: "\f137"
}

.flaticon-download-arrow:before {
  content: "\f138"
}

.flaticon-house:before {
  content: "\f139"
}

.flaticon-house-1:before {
  content: "\f13a"
}

.flaticon-house-2:before {
  content: "\f13b"
}

.flaticon-building:before {
  content: "\f13c"
}

.flaticon-placeholder:before {
  content: "\f13d"
}

.flaticon-play-button:before {
  content: "\f13e"
}

.flaticon-caret-down:before {
  content: "\f13f"
}

.flaticon-password:before {
  content: "\f140"
}

.flaticon-login:before {
  content: "\f141"
}

.flaticon-user-1:before {
  content: "\f142"
}

.flaticon-list:before {
  content: "\f143"
}

.flaticon-menu:before {
  content: "\f144"
}

.flaticon-tasks:before {
  content: "\f145"
}

.flaticon-menu-1:before {
  content: "\f146"
}

.flaticon-list-1:before {
  content: "\f147"
}

.testimonials-item .avarta:before,
blockquote:before {
  content: 'â€œ'
}

@font-face {
  font-family: 'themify';
  src: url('fonts/themify.eot');
  src: url('fonts/themify.eot') format('embedded-opentype'),
    url('fonts/themify.woff') format('woff'),
    url('fonts/themify.ttf') format('truetype'),
    url('fonts/themify.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
  content: "\e600"
}

.ti-volume:before {
  content: "\e601"
}

.ti-user:before {
  content: "\e602"
}

.ti-unlock:before {
  content: "\e603"
}

.ti-unlink:before {
  content: "\e604"
}

.ti-trash:before {
  content: "\e605"
}

.ti-thought:before {
  content: "\e606"
}

.ti-target:before {
  content: "\e607"
}

.ti-tag:before {
  content: "\e608"
}

.ti-tablet:before {
  content: "\e609"
}

.ti-star:before {
  content: "\e60a"
}

.ti-spray:before {
  content: "\e60b"
}

.ti-signal:before {
  content: "\e60c"
}

.ti-shopping-cart:before {
  content: "\e60d"
}

.ti-shopping-cart-full:before {
  content: "\e60e"
}

.ti-settings:before {
  content: "\e60f"
}

.ti-search:before {
  content: "\e610"
}

.ti-zoom-in:before {
  content: "\e611"
}

.ti-zoom-out:before {
  content: "\e612"
}

.ti-cut:before {
  content: "\e613"
}

.ti-ruler:before {
  content: "\e614"
}

.ti-ruler-pencil:before {
  content: "\e615"
}

.ti-ruler-alt:before {
  content: "\e616"
}

.ti-bookmark:before {
  content: "\e617"
}

.ti-bookmark-alt:before {
  content: "\e618"
}

.ti-reload:before {
  content: "\e619"
}

.ti-plus:before {
  content: "\e61a"
}

.ti-pin:before {
  content: "\e61b"
}

.ti-pencil:before {
  content: "\e61c"
}

.ti-pencil-alt:before {
  content: "\e61d"
}

.ti-paint-roller:before {
  content: "\e61e"
}

.ti-paint-bucket:before {
  content: "\e61f"
}

.ti-na:before {
  content: "\e620"
}

.ti-mobile:before {
  content: "\e621"
}

.ti-minus:before {
  content: "\e622"
}

.ti-medall:before {
  content: "\e623"
}

.ti-medall-alt:before {
  content: "\e624"
}

.ti-marker:before {
  content: "\e625"
}

.ti-marker-alt:before {
  content: "\e626"
}

.ti-arrow-up:before {
  content: "\e627"
}

.ti-arrow-right:before {
  content: "\e628"
}

.ti-arrow-left:before {
  content: "\e629"
}

.ti-arrow-down:before {
  content: "\e62a"
}

.ti-lock:before {
  content: "\e62b"
}

.ti-location-arrow:before {
  content: "\e62c"
}

.ti-link:before {
  content: "\e62d"
}

.ti-layout:before {
  content: "\e62e"
}

.ti-layers:before {
  content: "\e62f"
}

.ti-layers-alt:before {
  content: "\e630"
}

.ti-key:before {
  content: "\e631"
}

.ti-import:before {
  content: "\e632"
}

.ti-image:before {
  content: "\e633"
}

.ti-heart:before {
  content: "\e634"
}

.ti-heart-broken:before {
  content: "\e635"
}

.ti-hand-stop:before {
  content: "\e636"
}

.ti-hand-open:before {
  content: "\e637"
}

.ti-hand-drag:before {
  content: "\e638"
}

.ti-folder:before {
  content: "\e639"
}

.ti-flag:before {
  content: "\e63a"
}

.ti-flag-alt:before {
  content: "\e63b"
}

.ti-flag-alt-2:before {
  content: "\e63c"
}

.ti-eye:before {
  content: "\e63d"
}

.ti-export:before {
  content: "\e63e"
}

.ti-exchange-vertical:before {
  content: "\e63f"
}

.ti-desktop:before {
  content: "\e640"
}

.ti-cup:before {
  content: "\e641"
}

.ti-crown:before {
  content: "\e642"
}

.ti-comments:before {
  content: "\e643"
}

.ti-comment:before {
  content: "\e644"
}

.ti-comment-alt:before {
  content: "\e645"
}

.ti-close:before {
  content: "\e646"
}

.ti-clip:before {
  content: "\e647"
}

.ti-angle-up:before {
  content: "\e648"
}

.ti-angle-right:before {
  content: "\e649"
}

.ti-angle-left:before {
  content: "\e64a"
}

.ti-angle-down:before {
  content: "\e64b"
}

.ti-check:before {
  content: "\e64c"
}

.ti-check-box:before {
  content: "\e64d"
}

.ti-camera:before {
  content: "\e64e"
}

.ti-announcement:before {
  content: "\e64f"
}

.ti-brush:before {
  content: "\e650"
}

.ti-briefcase:before {
  content: "\e651"
}

.ti-bolt:before {
  content: "\e652"
}

.ti-bolt-alt:before {
  content: "\e653"
}

.ti-blackboard:before {
  content: "\e654"
}

.ti-bag:before {
  content: "\e655"
}

.ti-move:before {
  content: "\e656"
}

.ti-arrows-vertical:before {
  content: "\e657"
}

.ti-arrows-horizontal:before {
  content: "\e658"
}

.ti-fullscreen:before {
  content: "\e659"
}

.ti-arrow-top-right:before {
  content: "\e65a"
}

.ti-arrow-top-left:before {
  content: "\e65b"
}

.ti-arrow-circle-up:before {
  content: "\e65c"
}

.ti-arrow-circle-right:before {
  content: "\e65d"
}

.ti-arrow-circle-left:before {
  content: "\e65e"
}

.ti-arrow-circle-down:before {
  content: "\e65f"
}

.ti-angle-double-up:before {
  content: "\e660"
}

.ti-angle-double-right:before {
  content: "\e661"
}

.ti-angle-double-left:before {
  content: "\e662"
}

.ti-angle-double-down:before {
  content: "\e663"
}

.ti-zip:before {
  content: "\e664"
}

.ti-world:before {
  content: "\e665"
}

.ti-wheelchair:before {
  content: "\e666"
}

.ti-view-list:before {
  content: "\e667"
}

.ti-view-list-alt:before {
  content: "\e668"
}

.ti-view-grid:before {
  content: "\e669"
}

.ti-uppercase:before {
  content: "\e66a"
}

.ti-upload:before {
  content: "\e66b"
}

.ti-underline:before {
  content: "\e66c"
}

.ti-truck:before {
  content: "\e66d"
}

.ti-timer:before {
  content: "\e66e"
}

.ti-ticket:before {
  content: "\e66f"
}

.ti-thumb-up:before {
  content: "\e670"
}

.ti-thumb-down:before {
  content: "\e671"
}

.ti-text:before {
  content: "\e672"
}

.ti-stats-up:before {
  content: "\e673"
}

.ti-stats-down:before {
  content: "\e674"
}

.ti-split-v:before {
  content: "\e675"
}

.ti-split-h:before {
  content: "\e676"
}

.ti-smallcap:before {
  content: "\e677"
}

.ti-shine:before {
  content: "\e678"
}

.ti-shift-right:before {
  content: "\e679"
}

.ti-shift-left:before {
  content: "\e67a"
}

.ti-shield:before {
  content: "\e67b"
}

.ti-notepad:before {
  content: "\e67c"
}

.ti-server:before {
  content: "\e67d"
}

.ti-quote-right:before {
  content: "\e67e"
}

.ti-quote-left:before {
  content: "\e67f"
}

.ti-pulse:before {
  content: "\e680"
}

.ti-printer:before {
  content: "\e681"
}

.ti-power-off:before {
  content: "\e682"
}

.ti-plug:before {
  content: "\e683"
}

.ti-pie-chart:before {
  content: "\e684"
}

.ti-paragraph:before {
  content: "\e685"
}

.ti-panel:before {
  content: "\e686"
}

.ti-package:before {
  content: "\e687"
}

.ti-music:before {
  content: "\e688"
}

.ti-music-alt:before {
  content: "\e689"
}

.ti-mouse:before {
  content: "\e68a"
}

.ti-mouse-alt:before {
  content: "\e68b"
}

.ti-money:before {
  content: "\e68c"
}

.ti-microphone:before {
  content: "\e68d"
}

.ti-menu:before {
  content: "\e68e"
}

.ti-menu-alt:before {
  content: "\e68f"
}

.ti-map:before {
  content: "\e690"
}

.ti-map-alt:before {
  content: "\e691"
}

.ti-loop:before {
  content: "\e692"
}

.ti-location-pin:before {
  content: "\e693"
}

.ti-list:before {
  content: "\e694"
}

.ti-light-bulb:before {
  content: "\e695"
}

.ti-Italic:before {
  content: "\e696"
}

.ti-info:before {
  content: "\e697"
}

.ti-infinite:before {
  content: "\e698"
}

.ti-id-badge:before {
  content: "\e699"
}

.ti-hummer:before {
  content: "\e69a"
}

.ti-home:before {
  content: "\e69b"
}

.ti-help:before {
  content: "\e69c"
}

.ti-headphone:before {
  content: "\e69d"
}

.ti-harddrives:before {
  content: "\e69e"
}

.ti-harddrive:before {
  content: "\e69f"
}

.ti-gift:before {
  content: "\e6a0"
}

.ti-game:before {
  content: "\e6a1"
}

.ti-filter:before {
  content: "\e6a2"
}

.ti-files:before {
  content: "\e6a3"
}

.ti-file:before {
  content: "\e6a4"
}

.ti-eraser:before {
  content: "\e6a5"
}

.ti-envelope:before {
  content: "\e6a6"
}

.ti-download:before {
  content: "\e6a7"
}

.ti-direction:before {
  content: "\e6a8"
}

.ti-direction-alt:before {
  content: "\e6a9"
}

.ti-dashboard:before {
  content: "\e6aa"
}

.ti-control-stop:before {
  content: "\e6ab"
}

.ti-control-shuffle:before {
  content: "\e6ac"
}

.ti-control-play:before {
  content: "\e6ad"
}

.ti-control-pause:before {
  content: "\e6ae"
}

.ti-control-forward:before {
  content: "\e6af"
}

.ti-control-backward:before {
  content: "\e6b0"
}

.ti-cloud:before {
  content: "\e6b1"
}

.ti-cloud-up:before {
  content: "\e6b2"
}

.ti-cloud-down:before {
  content: "\e6b3"
}

.ti-clipboard:before {
  content: "\e6b4"
}

.ti-car:before {
  content: "\e6b5"
}

.ti-calendar:before {
  content: "\e6b6"
}

.ti-book:before {
  content: "\e6b7"
}

.ti-bell:before {
  content: "\e6b8"
}

.ti-basketball:before {
  content: "\e6b9"
}

.ti-bar-chart:before {
  content: "\e6ba"
}

.ti-bar-chart-alt:before {
  content: "\e6bb"
}

.ti-back-right:before {
  content: "\e6bc"
}

.ti-back-left:before {
  content: "\e6bd"
}

.ti-arrows-corner:before {
  content: "\e6be"
}

.ti-archive:before {
  content: "\e6bf"
}

.ti-anchor:before {
  content: "\e6c0"
}

.ti-align-right:before {
  content: "\e6c1"
}

.ti-align-left:before {
  content: "\e6c2"
}

.ti-align-justify:before {
  content: "\e6c3"
}

.ti-align-center:before {
  content: "\e6c4"
}

.ti-alert:before {
  content: "\e6c5"
}

.ti-alarm-clock:before {
  content: "\e6c6"
}

.ti-agenda:before {
  content: "\e6c7"
}

.ti-write:before {
  content: "\e6c8"
}

.ti-window:before {
  content: "\e6c9"
}

.ti-widgetized:before {
  content: "\e6ca"
}

.ti-widget:before {
  content: "\e6cb"
}

.ti-widget-alt:before {
  content: "\e6cc"
}

.ti-wallet:before {
  content: "\e6cd"
}

.ti-video-clapper:before {
  content: "\e6ce"
}

.ti-video-camera:before {
  content: "\e6cf"
}

.ti-vector:before {
  content: "\e6d0"
}

.ti-themify-logo:before {
  content: "\e6d1"
}

.ti-themify-favicon:before {
  content: "\e6d2"
}

.ti-themify-favicon-alt:before {
  content: "\e6d3"
}

.ti-support:before {
  content: "\e6d4"
}

.ti-stamp:before {
  content: "\e6d5"
}

.ti-split-v-alt:before {
  content: "\e6d6"
}

.ti-slice:before {
  content: "\e6d7"
}

.ti-shortcode:before {
  content: "\e6d8"
}

.ti-shift-right-alt:before {
  content: "\e6d9"
}

.ti-shift-left-alt:before {
  content: "\e6da"
}

.ti-ruler-alt-2:before {
  content: "\e6db"
}

.ti-receipt:before {
  content: "\e6dc"
}

.ti-pin2:before {
  content: "\e6dd"
}

.ti-pin-alt:before {
  content: "\e6de"
}

.ti-pencil-alt2:before {
  content: "\e6df"
}

.ti-palette:before {
  content: "\e6e0"
}

.ti-more:before {
  content: "\e6e1"
}

.ti-more-alt:before {
  content: "\e6e2"
}

.ti-microphone-alt:before {
  content: "\e6e3"
}

.ti-magnet:before {
  content: "\e6e4"
}

.ti-line-double:before {
  content: "\e6e5"
}

.ti-line-dotted:before {
  content: "\e6e6"
}

.ti-line-dashed:before {
  content: "\e6e7"
}

.ti-layout-width-full:before {
  content: "\e6e8"
}

.ti-layout-width-default:before {
  content: "\e6e9"
}

.ti-layout-width-default-alt:before {
  content: "\e6ea"
}

.ti-layout-tab:before {
  content: "\e6eb"
}

.ti-layout-tab-window:before {
  content: "\e6ec"
}

.ti-layout-tab-v:before {
  content: "\e6ed"
}

.ti-layout-tab-min:before {
  content: "\e6ee"
}

.ti-layout-slider:before {
  content: "\e6ef"
}

.ti-layout-slider-alt:before {
  content: "\e6f0"
}

.ti-layout-sidebar-right:before {
  content: "\e6f1"
}

.ti-layout-sidebar-none:before {
  content: "\e6f2"
}

.ti-layout-sidebar-left:before {
  content: "\e6f3"
}

.ti-layout-placeholder:before {
  content: "\e6f4"
}

.ti-layout-menu:before {
  content: "\e6f5"
}

.ti-layout-menu-v:before {
  content: "\e6f6"
}

.ti-layout-menu-separated:before {
  content: "\e6f7"
}

.ti-layout-menu-full:before {
  content: "\e6f8"
}

.ti-layout-media-right-alt:before {
  content: "\e6f9"
}

.ti-layout-media-right:before {
  content: "\e6fa"
}

.ti-layout-media-overlay:before {
  content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"
}

.ti-layout-media-left-alt:before {
  content: "\e6fe"
}

.ti-layout-media-left:before {
  content: "\e6ff"
}

.ti-layout-media-center-alt:before {
  content: "\e700"
}

.ti-layout-media-center:before {
  content: "\e701"
}

.ti-layout-list-thumb:before {
  content: "\e702"
}

.ti-layout-list-thumb-alt:before {
  content: "\e703"
}

.ti-layout-list-post:before {
  content: "\e704"
}

.ti-layout-list-large-image:before {
  content: "\e705"
}

.ti-layout-line-solid:before {
  content: "\e706"
}

.ti-layout-grid4:before {
  content: "\e707"
}

.ti-layout-grid3:before {
  content: "\e708"
}

.ti-layout-grid2:before {
  content: "\e709"
}

.ti-layout-grid2-thumb:before {
  content: "\e70a"
}

.ti-layout-cta-right:before {
  content: "\e70b"
}

.ti-layout-cta-left:before {
  content: "\e70c"
}

.ti-layout-cta-center:before {
  content: "\e70d"
}

.ti-layout-cta-btn-right:before {
  content: "\e70e"
}

.ti-layout-cta-btn-left:before {
  content: "\e70f"
}

.ti-layout-column4:before {
  content: "\e710"
}

.ti-layout-column3:before {
  content: "\e711"
}

.ti-layout-column2:before {
  content: "\e712"
}

.ti-layout-accordion-separated:before {
  content: "\e713"
}

.ti-layout-accordion-merged:before {
  content: "\e714"
}

.ti-layout-accordion-list:before {
  content: "\e715"
}

.ti-ink-pen:before {
  content: "\e716"
}

.ti-info-alt:before {
  content: "\e717"
}

.ti-help-alt:before {
  content: "\e718"
}

.ti-headphone-alt:before {
  content: "\e719"
}

.ti-hand-point-up:before {
  content: "\e71a"
}

.ti-hand-point-right:before {
  content: "\e71b"
}

.ti-hand-point-left:before {
  content: "\e71c"
}

.ti-hand-point-down:before {
  content: "\e71d"
}

.ti-gallery:before {
  content: "\e71e"
}

.ti-face-smile:before {
  content: "\e71f"
}

.ti-face-sad:before {
  content: "\e720"
}

.ti-credit-card:before {
  content: "\e721"
}

.ti-control-skip-forward:before {
  content: "\e722"
}

.ti-control-skip-backward:before {
  content: "\e723"
}

.ti-control-record:before {
  content: "\e724"
}

.ti-control-eject:before {
  content: "\e725"
}

.ti-comments-smiley:before {
  content: "\e726"
}

.ti-brush-alt:before {
  content: "\e727"
}

.ti-youtube:before {
  content: "\e728"
}

.ti-vimeo:before {
  content: "\e729"
}

.ti-twitter:before {
  content: "\e72a"
}

.ti-time:before {
  content: "\e72b"
}

.ti-tumblr:before {
  content: "\e72c"
}

.ti-skype:before {
  content: "\e72d"
}

.ti-share:before {
  content: "\e72e"
}

.ti-share-alt:before {
  content: "\e72f"
}

.ti-rocket:before {
  content: "\e730"
}

.ti-pinterest:before {
  content: "\e731"
}

.ti-new-window:before {
  content: "\e732"
}

.ti-microsoft:before {
  content: "\e733"
}

.ti-list-ol:before {
  content: "\e734"
}

.ti-linkedin:before {
  content: "\e735"
}

.ti-layout-sidebar-2:before {
  content: "\e736"
}

.ti-layout-grid4-alt:before {
  content: "\e737"
}

.ti-layout-grid3-alt:before {
  content: "\e738"
}

.ti-layout-grid2-alt:before {
  content: "\e739"
}

.ti-layout-column4-alt:before {
  content: "\e73a"
}

.ti-layout-column3-alt:before {
  content: "\e73b"
}

.ti-layout-column2-alt:before {
  content: "\e73c"
}

.ti-instagram:before {
  content: "\e73d"
}

.ti-google:before {
  content: "\e73e"
}

.ti-github:before {
  content: "\e73f"
}

.ti-flickr:before {
  content: "\e740"
}

.ti-facebook:before {
  content: "\e741"
}

.ti-dropbox:before {
  content: "\e742"
}

.ti-dribbble:before {
  content: "\e743"
}

.ti-apple:before {
  content: "\e744"
}

.ti-android:before {
  content: "\e745"
}

.ti-save:before {
  content: "\e746"
}

.ti-save-alt:before {
  content: "\e747"
}

.ti-yahoo:before {
  content: "\e748"
}

.ti-wordpress:before {
  content: "\e749"
}

.ti-vimeo-alt:before {
  content: "\e74a"
}

.ti-twitter-alt:before {
  content: "\e74b"
}

.ti-tumblr-alt:before {
  content: "\e74c"
}

.ti-trello:before {
  content: "\e74d"
}

.ti-stack-overflow:before {
  content: "\e74e"
}

.ti-soundcloud:before {
  content: "\e74f"
}

.ti-sharethis:before {
  content: "\e750"
}

.ti-sharethis-alt:before {
  content: "\e751"
}

.ti-reddit:before {
  content: "\e752"
}

.ti-pinterest-alt:before {
  content: "\e753"
}

.ti-microsoft-alt:before {
  content: "\e754"
}

.ti-linux:before {
  content: "\e755"
}

.ti-jsfiddle:before {
  content: "\e756"
}

.ti-joomla:before {
  content: "\e757"
}

.ti-html5:before {
  content: "\e758"
}

.ti-flickr-alt:before {
  content: "\e759"
}

.ti-email:before {
  content: "\e75a"
}

.ti-drupal:before {
  content: "\e75b"
}

.ti-dropbox-alt:before {
  content: "\e75c"
}

.ti-css3:before {
  content: "\e75d"
}

.ti-rss:before {
  content: "\e75e"
}

.ti-rss-alt:before {
  content: "\e75f"
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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
}

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

.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;
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  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;
  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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

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

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

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes scaleicon {
  from {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
  }
}

@keyframes scaleicon {
  from {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  50% {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
  }
}

/*!
 * Bootstrap v3.2.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.margin-top-1 {
  margin-top: 1px !important
}

.margin-left-1 {
  margin-left: 1px !important
}

.margin-bottom-1 {
  margin-bottom: 1px !important
}

.margin-right-1 {
  margin-right: 1px !important
}

.margin-top-2 {
  margin-top: 2px !important
}

.margin-left-2 {
  margin-left: 2px !important
}

.margin-bottom-2 {
  margin-bottom: 2px !important
}

.margin-right-2 {
  margin-right: 2px !important
}

.margin-top-3 {
  margin-top: 3px !important
}

.margin-left-3 {
  margin-left: 3px !important
}

.margin-bottom-3 {
  margin-bottom: 3px !important
}

.margin-right-3 {
  margin-right: 3px !important
}

.margin-top-4 {
  margin-top: 4px !important
}

.margin-left-4 {
  margin-left: 4px !important
}

.margin-bottom-4 {
  margin-bottom: 4px !important
}

.margin-right-4 {
  margin-right: 4px !important
}

.margin-top-5 {
  margin-top: 5px !important
}

.margin-left-5 {
  margin-left: 5px !important
}

.margin-bottom-5 {
  margin-bottom: 5px !important
}

.margin-right-5 {
  margin-right: 5px !important
}

.margin-top-6 {
  margin-top: 6px !important
}

.margin-left-6 {
  margin-left: 6px !important
}

.margin-bottom-6 {
  margin-bottom: 6px !important
}

.margin-right-6 {
  margin-right: 6px !important
}

.margin-top-7 {
  margin-top: 7px !important
}

.margin-left-7 {
  margin-left: 7px !important
}

.margin-bottom-7 {
  margin-bottom: 7px !important
}

.margin-right-7 {
  margin-right: 7px !important
}

.margin-top-8 {
  margin-top: 8px !important
}

.margin-left-8 {
  margin-left: 8px !important
}

.margin-bottom-8 {
  margin-bottom: 8px !important
}

.margin-right-8 {
  margin-right: 8px !important
}

.margin-top-9 {
  margin-top: 9px !important
}

.margin-left-9 {
  margin-left: 9px !important
}

.margin-bottom-9 {
  margin-bottom: 9px !important
}

.margin-right-9 {
  margin-right: 9px !important
}

.margin-top-10 {
  margin-top: 10px !important
}

.margin-left-10 {
  margin-left: 10px !important
}

.margin-bottom-10 {
  margin-bottom: 10px !important
}

.margin-right-10 {
  margin-right: 10px !important
}

.margin-top-11 {
  margin-top: 11px !important
}

.margin-left-11 {
  margin-left: 11px !important
}

.margin-bottom-11 {
  margin-bottom: 11px !important
}

.margin-right-11 {
  margin-right: 11px !important
}

.margin-top-12 {
  margin-top: 12px !important
}

.margin-left-12 {
  margin-left: 12px !important
}

.margin-bottom-12 {
  margin-bottom: 12px !important
}

.margin-right-12 {
  margin-right: 12px !important
}

.margin-top-13 {
  margin-top: 13px !important
}

.margin-left-13 {
  margin-left: 13px !important
}

.margin-bottom-13 {
  margin-bottom: 13px !important
}

.margin-right-13 {
  margin-right: 13px !important
}

.margin-top-14 {
  margin-top: 14px !important
}

.margin-left-14 {
  margin-left: 14px !important
}

.margin-bottom-14 {
  margin-bottom: 14px !important
}

.margin-right-14 {
  margin-right: 14px !important
}

.margin-top-15 {
  margin-top: 15px !important
}

.margin-left-15 {
  margin-left: 15px !important
}

.margin-bottom-15 {
  margin-bottom: 15px !important
}

.margin-right-15 {
  margin-right: 15px !important
}

.margin-top-16 {
  margin-top: 16px !important
}

.margin-left-16 {
  margin-left: 16px !important
}

.margin-bottom-16 {
  margin-bottom: 16px !important
}

.margin-right-16 {
  margin-right: 16px !important
}

.margin-top-17 {
  margin-top: 17px !important
}

.margin-left-17 {
  margin-left: 17px !important
}

.margin-bottom-17 {
  margin-bottom: 17px !important
}

.margin-right-17 {
  margin-right: 17px !important
}

.margin-top-18 {
  margin-top: 18px !important
}

.margin-left-18 {
  margin-left: 18px !important
}

.margin-bottom-18 {
  margin-bottom: 18px !important
}

.margin-right-18 {
  margin-right: 18px !important
}

.margin-top-19 {
  margin-top: 19px !important
}

.margin-left-19 {
  margin-left: 19px !important
}

.margin-bottom-19 {
  margin-bottom: 19px !important
}

.margin-right-19 {
  margin-right: 19px !important
}

.margin-top-20 {
  margin-top: 20px !important
}

.margin-left-20 {
  margin-left: 20px !important
}

.margin-bottom-20 {
  margin-bottom: 20px !important
}

.margin-right-20 {
  margin-right: 20px !important
}

.margin-top-21 {
  margin-top: 21px !important
}

.margin-left-21 {
  margin-left: 21px !important
}

.margin-bottom-21 {
  margin-bottom: 21px !important
}

.margin-right-21 {
  margin-right: 21px !important
}

.margin-top-22 {
  margin-top: 22px !important
}

.margin-left-22 {
  margin-left: 22px !important
}

.margin-bottom-22 {
  margin-bottom: 22px !important
}

.margin-right-22 {
  margin-right: 22px !important
}

.margin-top-23 {
  margin-top: 23px !important
}

.margin-left-23 {
  margin-left: 23px !important
}

.margin-bottom-23 {
  margin-bottom: 23px !important
}

.margin-right-23 {
  margin-right: 23px !important
}

.margin-top-24 {
  margin-top: 24px !important
}

.margin-left-24 {
  margin-left: 24px !important
}

.margin-bottom-24 {
  margin-bottom: 24px !important
}

.margin-right-24 {
  margin-right: 24px !important
}

.margin-top-25 {
  margin-top: 25px !important
}

.margin-left-25 {
  margin-left: 25px !important
}

.margin-bottom-25 {
  margin-bottom: 25px !important
}

.margin-right-25 {
  margin-right: 25px !important
}

.margin-top-26 {
  margin-top: 26px !important
}

.margin-left-26 {
  margin-left: 26px !important
}

.margin-bottom-26 {
  margin-bottom: 26px !important
}

.margin-right-26 {
  margin-right: 26px !important
}

.margin-top-27 {
  margin-top: 27px !important
}

.margin-left-27 {
  margin-left: 27px !important
}

.margin-bottom-27 {
  margin-bottom: 27px !important
}

.margin-right-27 {
  margin-right: 27px !important
}

.margin-top-28 {
  margin-top: 28px !important
}

.margin-left-28 {
  margin-left: 28px !important
}

.margin-bottom-28 {
  margin-bottom: 28px !important
}

.margin-right-28 {
  margin-right: 28px !important
}

.margin-top-29 {
  margin-top: 29px !important
}

.margin-left-29 {
  margin-left: 29px !important
}

.margin-bottom-29 {
  margin-bottom: 29px !important
}

.margin-right-29 {
  margin-right: 29px !important
}

.margin-top-30 {
  margin-top: 30px !important
}

.margin-left-30 {
  margin-left: 30px !important
}

.margin-bottom-30 {
  margin-bottom: 30px !important
}

.margin-right-30 {
  margin-right: 30px !important
}

.margin-top-31 {
  margin-top: 31px !important
}

.margin-left-31 {
  margin-left: 31px !important
}

.margin-bottom-31 {
  margin-bottom: 31px !important
}

.margin-right-31 {
  margin-right: 31px !important
}

.margin-top-32 {
  margin-top: 32px !important
}

.margin-left-32 {
  margin-left: 32px !important
}

.margin-bottom-32 {
  margin-bottom: 32px !important
}

.margin-right-32 {
  margin-right: 32px !important
}

.margin-top-33 {
  margin-top: 33px !important
}

.margin-left-33 {
  margin-left: 33px !important
}

.margin-bottom-33 {
  margin-bottom: 33px !important
}

.margin-right-33 {
  margin-right: 33px !important
}

.margin-top-34 {
  margin-top: 34px !important
}

.margin-left-34 {
  margin-left: 34px !important
}

.margin-bottom-34 {
  margin-bottom: 34px !important
}

.margin-right-34 {
  margin-right: 34px !important
}

.margin-top-35 {
  margin-top: 35px !important
}

.margin-left-35 {
  margin-left: 35px !important
}

.margin-bottom-35 {
  margin-bottom: 35px !important
}

.margin-right-35 {
  margin-right: 35px !important
}

.margin-top-36 {
  margin-top: 36px !important
}

.margin-left-36 {
  margin-left: 36px !important
}

.margin-bottom-36 {
  margin-bottom: 36px !important
}

.margin-right-36 {
  margin-right: 36px !important
}

.margin-top-37 {
  margin-top: 37px !important
}

.margin-left-37 {
  margin-left: 37px !important
}

.margin-bottom-37 {
  margin-bottom: 37px !important
}

.margin-right-37 {
  margin-right: 37px !important
}

.margin-top-38 {
  margin-top: 38px !important
}

.margin-left-38 {
  margin-left: 38px !important
}

.margin-bottom-38 {
  margin-bottom: 38px !important
}

.margin-right-38 {
  margin-right: 38px !important
}

.margin-top-39 {
  margin-top: 39px !important
}

.margin-left-39 {
  margin-left: 39px !important
}

.margin-bottom-39 {
  margin-bottom: 39px !important
}

.margin-right-39 {
  margin-right: 39px !important
}

.margin-top-40 {
  margin-top: 40px !important
}

.margin-left-40 {
  margin-left: 40px !important
}

.margin-bottom-40 {
  margin-bottom: 40px !important
}

.margin-right-40 {
  margin-right: 40px !important
}

.margin-top-41 {
  margin-top: 41px !important
}

.margin-left-41 {
  margin-left: 41px !important
}

.margin-bottom-41 {
  margin-bottom: 41px !important
}

.margin-right-41 {
  margin-right: 41px !important
}

.margin-top-42 {
  margin-top: 42px !important
}

.margin-left-42 {
  margin-left: 42px !important
}

.margin-bottom-42 {
  margin-bottom: 42px !important
}

.margin-right-42 {
  margin-right: 42px !important
}

.margin-top-43 {
  margin-top: 43px !important
}

.margin-left-43 {
  margin-left: 43px !important
}

.margin-bottom-43 {
  margin-bottom: 43px !important
}

.margin-right-43 {
  margin-right: 43px !important
}

.margin-top-44 {
  margin-top: 44px !important
}

.margin-left-44 {
  margin-left: 44px !important
}

.margin-bottom-44 {
  margin-bottom: 44px !important
}

.margin-right-44 {
  margin-right: 44px !important
}

.margin-top-45 {
  margin-top: 45px !important
}

.margin-left-45 {
  margin-left: 45px !important
}

.margin-bottom-45 {
  margin-bottom: 45px !important
}

.margin-right-45 {
  margin-right: 45px !important
}

.margin-top-46 {
  margin-top: 46px !important
}

.margin-left-46 {
  margin-left: 46px !important
}

.margin-bottom-46 {
  margin-bottom: 46px !important
}

.margin-right-46 {
  margin-right: 46px !important
}

.margin-top-47 {
  margin-top: 47px !important
}

.margin-left-47 {
  margin-left: 47px !important
}

.margin-bottom-47 {
  margin-bottom: 47px !important
}

.margin-right-47 {
  margin-right: 47px !important
}

.margin-top-48 {
  margin-top: 48px !important
}

.margin-left-48 {
  margin-left: 48px !important
}

.margin-bottom-48 {
  margin-bottom: 48px !important
}

.margin-right-48 {
  margin-right: 48px !important
}

.margin-top-49 {
  margin-top: 49px !important
}

.margin-left-49 {
  margin-left: 49px !important
}

.margin-bottom-49 {
  margin-bottom: 49px !important
}

.margin-right-49 {
  margin-right: 49px !important
}

.margin-top-50 {
  margin-top: 50px !important
}

.margin-left-50 {
  margin-left: 50px !important
}

.margin-bottom-50 {
  margin-bottom: 50px !important
}

.margin-right-50 {
  margin-right: 50px !important
}

.margin-top-51 {
  margin-top: 51px !important
}

.margin-left-51 {
  margin-left: 51px !important
}

.margin-bottom-51 {
  margin-bottom: 51px !important
}

.margin-right-51 {
  margin-right: 51px !important
}

.margin-top-52 {
  margin-top: 52px !important
}

.margin-left-52 {
  margin-left: 52px !important
}

.margin-bottom-52 {
  margin-bottom: 52px !important
}

.margin-right-52 {
  margin-right: 52px !important
}

.margin-top-53 {
  margin-top: 53px !important
}

.margin-left-53 {
  margin-left: 53px !important
}

.margin-bottom-53 {
  margin-bottom: 53px !important
}

.margin-right-53 {
  margin-right: 53px !important
}

.margin-top-54 {
  margin-top: 54px !important
}

.margin-left-54 {
  margin-left: 54px !important
}

.margin-bottom-54 {
  margin-bottom: 54px !important
}

.margin-right-54 {
  margin-right: 54px !important
}

.margin-top-55 {
  margin-top: 55px !important
}

.margin-left-55 {
  margin-left: 55px !important
}

.margin-bottom-55 {
  margin-bottom: 55px !important
}

.margin-right-55 {
  margin-right: 55px !important
}

.margin-top-56 {
  margin-top: 56px !important
}

.margin-left-56 {
  margin-left: 56px !important
}

.margin-bottom-56 {
  margin-bottom: 56px !important
}

.margin-right-56 {
  margin-right: 56px !important
}

.margin-top-57 {
  margin-top: 57px !important
}

.margin-left-57 {
  margin-left: 57px !important
}

.margin-bottom-57 {
  margin-bottom: 57px !important
}

.margin-right-57 {
  margin-right: 57px !important
}

.margin-top-58 {
  margin-top: 58px !important
}

.margin-left-58 {
  margin-left: 58px !important
}

.margin-bottom-58 {
  margin-bottom: 58px !important
}

.margin-right-58 {
  margin-right: 58px !important
}

.margin-top-59 {
  margin-top: 59px !important
}

.margin-left-59 {
  margin-left: 59px !important
}

.margin-bottom-59 {
  margin-bottom: 59px !important
}

.margin-right-59 {
  margin-right: 59px !important
}

.margin-top-60 {
  margin-top: 60px !important
}

.margin-left-60 {
  margin-left: 60px !important
}

.margin-bottom-60 {
  margin-bottom: 60px !important
}

.margin-right-60 {
  margin-right: 60px !important
}

.margin-top-61 {
  margin-top: 61px !important
}

.margin-left-61 {
  margin-left: 61px !important
}

.margin-bottom-61 {
  margin-bottom: 61px !important
}

.margin-right-61 {
  margin-right: 61px !important
}

.margin-top-62 {
  margin-top: 62px !important
}

.margin-left-62 {
  margin-left: 62px !important
}

.margin-bottom-62 {
  margin-bottom: 62px !important
}

.margin-right-62 {
  margin-right: 62px !important
}

.margin-top-63 {
  margin-top: 63px !important
}

.margin-left-63 {
  margin-left: 63px !important
}

.margin-bottom-63 {
  margin-bottom: 63px !important
}

.margin-right-63 {
  margin-right: 63px !important
}

.margin-top-64 {
  margin-top: 64px !important
}

.margin-left-64 {
  margin-left: 64px !important
}

.margin-bottom-64 {
  margin-bottom: 64px !important
}

.margin-right-64 {
  margin-right: 64px !important
}

.margin-top-65 {
  margin-top: 65px !important
}

.margin-left-65 {
  margin-left: 65px !important
}

.margin-bottom-65 {
  margin-bottom: 65px !important
}

.margin-right-65 {
  margin-right: 65px !important
}

.margin-top-66 {
  margin-top: 66px !important
}

.margin-left-66 {
  margin-left: 66px !important
}

.margin-bottom-66 {
  margin-bottom: 66px !important
}

.margin-right-66 {
  margin-right: 66px !important
}

.margin-top-67 {
  margin-top: 67px !important
}

.margin-left-67 {
  margin-left: 67px !important
}

.margin-bottom-67 {
  margin-bottom: 67px !important
}

.margin-right-67 {
  margin-right: 67px !important
}

.margin-top-68 {
  margin-top: 68px !important
}

.margin-left-68 {
  margin-left: 68px !important
}

.margin-bottom-68 {
  margin-bottom: 68px !important
}

.margin-right-68 {
  margin-right: 68px !important
}

.margin-top-69 {
  margin-top: 69px !important
}

.margin-left-69 {
  margin-left: 69px !important
}

.margin-bottom-69 {
  margin-bottom: 69px !important
}

.margin-right-69 {
  margin-right: 69px !important
}

.margin-top-70 {
  margin-top: 70px !important
}

.margin-left-70 {
  margin-left: 70px !important
}

.margin-bottom-70 {
  margin-bottom: 70px !important
}

.margin-right-70 {
  margin-right: 70px !important
}

.margin-top-71 {
  margin-top: 71px !important
}

.margin-left-71 {
  margin-left: 71px !important
}

.margin-bottom-71 {
  margin-bottom: 71px !important
}

.margin-right-71 {
  margin-right: 71px !important
}

.margin-top-72 {
  margin-top: 72px !important
}

.margin-left-72 {
  margin-left: 72px !important
}

.margin-bottom-72 {
  margin-bottom: 72px !important
}

.margin-right-72 {
  margin-right: 72px !important
}

.margin-top-73 {
  margin-top: 73px !important
}

.margin-left-73 {
  margin-left: 73px !important
}

.margin-bottom-73 {
  margin-bottom: 73px !important
}

.margin-right-73 {
  margin-right: 73px !important
}

.margin-top-74 {
  margin-top: 74px !important
}

.margin-left-74 {
  margin-left: 74px !important
}

.margin-bottom-74 {
  margin-bottom: 74px !important
}

.margin-right-74 {
  margin-right: 74px !important
}

.margin-top-75 {
  margin-top: 75px !important
}

.margin-left-75 {
  margin-left: 75px !important
}

.margin-bottom-75 {
  margin-bottom: 75px !important
}

.margin-right-75 {
  margin-right: 75px !important
}

.margin-top-76 {
  margin-top: 76px !important
}

.margin-left-76 {
  margin-left: 76px !important
}

.margin-bottom-76 {
  margin-bottom: 76px !important
}

.margin-right-76 {
  margin-right: 76px !important
}

.margin-top-77 {
  margin-top: 77px !important
}

.margin-left-77 {
  margin-left: 77px !important
}

.margin-bottom-77 {
  margin-bottom: 77px !important
}

.margin-right-77 {
  margin-right: 77px !important
}

.margin-top-78 {
  margin-top: 78px !important
}

.margin-left-78 {
  margin-left: 78px !important
}

.margin-bottom-78 {
  margin-bottom: 78px !important
}

.margin-right-78 {
  margin-right: 78px !important
}

.margin-top-79 {
  margin-top: 79px !important
}

.margin-left-79 {
  margin-left: 79px !important
}

.margin-bottom-79 {
  margin-bottom: 79px !important
}

.margin-right-79 {
  margin-right: 79px !important
}

.margin-top-80 {
  margin-top: 80px !important
}

.margin-left-80 {
  margin-left: 80px !important
}

.margin-bottom-80 {
  margin-bottom: 80px !important
}

.margin-right-80 {
  margin-right: 80px !important
}

.padding-top-1 {
  padding-top: 1px !important
}

.padding-left-1 {
  padding-left: 1px !important
}

.padding-bottom-1 {
  padding-bottom: 1px !important
}

.padding-right-1 {
  padding-right: 1px !important
}

.padding-top-2 {
  padding-top: 2px !important
}

.padding-left-2 {
  padding-left: 2px !important
}

.padding-bottom-2 {
  padding-bottom: 2px !important
}

.padding-right-2 {
  padding-right: 2px !important
}

.padding-top-3 {
  padding-top: 3px !important
}

.padding-left-3 {
  padding-left: 3px !important
}

.padding-bottom-3 {
  padding-bottom: 3px !important
}

.padding-right-3 {
  padding-right: 3px !important
}

.padding-top-4 {
  padding-top: 4px !important
}

.padding-left-4 {
  padding-left: 4px !important
}

.padding-bottom-4 {
  padding-bottom: 4px !important
}

.padding-right-4 {
  padding-right: 4px !important
}

.padding-top-5 {
  padding-top: 5px !important
}

.padding-left-5 {
  padding-left: 5px !important
}

.padding-bottom-5 {
  padding-bottom: 5px !important
}

.padding-right-5 {
  padding-right: 5px !important
}

.padding-top-6 {
  padding-top: 6px !important
}

.padding-left-6 {
  padding-left: 6px !important
}

.padding-bottom-6 {
  padding-bottom: 6px !important
}

.padding-right-6 {
  padding-right: 6px !important
}

.padding-top-7 {
  padding-top: 7px !important
}

.padding-left-7 {
  padding-left: 7px !important
}

.padding-bottom-7 {
  padding-bottom: 7px !important
}

.padding-right-7 {
  padding-right: 7px !important
}

.padding-top-8 {
  padding-top: 8px !important
}

.padding-left-8 {
  padding-left: 8px !important
}

.padding-bottom-8 {
  padding-bottom: 8px !important
}

.padding-right-8 {
  padding-right: 8px !important
}

.padding-top-9 {
  padding-top: 9px !important
}

.padding-left-9 {
  padding-left: 9px !important
}

.padding-bottom-9 {
  padding-bottom: 9px !important
}

.padding-right-9 {
  padding-right: 9px !important
}

.padding-top-10 {
  padding-top: 10px !important
}

.padding-left-10 {
  padding-left: 10px !important
}

.padding-bottom-10 {
  padding-bottom: 10px !important
}

.padding-right-10 {
  padding-right: 10px !important
}

.padding-top-11 {
  padding-top: 11px !important
}

.padding-left-11 {
  padding-left: 11px !important
}

.padding-bottom-11 {
  padding-bottom: 11px !important
}

.padding-right-11 {
  padding-right: 11px !important
}

.padding-top-12 {
  padding-top: 12px !important
}

.padding-left-12 {
  padding-left: 12px !important
}

.padding-bottom-12 {
  padding-bottom: 12px !important
}

.padding-right-12 {
  padding-right: 12px !important
}

.padding-top-13 {
  padding-top: 13px !important
}

.padding-left-13 {
  padding-left: 13px !important
}

.padding-bottom-13 {
  padding-bottom: 13px !important
}

.padding-right-13 {
  padding-right: 13px !important
}

.padding-top-14 {
  padding-top: 14px !important
}

.padding-left-14 {
  padding-left: 14px !important
}

.padding-bottom-14 {
  padding-bottom: 14px !important
}

.padding-right-14 {
  padding-right: 14px !important
}

.padding-top-15 {
  padding-top: 15px !important
}

.padding-left-15 {
  padding-left: 15px !important
}

.padding-bottom-15 {
  padding-bottom: 15px !important
}

.padding-right-15 {
  padding-right: 15px !important
}

.padding-top-16 {
  padding-top: 16px !important
}

.padding-left-16 {
  padding-left: 16px !important
}

.padding-bottom-16 {
  padding-bottom: 16px !important
}

.padding-right-16 {
  padding-right: 16px !important
}

.padding-top-17 {
  padding-top: 17px !important
}

.padding-left-17 {
  padding-left: 17px !important
}

.padding-bottom-17 {
  padding-bottom: 17px !important
}

.padding-right-17 {
  padding-right: 17px !important
}

.padding-top-18 {
  padding-top: 18px !important
}

.padding-left-18 {
  padding-left: 18px !important
}

.padding-bottom-18 {
  padding-bottom: 18px !important
}

.padding-right-18 {
  padding-right: 18px !important
}

.padding-top-19 {
  padding-top: 19px !important
}

.padding-left-19 {
  padding-left: 19px !important
}

.padding-bottom-19 {
  padding-bottom: 19px !important
}

.padding-right-19 {
  padding-right: 19px !important
}

.padding-top-20 {
  padding-top: 20px !important
}

.padding-left-20 {
  padding-left: 20px !important
}

.padding-bottom-20 {
  padding-bottom: 20px !important
}

.padding-right-20 {
  padding-right: 20px !important
}

.padding-top-21 {
  padding-top: 21px !important
}

.padding-left-21 {
  padding-left: 21px !important
}

.padding-bottom-21 {
  padding-bottom: 21px !important
}

.padding-right-21 {
  padding-right: 21px !important
}

.padding-top-22 {
  padding-top: 22px !important
}

.padding-left-22 {
  padding-left: 22px !important
}

.padding-bottom-22 {
  padding-bottom: 22px !important
}

.padding-right-22 {
  padding-right: 22px !important
}

.padding-top-23 {
  padding-top: 23px !important
}

.padding-left-23 {
  padding-left: 23px !important
}

.padding-bottom-23 {
  padding-bottom: 23px !important
}

.padding-right-23 {
  padding-right: 23px !important
}

.padding-top-24 {
  padding-top: 24px !important
}

.padding-left-24 {
  padding-left: 24px !important
}

.padding-bottom-24 {
  padding-bottom: 24px !important
}

.padding-right-24 {
  padding-right: 24px !important
}

.padding-top-25 {
  padding-top: 25px !important
}

.padding-left-25 {
  padding-left: 25px !important
}

.padding-bottom-25 {
  padding-bottom: 25px !important
}

.padding-right-25 {
  padding-right: 25px !important
}

.padding-top-26 {
  padding-top: 26px !important
}

.padding-left-26 {
  padding-left: 26px !important
}

.padding-bottom-26 {
  padding-bottom: 26px !important
}

.padding-right-26 {
  padding-right: 26px !important
}

.padding-top-27 {
  padding-top: 27px !important
}

.padding-left-27 {
  padding-left: 27px !important
}

.padding-bottom-27 {
  padding-bottom: 27px !important
}

.padding-right-27 {
  padding-right: 27px !important
}

.padding-top-28 {
  padding-top: 28px !important
}

.padding-left-28 {
  padding-left: 28px !important
}

.padding-bottom-28 {
  padding-bottom: 28px !important
}

.padding-right-28 {
  padding-right: 28px !important
}

.padding-top-29 {
  padding-top: 29px !important
}

.padding-left-29 {
  padding-left: 29px !important
}

.padding-bottom-29 {
  padding-bottom: 29px !important
}

.padding-right-29 {
  padding-right: 29px !important
}

.padding-top-30 {
  padding-top: 30px !important
}

.padding-left-30 {
  padding-left: 30px !important
}

.padding-bottom-30 {
  padding-bottom: 30px !important
}

.padding-right-30 {
  padding-right: 30px !important
}

.padding-top-31 {
  padding-top: 31px !important
}

.padding-left-31 {
  padding-left: 31px !important
}

.padding-bottom-31 {
  padding-bottom: 31px !important
}

.padding-right-31 {
  padding-right: 31px !important
}

.padding-top-32 {
  padding-top: 32px !important
}

.padding-left-32 {
  padding-left: 32px !important
}

.padding-bottom-32 {
  padding-bottom: 32px !important
}

.padding-right-32 {
  padding-right: 32px !important
}

.padding-top-33 {
  padding-top: 33px !important
}

.padding-left-33 {
  padding-left: 33px !important
}

.padding-bottom-33 {
  padding-bottom: 33px !important
}

.padding-right-33 {
  padding-right: 33px !important
}

.padding-top-34 {
  padding-top: 34px !important
}

.padding-left-34 {
  padding-left: 34px !important
}

.padding-bottom-34 {
  padding-bottom: 34px !important
}

.padding-right-34 {
  padding-right: 34px !important
}

.padding-top-35 {
  padding-top: 35px !important
}

.padding-left-35 {
  padding-left: 35px !important
}

.padding-bottom-35 {
  padding-bottom: 35px !important
}

.padding-right-35 {
  padding-right: 35px !important
}

.padding-top-36 {
  padding-top: 36px !important
}

.padding-left-36 {
  padding-left: 36px !important
}

.padding-bottom-36 {
  padding-bottom: 36px !important
}

.padding-right-36 {
  padding-right: 36px !important
}

.padding-top-37 {
  padding-top: 37px !important
}

.padding-left-37 {
  padding-left: 37px !important
}

.padding-bottom-37 {
  padding-bottom: 37px !important
}

.padding-right-37 {
  padding-right: 37px !important
}

.padding-top-38 {
  padding-top: 38px !important
}

.padding-left-38 {
  padding-left: 38px !important
}

.padding-bottom-38 {
  padding-bottom: 38px !important
}

.padding-right-38 {
  padding-right: 38px !important
}

.padding-top-39 {
  padding-top: 39px !important
}

.padding-left-39 {
  padding-left: 39px !important
}

.padding-bottom-39 {
  padding-bottom: 39px !important
}

.padding-right-39 {
  padding-right: 39px !important
}

.padding-top-40 {
  padding-top: 40px !important
}

.padding-left-40 {
  padding-left: 40px !important
}

.padding-bottom-40 {
  padding-bottom: 40px !important
}

.padding-right-40 {
  padding-right: 40px !important
}

.padding-top-41 {
  padding-top: 41px !important
}

.padding-left-41 {
  padding-left: 41px !important
}

.padding-bottom-41 {
  padding-bottom: 41px !important
}

.padding-right-41 {
  padding-right: 41px !important
}

.padding-top-42 {
  padding-top: 42px !important
}

.padding-left-42 {
  padding-left: 42px !important
}

.padding-bottom-42 {
  padding-bottom: 42px !important
}

.padding-right-42 {
  padding-right: 42px !important
}

.padding-top-43 {
  padding-top: 43px !important
}

.padding-left-43 {
  padding-left: 43px !important
}

.padding-bottom-43 {
  padding-bottom: 43px !important
}

.padding-right-43 {
  padding-right: 43px !important
}

.padding-top-44 {
  padding-top: 44px !important
}

.padding-left-44 {
  padding-left: 44px !important
}

.padding-bottom-44 {
  padding-bottom: 44px !important
}

.padding-right-44 {
  padding-right: 44px !important
}

.padding-top-45 {
  padding-top: 45px !important
}

.padding-left-45 {
  padding-left: 45px !important
}

.padding-bottom-45 {
  padding-bottom: 45px !important
}

.padding-right-45 {
  padding-right: 45px !important
}

.padding-top-46 {
  padding-top: 46px !important
}

.padding-left-46 {
  padding-left: 46px !important
}

.padding-bottom-46 {
  padding-bottom: 46px !important
}

.padding-right-46 {
  padding-right: 46px !important
}

.padding-top-47 {
  padding-top: 47px !important
}

.padding-left-47 {
  padding-left: 47px !important
}

.padding-bottom-47 {
  padding-bottom: 47px !important
}

.padding-right-47 {
  padding-right: 47px !important
}

.padding-top-48 {
  padding-top: 48px !important
}

.padding-left-48 {
  padding-left: 48px !important
}

.padding-bottom-48 {
  padding-bottom: 48px !important
}

.padding-right-48 {
  padding-right: 48px !important
}

.padding-top-49 {
  padding-top: 49px !important
}

.padding-left-49 {
  padding-left: 49px !important
}

.padding-bottom-49 {
  padding-bottom: 49px !important
}

.padding-right-49 {
  padding-right: 49px !important
}

.padding-top-50 {
  padding-top: 50px !important
}

.padding-left-50 {
  padding-left: 50px !important
}

.padding-bottom-50 {
  padding-bottom: 50px !important
}

.padding-right-50 {
  padding-right: 50px !important
}

.padding-top-51 {
  padding-top: 51px !important
}

.padding-left-51 {
  padding-left: 51px !important
}

.padding-bottom-51 {
  padding-bottom: 51px !important
}

.padding-right-51 {
  padding-right: 51px !important
}

.padding-top-52 {
  padding-top: 52px !important
}

.padding-left-52 {
  padding-left: 52px !important
}

.padding-bottom-52 {
  padding-bottom: 52px !important
}

.padding-right-52 {
  padding-right: 52px !important
}

.padding-top-53 {
  padding-top: 53px !important
}

.padding-left-53 {
  padding-left: 53px !important
}

.padding-bottom-53 {
  padding-bottom: 53px !important
}

.padding-right-53 {
  padding-right: 53px !important
}

.padding-top-54 {
  padding-top: 54px !important
}

.padding-left-54 {
  padding-left: 54px !important
}

.padding-bottom-54 {
  padding-bottom: 54px !important
}

.padding-right-54 {
  padding-right: 54px !important
}

.padding-top-55 {
  padding-top: 55px !important
}

.padding-left-55 {
  padding-left: 55px !important
}

.padding-bottom-55 {
  padding-bottom: 55px !important
}

.padding-right-55 {
  padding-right: 55px !important
}

.padding-top-56 {
  padding-top: 56px !important
}

.padding-left-56 {
  padding-left: 56px !important
}

.padding-bottom-56 {
  padding-bottom: 56px !important
}

.padding-right-56 {
  padding-right: 56px !important
}

.padding-top-57 {
  padding-top: 57px !important
}

.padding-left-57 {
  padding-left: 57px !important
}

.padding-bottom-57 {
  padding-bottom: 57px !important
}

.padding-right-57 {
  padding-right: 57px !important
}

.padding-top-58 {
  padding-top: 58px !important
}

.padding-left-58 {
  padding-left: 58px !important
}

.padding-bottom-58 {
  padding-bottom: 58px !important
}

.padding-right-58 {
  padding-right: 58px !important
}

.padding-top-59 {
  padding-top: 59px !important
}

.padding-left-59 {
  padding-left: 59px !important
}

.padding-bottom-59 {
  padding-bottom: 59px !important
}

.padding-right-59 {
  padding-right: 59px !important
}

.padding-top-60 {
  padding-top: 60px !important
}

.padding-left-60 {
  padding-left: 60px !important
}

.padding-bottom-60 {
  padding-bottom: 60px !important
}

.padding-right-60 {
  padding-right: 60px !important
}

.padding-top-61 {
  padding-top: 61px !important
}

.padding-left-61 {
  padding-left: 61px !important
}

.padding-bottom-61 {
  padding-bottom: 61px !important
}

.padding-right-61 {
  padding-right: 61px !important
}

.padding-top-62 {
  padding-top: 62px !important
}

.padding-left-62 {
  padding-left: 62px !important
}

.padding-bottom-62 {
  padding-bottom: 62px !important
}

.padding-right-62 {
  padding-right: 62px !important
}

.padding-top-63 {
  padding-top: 63px !important
}

.padding-left-63 {
  padding-left: 63px !important
}

.padding-bottom-63 {
  padding-bottom: 63px !important
}

.padding-right-63 {
  padding-right: 63px !important
}

.padding-top-64 {
  padding-top: 64px !important
}

.padding-left-64 {
  padding-left: 64px !important
}

.padding-bottom-64 {
  padding-bottom: 64px !important
}

.padding-right-64 {
  padding-right: 64px !important
}

.padding-top-65 {
  padding-top: 65px !important
}

.padding-left-65 {
  padding-left: 65px !important
}

.padding-bottom-65 {
  padding-bottom: 65px !important
}

.padding-right-65 {
  padding-right: 65px !important
}

.padding-top-66 {
  padding-top: 66px !important
}

.padding-left-66 {
  padding-left: 66px !important
}

.padding-bottom-66 {
  padding-bottom: 66px !important
}

.padding-right-66 {
  padding-right: 66px !important
}

.padding-top-67 {
  padding-top: 67px !important
}

.padding-left-67 {
  padding-left: 67px !important
}

.padding-bottom-67 {
  padding-bottom: 67px !important
}

.padding-right-67 {
  padding-right: 67px !important
}

.padding-top-68 {
  padding-top: 68px !important
}

.padding-left-68 {
  padding-left: 68px !important
}

.padding-bottom-68 {
  padding-bottom: 68px !important
}

.padding-right-68 {
  padding-right: 68px !important
}

.padding-top-69 {
  padding-top: 69px !important
}

.padding-left-69 {
  padding-left: 69px !important
}

.padding-bottom-69 {
  padding-bottom: 69px !important
}

.padding-right-69 {
  padding-right: 69px !important
}

.padding-top-70 {
  padding-top: 70px !important
}

.padding-left-70 {
  padding-left: 70px !important
}

.padding-bottom-70 {
  padding-bottom: 70px !important
}

.padding-right-70 {
  padding-right: 70px !important
}

.padding-top-71 {
  padding-top: 71px !important
}

.padding-left-71 {
  padding-left: 71px !important
}

.padding-bottom-71 {
  padding-bottom: 71px !important
}

.padding-right-71 {
  padding-right: 71px !important
}

.padding-top-72 {
  padding-top: 72px !important
}

.padding-left-72 {
  padding-left: 72px !important
}

.padding-bottom-72 {
  padding-bottom: 72px !important
}

.padding-right-72 {
  padding-right: 72px !important
}

.padding-top-73 {
  padding-top: 73px !important
}

.padding-left-73 {
  padding-left: 73px !important
}

.padding-bottom-73 {
  padding-bottom: 73px !important
}

.padding-right-73 {
  padding-right: 73px !important
}

.padding-top-74 {
  padding-top: 74px !important
}

.padding-left-74 {
  padding-left: 74px !important
}

.padding-bottom-74 {
  padding-bottom: 74px !important
}

.padding-right-74 {
  padding-right: 74px !important
}

.padding-top-75 {
  padding-top: 75px !important
}

.padding-left-75 {
  padding-left: 75px !important
}

.padding-bottom-75 {
  padding-bottom: 75px !important
}

.padding-right-75 {
  padding-right: 75px !important
}

.padding-top-76 {
  padding-top: 76px !important
}

.padding-left-76 {
  padding-left: 76px !important
}

.padding-bottom-76 {
  padding-bottom: 76px !important
}

.padding-right-76 {
  padding-right: 76px !important
}

.padding-top-77 {
  padding-top: 77px !important
}

.padding-left-77 {
  padding-left: 77px !important
}

.padding-bottom-77 {
  padding-bottom: 77px !important
}

.padding-right-77 {
  padding-right: 77px !important
}

.padding-top-78 {
  padding-top: 78px !important
}

.padding-left-78 {
  padding-left: 78px !important
}

.padding-bottom-78 {
  padding-bottom: 78px !important
}

.padding-right-78 {
  padding-right: 78px !important
}

.padding-top-79 {
  padding-top: 79px !important
}

.padding-left-79 {
  padding-left: 79px !important
}

.padding-bottom-79 {
  padding-bottom: 79px !important
}

.padding-right-79 {
  padding-right: 79px !important
}

.padding-top-80 {
  padding-top: 80px !important
}

.padding-left-80 {
  padding-left: 80px !important
}

.padding-bottom-80 {
  padding-bottom: 80px !important
}

.padding-right-80 {
  padding-right: 80px !important
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@-webkit-keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-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 {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="javascript:"]:after,
  a[href^="#"]: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
  }

  select {
    background: #fff !important
  }

  .navbar {
    display: none
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap/glyphicons-halflings-regular.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
}

body {
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #484848;
  background: #f7f7f7;
  overflow-x: hidden
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease
}

a:hover,
a:focus {
  color: #304830;
  outline: 0
}

a:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 10px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.75;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 6px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Sen", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #484848
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 28px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 24px;
  margin-bottom: 24px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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 12px
}

.lead {
  margin-bottom: 24px;
  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: .2em
}

.text-left {
  text-align: left
}

.rtl .text-left {
  text-align: right
}

.text-right {
  text-align: right
}

.rtl .text-right {
  text-align: left
}

.text-center {
  text-align: center !important
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase,
.initialism {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #262626
}

a.text-primary:hover {
  color: #0d0d0d
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff
}

.bg-primary {
  background-color: #262626
}

a.bg-primary:hover {
  background-color: #0d0d0d
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eee
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px
}

ul ul,
ul ol,
ol ul,
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: math;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 24px
}

dt,
dd {
  line-height: 1.75
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@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%
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  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.75;
  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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.75
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #1f86ef;
  background-color: rgba(31, 134, 239, 0.1);
  border-radius: 6px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.75;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0
}

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;
  max-width: 100%
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table
}

.container-fluid:after {
  clear: both
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:before,
.row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.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-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0%
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@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-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@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-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0%
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-offset-2 {
    margin-left: 16.66667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@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-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

table {
  background-color: transparent
}

th {
  text-align: left
}

table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.75;
  vertical-align: top;
  border-top: 1px solid #ddd
}

table>thead>tr>th,
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0
}

table>tbody+tbody,
.table>tbody+tbody {
  border-top: 2px solid #ddd
}

table .table,
.table .table {
  background-color: #f7f7f7
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px
}

table,
.table-bordered {
  border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

table>thead>tr>th,
table>thead>tr>td,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .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>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .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: 24px;
  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: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.75;
  color: #484848
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.75;
  color: #484848;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.form-control:focus {
  border-color: #bfbfbf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control::-moz-placeholder {
  color: #484848;
  opacity: 0.65
}

.form-control:-ms-input-placeholder {
  color: #484848
}

.form-control::-webkit-input-placeholder {
  color: #484848
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 50px;
  line-height: 1.75 \0
}

input[type="date"].input-sm,
.form-horizontal .form-group-sm input[type="date"].form-control,
.input-group-sm>input[type="date"].form-control,
.input-group-sm>input[type="date"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm>input[type="time"].form-control,
.input-group-sm>input[type="time"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm>input[type="month"].form-control,
.input-group-sm>input[type="month"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="month"].btn {
  line-height: 40px
}

input[type="date"].input-lg,
.form-horizontal .form-group-lg input[type="date"].form-control,
.input-group-lg>input[type="date"].form-control,
.input-group-lg>input[type="date"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg>input[type="time"].form-control,
.input-group-lg>input[type="time"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg>input[type="month"].form-control,
.input-group-lg>input[type="month"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="month"].btn {
  line-height: 54px
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label,
.checkbox label {
  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: 7px;
  margin-top: 7px \9
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0
}

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 40px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px
}

select.input-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 40px;
  line-height: 40px
}

textarea.input-sm,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto
}

.input-lg,
.form-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 54px;
  padding: 14px 35px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px
}

select.input-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 54px;
  line-height: 54px
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 62.5px
}

.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none
}

.has-success .form-control:focus {
  border-color: #2b542c
}

.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 {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: none;
  box-shadow: none
}

.has-warning .form-control:focus {
  border-color: #66512c
}

.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 {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none
}

.has-error .form-control:focus {
  border-color: #843534
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888
}

@media (min-width: 768px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto
  }

  .form-inline .input-group>.form-control,
  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .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: 13px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.66667px
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Sen";
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus {
  color: #304830;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3b3b3
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #262626;
  border-color: #191919
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: black
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #262626;
  border-color: #191919
}

.btn-primary .badge {
  color: #262626;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #79b530;
  border-color: #6ca12b
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e8d25;
  border-color: #517920
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #79b530;
  border-color: #6ca12b
}

.btn-success .badge {
  color: #79b530;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #27ceb4;
  border-color: #23b9a1
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1fa38f;
  border-color: #1b8e7c
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #27ceb4;
  border-color: #23b9a1
}

.btn-info .badge {
  color: #27ceb4;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #e44343;
  border-color: #e12d2d
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d51f1f;
  border-color: #bf1b1b
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e44343;
  border-color: #e12d2d
}

.btn-danger .badge {
  color: #e44343;
  background-color: #fff
}

.btn-link {
  color: #484848;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}

.btn-link,
.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: #304830;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 14px 35px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px
}

.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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.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: 5px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.75;
  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: #262626
}

.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.75;
  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 solid;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: 0
}

.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:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-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,
.btn-group-lg.btn-group>.btn+.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,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after {
  clear: both
}

.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: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.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>input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0)
}

.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-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: 12px 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #484848;
  text-align: center;
  background-color: #eee;
  border: 1px solid #d8d8d8;
  border-radius: 6px
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 4px
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 14px 35px;
  font-size: 18px;
  border-radius: 10px
}

.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 {
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:before,
.nav:after {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.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: #484848
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 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.75;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 6px
}

.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: #262626
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none
}

.nav-justified>li>a,
.nav-tabs.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,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 6px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width: 768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #f7f7f7
  }
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table
}

.navbar:after {
  clear: both
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 6px
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table
}

.navbar-header:after {
  clear: both
}

@media (min-width: 768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table
}

.navbar-collapse:after {
  clear: both
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}

@media (max-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 24px;
  height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 6.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 13px;
    padding-bottom: 13px
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 5px;
  margin-bottom: 5px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px
}

.breadcrumb a {
  color: #000
}

.breadcrumb a:hover {
  color: #304830
}

.breadcrumb a,
.breadcrumb>li {
  display: inline-block
}

.breadcrumb a+a:before,
.breadcrumb a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-weight: 900;
  padding: 0 8px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0
}

.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 12px 30px;
  line-height: 1.75;
  text-decoration: none;
  color: #484848;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #304830;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  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: 14px 35px;
  font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 10px 15px;
  font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center
}

.pager:before,
.pager:after {
  content: " ";
  display: table
}

.pager:after {
  clear: both
}

.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: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label-default {
  background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #262626
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0d0d0d
}

.label-success {
  background-color: #79b530
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5e8d25
}

.label-info {
  background-color: #27ceb4
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1fa38f
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f
}

.label-danger {
  background-color: #e44343
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d51f1f
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #484848;
  background-color: #fff
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron {
  border-radius: 10px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.75;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 6px
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #484848
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #484848
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 6px
}

.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-success .close {
  color: #3c763d
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-info .close {
  color: #31708f
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-warning .close {
  color: #8a6d3b
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

.alert-danger .close {
  color: #a94442
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 0
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #262626;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px
}

.progress-bar[aria-valuenow="0"] {
  color: #777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none
}

.progress-bar-success {
  background-color: #79b530
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #27ceb4
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #e44343
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media-right,
.media>.pull-right {
  padding-left: 15px
}

.media-left,
.media>.pull-left {
  padding-right: 15px
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

a.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #262626;
  border-color: #262626
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8c8c8c
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.panel-body {
  padding: 15px
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table
}

.panel-body:after {
  clear: both
}

.panel-heading {
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a {
  color: inherit
}

.panel-footer {
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.panel>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 5px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 5px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 5px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 5px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 24px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px
}

.panel-group .panel+.panel {
  margin-top: 8px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #262626
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #262626;
  border-color: #262626
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #262626
}

.panel-primary>.panel-heading .badge {
  color: #262626;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #262626
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 60px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
  padding: 24px;
  border-radius: 0
}

.well-sm {
  padding: 9px;
  border-radius: 0
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}

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

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.75px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.75
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px
}

.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.carousel-wrapper {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent
}

.carousel-control.right {
  left: auto;
  right: 0
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-control>* {
  display: table-cell !important;
  vertical-align: middle
}

.carousel-control:hover {
  border-color: #24324a;
  color: #24324a
}

.carousel-indicators {
  position: absolute;
  bottom: 00px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #262626
}

.carousel-indicators .active {
  margin: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix: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;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

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

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

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

  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
  }

  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
  }

  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
  }

  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
  }

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[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
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.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-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

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:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  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:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.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;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  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
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .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;
    box-sizing: border-box
  }

  .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 all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important
  }
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform .4s ease;
  transform-origin: top left
}

.mm-panel.mm-opened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  transform: translate(-30%, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
  z-index: 1
}

.mm-panel.mm-noanimation {
  transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-vertical .mm-panel {
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  transform: rotate(225deg);
  right: 19px
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0
}

.mm-prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto
}

.mm-next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-navbar .mm-btn:first-child {
  left: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block
}

.mm-listview,
.mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none
}

.mm-listview>li {
  position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0
}

.mm-listview>li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

.mm-listview>li:not(.mm-divider):after {
  left: 20px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: 40px
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
  color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
  tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, .05)
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  transition: transform .4s ease;
  z-index: 1
}

html.mm-opened {
  overflow-x: hidden;
  position: relative
}

html.mm-blocking {
  overflow: hidden
}

html.mm-blocking body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening .mm-menu~.mm-slideout {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
  html.mm-opening .mm-menu~.mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width:550px) {
  html.mm-opening .mm-menu~.mm-slideout {
    transform: translate(440px, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important
}

.margin-top-1 {
  margin-top: 1px !important
}

.margin-left-1 {
  margin-left: 1px !important
}

.margin-bottom-1 {
  margin-bottom: 1px !important
}

.margin-right-1 {
  margin-right: 1px !important
}

.margin-top-2 {
  margin-top: 2px !important
}

.margin-left-2 {
  margin-left: 2px !important
}

.margin-bottom-2 {
  margin-bottom: 2px !important
}

.margin-right-2 {
  margin-right: 2px !important
}

.margin-top-3 {
  margin-top: 3px !important
}

.margin-left-3 {
  margin-left: 3px !important
}

.margin-bottom-3 {
  margin-bottom: 3px !important
}

.margin-right-3 {
  margin-right: 3px !important
}

.margin-top-4 {
  margin-top: 4px !important
}

.margin-left-4 {
  margin-left: 4px !important
}

.margin-bottom-4 {
  margin-bottom: 4px !important
}

.margin-right-4 {
  margin-right: 4px !important
}

.margin-top-5 {
  margin-top: 5px !important
}

.margin-left-5 {
  margin-left: 5px !important
}

.margin-bottom-5 {
  margin-bottom: 5px !important
}

.margin-right-5 {
  margin-right: 5px !important
}

.margin-top-6 {
  margin-top: 6px !important
}

.margin-left-6 {
  margin-left: 6px !important
}

.margin-bottom-6 {
  margin-bottom: 6px !important
}

.margin-right-6 {
  margin-right: 6px !important
}

.margin-top-7 {
  margin-top: 7px !important
}

.margin-left-7 {
  margin-left: 7px !important
}

.margin-bottom-7 {
  margin-bottom: 7px !important
}

.margin-right-7 {
  margin-right: 7px !important
}

.margin-top-8 {
  margin-top: 8px !important
}

.margin-left-8 {
  margin-left: 8px !important
}

.margin-bottom-8 {
  margin-bottom: 8px !important
}

.margin-right-8 {
  margin-right: 8px !important
}

.margin-top-9 {
  margin-top: 9px !important
}

.margin-left-9 {
  margin-left: 9px !important
}

.margin-bottom-9 {
  margin-bottom: 9px !important
}

.margin-right-9 {
  margin-right: 9px !important
}

.margin-top-10 {
  margin-top: 10px !important
}

.margin-left-10 {
  margin-left: 10px !important
}

.margin-bottom-10 {
  margin-bottom: 10px !important
}

.margin-right-10 {
  margin-right: 10px !important
}

.margin-top-11 {
  margin-top: 11px !important
}

.margin-left-11 {
  margin-left: 11px !important
}

.margin-bottom-11 {
  margin-bottom: 11px !important
}

.margin-right-11 {
  margin-right: 11px !important
}

.margin-top-12 {
  margin-top: 12px !important
}

.margin-left-12 {
  margin-left: 12px !important
}

.margin-bottom-12 {
  margin-bottom: 12px !important
}

.margin-right-12 {
  margin-right: 12px !important
}

.margin-top-13 {
  margin-top: 13px !important
}

.margin-left-13 {
  margin-left: 13px !important
}

.margin-bottom-13 {
  margin-bottom: 13px !important
}

.margin-right-13 {
  margin-right: 13px !important
}

.margin-top-14 {
  margin-top: 14px !important
}

.margin-left-14 {
  margin-left: 14px !important
}

.margin-bottom-14 {
  margin-bottom: 14px !important
}

.margin-right-14 {
  margin-right: 14px !important
}

.margin-top-15 {
  margin-top: 15px !important
}

.margin-left-15 {
  margin-left: 15px !important
}

.margin-bottom-15 {
  margin-bottom: 15px !important
}

.margin-right-15 {
  margin-right: 15px !important
}

.margin-top-16 {
  margin-top: 16px !important
}

.margin-left-16 {
  margin-left: 16px !important
}

.margin-bottom-16 {
  margin-bottom: 16px !important
}

.margin-right-16 {
  margin-right: 16px !important
}

.margin-top-17 {
  margin-top: 17px !important
}

.margin-left-17 {
  margin-left: 17px !important
}

.margin-bottom-17 {
  margin-bottom: 17px !important
}

.margin-right-17 {
  margin-right: 17px !important
}

.margin-top-18 {
  margin-top: 18px !important
}

.margin-left-18 {
  margin-left: 18px !important
}

.margin-bottom-18 {
  margin-bottom: 18px !important
}

.margin-right-18 {
  margin-right: 18px !important
}

.margin-top-19 {
  margin-top: 19px !important
}

.margin-left-19 {
  margin-left: 19px !important
}

.margin-bottom-19 {
  margin-bottom: 19px !important
}

.margin-right-19 {
  margin-right: 19px !important
}

.margin-top-20 {
  margin-top: 20px !important
}

.margin-left-20 {
  margin-left: 20px !important
}

.margin-bottom-20 {
  margin-bottom: 20px !important
}

.margin-right-20 {
  margin-right: 20px !important
}

.margin-top-21 {
  margin-top: 21px !important
}

.margin-left-21 {
  margin-left: 21px !important
}

.margin-bottom-21 {
  margin-bottom: 21px !important
}

.margin-right-21 {
  margin-right: 21px !important
}

.margin-top-22 {
  margin-top: 22px !important
}

.margin-left-22 {
  margin-left: 22px !important
}

.margin-bottom-22 {
  margin-bottom: 22px !important
}

.margin-right-22 {
  margin-right: 22px !important
}

.margin-top-23 {
  margin-top: 23px !important
}

.margin-left-23 {
  margin-left: 23px !important
}

.margin-bottom-23 {
  margin-bottom: 23px !important
}

.margin-right-23 {
  margin-right: 23px !important
}

.margin-top-24 {
  margin-top: 24px !important
}

.margin-left-24 {
  margin-left: 24px !important
}

.margin-bottom-24 {
  margin-bottom: 24px !important
}

.margin-right-24 {
  margin-right: 24px !important
}

.margin-top-25 {
  margin-top: 25px !important
}

.margin-left-25 {
  margin-left: 25px !important
}

.margin-bottom-25 {
  margin-bottom: 25px !important
}

.margin-right-25 {
  margin-right: 25px !important
}

.margin-top-26 {
  margin-top: 26px !important
}

.margin-left-26 {
  margin-left: 26px !important
}

.margin-bottom-26 {
  margin-bottom: 26px !important
}

.margin-right-26 {
  margin-right: 26px !important
}

.margin-top-27 {
  margin-top: 27px !important
}

.margin-left-27 {
  margin-left: 27px !important
}

.margin-bottom-27 {
  margin-bottom: 27px !important
}

.margin-right-27 {
  margin-right: 27px !important
}

.margin-top-28 {
  margin-top: 28px !important
}

.margin-left-28 {
  margin-left: 28px !important
}

.margin-bottom-28 {
  margin-bottom: 28px !important
}

.margin-right-28 {
  margin-right: 28px !important
}

.margin-top-29 {
  margin-top: 29px !important
}

.margin-left-29 {
  margin-left: 29px !important
}

.margin-bottom-29 {
  margin-bottom: 29px !important
}

.margin-right-29 {
  margin-right: 29px !important
}

.margin-top-30 {
  margin-top: 30px !important
}

.margin-left-30 {
  margin-left: 30px !important
}

.margin-bottom-30 {
  margin-bottom: 30px !important
}

.margin-right-30 {
  margin-right: 30px !important
}

.margin-top-31 {
  margin-top: 31px !important
}

.margin-left-31 {
  margin-left: 31px !important
}

.margin-bottom-31 {
  margin-bottom: 31px !important
}

.margin-right-31 {
  margin-right: 31px !important
}

.margin-top-32 {
  margin-top: 32px !important
}

.margin-left-32 {
  margin-left: 32px !important
}

.margin-bottom-32 {
  margin-bottom: 32px !important
}

.margin-right-32 {
  margin-right: 32px !important
}

.margin-top-33 {
  margin-top: 33px !important
}

.margin-left-33 {
  margin-left: 33px !important
}

.margin-bottom-33 {
  margin-bottom: 33px !important
}

.margin-right-33 {
  margin-right: 33px !important
}

.margin-top-34 {
  margin-top: 34px !important
}

.margin-left-34 {
  margin-left: 34px !important
}

.margin-bottom-34 {
  margin-bottom: 34px !important
}

.margin-right-34 {
  margin-right: 34px !important
}

.margin-top-35 {
  margin-top: 35px !important
}

.margin-left-35 {
  margin-left: 35px !important
}

.margin-bottom-35 {
  margin-bottom: 35px !important
}

.margin-right-35 {
  margin-right: 35px !important
}

.margin-top-36 {
  margin-top: 36px !important
}

.margin-left-36 {
  margin-left: 36px !important
}

.margin-bottom-36 {
  margin-bottom: 36px !important
}

.margin-right-36 {
  margin-right: 36px !important
}

.margin-top-37 {
  margin-top: 37px !important
}

.margin-left-37 {
  margin-left: 37px !important
}

.margin-bottom-37 {
  margin-bottom: 37px !important
}

.margin-right-37 {
  margin-right: 37px !important
}

.margin-top-38 {
  margin-top: 38px !important
}

.margin-left-38 {
  margin-left: 38px !important
}

.margin-bottom-38 {
  margin-bottom: 38px !important
}

.margin-right-38 {
  margin-right: 38px !important
}

.margin-top-39 {
  margin-top: 39px !important
}

.margin-left-39 {
  margin-left: 39px !important
}

.margin-bottom-39 {
  margin-bottom: 39px !important
}

.margin-right-39 {
  margin-right: 39px !important
}

.margin-top-40 {
  margin-top: 40px !important
}

.margin-left-40 {
  margin-left: 40px !important
}

.margin-bottom-40 {
  margin-bottom: 40px !important
}

.margin-right-40 {
  margin-right: 40px !important
}

.margin-top-41 {
  margin-top: 41px !important
}

.margin-left-41 {
  margin-left: 41px !important
}

.margin-bottom-41 {
  margin-bottom: 41px !important
}

.margin-right-41 {
  margin-right: 41px !important
}

.margin-top-42 {
  margin-top: 42px !important
}

.margin-left-42 {
  margin-left: 42px !important
}

.margin-bottom-42 {
  margin-bottom: 42px !important
}

.margin-right-42 {
  margin-right: 42px !important
}

.margin-top-43 {
  margin-top: 43px !important
}

.margin-left-43 {
  margin-left: 43px !important
}

.margin-bottom-43 {
  margin-bottom: 43px !important
}

.margin-right-43 {
  margin-right: 43px !important
}

.margin-top-44 {
  margin-top: 44px !important
}

.margin-left-44 {
  margin-left: 44px !important
}

.margin-bottom-44 {
  margin-bottom: 44px !important
}

.margin-right-44 {
  margin-right: 44px !important
}

.margin-top-45 {
  margin-top: 45px !important
}

.margin-left-45 {
  margin-left: 45px !important
}

.margin-bottom-45 {
  margin-bottom: 45px !important
}

.margin-right-45 {
  margin-right: 45px !important
}

.margin-top-46 {
  margin-top: 46px !important
}

.margin-left-46 {
  margin-left: 46px !important
}

.margin-bottom-46 {
  margin-bottom: 46px !important
}

.margin-right-46 {
  margin-right: 46px !important
}

.margin-top-47 {
  margin-top: 47px !important
}

.margin-left-47 {
  margin-left: 47px !important
}

.margin-bottom-47 {
  margin-bottom: 47px !important
}

.margin-right-47 {
  margin-right: 47px !important
}

.margin-top-48 {
  margin-top: 48px !important
}

.margin-left-48 {
  margin-left: 48px !important
}

.margin-bottom-48 {
  margin-bottom: 48px !important
}

.margin-right-48 {
  margin-right: 48px !important
}

.margin-top-49 {
  margin-top: 49px !important
}

.margin-left-49 {
  margin-left: 49px !important
}

.margin-bottom-49 {
  margin-bottom: 49px !important
}

.margin-right-49 {
  margin-right: 49px !important
}

.margin-top-50 {
  margin-top: 50px !important
}

.margin-left-50 {
  margin-left: 50px !important
}

.margin-bottom-50 {
  margin-bottom: 50px !important
}

.margin-right-50 {
  margin-right: 50px !important
}

.margin-top-51 {
  margin-top: 51px !important
}

.margin-left-51 {
  margin-left: 51px !important
}

.margin-bottom-51 {
  margin-bottom: 51px !important
}

.margin-right-51 {
  margin-right: 51px !important
}

.margin-top-52 {
  margin-top: 52px !important
}

.margin-left-52 {
  margin-left: 52px !important
}

.margin-bottom-52 {
  margin-bottom: 52px !important
}

.margin-right-52 {
  margin-right: 52px !important
}

.margin-top-53 {
  margin-top: 53px !important
}

.margin-left-53 {
  margin-left: 53px !important
}

.margin-bottom-53 {
  margin-bottom: 53px !important
}

.margin-right-53 {
  margin-right: 53px !important
}

.margin-top-54 {
  margin-top: 54px !important
}

.margin-left-54 {
  margin-left: 54px !important
}

.margin-bottom-54 {
  margin-bottom: 54px !important
}

.margin-right-54 {
  margin-right: 54px !important
}

.margin-top-55 {
  margin-top: 55px !important
}

.margin-left-55 {
  margin-left: 55px !important
}

.margin-bottom-55 {
  margin-bottom: 55px !important
}

.margin-right-55 {
  margin-right: 55px !important
}

.margin-top-56 {
  margin-top: 56px !important
}

.margin-left-56 {
  margin-left: 56px !important
}

.margin-bottom-56 {
  margin-bottom: 56px !important
}

.margin-right-56 {
  margin-right: 56px !important
}

.margin-top-57 {
  margin-top: 57px !important
}

.margin-left-57 {
  margin-left: 57px !important
}

.margin-bottom-57 {
  margin-bottom: 57px !important
}

.margin-right-57 {
  margin-right: 57px !important
}

.margin-top-58 {
  margin-top: 58px !important
}

.margin-left-58 {
  margin-left: 58px !important
}

.margin-bottom-58 {
  margin-bottom: 58px !important
}

.margin-right-58 {
  margin-right: 58px !important
}

.margin-top-59 {
  margin-top: 59px !important
}

.margin-left-59 {
  margin-left: 59px !important
}

.margin-bottom-59 {
  margin-bottom: 59px !important
}

.margin-right-59 {
  margin-right: 59px !important
}

.margin-top-60 {
  margin-top: 60px !important
}

.margin-left-60 {
  margin-left: 60px !important
}

.margin-bottom-60 {
  margin-bottom: 60px !important
}

.margin-right-60 {
  margin-right: 60px !important
}

.margin-top-61 {
  margin-top: 61px !important
}

.margin-left-61 {
  margin-left: 61px !important
}

.margin-bottom-61 {
  margin-bottom: 61px !important
}

.margin-right-61 {
  margin-right: 61px !important
}

.margin-top-62 {
  margin-top: 62px !important
}

.margin-left-62 {
  margin-left: 62px !important
}

.margin-bottom-62 {
  margin-bottom: 62px !important
}

.margin-right-62 {
  margin-right: 62px !important
}

.margin-top-63 {
  margin-top: 63px !important
}

.margin-left-63 {
  margin-left: 63px !important
}

.margin-bottom-63 {
  margin-bottom: 63px !important
}

.margin-right-63 {
  margin-right: 63px !important
}

.margin-top-64 {
  margin-top: 64px !important
}

.margin-left-64 {
  margin-left: 64px !important
}

.margin-bottom-64 {
  margin-bottom: 64px !important
}

.margin-right-64 {
  margin-right: 64px !important
}

.margin-top-65 {
  margin-top: 65px !important
}

.margin-left-65 {
  margin-left: 65px !important
}

.margin-bottom-65 {
  margin-bottom: 65px !important
}

.margin-right-65 {
  margin-right: 65px !important
}

.margin-top-66 {
  margin-top: 66px !important
}

.margin-left-66 {
  margin-left: 66px !important
}

.margin-bottom-66 {
  margin-bottom: 66px !important
}

.margin-right-66 {
  margin-right: 66px !important
}

.margin-top-67 {
  margin-top: 67px !important
}

.margin-left-67 {
  margin-left: 67px !important
}

.margin-bottom-67 {
  margin-bottom: 67px !important
}

.margin-right-67 {
  margin-right: 67px !important
}

.margin-top-68 {
  margin-top: 68px !important
}

.margin-left-68 {
  margin-left: 68px !important
}

.margin-bottom-68 {
  margin-bottom: 68px !important
}

.margin-right-68 {
  margin-right: 68px !important
}

.margin-top-69 {
  margin-top: 69px !important
}

.margin-left-69 {
  margin-left: 69px !important
}

.margin-bottom-69 {
  margin-bottom: 69px !important
}

.margin-right-69 {
  margin-right: 69px !important
}

.margin-top-70 {
  margin-top: 70px !important
}

.margin-left-70 {
  margin-left: 70px !important
}

.margin-bottom-70 {
  margin-bottom: 70px !important
}

.margin-right-70 {
  margin-right: 70px !important
}

.margin-top-71 {
  margin-top: 71px !important
}

.margin-left-71 {
  margin-left: 71px !important
}

.margin-bottom-71 {
  margin-bottom: 71px !important
}

.margin-right-71 {
  margin-right: 71px !important
}

.margin-top-72 {
  margin-top: 72px !important
}

.margin-left-72 {
  margin-left: 72px !important
}

.margin-bottom-72 {
  margin-bottom: 72px !important
}

.margin-right-72 {
  margin-right: 72px !important
}

.margin-top-73 {
  margin-top: 73px !important
}

.margin-left-73 {
  margin-left: 73px !important
}

.margin-bottom-73 {
  margin-bottom: 73px !important
}

.margin-right-73 {
  margin-right: 73px !important
}

.margin-top-74 {
  margin-top: 74px !important
}

.margin-left-74 {
  margin-left: 74px !important
}

.margin-bottom-74 {
  margin-bottom: 74px !important
}

.margin-right-74 {
  margin-right: 74px !important
}

.margin-top-75 {
  margin-top: 75px !important
}

.margin-left-75 {
  margin-left: 75px !important
}

.margin-bottom-75 {
  margin-bottom: 75px !important
}

.margin-right-75 {
  margin-right: 75px !important
}

.margin-top-76 {
  margin-top: 76px !important
}

.margin-left-76 {
  margin-left: 76px !important
}

.margin-bottom-76 {
  margin-bottom: 76px !important
}

.margin-right-76 {
  margin-right: 76px !important
}

.margin-top-77 {
  margin-top: 77px !important
}

.margin-left-77 {
  margin-left: 77px !important
}

.margin-bottom-77 {
  margin-bottom: 77px !important
}

.margin-right-77 {
  margin-right: 77px !important
}

.margin-top-78 {
  margin-top: 78px !important
}

.margin-left-78 {
  margin-left: 78px !important
}

.margin-bottom-78 {
  margin-bottom: 78px !important
}

.margin-right-78 {
  margin-right: 78px !important
}

.margin-top-79 {
  margin-top: 79px !important
}

.margin-left-79 {
  margin-left: 79px !important
}

.margin-bottom-79 {
  margin-bottom: 79px !important
}

.margin-right-79 {
  margin-right: 79px !important
}

.margin-top-80 {
  margin-top: 80px !important
}

.margin-left-80 {
  margin-left: 80px !important
}

.margin-bottom-80 {
  margin-bottom: 80px !important
}

.margin-right-80 {
  margin-right: 80px !important
}

.padding-top-1 {
  padding-top: 1px !important
}

.padding-left-1 {
  padding-left: 1px !important
}

.padding-bottom-1 {
  padding-bottom: 1px !important
}

.padding-right-1 {
  padding-right: 1px !important
}

.padding-top-2 {
  padding-top: 2px !important
}

.padding-left-2 {
  padding-left: 2px !important
}

.padding-bottom-2 {
  padding-bottom: 2px !important
}

.padding-right-2 {
  padding-right: 2px !important
}

.padding-top-3 {
  padding-top: 3px !important
}

.padding-left-3 {
  padding-left: 3px !important
}

.padding-bottom-3 {
  padding-bottom: 3px !important
}

.padding-right-3 {
  padding-right: 3px !important
}

.padding-top-4 {
  padding-top: 4px !important
}

.padding-left-4 {
  padding-left: 4px !important
}

.padding-bottom-4 {
  padding-bottom: 4px !important
}

.padding-right-4 {
  padding-right: 4px !important
}

.padding-top-5 {
  padding-top: 5px !important
}

.padding-left-5 {
  padding-left: 5px !important
}

.padding-bottom-5 {
  padding-bottom: 5px !important
}

.padding-right-5 {
  padding-right: 5px !important
}

.padding-top-6 {
  padding-top: 6px !important
}

.padding-left-6 {
  padding-left: 6px !important
}

.padding-bottom-6 {
  padding-bottom: 6px !important
}

.padding-right-6 {
  padding-right: 6px !important
}

.padding-top-7 {
  padding-top: 7px !important
}

.padding-left-7 {
  padding-left: 7px !important
}

.padding-bottom-7 {
  padding-bottom: 7px !important
}

.padding-right-7 {
  padding-right: 7px !important
}

.padding-top-8 {
  padding-top: 8px !important
}

.padding-left-8 {
  padding-left: 8px !important
}

.padding-bottom-8 {
  padding-bottom: 8px !important
}

.padding-right-8 {
  padding-right: 8px !important
}

.padding-top-9 {
  padding-top: 9px !important
}

.padding-left-9 {
  padding-left: 9px !important
}

.padding-bottom-9 {
  padding-bottom: 9px !important
}

.padding-right-9 {
  padding-right: 9px !important
}

.padding-top-10 {
  padding-top: 10px !important
}

.padding-left-10 {
  padding-left: 10px !important
}

.padding-bottom-10 {
  padding-bottom: 10px !important
}

.padding-right-10 {
  padding-right: 10px !important
}

.padding-top-11 {
  padding-top: 11px !important
}

.padding-left-11 {
  padding-left: 11px !important
}

.padding-bottom-11 {
  padding-bottom: 11px !important
}

.padding-right-11 {
  padding-right: 11px !important
}

.padding-top-12 {
  padding-top: 12px !important
}

.padding-left-12 {
  padding-left: 12px !important
}

.padding-bottom-12 {
  padding-bottom: 12px !important
}

.padding-right-12 {
  padding-right: 12px !important
}

.padding-top-13 {
  padding-top: 13px !important
}

.padding-left-13 {
  padding-left: 13px !important
}

.padding-bottom-13 {
  padding-bottom: 13px !important
}

.padding-right-13 {
  padding-right: 13px !important
}

.padding-top-14 {
  padding-top: 14px !important
}

.padding-left-14 {
  padding-left: 14px !important
}

.padding-bottom-14 {
  padding-bottom: 14px !important
}

.padding-right-14 {
  padding-right: 14px !important
}

.padding-top-15 {
  padding-top: 15px !important
}

.padding-left-15 {
  padding-left: 15px !important
}

.padding-bottom-15 {
  padding-bottom: 15px !important
}

.padding-right-15 {
  padding-right: 15px !important
}

.padding-top-16 {
  padding-top: 16px !important
}

.padding-left-16 {
  padding-left: 16px !important
}

.padding-bottom-16 {
  padding-bottom: 16px !important
}

.padding-right-16 {
  padding-right: 16px !important
}

.padding-top-17 {
  padding-top: 17px !important
}

.padding-left-17 {
  padding-left: 17px !important
}

.padding-bottom-17 {
  padding-bottom: 17px !important
}

.padding-right-17 {
  padding-right: 17px !important
}

.padding-top-18 {
  padding-top: 18px !important
}

.padding-left-18 {
  padding-left: 18px !important
}

.padding-bottom-18 {
  padding-bottom: 18px !important
}

.padding-right-18 {
  padding-right: 18px !important
}

.padding-top-19 {
  padding-top: 19px !important
}

.padding-left-19 {
  padding-left: 19px !important
}

.padding-bottom-19 {
  padding-bottom: 19px !important
}

.padding-right-19 {
  padding-right: 19px !important
}

.padding-top-20 {
  padding-top: 20px !important
}

.padding-left-20 {
  padding-left: 20px !important
}

.padding-bottom-20 {
  padding-bottom: 20px !important
}

.padding-right-20 {
  padding-right: 20px !important
}

.padding-top-21 {
  padding-top: 21px !important
}

.padding-left-21 {
  padding-left: 21px !important
}

.padding-bottom-21 {
  padding-bottom: 21px !important
}

.padding-right-21 {
  padding-right: 21px !important
}

.padding-top-22 {
  padding-top: 22px !important
}

.padding-left-22 {
  padding-left: 22px !important
}

.padding-bottom-22 {
  padding-bottom: 22px !important
}

.padding-right-22 {
  padding-right: 22px !important
}

.padding-top-23 {
  padding-top: 23px !important
}

.padding-left-23 {
  padding-left: 23px !important
}

.padding-bottom-23 {
  padding-bottom: 23px !important
}

.padding-right-23 {
  padding-right: 23px !important
}

.padding-top-24 {
  padding-top: 24px !important
}

.padding-left-24 {
  padding-left: 24px !important
}

.padding-bottom-24 {
  padding-bottom: 24px !important
}

.padding-right-24 {
  padding-right: 24px !important
}

.padding-top-25 {
  padding-top: 25px !important
}

.padding-left-25 {
  padding-left: 25px !important
}

.padding-bottom-25 {
  padding-bottom: 25px !important
}

.padding-right-25 {
  padding-right: 25px !important
}

.padding-top-26 {
  padding-top: 26px !important
}

.padding-left-26 {
  padding-left: 26px !important
}

.padding-bottom-26 {
  padding-bottom: 26px !important
}

.padding-right-26 {
  padding-right: 26px !important
}

.padding-top-27 {
  padding-top: 27px !important
}

.padding-left-27 {
  padding-left: 27px !important
}

.padding-bottom-27 {
  padding-bottom: 27px !important
}

.padding-right-27 {
  padding-right: 27px !important
}

.padding-top-28 {
  padding-top: 28px !important
}

.padding-left-28 {
  padding-left: 28px !important
}

.padding-bottom-28 {
  padding-bottom: 28px !important
}

.padding-right-28 {
  padding-right: 28px !important
}

.padding-top-29 {
  padding-top: 29px !important
}

.padding-left-29 {
  padding-left: 29px !important
}

.padding-bottom-29 {
  padding-bottom: 29px !important
}

.padding-right-29 {
  padding-right: 29px !important
}

.padding-top-30 {
  padding-top: 30px !important
}

.padding-left-30 {
  padding-left: 30px !important
}

.padding-bottom-30 {
  padding-bottom: 30px !important
}

.padding-right-30 {
  padding-right: 30px !important
}

.padding-top-31 {
  padding-top: 31px !important
}

.padding-left-31 {
  padding-left: 31px !important
}

.padding-bottom-31 {
  padding-bottom: 31px !important
}

.padding-right-31 {
  padding-right: 31px !important
}

.padding-top-32 {
  padding-top: 32px !important
}

.padding-left-32 {
  padding-left: 32px !important
}

.padding-bottom-32 {
  padding-bottom: 32px !important
}

.padding-right-32 {
  padding-right: 32px !important
}

.padding-top-33 {
  padding-top: 33px !important
}

.padding-left-33 {
  padding-left: 33px !important
}

.padding-bottom-33 {
  padding-bottom: 33px !important
}

.padding-right-33 {
  padding-right: 33px !important
}

.padding-top-34 {
  padding-top: 34px !important
}

.padding-left-34 {
  padding-left: 34px !important
}

.padding-bottom-34 {
  padding-bottom: 34px !important
}

.padding-right-34 {
  padding-right: 34px !important
}

.padding-top-35 {
  padding-top: 35px !important
}

.padding-left-35 {
  padding-left: 35px !important
}

.padding-bottom-35 {
  padding-bottom: 35px !important
}

.padding-right-35 {
  padding-right: 35px !important
}

.padding-top-36 {
  padding-top: 36px !important
}

.padding-left-36 {
  padding-left: 36px !important
}

.padding-bottom-36 {
  padding-bottom: 36px !important
}

.padding-right-36 {
  padding-right: 36px !important
}

.padding-top-37 {
  padding-top: 37px !important
}

.padding-left-37 {
  padding-left: 37px !important
}

.padding-bottom-37 {
  padding-bottom: 37px !important
}

.padding-right-37 {
  padding-right: 37px !important
}

.padding-top-38 {
  padding-top: 38px !important
}

.padding-left-38 {
  padding-left: 38px !important
}

.padding-bottom-38 {
  padding-bottom: 38px !important
}

.padding-right-38 {
  padding-right: 38px !important
}

.padding-top-39 {
  padding-top: 39px !important
}

.padding-left-39 {
  padding-left: 39px !important
}

.padding-bottom-39 {
  padding-bottom: 39px !important
}

.padding-right-39 {
  padding-right: 39px !important
}

.padding-top-40 {
  padding-top: 40px !important
}

.padding-left-40 {
  padding-left: 40px !important
}

.padding-bottom-40 {
  padding-bottom: 40px !important
}

.padding-right-40 {
  padding-right: 40px !important
}

.padding-top-41 {
  padding-top: 41px !important
}

.padding-left-41 {
  padding-left: 41px !important
}

.padding-bottom-41 {
  padding-bottom: 41px !important
}

.padding-right-41 {
  padding-right: 41px !important
}

.padding-top-42 {
  padding-top: 42px !important
}

.padding-left-42 {
  padding-left: 42px !important
}

.padding-bottom-42 {
  padding-bottom: 42px !important
}

.padding-right-42 {
  padding-right: 42px !important
}

.padding-top-43 {
  padding-top: 43px !important
}

.padding-left-43 {
  padding-left: 43px !important
}

.padding-bottom-43 {
  padding-bottom: 43px !important
}

.padding-right-43 {
  padding-right: 43px !important
}

.padding-top-44 {
  padding-top: 44px !important
}

.padding-left-44 {
  padding-left: 44px !important
}

.padding-bottom-44 {
  padding-bottom: 44px !important
}

.padding-right-44 {
  padding-right: 44px !important
}

.padding-top-45 {
  padding-top: 45px !important
}

.padding-left-45 {
  padding-left: 45px !important
}

.padding-bottom-45 {
  padding-bottom: 45px !important
}

.padding-right-45 {
  padding-right: 45px !important
}

.padding-top-46 {
  padding-top: 46px !important
}

.padding-left-46 {
  padding-left: 46px !important
}

.padding-bottom-46 {
  padding-bottom: 46px !important
}

.padding-right-46 {
  padding-right: 46px !important
}

.padding-top-47 {
  padding-top: 47px !important
}

.padding-left-47 {
  padding-left: 47px !important
}

.padding-bottom-47 {
  padding-bottom: 47px !important
}

.padding-right-47 {
  padding-right: 47px !important
}

.padding-top-48 {
  padding-top: 48px !important
}

.padding-left-48 {
  padding-left: 48px !important
}

.padding-bottom-48 {
  padding-bottom: 48px !important
}

.padding-right-48 {
  padding-right: 48px !important
}

.padding-top-49 {
  padding-top: 49px !important
}

.padding-left-49 {
  padding-left: 49px !important
}

.padding-bottom-49 {
  padding-bottom: 49px !important
}

.padding-right-49 {
  padding-right: 49px !important
}

.padding-top-50 {
  padding-top: 50px !important
}

.padding-left-50 {
  padding-left: 50px !important
}

.padding-bottom-50 {
  padding-bottom: 50px !important
}

.padding-right-50 {
  padding-right: 50px !important
}

.padding-top-51 {
  padding-top: 51px !important
}

.padding-left-51 {
  padding-left: 51px !important
}

.padding-bottom-51 {
  padding-bottom: 51px !important
}

.padding-right-51 {
  padding-right: 51px !important
}

.padding-top-52 {
  padding-top: 52px !important
}

.padding-left-52 {
  padding-left: 52px !important
}

.padding-bottom-52 {
  padding-bottom: 52px !important
}

.padding-right-52 {
  padding-right: 52px !important
}

.padding-top-53 {
  padding-top: 53px !important
}

.padding-left-53 {
  padding-left: 53px !important
}

.padding-bottom-53 {
  padding-bottom: 53px !important
}

.padding-right-53 {
  padding-right: 53px !important
}

.padding-top-54 {
  padding-top: 54px !important
}

.padding-left-54 {
  padding-left: 54px !important
}

.padding-bottom-54 {
  padding-bottom: 54px !important
}

.padding-right-54 {
  padding-right: 54px !important
}

.padding-top-55 {
  padding-top: 55px !important
}

.padding-left-55 {
  padding-left: 55px !important
}

.padding-bottom-55 {
  padding-bottom: 55px !important
}

.padding-right-55 {
  padding-right: 55px !important
}

.padding-top-56 {
  padding-top: 56px !important
}

.padding-left-56 {
  padding-left: 56px !important
}

.padding-bottom-56 {
  padding-bottom: 56px !important
}

.padding-right-56 {
  padding-right: 56px !important
}

.padding-top-57 {
  padding-top: 57px !important
}

.padding-left-57 {
  padding-left: 57px !important
}

.padding-bottom-57 {
  padding-bottom: 57px !important
}

.padding-right-57 {
  padding-right: 57px !important
}

.padding-top-58 {
  padding-top: 58px !important
}

.padding-left-58 {
  padding-left: 58px !important
}

.padding-bottom-58 {
  padding-bottom: 58px !important
}

.padding-right-58 {
  padding-right: 58px !important
}

.padding-top-59 {
  padding-top: 59px !important
}

.padding-left-59 {
  padding-left: 59px !important
}

.padding-bottom-59 {
  padding-bottom: 59px !important
}

.padding-right-59 {
  padding-right: 59px !important
}

.padding-top-60 {
  padding-top: 60px !important
}

.padding-left-60 {
  padding-left: 60px !important
}

.padding-bottom-60 {
  padding-bottom: 60px !important
}

.padding-right-60 {
  padding-right: 60px !important
}

.padding-top-61 {
  padding-top: 61px !important
}

.padding-left-61 {
  padding-left: 61px !important
}

.padding-bottom-61 {
  padding-bottom: 61px !important
}

.padding-right-61 {
  padding-right: 61px !important
}

.padding-top-62 {
  padding-top: 62px !important
}

.padding-left-62 {
  padding-left: 62px !important
}

.padding-bottom-62 {
  padding-bottom: 62px !important
}

.padding-right-62 {
  padding-right: 62px !important
}

.padding-top-63 {
  padding-top: 63px !important
}

.padding-left-63 {
  padding-left: 63px !important
}

.padding-bottom-63 {
  padding-bottom: 63px !important
}

.padding-right-63 {
  padding-right: 63px !important
}

.padding-top-64 {
  padding-top: 64px !important
}

.padding-left-64 {
  padding-left: 64px !important
}

.padding-bottom-64 {
  padding-bottom: 64px !important
}

.padding-right-64 {
  padding-right: 64px !important
}

.padding-top-65 {
  padding-top: 65px !important
}

.padding-left-65 {
  padding-left: 65px !important
}

.padding-bottom-65 {
  padding-bottom: 65px !important
}

.padding-right-65 {
  padding-right: 65px !important
}

.padding-top-66 {
  padding-top: 66px !important
}

.padding-left-66 {
  padding-left: 66px !important
}

.padding-bottom-66 {
  padding-bottom: 66px !important
}

.padding-right-66 {
  padding-right: 66px !important
}

.padding-top-67 {
  padding-top: 67px !important
}

.padding-left-67 {
  padding-left: 67px !important
}

.padding-bottom-67 {
  padding-bottom: 67px !important
}

.padding-right-67 {
  padding-right: 67px !important
}

.padding-top-68 {
  padding-top: 68px !important
}

.padding-left-68 {
  padding-left: 68px !important
}

.padding-bottom-68 {
  padding-bottom: 68px !important
}

.padding-right-68 {
  padding-right: 68px !important
}

.padding-top-69 {
  padding-top: 69px !important
}

.padding-left-69 {
  padding-left: 69px !important
}

.padding-bottom-69 {
  padding-bottom: 69px !important
}

.padding-right-69 {
  padding-right: 69px !important
}

.padding-top-70 {
  padding-top: 70px !important
}

.padding-left-70 {
  padding-left: 70px !important
}

.padding-bottom-70 {
  padding-bottom: 70px !important
}

.padding-right-70 {
  padding-right: 70px !important
}

.padding-top-71 {
  padding-top: 71px !important
}

.padding-left-71 {
  padding-left: 71px !important
}

.padding-bottom-71 {
  padding-bottom: 71px !important
}

.padding-right-71 {
  padding-right: 71px !important
}

.padding-top-72 {
  padding-top: 72px !important
}

.padding-left-72 {
  padding-left: 72px !important
}

.padding-bottom-72 {
  padding-bottom: 72px !important
}

.padding-right-72 {
  padding-right: 72px !important
}

.padding-top-73 {
  padding-top: 73px !important
}

.padding-left-73 {
  padding-left: 73px !important
}

.padding-bottom-73 {
  padding-bottom: 73px !important
}

.padding-right-73 {
  padding-right: 73px !important
}

.padding-top-74 {
  padding-top: 74px !important
}

.padding-left-74 {
  padding-left: 74px !important
}

.padding-bottom-74 {
  padding-bottom: 74px !important
}

.padding-right-74 {
  padding-right: 74px !important
}

.padding-top-75 {
  padding-top: 75px !important
}

.padding-left-75 {
  padding-left: 75px !important
}

.padding-bottom-75 {
  padding-bottom: 75px !important
}

.padding-right-75 {
  padding-right: 75px !important
}

.padding-top-76 {
  padding-top: 76px !important
}

.padding-left-76 {
  padding-left: 76px !important
}

.padding-bottom-76 {
  padding-bottom: 76px !important
}

.padding-right-76 {
  padding-right: 76px !important
}

.padding-top-77 {
  padding-top: 77px !important
}

.padding-left-77 {
  padding-left: 77px !important
}

.padding-bottom-77 {
  padding-bottom: 77px !important
}

.padding-right-77 {
  padding-right: 77px !important
}

.padding-top-78 {
  padding-top: 78px !important
}

.padding-left-78 {
  padding-left: 78px !important
}

.padding-bottom-78 {
  padding-bottom: 78px !important
}

.padding-right-78 {
  padding-right: 78px !important
}

.padding-top-79 {
  padding-top: 79px !important
}

.padding-left-79 {
  padding-left: 79px !important
}

.padding-bottom-79 {
  padding-bottom: 79px !important
}

.padding-right-79 {
  padding-right: 79px !important
}

.padding-top-80 {
  padding-top: 80px !important
}

.padding-left-80 {
  padding-left: 80px !important
}

.padding-bottom-80 {
  padding-bottom: 80px !important
}

.padding-right-80 {
  padding-right: 80px !important
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale_icon {
  form {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideIcon {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@-webkit-keyframes scale_icon_map {
  form {
    -webkit-transform: rotateX(-60deg) scale(0);
    -moz-transform: rotateX(-60deg) scale(0);
    -ms-transform: rotateX(-60deg) scale(0);
    -o-transform: rotateX(-60deg) scale(0);
    transform: rotateX(-60deg) scale(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    -webkit-transform: rotateX(-60deg) scale(1.2);
    -moz-transform: rotateX(-60deg) scale(1.2);
    -ms-transform: rotateX(-60deg) scale(1.2);
    -o-transform: rotateX(-60deg) scale(1.2);
    transform: rotateX(-60deg) scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.wp-block-image,
.wp-block-gallery {
  margin-bottom: 28px
}

.form-control {
  padding-left: 20px;
  padding-right: 20px
}

figcaption {
  margin-top: 15px
}

button,
.btn,
a {
  outline: none !important
}

.mfp-container {
  overflow-x: hidden
}

fieldset {
  clear: both;
  overflow: hidden
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px
}

.post-password-form input[type="submit"] {
  background: #304830;
  color: #fff;
  border: none;
  padding: 5px 25px
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active {
  color: #fff;
  background: #304830
}

.btn-search-top {
  cursor: pointer;
  display: inline-block
}

.input-group .btn {
  border-width: 1px
}

a:focus,
.btn:focus {
  outline: none !important
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0
}

.media-body {
  width: 10000px
}

.btn,
button {
  outline: none !important
}

::-moz-selection {
  color: #fff;
  background: #24324a
}

::selection {
  color: #fff;
  background: #24324a
}

.pswp__item {
  cursor: move
}

.no-border {
  border: none !important
}

.no-border:before {
  display: none !important
}

.wpb_widgetised_column {
  margin: 0
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle
}

.topmenu-menu-line li .space {
  margin: 0 3px
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px
}

.top-menu-mobile .navbar-nav>li>a {
  padding: 2px 15px
}

.apus-mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.apus-mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.apus-mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0)
}

.apus-mfp-zoom-in.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.apus-mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  opacity: 0;
  filter: alpha(opacity=0)
}

.login-popup .mfp-content {
  max-width: 810px
}

.login-popup .mfp-content .msg-inner {
  padding: 15px
}

@media (min-width: 1200px) {
  .login-popup .mfp-content .msg-inner {
    padding: 30px
  }
}

.login-popup.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100)
}

.login-popup .mfp-close {
  border: 0;
  background-color: transparent !important;
  top: 18px;
  right: 15px;
  color: #006c70;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .login-popup .mfp-close {
  left: 15px;
  right: auto
}

.login-popup .mfp-close:hover,
.login-popup .mfp-close:focus {
  color: #e44343
}

.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%)
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.apus-quickview .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff
}

@media (min-width: 1200px) {
  .apus-quickview .mfp-inline-holder .mfp-content {
    width: 1200px;
    min-height: 400px
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .details-product {
  padding: 35px 20px 20px;
  overflow: hidden;
  margin: 0 !important
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 0
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .woocommerce-product-details__short-description-wrapper {
  overflow: auto
}

.apus-quickview .mfp-inline-holder .mfp-content .information-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden
}

@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 30px 0 30px 30px
  }

  .rtl .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 30px 30px 30px 0
  }

  .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 30px 0 0
  }

  .rtl .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 0 0 30px
  }
}

@media (max-width: 767px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product .information {
    padding-top: 10px
  }
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
  background: transparent !important;
  color: #484848;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover,
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
  color: #e44343
}

.apus-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
  margin-top: 16px
}

.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel {
  margin-left: -8px;
  margin-right: -8px
}

.apus-quickview .mfp-inline-holder .mfp-content .listaDestacadas .slick-slide {
  padding-left: 8px;
  padding-right: 8px
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative
}

.action[aria-expanded="true"] b {
  border: none
}

.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px
}

ins {
  text-decoration: none
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.audio-responsive iframe {
  width: 100%;
  height: 126px
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none
}

ul.list-square>li {
  line-height: 35px;
  font-size: 14px;
  margin: 0
}

ul.list-square>li.active>a,
ul.list-square>li:hover>a {
  color: #304830
}

ul.list-square>li.active>a:before,
ul.list-square>li:hover>a:before {
  background: #304830
}

ul.list-square>li>a {
  display: block;
  padding-left: 21px;
  position: relative
}

.rtl ul.list-square>li>a {
  padding-right: 21px;
  padding-left: inherit
}

ul.list-square>li>a:before {
  content: '';
  background: #484848;
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.rtl ul.list-square>li>a:before {
  right: 0;
  left: auto
}

.breadcrumb>a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
  color: #777 !important;
  display: inline-block;
  content: "\f105"
}

.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #484848
}

.apus-breadscrumb .breadcrumb .active {
  color: #484848
}

.apus-breadscrumb .breadcrumb a {
  color: #484848;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.apus-breadscrumb .breadcrumb a:hover,
.apus-breadscrumb .breadcrumb a:focus {
  color: #304830
}

.apus-breadscrumb .wrapper-breads {
  position: relative;
  padding: 20px 0;
  width: 100%
}

@media (min-width: 1200px) {
  .apus-breadscrumb .wrapper-breads {
    padding: 50px 0
  }
}

.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  font-size: 20px;
  margin: 0 0 5px
}

@media (min-width: 1200px) {
  .apus-breadscrumb .bread-title {
    font-size: 30px
  }
}

.apus-breadscrumb.horizontal {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6
}

@media (min-width: 1200px) {
  .apus-breadscrumb.horizontal {
    margin-bottom: 85px
  }
}

@media (min-width: 1200px) {
  .apus-breadscrumb.horizontal .wrapper-breads {
    padding: 30px 0
  }
}

@media (min-width: 768px) {
  .apus-breadscrumb.horizontal .wrapper-breads-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center
  }

  .apus-breadscrumb.horizontal .wrapper-breads-inner .left-inner {
    margin-left: auto
  }

  .rtl .apus-breadscrumb.horizontal .wrapper-breads-inner .left-inner {
    margin-right: auto;
    margin-left: 0
  }
}

.apus-breadscrumb.has_bg {
  margin-bottom: 20px;
  background-size: cover;
  background-position: center
}

@media (min-width: 1200px) {
  .apus-breadscrumb.has_bg {
    margin-bottom: 30px
  }

  .apus-breadscrumb.has_bg .wrapper-breads {
    padding: 150px 0
  }
}

.apus-breadscrumb.has_bg .breadcrumb a {
  color: #fff !important;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.apus-breadscrumb.has_bg .breadcrumb a:hover,
.apus-breadscrumb.has_bg .breadcrumb a:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-breadscrumb.has_bg li:before {
  color: #fff !important;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.apus-breadscrumb.has_bg .bread-title {
  color: #fff
}

.apus-breadscrumb .breadcrumb .active {
  color: #304830
}

.apus-breadscrumb .breadcrumb a {
  color: #777
}

.apus-breadscrumb .breadcrumb a:hover,
.apus-breadscrumb .breadcrumb a:focus {
  color: #304830
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: #484848
}

.search-form .btn {
  padding: 12px 15px
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 300px !important;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15)
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer
}

.ui-autocomplete.ui-widget-content li:hover .team-agent-list-label,
.ui-autocomplete.ui-widget-content li:focus .team-agent-list-label {
  color: #304830
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0
}

.bg-dark {
  background: #272727;
  color: #fff
}

.text-purple {
  color: #6c58bd !important
}

.text-red {
  color: #f21136 !important
}

.text-green {
  color: #0fb76b !important
}

.text-blue {
  color: #1194f7 !important
}

.text-orange {
  color: #f66000 !important
}

.text-yellow {
  color: #e2d951 !important
}

.text-black {
  color: #000 !important
}

.text-white,
.text-light {
  color: #FFF !important
}

.text-darker {
  color: #333 !important
}

.text-uppercase {
  text-transform: uppercase
}

.radius-0 {
  border-radius: 0 !important
}

.radius-x {
  border-radius: 50% !important
}

.radius-1x {
  border-radius: 10px !important
}

.radius-2x {
  border-radius: 20px !important
}

.radius-3x {
  border-radius: 30px !important
}

.radius-4x {
  border-radius: 40px !important
}

.radius-5x {
  border-radius: 5px !important
}

.radius-6x {
  border-radius: 3px !important
}

.owl-carousel-play {
  position: relative
}

.owl-carousel-play .owl-item:last-child .product-wrapper {
  border: none
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 4;
  bottom: 8px;
  left: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  display: inline-block;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #141e2f;
  color: #8a99b3
}

.rtl .add-fix-top {
  left: 8px;
  right: auto
}

@media (min-width: 1200px) {
  .add-fix-top {
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 15px
  }

  .rtl .add-fix-top {
    left: 30px;
    right: auto
  }
}

.add-fix-top.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.7;
  filter: alpha(opacity=70)
}

@media (min-width: 1200px) {
  .add-fix-top.active {
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

.add-fix-top.active:focus,
.add-fix-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff
}

.menu {
  padding: 0;
  margin: 0
}

.menu li {
  list-style: none;
  margin-bottom: 8px
}

.menu li:last-child {
  margin-bottom: 0
}

.menu ul {
  padding-left: 20px;
  margin: 0
}

.rtl .menu ul {
  padding-right: 20px;
  padding-left: inherit
}

.apus-body-loading {
  overflow: hidden
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999
}

.apus-loader-inner {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat
}

.apus-loader-inner>div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out
}

.apus-loader-inner .loader1 {
  background-color: #e39505
}

.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s
}

.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s
}

.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

@-webkit-keyframes delay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05)
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes delay {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05)
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1)
  }
}

.tab-v1 .tabs-list {
  border: none;
  text-align: center;
  padding: 30px 0 50px
}

.tab-v1 .tabs-list li {
  padding: 0 22px;
  margin: 0;
  display: inline-block;
  float: none
}

.tab-v1 .tabs-list li a {
  padding: 5px 0;
  color: #777;
  border-width: 0 0 1px !important;
  border-color: #ccc;
  border-style: dashed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent
}

.tab-v1 .tabs-list li.active>a:active,
.tab-v1 .tabs-list li.active>a:focus,
.tab-v1 .tabs-list li.active>a,
.tab-v1 .tabs-list li:hover>a:active,
.tab-v1 .tabs-list li:hover>a:focus,
.tab-v1 .tabs-list li:hover>a {
  border-color: transparent;
  color: #304830;
  background: transparent
}

.tab-v1.style1 .tabs-list {
  padding: 10px 0 70px;
  text-align: right
}

.rtl .tab-v1.style1 .tabs-list {
  text-align: left
}

.tab-v1.style1 .tabs-list li.active,
.tab-v1.style1 .tabs-list li:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1)
}

.tab-v1.style1 .tabs-list li.active>a:active,
.tab-v1.style1 .tabs-list li.active>a:focus,
.tab-v1.style1 .tabs-list li.active>a,
.tab-v1.style1 .tabs-list li:hover>a:active,
.tab-v1.style1 .tabs-list li:hover>a:focus,
.tab-v1.style1 .tabs-list li:hover>a {
  color: #484848
}

@media (min-width: 992px) {
  .tab-v1.style1 {
    padding: 0 70px
  }
}

.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center
}

.tab-product-center .nav-tabs>li {
  display: inline-block;
  float: none;
  margin: 0 !important
}

.tab-product-center .nav-tabs>li>a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: #484848;
  outline: none !important
}

.tab-product-center .nav-tabs>li:hover a,
.tab-product-center .nav-tabs>li.active a {
  color: #304830
}

.tab-product-center .tab-content {
  position: relative
}

.tab-product-center .tab-content.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(/homeo/wp-content/themes/homeo/images/loading-quick.gif) no-repeat scroll center 100px/50px auto
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px
}

.page-links .page-links-title {
  font-weight: normal;
  color: #484848
}

.page-links>span:not(.page-links-title),
.page-links>a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
  padding: 10px 13px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #ebebeb;
  color: #484848
}

.page-links>span:not(.page-links-title):hover,
.page-links>span:not(.page-links-title):active,
.page-links>a:hover,
.page-links>a:active {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.page-links>span:not(.page-links-title) {
  color: #fff;
  background: #304830;
  border-color: #304830
}

option {
  padding: 5px
}

@media (min-width: 992px) {
  .space-padding-left-30 {
    padding-left: 30px !important
  }
}

.woocommerce-MyAccount-navigation>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent {
  position: relative
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  color: #fff;
  background: #e44343;
  text-transform: capitalize;
  font-size: 14px;
  width: 80px;
  height: 36px;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  left: -5px;
  right: auto
}

.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover,
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
  background: #e12d2d
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%
}

.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.image-lazy-loading .image-wrapper.image-loaded {
  background: none
}

.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100)
}

.scrollbar {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: -o-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: linear-gradient(to right, #24324a 0%, #304830 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24324A', endColorstr='#FFFF5A5F', GradientType=1);
  font-size: 50px;
  display: inline-block;
  border: 6px solid #fff;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  position: relative;
  z-index: 9
}

.scrollbar:hover,
.scrollbar:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #304830 0%, #24324a 100%);
  background-image: -o-linear-gradient(left, #304830 0%, #24324a 100%);
  background-image: linear-gradient(to right, #304830 0%, #24324a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF5A5F', endColorstr='#FF24324A', GradientType=1)
}

.rtl .navbar-nav {
  float: right
}

.rtl .nav-tabs>li {
  float: right
}

.rtl .apus-topcart .dropdown-menu-right {
  right: auto;
  left: 0
}

.rtl .dropdown-menu {
  text-align: right
}

.rtl .widget-nav-menu .menu li>a::before {
  content: "\f0d9"
}

.rtl .media-left,
.rtl .media>.pull-left {
  padding-left: 15px;
  padding-right: inherit
}

.rtl .mm-menu.mm-offcanvas {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.rtl .mm-listview .mm-next {
  right: inherit;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.rtl .mm-listview .mm-next+a,
.rtl .mm-listview .mm-next+span {
  margin-right: 0;
  margin-left: 50px
}

.rtl .mm-listview>li>a,
.rtl .mm-listview>li>span {
  padding-right: 20px
}

.rtl .mm-menu .menu a {
  padding-right: 20px
}

.rtl .properties-filter-sidebar-wrapper {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.rtl .properties-filter-sidebar-wrapper.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 16px
}

.show-search:hover,
.show-search:active,
.show-search:focus {
  color: #304830
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: none !important;
  padding: 4px 25px 6px 0;
  background: transparent !important;
  color: #707070 !important
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  border: 1px solid #ebebeb;
  min-width: 114px
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid #ebebeb;
  padding: 9px 10px
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  border: none !important;
  background: transparent !important;
  padding: 0;
  color: #484848
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover,
.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
  color: #304830
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border: none
}

.apus-header .wpml-ls-legacy-dropdown {
  width: auto
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 0;
  border: none;
  background: transparent
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
  padding: 5px 10px;
  border-bottom: 1px solid #ebebeb
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency:last-child {
  border: none
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-weight: 400;
  color: #707070
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.active a {
  font-weight: 400;
  color: #304830
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  min-width: 80px;
  text-align: inherit;
  z-index: 99
}

.apus-header .woo-multi-currency.shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
  font-size: 11px
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 155px
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible
}

.apus_socials {
  list-style: none;
  padding: 0
}

.apus_socials li {
  display: inline-block;
  margin-right: 10px
}

.rtl .apus_socials li {
  margin-left: 10px;
  margin-right: 0
}

.apus_socials li:last-child {
  margin: 0
}

.apus_socials a {
  border: 1px solid #dce1e6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-indent: 2px
}

.apus_socials a:hover,
.apus_socials a:focus {
  color: #fff !important;
  background: #304830;
  border-color: #304830
}

.apus_socials a.facebook {
  color: #3c66c4
}

.apus_socials a.twitter {
  color: #00aced
}

.apus_socials a.pinterest {
  color: #bd081c
}

.apus_socials a.google-plus {
  color: #dc473a
}

.apus_socials a.instagram {
  color: #bc44bd
}

.apus_socials.style2 a {
  border-color: #47586d
}

.select2-container {
  outline: none !important
}

.select2-search--dropdown {
  padding: 10px 15px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 33px;
  font-size: 14px;
  padding: 5px 10px
}

.select2-results__option {
  padding: 5px 10px;
  outline: none !important
}

.select2-dropdown {
  border: 1px solid #ebebeb !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  min-width: 110px
}

.select2-results {
  padding: 12px 0
}

.select2-results .select2-results__option {
  padding: 5px 18px;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
  .select2-results .select2-results__option {
    padding: 5px 25px
  }
}

.select2-container--default.select2-container .select2-selection--single {
  height: 50px;
  background: #fff;
  outline: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border: 1px solid #d8d8d8;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 10px
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #484848
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #484848
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px
}

.rtl .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  left: 10px;
  right: auto
}

.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:hover,
.select2-container--default.select2-container .select2-selection--single .select2-selection__clear:focus {
  color: #e44343
}

.select2-container--default .select2-selection--multiple {
  height: 50px;
  outline: none !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border: 1px solid #d8d8d8 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #cbcbcb !important
}

.select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #cbcbcb
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  color: #484848;
  background-color: #f7f7f7
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  color: #484848;
  background-color: #f7f7f7
}

.select2-container.select2-container--default .select2-results__option[aria-selected="true"]:before,
.select2-container--default .select2-results__option[data-selected="true"]:before {
  content: "\f10a";
  font-family: "Flaticon";
  color: #fe666b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  display: inline-block
}

.rtl .select2-container.select2-container--default .select2-results__option[aria-selected="true"]:before,
.rtl .select2-container--default .select2-results__option[data-selected="true"]:before {
  left: 10px;
  right: auto
}

@media (min-width: 1200px) {

  .select2-container.select2-container--default .select2-results__option[aria-selected="true"]:before,
  .select2-container--default .select2-results__option[data-selected="true"]:before {
    right: 20px
  }

  .rtl .select2-container.select2-container--default .select2-results__option[aria-selected="true"]:before,
  .rtl .select2-container--default .select2-results__option[data-selected="true"]:before {
    left: 20px;
    right: auto
  }
}

.select2-container.orderby .select2-results .select2-results__option {
  padding: 0 10px;
  white-space: nowrap
}

.select2-container.orderby .select2-results__option[aria-selected="true"]:before,
.select2-container.orderby .select2-results__option[data-selected="true"]:before {
  right: 10px
}

.rtl .select2-container.orderby .select2-results__option[aria-selected="true"]:before,
.rtl .select2-container.orderby .select2-results__option[data-selected="true"]:before {
  left: 10px;
  right: auto
}

@media (min-width: 992px) {
  .customizer-search>.select2-dropdown {
    margin-top: 50px;
    min-width: 240px
  }

  .customizer-search>.select2-dropdown.select2-dropdown--above {
    margin-top: -50px
  }

  .customizer-search>.select2-dropdown:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20%;
    border-style: solid;
    border-width: 9px;
    border-color: transparent transparent #fff
  }

  .rtl .customizer-search>.select2-dropdown:before {
    right: 20%;
    left: auto
  }
}

@media (min-width: 992px) {
  .customizer-search.customizer-search-halpmap>.select2-dropdown {
    margin-top: 10px
  }
}

@media (min-width: 992px) {
  .customizer-search .select2-results {
    padding: 15px 0
  }

  .customizer-search .select2-results .select2-results__option {
    padding: 5px 30px
  }
}

.nav-tabs-custom {
  border: 1px solid #e8ebef;
  margin: 47px 0 0
}

.nav-tabs-custom>.nav-tabs {
  margin-top: -47px;
  margin-left: -1px
}

.rtl .nav-tabs-custom>.nav-tabs {
  margin-right: -1px;
  margin-left: 0
}

.nav-tabs-custom .tab-content>.tab-pane {
  padding: 0 1em
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

section#medical .col-md-3.col-sm-4,
.fontawesome-icon-list .col-md-3.col-sm-4 {
  padding: 10px
}

.bs-glyphicons {
  padding: 0
}

.bs-glyphicons li {
  width: 24.5%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #e8edef;
  display: inline-block
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word
}

.icon-container {
  width: 240px;
  padding: .7em 0;
  float: left;
  position: relative;
  text-align: left
}

.apus-social-share .title {
  font-weight: 500;
  font-size: 14px !important;
  color: #484848;
  padding-right: 20px
}

.rtl .apus-social-share .title {
  padding-left: 20px;
  padding-right: inherit
}

.apus-social-share a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 2px;
  color: #484848;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  background-color: #f7f7f7
}

@media (min-width: 768px) {
  .apus-social-share a {
    font-size: 16px;
    margin: 0 4px
  }
}

.apus-social-share a:hover,
.apus-social-share a:active {
  background: #304830;
  color: #fff
}

.box-account .title {
  margin: 0 0 20px;
  font-size: 25px
}

.space-height-20 {
  height: 20px;
  width: 100%;
  overflow: hidden
}

.filter-scroll {
  height: 100%
}

.tooltip {
  z-index: 4
}

.flaticon-repeat:before {
  content: "\f129";
  font-family: "Flaticon"
}

.affix {
  position: fixed !important
}

.tooltip.top .tooltip-arrow {
  border-top-color: #24324a
}

.tooltip.top .tooltip-inner {
  padding: 5px 15px;
  background-color: #24324a;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent
}

.widget .widget-title,
.widget .widgettitle,
.widget .widget-heading {
  font-size: 18px;
  margin: 0 0 15px
}

@media (min-width: 1200px) {

  .widget .widget-title,
  .widget .widgettitle,
  .widget .widget-heading {
    margin: 0 0 25px
  }
}

.widget .widget-title .urgent,
.widget .widget-title .featured,
.widget .widgettitle .urgent,
.widget .widgettitle .featured,
.widget .widget-heading .urgent,
.widget .widget-heading .featured {
  font-size: 12px
}

.sidebar .widget,
.apus-sidebar .widget {
  margin: 0px 0px 0px -45px;
  padding: 60px 40px 49px 0px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {

  .sidebar .widget,
  .apus-sidebar .widget {
    padding: 30px
  }
}

.sidebar .widget#calendar_wrap,
.apus-sidebar .widget#calendar_wrap {
  padding: 0
}

.sidebar .widget.widget_job_filter_widget,
.sidebar .widget.widget_employer_filter_widget,
.sidebar .widget.widget_candidate_filter_widget,
.apus-sidebar .widget.widget_job_filter_widget,
.apus-sidebar .widget.widget_employer_filter_widget,
.apus-sidebar .widget.widget_candidate_filter_widget {
  padding: 0;
  border: 0
}

.sidebar .widget.widget_tag_cloud,
.apus-sidebar .widget.widget_tag_cloud {
  padding-bottom: 15px
}

.sidebar .widget.widget_apus_candidate_info,
.sidebar .widget.widget_apus_candidate_contact_info,
.sidebar .widget.widget_apus_employer_maps,
.apus-sidebar .widget.widget_apus_candidate_info,
.apus-sidebar .widget.widget_apus_candidate_contact_info,
.apus-sidebar .widget.widget_apus_employer_maps {
  padding: 0;
  overflow: hidden
}

.sidebar .widget.widget_apus_candidate_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_info .employer-detail-location,
.sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location,
.sidebar .widget.widget_apus_employer_maps .candidate_profile,
.sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.sidebar .widget.widget_apus_employer_maps .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate_profile,
.apus-sidebar .widget.widget_apus_candidate_contact_info .candidate-detail-location,
.apus-sidebar .widget.widget_apus_candidate_contact_info .employer-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .candidate_profile,
.apus-sidebar .widget.widget_apus_employer_maps .candidate-detail-location,
.apus-sidebar .widget.widget_apus_employer_maps .employer-detail-location {
  padding: 25px 30px
}

.sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar,
.sidebar .widget.widget_apus_employer_maps .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_candidate_contact_info .job_maps_sidebar,
.apus-sidebar .widget.widget_apus_employer_maps .job_maps_sidebar {
  padding: 0 30px 25px
}

.sidebar .widget_calendar .calendar_wrap,
.apus-sidebar .widget_calendar .calendar_wrap {
  overflow-x: auto
}

.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #ebebeb;
  border-width: 0 1px 1px
}

.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0
}

.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
  margin-left: -6px;
  margin-right: -6px
}

.sidebar .row.instagram-pics>[class*="col-md"],
.apus-sidebar .row.instagram-pics>[class*="col-md"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px
}

.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
  margin-bottom: 30px
}

.page-shop .sidebar .widget .widget-title,
.page-shop .sidebar .widget .widgettitle,
.page-shop .sidebar .widget .widget-heading,
.page-shop .apus-sidebar .widget .widget-title,
.page-shop .apus-sidebar .widget .widgettitle,
.page-shop .apus-sidebar .widget .widget-heading {
  font-size: 15px;
  margin: 0 0 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.apus-header .widget-search {
  background-color: transparent
}

.apus-header .widget-search .input-group {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.apus-header .widget-search .apus-search {
  background-color: #f7f7f7
}

@media (min-width: 1500px) {
  .apus-header .widget-search .apus-search {
    min-width: 280px
  }
}

.apus-footer .widget .widget-title {
  font-size: 18px;
  margin: 0 0 10px
}

@media (min-width: 1200px) {
  .apus-footer .widget .widget-title {
    margin: 0 0 20px
  }
}

.btn-action-icon {
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 34px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  color: #fd6d6d;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
  position: relative
}

.btn-action-icon.btn-action-sm {
  height: 30px;
  line-height: 30px;
  width: 30px
}

.btn-action-icon.btn-action-sm:before {
  line-height: 30px
}

@media (min-width: 1200px) {
  .btn-action-icon.btn-action-lg {
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
  }

  .btn-action-icon.btn-action-lg:before {
    line-height: 45px
  }
}

.btn-action-icon:hover,
.btn-action-icon:focus {
  color: #fff;
  background: #fd6d6d
}

.btn-action-icon.rejec {
  color: #f0ad4e;
  background: #fff
}

.btn-action-icon.rejec:hover,
.btn-action-icon.rejec:focus {
  color: #fff;
  background: #f0ad4e
}

.btn-action-icon.rejec.rejected {
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.btn-action-icon.download {
  background: #fff;
  color: #222
}

.btn-action-icon.download:hover,
.btn-action-icon.download:focus {
  color: #fff;
  background: #222
}

.btn-action-icon.remove {
  background: #fff;
  color: #F44336
}

.btn-action-icon.remove:hover,
.btn-action-icon.remove:focus {
  color: #fff;
  background: #F44336
}

.btn-action-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #484848;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn-action-icon.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important
}

.btn-action-icon.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.view_all {
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.view_all i {
  display: inline-block;
  margin-left: 10px
}

.rtl .view_all i {
  margin-right: 10px;
  margin-left: 0
}

.view_all:hover {
  -webkit-animation: slideIcon 0.6s linear 0s 1 normal;
  animation: slideIcon 0.6s linear 0s 1 normal
}

.btn-icon i {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block
}

@media (min-width: 1200px) {
  .btn-icon i {
    font-size: 28px !important
  }

  .btn-icon i .pre {
    margin-right: 12px !important
  }

  .rtl .btn-icon i .pre {
    margin-left: 12px !important;
    margin-right: 0
  }

  .btn-icon i .next {
    margin-left: 12px !important
  }

  .rtl .btn-icon i .next {
    margin-right: 12px !important;
    margin-left: 0
  }
}

.btn-link-job,
.button,
.btn {
  outline: none !important
}

.btn-link-job .pre,
.button .pre,
.btn .pre {
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-link-job .pre,
.rtl .button .pre,
.rtl .btn .pre {
  margin-left: 8px;
  margin-right: 0
}

.btn-link-job .next,
.button .next,
.btn .next {
  display: inline-block;
  margin-left: 8px
}

.rtl .btn-link-job .next,
.rtl .button .next,
.rtl .btn .next {
  margin-right: 8px;
  margin-left: 0
}

.btn-candidate-alert:before,
.btn-job-alert:before {
  content: "\f142";
  font-family: "Flaticon";
  margin-right: 10px;
  font-size: 25px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block
}

.rtl .btn-candidate-alert:before,
.rtl .btn-job-alert:before {
  margin-left: 10px;
  margin-right: 0
}

.btn-outline-light {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  color: #262626;
  background-color: #FFF;
  border-color: #262626
}

.open .btn-outline-light.dropdown-toggle {
  color: #262626;
  background-color: #FFF;
  border-color: #262626
}

.btn-outline-light:active,
.btn-outline-light.active {
  background-image: none
}

.open .btn-outline-light.dropdown-toggle {
  background-image: none
}

.btn-outline-light.disabled,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active,
.btn-outline-light.disabled.active,
.btn-outline-light[disabled],
.btn-outline-light[disabled]:hover,
.btn-outline-light[disabled]:focus,
.btn-outline-light[disabled]:active,
.btn-outline-light[disabled].active,
fieldset[disabled] .btn-outline-light,
fieldset[disabled] .btn-outline-light:hover,
fieldset[disabled] .btn-outline-light:focus,
fieldset[disabled] .btn-outline-light:active,
fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFF
}

.btn-outline-light .badge {
  color: transparent;
  background-color: #FFF
}

.btn-shop {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #f43434
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff
}

.btn-outline.btn-default:hover {
  color: #304830;
  border-color: #fff;
  background: #fff
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #262626;
  color: #262626
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #262626;
  background: #262626
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #79b530;
  color: #79b530
}

.btn-outline.btn-success:hover {
  color: #FFF;
  border-color: #79b530;
  background: #79b530
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #27ceb4;
  color: #27ceb4
}

.btn-outline.btn-info:hover {
  color: #FFF;
  border-color: #27ceb4;
  background: #27ceb4
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #e44343;
  color: #e44343
}

.btn-outline.btn-danger:hover {
  color: #FFF;
  border-color: #e44343;
  background: #e44343
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #f0ad4e;
  color: #f0ad4e
}

.btn-outline.btn-warning:hover {
  color: #FFF;
  border-color: #f0ad4e;
  background: #f0ad4e
}

.btn-inverse.btn-primary:hover {
  color: #262626;
  background: #FFF
}

.btn-inverse.btn-success:hover {
  color: #79b530;
  background: #FFF
}

.btn-inverse.btn-info:hover {
  color: #27ceb4;
  background: #FFF
}

.btn-inverse.btn-danger:hover {
  color: #e44343;
  background: #FFF
}

.btn-inverse.btn-warning:hover {
  color: #f0ad4e;
  background: #FFF
}

.btn-inverse.btn-theme:hover {
  color: #304830;
  background: #FFF

}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 50px
}

.btn-compare.btn-outline:hover,
.btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c
}

.view-more-btn i {
  margin-left: 12px
}

.rtl .view-more-btn i {
  margin-right: 12px;
  margin-left: 0
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: #304830 !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid #304830
}

.reamore i {
  margin-left: 8px
}

.rtl .reamore i {
  margin-right: 8px;
  margin-left: 0
}

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 1.42857143
}

.btn-browse:hover,
.btn-browse:focus {
  background: #304830;
  color: #fff;
  border-color: #304830
}

.apus-loadmore-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #24324A;
  text-transform: capitalize;
  font-weight: 700;
  color: #24324A;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative
}

@media (min-width: 1200px) {
  .apus-loadmore-btn {
    padding: 10px 40px
  }
}

.apus-loadmore-btn:hover,
.apus-loadmore-btn:focus {
  color: #fff;
  border-color: #24324A;
  background-color: #24324A
}

.apus-loadmore-btn.loading {
  border-color: transparent !important;
  background-color: transparent !important;
  color: transparent !important
}

.apus-loadmore-btn.loading:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.viewmore-products-btn {
  position: relative
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(/homeo/wp-content/themes/homeo/images/loading-quick.gif) no-repeat scroll center center/20px auto
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.radius-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important
}

.radius-circle {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 90, 95, 0.8);
  box-shadow: 0 0 10px 0 rgba(255, 90, 95, 0.8)
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #304830
}

.btn-white {
  background: #fff;
  color: #304830;
  border-color: #fff
}

.btn-white:active,
.btn-white:hover {
  color: #304830;
  background: #f2f2f2;
  border-color: #f2f2f2
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf
}

.btn-purple:active,
.btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f
}

.btn-brown:focus,
.btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39
}

.btn-back:focus,
.btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39
}

.btn-white.btn-br-white {
  background: #fff;
  color: #484848;
  border-color: #fff
}

.btn-white.btn-br-white:active,
.btn-white.btn-br-white:hover {
  color: #484848;
  background: #d9d9d9;
  border-color: #d9d9d9
}

.btn-gradient-theme {
  z-index: 1;
  position: relative;
  background: linear-gradient(to right, #304830, #24324a);
  background: -webkit-linear-gradient(to right, #304830, #24324a);
  background: -ms-linear-gradient(to right, #304830, #24324a);
  background: -o-linear-gradient(to right, #304830, #24324a);
  color: #304830;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 1px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden
}

.btn-gradient-theme .btn {
  background: #fff;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 1
}

.btn-gradient-theme .btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  background: linear-gradient(to right, #304830, #24324a);
  background: -webkit-linear-gradient(to right, #304830, #24324a);
  background: -ms-linear-gradient(to right, #304830, #24324a);
  background: -o-linear-gradient(to right, #304830, #24324a);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.btn-gradient-theme:hover .btn {
  color: #fff
}

.btn-gradient-theme:hover .btn:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.btn-gradient-primary .elementor-button {
  border: none !important;
  overflow: hidden;
  background-image: -webkit-linear-gradient(left, #ff337d 0%, #fd5559 100%);
  background-image: -o-linear-gradient(left, #ff337d 0%, #fd5559 100%);
  background-image: linear-gradient(to right, #ff337d 0%, #fd5559 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF337D', endColorstr='#FFFD5559', GradientType=1);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.btn-gradient-primary .elementor-button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: -webkit-linear-gradient(left, #fd5559 0%, #ff337d 100%);
  background-image: -o-linear-gradient(left, #fd5559 0%, #ff337d 100%);
  background-image: linear-gradient(to right, #fd5559 0%, #ff337d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFD5559', endColorstr='#FFFF337D', GradientType=1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.btn-gradient-primary .elementor-button>* {
  position: relative;
  z-index: 2
}

.btn-gradient-primary .elementor-button:hover:before,
.btn-gradient-primary .elementor-button:active:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.btn-readmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #304830
}

.btn-readmore:before {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 0;
  height: 1px;
  display: block;
  background: #304830;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s
}

.btn-readmore i {
  margin-left: 8px;
  vertical-align: middle
}

.rtl .btn-readmore i {
  margin-right: 8px;
  margin-left: 0
}

.btn-readmore:hover:before {
  left: 0;
  width: 100%
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.btn-pink {
  color: #fff;
  background-color: #e3a3a2;
  border-color: #e3a3a2
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #d77c7b;
  border-color: #d77c7b
}

.btn-pink:active,
.btn-pink.active,
.open>.btn-pink.dropdown-toggle {
  background-image: none
}

.btn-pink.disabled,
.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled],
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #e3a3a2;
  border-color: #e3a3a2
}

.btn-pink .badge {
  color: #e3a3a2;
  background-color: #fff
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #262626 !important;
  border-color: #262626 !important
}

.btn-theme {
  color: #fff;
  background-color: #304830;
  border-color: #304830
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #304830;
  border-color: #304830
}

.btn-theme:active,
.btn-theme.active,
.open>.btn-theme.dropdown-toggle {
  background-image: none
}

.btn-theme.disabled,
.btn-theme.disabled:hover,
.btn-theme.disabled:focus,
.btn-theme.disabled:active,
.btn-theme.disabled.active,
.btn-theme[disabled],
.btn-theme[disabled]:hover,
.btn-theme[disabled]:focus,
.btn-theme[disabled]:active,
.btn-theme[disabled].active,
fieldset[disabled] .btn-theme,
fieldset[disabled] .btn-theme:hover,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .btn-theme.active {
  background-color: #304830;
  border-color: #304830
}

.btn-theme .badge {
  color: #304830;
  background-color: #fff
}

.btn-theme:active,
.btn-theme:hover {
  color: #fff
}

.btn-yellow {
  color: #fff;
  background-color: #feac36;
  border-color: #feac36
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #fe9703;
  border-color: #fe9703
}

.btn-yellow:active,
.btn-yellow.active,
.open>.btn-yellow.dropdown-toggle {
  background-image: none
}

.btn-yellow.disabled,
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
  background-color: #feac36;
  border-color: #feac36
}

.btn-yellow .badge {
  color: #feac36;
  background-color: #fff
}

.btn-yellow:active,
.btn-yellow:hover {
  color: #fff
}

.btn-dark {
  color: #252525;
  background-color: #ccc;
  border-color: #ccc
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  color: #252525;
  background-color: #b3b3b3;
  border-color: #b3b3b3
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: #ccc;
  border-color: #ccc
}

.btn-dark .badge {
  color: #ccc;
  background-color: #252525
}

.btn-dark:active,
.btn-dark:hover {
  color: #181818
}

.btn-theme-second {
  color: #fff;
  background-color: #24324a;
  border-color: #24324a
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #131b28;
  border-color: #131b28
}

.btn-theme-second:active,
.btn-theme-second.active,
.open>.btn-theme-second.dropdown-toggle {
  background-image: none
}

.btn-theme-second.disabled,
.btn-theme-second.disabled:hover,
.btn-theme-second.disabled:focus,
.btn-theme-second.disabled:active,
.btn-theme-second.disabled.active,
.btn-theme-second[disabled],
.btn-theme-second[disabled]:hover,
.btn-theme-second[disabled]:focus,
.btn-theme-second[disabled]:active,
.btn-theme-second[disabled].active,
fieldset[disabled] .btn-theme-second,
fieldset[disabled] .btn-theme-second:hover,
fieldset[disabled] .btn-theme-second:focus,
fieldset[disabled] .btn-theme-second:active,
fieldset[disabled] .btn-theme-second.active {
  background-color: #24324a;
  border-color: #24324a
}

.btn-theme-second .badge {
  color: #24324a;
  background-color: #fff
}

.btn-theme-second:active,
.btn-theme-second:hover {
  color: #fff
}

.btn-theme.btn-outline {
  color: #304830;
  border-color: #304830;
  background: transparent
}

.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.more-link {
  color: #304830;
  display: inline-block;
  font-weight: normal;
  margin: 10px 0;
  text-transform: capitalize
}

.more-link:hover {
  text-decoration: none
}

.btn-shaded-sm {
  position: relative
}

.btn-shaded-sm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 20px 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4)
}

.search-popup .dropdown-menu {
  padding: 10px
}

.btn-action {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap
}

.searchform .input-search {
  padding: 15px;
  border-right: 0;
  line-height: 1.5
}

.rtl .searchform .input-search {
  border-left: 0;
  border-right: inherit
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 8px
}

.searchform .input-group-btn {
  line-height: 100%
}

.search-category .btn {
  margin-left: 10px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important
}

.rtl .search-category .btn {
  margin-right: 10px !important;
  margin-left: 0
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500
}

.chosen-container {
  width: 100% !important
}

.input-group-form {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #222;
  color: #ccc;
  font-size: 14px;
  height: 34px
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.input-group-form .input-group-addon {
  border: 0;
  background: #222;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.btn-dark-normal {
  background: #435f7a;
  color: #f5f5f5;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0
}

.btn-dark-normal:focus,
.btn-dark-normal:hover {
  background: #3a526a;
  color: #f5f5f5
}

.btn-compare,
.btn-favorites {
  font-size: 21px;
  line-height: 1
}

.btn-compare .count,
.btn-favorites .count {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4px 7px;
  vertical-align: top;
  margin-top: -10px;
  margin-left: -14px
}

.rtl .btn-compare .count,
.rtl .btn-favorites .count {
  margin-right: -14px;
  margin-left: 0
}

.btn-underline {
  text-decoration: underline
}

.btn-underline:hover {
  color: #304830
}

.btn-submit .button-icon {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-submit .button-icon {
  margin-left: 8px;
  margin-right: 0
}

.btn-view-all-photos {
  background-color: #fff
}

.btn-view-all-photos i {
  display: inline-block;
  margin-right: 8px
}

.rtl .btn-view-all-photos i {
  margin-left: 8px;
  margin-right: 0
}

@media (max-width: 991px) {
  .btn-view-all-photos {
    padding: 5px 10px
  }
}

.btn-view i,
.view-my-listings i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px
}

.rtl .btn-view i,
.rtl .view-my-listings i {
  margin-right: 5px;
  margin-left: 0
}

.btn-view {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap
}

.btn-show-filter {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  background-color: #304830;
  color: #fff;
  padding: 0
}

.btn-show-filter i {
  background-color: #f53c41;
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle
}

@media (min-width: 1200px) {
  .btn-show-filter i {
    padding: 8px 15px;
    font-size: 18px
  }
}

.btn-show-filter span {
  padding: 5px 20px
}

.btn-show-filter:hover,
.btn-show-filter:focus {
  color: #fff;
  background-color: #f53c41
}

.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 2px;
  background: transparent !important
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1)
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 5px 10px
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
  width: auto
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 140px
}

.topbar-right {
  text-align: right
}

.rtl .topbar-right {
  text-align: left
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  line-height: 1.4;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #ebebeb;
  width: auto
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  padding-right: 18px;
  padding-left: inherit
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  margin-right: 18px;
  margin-left: 0
}

.rtl .topbar-right .elementor-widget:not(.elementor-widget-spacer) {
  border-right: 1px solid #ebebeb;
  border-left: inherit
}

.topbar-right .elementor-widget:not(.elementor-widget-spacer):first-child {
  margin: 0;
  padding: 0;
  border: 0
}

.topbar-right .top-wrapper-menu .login i,
.topbar-right .top-wrapper-menu .drop-dow i {
  font-size: 14px
}

.topbar-right .language-wrapper .dropdown-menu-right {
  right: -20px
}

body.page-template-page-dashboard #apus-header,
body.fix-header #apus-header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%
}

.together-sidebar-account {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.together-sidebar-account:hover {
  color: #304830
}

.top-wrapper-menu {
  position: relative
}

.top-wrapper-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px
}

.top-wrapper-menu .inner-top-menu {
  margin-top: 15px;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  background: #fff;
  z-index: 4;
  min-width: 200px;
  text-align: left;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.rtl .top-wrapper-menu .inner-top-menu {
  left: 0;
  right: auto
}

.rtl .top-wrapper-menu .inner-top-menu {
  text-align: right
}

.top-wrapper-menu:hover .inner-top-menu {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.top-wrapper-menu .header_customer_login {
  margin-top: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 320px;
  z-index: 9
}

.rtl .top-wrapper-menu .header_customer_login {
  left: 0;
  right: auto
}

.top-wrapper-menu:hover .header_customer_login {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15)
}

.top-wrapper-menu .infor-account .avatar-wrapper {
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center
}

.rtl .top-wrapper-menu .infor-account .avatar-wrapper {
  float: right
}

.top-wrapper-menu .infor-account .avatar-wrapper img {
  margin: 0
}

.top-wrapper-menu .infor-account .name-acount {
  padding-left: 8px;
  width: calc(100% - 35px)
}

.rtl .top-wrapper-menu .infor-account .name-acount {
  padding-right: 8px;
  padding-left: inherit
}

.top-wrapper-menu .infor-account .name-acount i {
  margin-left: 7px
}

.rtl .top-wrapper-menu .infor-account .name-acount i {
  margin-right: 7px;
  margin-left: 0
}

.top-wrapper-menu .login-icon {
  font-size: 21px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px
}

.rtl .top-wrapper-menu .login-icon {
  margin-left: 5px;
  margin-right: 0
}

.top-wrapper-menu.not-login {
  font-size: 16px
}

.header_customer_login {
  padding: 30px
}

.header_customer_login .title {
  margin: 0 0 10px;
  font-size: 25px
}

.header-left [class*="icon"] {
  font-size: 16px
}

.header-left .btn-search-top {
  margin-top: 4px
}

.header-left .icon-menu-top [class*="icon"] {
  font-size: 30px
}

.header-left>div {
  margin-right: 22px
}

.rtl .header-left>div {
  margin-left: 22px;
  margin-right: 0
}

.header-left>div:last-child {
  margin-right: 0px
}

.rtl .header-left>div:last-child {
  margin-left: 0px;
  margin-right: 0
}

.header-right [class*="icon"] {
  font-size: 16px
}

.header-right>div {
  margin-left: 25px
}

.rtl .header-right>div {
  margin-right: 25px;
  margin-left: 0
}

.header-right>div:last-child {
  margin-left: 0px
}

.rtl .header-right>div:last-child {
  margin-right: 0px;
  margin-left: 0
}

.header-default {
  background: #fff;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .header-default .megamenu>li {
    margin-right: 32px
  }

  .rtl .header-default .megamenu>li {
    margin-left: 32px;
    margin-right: 0
  }

  .header-default .megamenu>li:last-child {
    margin-right: 0
  }

  .rtl .header-default .megamenu>li:last-child {
    margin-left: 0;
    margin-right: 0
  }
}

.header-mobile {
  padding: 15px 0;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index:999999 !important;
}

.header-mobile .btn-showmenu {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 8px;
  font-size: 20px
}

.header-mobile .btn-menu-account {
  font-size: 22px
}

.sticky-header {
  position: fixed !important;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #fff
}

.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%)
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.header_transparent .apus-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) {
  background: transparent !important
}

.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-register,
.header_transparent:not(.fix-header) .main-sticky-header:not(.sticky-header) section.elementor-element:not(.no-transparent) .apus-user-login {
  color: #fff
}

.header_transparent:not(.fix-header) .no_keep_header section.elementor-element:not(.no-transparent) {
  background: transparent !important
}

.header_transparent .main-sticky-header:not(.sticky-header) .megamenu>li>a {
  color: #fff
}

body.header_fixed .apus-header {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0
}

.main-sticky-header {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.header-button-woo>div {
  margin-left: 25px
}

.rtl .header-button-woo>div {
  margin-right: 25px;
  margin-left: 0
}

.header-button-woo>div:last-child {
  margin-left: 0
}

.rtl .header-button-woo>div:last-child {
  margin-right: 0;
  margin-left: 0
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff
}

.header-sidebar a {
  color: #fff
}

.header-sidebar a:hover,
.header-sidebar a:active {
  color: #304830
}

.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #ebebeb;
  color: #fff;
  background: #000
}

.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333
}

.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase
}

.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  left: 100%
}

.header-sidebar .service {
  color: #999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 11px;
  -moz-transform-origin: 0 11px;
  -ms-transform-origin: 0 11px;
  transform-origin: 0 11px
}

.header-sidebar .service>* {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%)
}

.header-sidebar .service p {
  margin: 0
}

.over-dark {
  cursor: not-allowed;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.rtl .over-dark {
  left: 0;
  right: auto
}

.over-dark.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center
}

.apus-breadcrumb {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 0 30px;
  text-align: left;
  font-size: 14px
}

.apus-breadcrumb .breadcrumb-title {
  color: #ccc;
  margin: 0;
  font-weight: 300;
  font-size: 48px
}

.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px
}

.rtl .apus-breadcrumb nav {
  text-align: right
}

.apus-breadcrumb nav a {
  color: #000
}

.apus-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px
}

.apus-content {
  background: #fff
}

.apus-content:before,
.apus-content:after {
  content: " ";
  display: table
}

.apus-content:after {
  clear: both
}

.navigation {
  display: block;
  clear: both
}

.pagination,
.apus-pagination {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  line-height: 1
}

@media (min-width: 1200px) {

  .pagination,
  .apus-pagination {
    padding: 30px 0
  }
}

.pagination li,
.apus-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px
}

.pagination li>span,
.pagination li>a,
.apus-pagination li>span,
.apus-pagination li>a {
  text-align: center;
  font-size: 14px;
  margin: 0 4px;
  display: inline-block;
  float: none;
  color: #777;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 35px;
  line-height: 33px;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  overflow: hidden
}

@media (min-width: 1200px) {

  .pagination li>span,
  .pagination li>a,
  .apus-pagination li>span,
  .apus-pagination li>a {
    min-width: 45px;
    line-height: 43px;
    padding: 0 10px
  }
}

.pagination li>span:focus,
.pagination li>span:hover,
.pagination li>a:focus,
.pagination li>a:hover,
.apus-pagination li>span:focus,
.apus-pagination li>span:hover,
.apus-pagination li>a:focus,
.apus-pagination li>a:hover {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.pagination li>span.current,
.pagination li>a.current,
.apus-pagination li>span.current,
.apus-pagination li>a.current {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.pagination>span,
.pagination>a,
.apus-pagination>span,
.apus-pagination>a {
  text-align: center;
  font-size: 14px;
  margin: 0 4px;
  display: inline-block;
  float: none;
  color: #777;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  min-width: 35px;
  line-height: 33px;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  background: #fff;
  position: relative;
  overflow: hidden
}

@media (min-width: 1200px) {

  .pagination>span,
  .pagination>a,
  .apus-pagination>span,
  .apus-pagination>a {
    min-width: 45px;
    line-height: 43px;
    padding: 0 10px
  }
}

.pagination>span:focus,
.pagination>span:hover,
.pagination>a:focus,
.pagination>a:hover,
.apus-pagination>span:focus,
.apus-pagination>span:hover,
.apus-pagination>a:focus,
.apus-pagination>a:hover {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.pagination>span.current,
.pagination>a.current,
.apus-pagination>span.current,
.apus-pagination>a.current {
  color: #fff;
  background: #304830;
  border-color: #304830
}

.pagination ul.page-numbers,
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none
}

.pagination .next,
.pagination .prev,
.apus-pagination .next,
.apus-pagination .prev {
  width: 35px;
  height: 35px
}

@media (min-width: 1200px) {

  .pagination .next,
  .pagination .prev,
  .apus-pagination .next,
  .apus-pagination .prev {
    width: 45px;
    height: 45px
  }
}

.pagination .next:before,
.pagination .prev:before,
.apus-pagination .next:before,
.apus-pagination .prev:before {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  font-family: 'Flaticon';
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {

  .pagination .next:before,
  .pagination .prev:before,
  .apus-pagination .next:before,
  .apus-pagination .prev:before {
    width: 43px;
    height: 43px
  }
}

.pagination .next:hover,
.pagination .next:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.apus-pagination .next:hover,
.apus-pagination .next:focus,
.apus-pagination .prev:hover,
.apus-pagination .prev:focus {
  color: #fff
}

.pagination .next:hover:before,
.pagination .next:focus:before,
.pagination .prev:hover:before,
.pagination .prev:focus:before,
.apus-pagination .next:hover:before,
.apus-pagination .next:focus:before,
.apus-pagination .prev:hover:before,
.apus-pagination .prev:focus:before {
  background: #304830
}

.pagination .next:before,
.apus-pagination .next:before {
  content: "\f137"
}

.pagination .prev:before,
.apus-pagination .prev:before {
  content: "\f136"
}

.ajax-pagination {
  text-align: center;
  margin: 0 0 30px
}

@media (min-width: 1200px) {
  .ajax-pagination {
    padding-top: 20px
  }
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none
}

.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 50px;
  display: block
}

.ajax-pagination .apus-loadmore-btn+.apus-allproducts {
  display: none
}

.ajax-pagination .apus-loadmore-btn.hidden+.apus-allproducts {
  display: block;
  color: #e44343;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px
}

@media (min-width: 1200px) {
  .footer-default {
    margin-top: 30px
  }
}

.apus-footer-mobile {
  display: none
}

.apus-footer {
  background: transparent;
  position: relative;
  color: #484848;
  font-size: 14px;
  font-weight: 400
}

.apus-footer a:not([class]) {
  color: #D3AF37;
}

.apus-footer a:not([class]):hover,
.apus-footer a:not([class]):focus,
.apus-footer a:not([class]):active {
  color: #F8F6E5
}

.apus-footer.full-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px
}

.apus-copyright {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative
}

.apus-copyright a {
  color: #484848
}

.apus-copyright a:hover,
.apus-copyright a:focus,
.apus-copyright a:active {
  color: #304830
}

.apus-copyright .widget-social {
  text-align: right
}

.rtl .apus-copyright .widget-social {
  text-align: left
}

.apus-copyright .widget-social a {
  color: #484848
}

.apus-copyright .widget-social a:hover {
  color: #304830
}

.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 300px;
  background: #fff;
  height: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column
}

.apus-offcanvas .apus-offcanvas-body {
  position: relative
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%
}

.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden
}

.apus-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15)
}

.apus-offcanvas .offcanvas-head {
  background: #e44343;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.apus-offcanvas .offcanvas-head:hover,
.apus-offcanvas .offcanvas-head:active {
  background: #d51f1f
}

.apus-offcanvas .offcanvas-head i {
  margin-right: 5px
}

.rtl .apus-offcanvas .offcanvas-head i {
  margin-left: 5px;
  margin-right: 0
}

.apus-offcanvas .offcanvas-head a {
  color: #fff
}

.apus-offcanvas .logo-in-theme {
  margin-bottom: 30px
}

.apus-offcanvas .header-right>div {
  margin-left: 30px
}

.rtl .apus-offcanvas .header-right>div {
  margin-right: 30px;
  margin-left: 0
}

.apus-offcanvas .header-right>div:last-child {
  margin-left: 0px
}

.rtl .apus-offcanvas .header-right>div:last-child {
  margin-right: 0px;
  margin-left: 0
}

.apus-offcanvas .elementor-column {
  width: 100% !important
}

.apus-offcanvas .elementor-column .elementor-column-wrap,
.apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important
}

.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px
}

@media (max-width: 991px) {
  .topbar-mobile {
    padding: 10px
  }

  .topbar-mobile .btn {
    margin-right: 10px;
    padding: 6px 10px
  }

  .rtl .topbar-mobile .btn {
    margin-left: 10px;
    margin-right: 0
  }

  .topbar-mobile .top-cart .dropdown-menu {
    left: 0;
    right: inherit
  }

  .topbar-mobile .top-cart .dropdown-menu:after,
  .topbar-mobile .top-cart .dropdown-menu:before {
    display: none
  }
}

.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #79b530;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.open-text:hover,
.open-text:active {
  color: #fff;
  background: #6ca12b
}

#mobile-offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 270px;
  height: 100%;
  max-width: 80%;
  background: #fff
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left>.mobile-sidebar-btn {
  left: 100%
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right>.mobile-sidebar-btn {
  right: 100%
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0 15px
}

#mobile-offcanvas-sidebar.active>.mobile-sidebar-wrapper {
  display: block
}

#mobile-offcanvas-sidebar>.mobile-sidebar-btn {
  position: absolute;
  top: 100px
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden
}

.mobile-sidebar-panel-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
  cursor: not-allowed
}

.apus-footer-mobile {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2)
}

.apus-footer-mobile .footer-search-mobile {
  position: absolute;
  z-index: 999;
  left: 0;
  top: -60px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.apus-footer-mobile .footer-search-mobile.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-footer-mobile>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.apus-footer-mobile>ul>li {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  position: relative
}

.apus-footer-mobile>ul>li span {
  display: block;
  font-size: 10px;
  line-height: 1
}

.apus-footer-mobile>ul>li .wishlist-icon,
.apus-footer-mobile>ul>li .mini-cart {
  line-height: 1.75
}

.apus-footer-mobile>ul>li .wrapper-morelink {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1)
}

.apus-footer-mobile>ul>li .wrapper-morelink .footer-morelink {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 10px
}

.apus-footer-mobile>ul>li .wrapper-morelink li {
  padding: 3px 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: left
}

.rtl .apus-footer-mobile>ul>li .wrapper-morelink li {
  text-align: right
}

.apus-footer-mobile>ul>li .wrapper-morelink.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-footer-mobile .mini-cart i {
  font-size: 15px
}

.apus-footer-mobile .mini-cart .count {
  top: 2px
}

.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9)
}

.apus-footer-mobile .apus-search-form .select-category {
  display: none
}

.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0
}

.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #ebebeb
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block
}

.mobile-sidebar-btn {
  padding: 8px;
  margin: 0;
  color: #fff !important;
  background: #304830;
  position: fixed;
  top: 25%;
  z-index: 6;
  font-size: 18px;
  line-height: 1
}

.mobile-sidebar-btn.btn-left {
  right: 0;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px
}

.mobile-sidebar-btn.btn-right {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  left: 0
}

.close-sidebar-btn:active,
.close-sidebar-btn:hover {
  color: #e44343
}

.close-sidebar-btn {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  text-align: center;
  color: #e44343
}

@media (max-width: 991px) {
  .sidebar {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 8;
    top: 0px;
    width: 320px;
    height: 100vh;
    max-width: 80%;
    position: fixed;
    padding: 15px;
    background: #f7f7f7;
    overflow-y: auto
  }

  .sidebar.sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  .sidebar.sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  .sidebar.sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
  }

  .sidebar.sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px)
}

.apus-topbar .wrapper-topmenu:hover>a {
  color: #fff
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible
}

.wrapper-top-cart>.dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%)
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_heading>h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  cursor: pointer;
  color: #e44343
}

.wrapper-top-cart>.dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column
}

.wrapper-top-cart>.dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.wrapper-top-cart>.dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.wrapper-top-cart .cart_list .variation {
  margin: 0
}

.wrapper-top-cart .cart_list .variation>* {
  display: inline-block;
  vertical-align: middle
}

.wrapper-top-cart .cart_list .variation>* p {
  margin: 0
}

.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px
}

.navbar.apus-megamenu {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-height: 0;
  margin: 0
}

.megamenu {
  padding: 1px;
  float: none;
  margin-top:0 
}

.megamenu .menu-item-description {
  font-size: 14px;
  text-transform: capitalize
}

.megamenu>li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: none;
  position: relative;
  margin-right: 20px
}

.rtl .megamenu>li {
  margin-left: 20px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .megamenu>li {
    margin-right: 24px
  }

  .rtl .megamenu>li {
    margin-left: 45px;
    margin-right: 0
  }
}

.megamenu>li:last-child {
  margin-right: 0
}

.rtl .megamenu>li:last-child {
  margin-left: 0;
  margin-right: 0
}

.megamenu>li:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 100%;
  left: 0
}

.megamenu>li>a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-weight: normal;
  padding: 33px 0;
  background: transparent !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative
}

.megamenu>li>a .fa,
.megamenu>li>a img {
  max-width: 50px;
  margin-left: 3px
}

.rtl .megamenu>li>a .fa,
.rtl .megamenu>li>a img {
  margin-right: 3px;
  margin-left: 0
}

.megamenu>li>a:hover,
.megamenu>li>a:active,
.megamenu>li>a:focus {
  color: #304830
}

.megamenu>li:hover>a,
.megamenu>li.active>a {
  color: #304830
}

.megamenu>li.aligned-left .dropdown-menu:before {
  left: 25px
}

.megamenu>li.aligned-right>.dropdown-menu {
  left: auto;
  right: 0
}

.megamenu>li.aligned-right>.dropdown-menu:before {
  right: 25px
}

.megamenu .aligned-fullwidth>.dropdown-menu {
  padding: 50px 30px 30px
}

.megamenu .dropdown-menu {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  padding: 16px 30px
}

.megamenu .dropdown-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  display: block
}

.rtl .megamenu .dropdown-menu:before {
  right: 20px;
  left: auto
}

.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #304830
}

.rtl .megamenu .dropdown-menu .text-label {
  margin-right: 5px;
  margin-left: 0
}

.megamenu .dropdown-menu .text-label.label-hot {
  color: #e44343
}

.megamenu .dropdown-menu .text-label.label-new {
  color: #79b530
}

.megamenu .dropdown-menu .current-menu-item>a {
  color: #fff
}

.megamenu .dropdown-menu li {
  border-bottom: 1px solid #ebebeb
}

.megamenu .dropdown-menu li:last-child {
  border-bottom: 0
}

.megamenu .dropdown-menu li>a {
  background: transparent !important;
  position: relative;
  font-size: 16px;
  padding: 8px 0;
  padding-right: 25px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .megamenu .dropdown-menu li>a {
  padding-left: 25px;
  padding-right: inherit
}

.megamenu .dropdown-menu li>a:hover,
.megamenu .dropdown-menu li>a:active {
  color: #304830
}

.megamenu .dropdown-menu li>a b {
  position: absolute;
  top: 20px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.rtl .megamenu .dropdown-menu li>a b {
  left: 10px;
  right: auto
}

.megamenu .dropdown-menu li:hover>a,
.megamenu .dropdown-menu li.current-menu-item>a,
.megamenu .dropdown-menu li.open>a,
.megamenu .dropdown-menu li.active>a {
  color: #304830;
  padding-left: 5px
}

.rtl .megamenu .dropdown-menu li:hover>a,
.rtl .megamenu .dropdown-menu li.current-menu-item>a,
.rtl .megamenu .dropdown-menu li.open>a,
.rtl .megamenu .dropdown-menu li.active>a {
  padding-right: 5px;
  padding-left: inherit
}

.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  text-align: left
}

.rtl .megamenu .dropdown-menu .widget-title,
.rtl .megamenu .dropdown-menu .widgettitle {
  text-align: right
}

.megamenu .dropdown-menu .widget-title:before,
.megamenu .dropdown-menu .widget-title:after,
.megamenu .dropdown-menu .widgettitle:before,
.megamenu .dropdown-menu .widgettitle:after {
  display: none
}

.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  border: none;
  position: absolute;
  display: block;
  left: 100%;
  top: -16px;
  background: #fff;
  min-width: 225px;
  margin: 0
}

.megamenu .dropdown-menu .dropdown-menu:before {
  display: none
}

.megamenu .dropdown-menu li:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.megamenu .dropdown-menu .widget-nav-menu .menu li {
  margin: 0
}

.megamenu .dropdown-menu .widget-nav-menu .menu li a:before {
  display: none
}

.megamenu .apus-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%
}

.megamenu .has-mega-menu.aligned-fullwidth {
  position: static
}

.megamenu li.aligned-fullwidth>.dropdown-menu {
  width: 100%;
  left: 0 !important
}

.megamenu>li>a>.text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #27ceb4;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

.rtl .megamenu>li>a>.text-label {
  left: -15px;
  right: auto
}

.megamenu>li>a>.text-label.label-hot {
  background: #e44343
}

.megamenu>li>a>.text-label.label-hot:before {
  border-color: #e44343 transparent transparent #e44343
}

.megamenu>li>a>.text-label.label-new {
  background: #79b530
}

.megamenu>li>a>.text-label.label-new:before {
  border-color: #79b530 transparent transparent #79b530
}

.megamenu>li>a>.text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #27ceb4 transparent transparent #27ceb4
}

.rtl .megamenu>li>a>.text-label:before {
  right: 7px;
  left: auto
}

.megamenu.effect1>li>.dropdown-menu {
  display: block;
  min-width: 225px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  padding: 16px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0
}

.megamenu.effect1>li:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.megamenu.effect2>li>.dropdown-menu {
  display: block;
  min-width: 225px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  padding: 16px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s
}

.megamenu.effect2>li>.dropdown-menu li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.megamenu.effect2>li>.dropdown-menu>li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px)
}

.megamenu.effect2>li:hover>.dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg)
}

.megamenu.effect2>li:hover>.dropdown-menu>li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.megamenu.effect3>li>.dropdown-menu {
  display: block;
  min-width: 225px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-animation: fadeleft 0.3s ease-in-out 0s;
  animation: fadeleft 0.3s ease-in-out 0s
}

.megamenu.effect3>li:hover>.dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: faderight 0.3s ease-in-out 0s;
  animation: faderight 0.3s ease-in-out 0s
}

.navbar-offcanvas {
  margin-top: 15px;
  font-size: 16px
}

.navbar-offcanvas .navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none
}

.navbar-offcanvas .navbar-nav li {
  position: relative;
  display: block;
  float: none;
  margin: 0
}

.navbar-offcanvas .navbar-nav li>.icon-toggle {
  position: absolute;
  top: 1px;
  right: 0px;
  padding: 5px;
  z-index: 2;
  cursor: pointer;
  color: #484848
}

.rtl .navbar-offcanvas .navbar-nav li>.icon-toggle {
  left: 0px;
  right: auto
}

.navbar-offcanvas .navbar-nav li>a {
  background: transparent !important;
  display: block;
  padding: 7px 10px
}

.navbar-offcanvas .navbar-nav li.open>a,
.navbar-offcanvas .navbar-nav li.open>a:focus,
.navbar-offcanvas .navbar-nav li.open>a:hover,
.navbar-offcanvas .navbar-nav li.active>a,
.navbar-offcanvas .navbar-nav li.active>a:focus,
.navbar-offcanvas .navbar-nav li.active>a:hover {
  color: #304830;
  background: transparent
}

.navbar-offcanvas .dropdown-menu {
  margin: 0
}

.navbar-offcanvas .dropdown-menu>li a {
  background: transparent !important
}

.navbar-offcanvas .dropdown-menu>li.active>a,
.navbar-offcanvas .dropdown-menu>li>a:hover,
.navbar-offcanvas .dropdown-menu>li>a:focus {
  color: #484848;
  text-decoration: underline
}

.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 30px
}

.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 500;
  margin: 0 0 10px
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0
}

.navbar-offcanvas li:hover .dropdown-menu {
  display: block
}

.navbar-offcanvas .aligned-fullwidth>.dropdown-menu {
  width: 100%
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #ebebeb
}

.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0
}

.mobile-vertical-menu .navbar-nav li>a {
  padding: 5px 0
}

.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #304830;
  font-family: "Sen", Arial, sans-serif
}

.rtl .mobile-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: 0
}

.mobile-vertical-menu .text-label.label-hot {
  color: #e44343
}

.mobile-vertical-menu .text-label.label-new {
  color: #79b530
}

#apus-mobile-menu .btn-toggle-canvas {
  padding: 10px 15px;
  display: block;
  background: #e44343;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

#apus-mobile-menu .btn-toggle-canvas:hover,
#apus-mobile-menu .btn-toggle-canvas:active {
  background: #d51f1f;
  color: #fff
}

#apus-mobile-menu .offcanvas-head strong {
  margin: 0 5px
}

#apus-mobile-menu .widget-nav-menu .menu li {
  margin-bottom: 5px
}

.main-mobile-menu {
  float: none
}

.main-mobile-menu>li {
  float: none
}

.main-mobile-menu .has-submenu>.sub-menu {
  padding-left: 30px;
  list-style: none;
  display: none
}

.rtl .main-mobile-menu .has-submenu>.sub-menu {
  padding-right: 30px;
  padding-left: inherit
}

.main-mobile-menu .has-submenu>.sub-menu li>.icon-toggle {
  top: 1px;
  padding: 0 5px
}

.main-mobile-menu .has-submenu>.sub-menu li a {
  font-size: 15px;
  padding: 2px 0
}

.main-mobile-menu .widget .widget-title,
.main-mobile-menu .widget .widgettitle,
.main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit
}

.main-mobile-menu .sub-menu {
  max-width: 100%
}

.main-mobile-menu .shop-list-small {
  margin-bottom: 10px
}

.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #304830;
  font-family: "Sen", Arial, sans-serif
}

.rtl .main-mobile-menu .text-label {
  margin-right: 5px;
  margin-left: 0
}

.main-mobile-menu .text-label.label-hot {
  color: #e44343
}

.main-mobile-menu .text-label.label-new {
  color: #79b530
}

.menu-setting-menu-container .apus-menu-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2
}

.menu-setting-menu-container .apus-menu-top li a {
  padding: 0 15px;
  width: 100%
}

.menu-setting-menu-container .apus-menu-top ul {
  padding-left: 15px
}

.rtl .menu-setting-menu-container .apus-menu-top ul {
  padding-right: 15px;
  padding-left: inherit
}

.wrapper-topmenu .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0
}

.topmenu-menu i {
  margin-right: 8px
}

.rtl .topmenu-menu i {
  margin-left: 8px;
  margin-right: 0
}

.topmenu-menu>li {
  float: none;
  white-space: nowrap;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb
}

.topmenu-menu>li:last-child {
  border: 0;
  padding: 0;
  margin-bottom: 0
}

.topmenu-menu>li>a {
  background: transparent !important;
  padding: 0
}

.topmenu-menu>li.active>a {
  color: #304830
}

html.mm-opened {
  position: static
}

.mm-menu {
  background: #f7f7f7;
  color: #484848;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.mm-menu .mm-listview .mm-next::before {
  border: none
}

.mm-menu .elementor-column-wrap {
  padding: 0 !important
}

.mm-menu .mm-panel {
  width: 100% !important
}

.mm-menu .mm-panel .dropdown-menu-inner {
  padding-top: 30px;
  margin: -20px -20px 20px
}

.mm-menu .menu li {
  line-height: 2;
  margin: 0 !important;
  border-bottom: 1px solid #ebebeb
}

.mm-menu .menu li:last-child {
  border-bottom: 0
}

.mm-menu .menu a {
  color: #484848;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0
}

.mm-menu .menu a:before {
  display: none
}

.mm-menu .menu a:hover,
.mm-menu .menu a:focus {
  color: #304830
}

.mm-menu .mm-listview>li>a {
  color: #484848;
  background: transparent !important;
  line-height: 2
}

.mm-menu .mm-listview>li>a:hover,
.mm-menu .mm-listview>li>a:focus {
  color: #304830
}

.mm-menu .mm-listview>li>a .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #27ceb4;
  position: absolute;
  right: 50px;
  top: 0;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

.rtl .mm-menu .mm-listview>li>a .text-label {
  left: 50px;
  right: auto
}

.mm-menu .mm-listview>li>a .text-label.label-hot {
  background: #e44343
}

.mm-menu .mm-listview>li>a .text-label.label-hot:before {
  border-color: #e44343 transparent transparent #e44343
}

.mm-menu .mm-listview>li>a .text-label.label-new {
  background: #79b530
}

.mm-menu .mm-listview>li>a .text-label.label-new:before {
  border-color: #79b530 transparent transparent #79b530
}

.mm-menu .mm-listview>li>a .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #27ceb4 transparent transparent #27ceb4
}

.rtl .mm-menu .mm-listview>li>a .text-label:before {
  right: 7px;
  left: auto
}

.mm-menu .mm-listview .menu-item-description {
  font-size: 12px
}

.mm-menu .mm-listview>li:after {
  display: none
}

.mm-menu .mm-listview>li .mm-next:after {
  border-color: #484848
}

.mm-menu .mm-listview>li .mm-next:hover:after,
.mm-menu .mm-listview>li .mm-next:focus:after {
  border-color: #304830
}

.mm-menu .mm-listview>li.active>a {
  color: #304830
}

.mm-menu .mm-listview>li.active>.mm-next:after {
  border-color: #304830
}

.mm-menu .mm-btn:before {
  border-color: #484848;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.mm-menu .mm-btn:hover:before,
.mm-menu .mm-btn:focus:before {
  border-color: #304830
}

.mm-menu .mm-title {
  background: #fff;
  padding: 15px 0;
  font-weight: 700;
  font-size: 17px;
  height: auto;
  color: #484848 !important
}

.mm-menu .mm-navbar {
  padding: 0
}

.mm-menu .mm-navbar .mm-btn {
  top: 7px
}

.mm-menu .widget .widget-title,
.mm-menu .widget .widgettitle,
.mm-menu .widget .widget-heading {
  border: none;
  padding: 0;
  margin-bottom: 10px
}

.mm-menu .widget .widget-title:before,
.mm-menu .widget .widgettitle:before,
.mm-menu .widget .widget-heading:before {
  display: none
}

.mm-menu li.text-title {
  font-weight: 700;
  font-size: 15px;
  padding: 15px;
  color: #484848;
  text-align: center;
  border: 0 !important
}

.mm-menu li.text-title~li {
  font-size: 13px;
  padding-left: 20px
}

.mm-menu li.text-title~li a {
  padding: 7px;
  text-transform: capitalize !important
}

.mm-menu li.text-title~li i {
  margin-right: 7px
}

.rtl .mm-menu li.text-title~li i {
  margin-left: 7px;
  margin-right: 0
}

.rtl .mm-menu li.text-title~li {
  padding-right: 20px;
  padding-left: inherit
}

.mm-panels>.mm-panel>.mm-listview {
  padding-top: 12px;
  font-size: 16px;
  padding-bottom: 40px
}

.mm-panels>.mm-panel>.mm-listview>li {
  border-top: 1px solid #ebebeb
}

.mm-panels>.mm-panel>.mm-listview>li.space-20 {
  border: none
}

.mobile-submit {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 15px;
  bottom: 0;
  left: 0
}

.mobile-submit .btn {
  width: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.top-menu>li>a {
  padding: 0 15px;
  text-transform: capitalize
}

.mm-menu.mm-offcanvas {
  z-index: 9;
  max-width: 85%
}

.mm-menu.mm-offcanvas .social-top:after {
  display: none
}

.mm-menu.mm-offcanvas .social-top a {
  display: inline-block;
  font-size: 16px
}

.mm-menu.mm-offcanvas .social-top a:hover,
.mm-menu.mm-offcanvas .social-top a:active {
  color: #304830
}

.mm-menu.mm-offcanvas .widget {
  margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
  padding: 10px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>* {
  margin-bottom: 15px
}

.mm-menu.mm-offcanvas .topbar-right-wrapper>*:last-child {
  margin: 0
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
  display: none
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
  margin-top: 0
}

html.mm-opening .mm-menu~.mm-slideout {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.mm-listview .mm-next {
  padding: 0 !important
}

.mm-menu.mm-offcanvas {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  border-right: 1px solid #ebebeb
}

@media (max-width: 1200px) {
  .mm-menu.mm-offcanvas {
    display: block
  }
}

.mm-menu.mm-offcanvas.mm-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

#mm-blocker {
  cursor: not-allowed
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a {
  font-weight: 400
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
  margin-right: 5px;
  min-width: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li>a i {
  margin-left: 5px;
  margin-right: 0
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: #304830
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px
}

.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: inherit
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px
}

.mobile-vertical-menu .widget {
  margin-bottom: 10px
}

@media (min-width: 1501px) {
  .col-md-cl-5 {
    width: 20%
  }

  .col-md-cl-5.first {
    clear: both
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .col-md-cl-5 {
    width: 25%
  }

  .col-md-cl-5.first:nth-child(4n+1) {
    clear: both
  }

  div.product.col-md-cl-5:nth-child(4n+1) {
    clear: both
  }
}

.home-page-default {
  padding-top: 30px
}

@media (min-width: 1200px) {
  .home-page-default {
    padding-top: 55px
  }
}

.apus-breadscrumb+.home-page-default {
  padding-top: 0
}

.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  margin: 0
}

.main-page #respond .comment-reply-title {
  margin: 0 !important
}

.main-page #comments {
  padding-top: 30px;
  clear: both
}

.main-content {
  padding-bottom: 30px
}

.main-content-detail {
  padding-bottom: 30px
}

@media (min-width: 1200px) {
  .main-content-detail {
    padding-bottom: 70px
  }
}

body.no-footer #apus-footer {
  display: none !important
}

body.single-product,
body.blog,
body[class*="archive-product"],
body.single-post {
  background-color: #fff
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px
}

.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #c4c4c4
}

.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: 0
}

.contact-form-content .rounded .fa,
.contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px
}

.contact-form-content small {
  color: #151515
}

.page-404 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

@media (min-width: 1200px) {
  .page-404 .btn-back-home {
    padding-left: 40px;
    padding-right: 40px
  }
}

.page-404 .not-found {
  padding: 30px 0
}

@media (min-width: 1200px) {
  .page-404 .not-found {
    padding: 70px 0
  }
}

.page-404 .top-image {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .page-404 .top-image {
    margin-bottom: 40px
  }
}

.page-404 .top-image img {
  max-width: 80%
}

.page-404 .description {
  margin-bottom: 25px
}

.page-404 .title-big {
  font-size: 25px;
  margin: 0 0 5px
}

@media (min-width: 1200px) {
  .page-404 .title-big {
    font-size: 45px
  }
}

.page-404 .widget-search {
  margin: 0 auto 30px;
  max-width: 600px
}

.inner-dashboard .widget_apus_user_short_profile {
  border: 0 !important;
  padding: 0 !important
}

.inner-dashboard .widget_apus_user_short_profile .user_short_profile {
  padding: 0 !important
}

.inner-dashboard .widget_apus_user_short_profile .navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.inner-dashboard .close-sidebar-btn {
  margin-bottom: 0;
  border: none;
  padding: 15px
}

.inner-dashboard .sidebar:not(.sidebar-property) {
  color: #8a99b3;
  background: #1d293e;
  padding: 0
}

.inner-dashboard .sidebar:not(.sidebar-property) a {
  color: #8a99b3
}

.inner-dashboard .sidebar:not(.sidebar-property) a:hover,
.inner-dashboard .sidebar:not(.sidebar-property) a:focus {
  color: #fff
}

.inner-dashboard .sidebar:not(.sidebar-property) .widget {
  background-color: transparent;
  border: 0;
  padding: 10px 15px
}

.inner-dashboard .sidebar:not(.sidebar-property) .widget.widget_media_image {
  background: #24324a;
  margin-bottom: 0
}

@media (min-width: 1200px) {
  .inner-dashboard .sidebar:not(.sidebar-property) .widget {
    padding: 22px 30px
  }
}

@media (min-width: 992px) {
  .inner-dashboard .sidebar:not(.sidebar-property) {
    width: 200px;
    padding-bottom: 30px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 5
  }

  .inner-dashboard .sidebar:not(.sidebar-property).sidebar-left {
    left: 0
  }

  .inner-dashboard .sidebar:not(.sidebar-property).sidebar-right {
    right: 0
  }
}

@media (min-width: 1200px) {
  .inner-dashboard .sidebar:not(.sidebar-property) {
    width: 300px
  }
}

.inner-dashboard .sidebar-left .menu_short_profile li a {
  border-width: 0 0 0 2px
}

.inner-dashboard .sidebar-right .menu_short_profile li a {
  border-width: 0 2px 0 0
}

.inner-dashboard .menu_short_profile {
  list-style: none;
  padding: 0;
  margin: 0
}

.inner-dashboard .menu_short_profile a {
  color: #fff
}

.inner-dashboard .menu_short_profile a:hover,
.inner-dashboard .menu_short_profile a:focus {
  color: #304830
}

.inner-dashboard .menu_short_profile li a {
  padding: 5px 15px;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-style: solid;
  border-color: transparent
}

@media (min-width: 1200px) {
  .inner-dashboard .menu_short_profile li a {
    padding: 9px 30px
  }
}

.inner-dashboard .menu_short_profile li a i {
  margin-right: 8px;
  display: inline-block
}

.rtl .inner-dashboard .menu_short_profile li a i {
  margin-left: 8px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .inner-dashboard .menu_short_profile li a i {
    font-size: 18px;
    margin-right: 12px
  }

  .rtl .inner-dashboard .menu_short_profile li a i {
    margin-left: 12px;
    margin-right: 0
  }
}

.inner-dashboard .menu_short_profile li:hover>a {
  color: #fff;
  background: #172133;
  border-color: #304830
}

.inner-dashboard .menu_short_profile li.active>a {
  color: #fff;
  background: #172133;
  border-color: #304830
}

@media (min-width: 992px) {
  .page-dashboard[class*="left"] {
    padding-left: 200px
  }

  .page-dashboard[class*="right"] {
    padding-right: 200px
  }
}

@media (min-width: 1200px) {
  .page-dashboard[class*="left"] {
    padding-left: 300px
  }

  .page-dashboard[class*="right"] {
    padding-right: 300px
  }
}

@media (min-width: 992px) {
  .page-template-page-dashboard[class*="left"] .apus-footer {
    padding-left: 200px
  }
}

@media (min-width: 1200px) {
  .page-template-page-dashboard[class*="left"] .apus-footer {
    padding-left: 300px
  }
}

@media (min-width: 992px) {
  .page-template-page-dashboard[class*="right"] .apus-footer {
    padding-right: 200px
  }
}

@media (min-width: 1200px) {
  .page-template-page-dashboard[class*="right"] .apus-footer {
    padding-right: 300px
  }
}

.apus-dashboard {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%
}

.top_profile {
  padding: 30px 30px 25px;
  border-bottom: 1px solid #dee6ed
}

.top_profile .user-logo {
  margin: 0 0 25px
}

.top_profile .logo-inner {
  width: 150px;
  height: 150px;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin: auto
}

.top_profile .title {
  font-size: 18px;
  margin: 0
}

.top_profile .categories a {
  color: #484848
}

.top_profile .categories a:hover,
.top_profile .categories a:focus {
  color: #484848
}

.post.no-results {
  margin: 0 0 35px
}

.post.no-results .widget-search {
  margin-top: 25px;
  padding: 15px
}

.post.no-results .title-no-results {
  color: #484848;
  margin: 0 0 35px
}

@media (min-width: 768px) {
  .post.no-results .title-no-results {
    margin: 0 0 90px
  }
}

@media (min-width: 768px) {
  .post.no-results {
    margin: 0 0 100px
  }
}

.entry-title {
  font-size: 18px;
  margin: 0 0 12px;
  word-wrap: break-word
}

@media (min-width: 1200px) {
  .entry-title {
    font-size: 22px
  }
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px
}

.entry-create>* {
  margin-right: 2px
}

.rtl .entry-create>* {
  margin-left: 2px;
  margin-right: 0
}

.entry-create .author {
  font-style: italic;
  text-transform: capitalize
}

.comment-form-cookies-consent [type="checkbox"] {
  margin-right: 7px
}

.rtl .comment-form-cookies-consent [type="checkbox"] {
  margin-left: 7px;
  margin-right: 0
}

.entry-link {
  margin-top: 20px
}

.entry-link .readmore {
  color: #304830;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px
}

.entry-link .readmore:hover {
  color: #000
}

.entry-meta {
  margin: 0
}

.entry-meta .fa,
.entry-meta .icon {
  margin-right: 3px
}

.rtl .entry-meta .fa,
.rtl .entry-meta .icon {
  margin-left: 3px;
  margin-right: 0
}

.wp-block-quote,
blockquote {
  color: #484848;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding: 50px 20px 20px;
  margin: 30px 0;
  border: 0;
  background: #f7f7f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-left: 8px solid #304830
}

.rtl .wp-block-quote,
.rtl blockquote {
  border-right: 8px solid #304830;
  border-left: inherit
}

@media (min-width: 1200px) {

  .wp-block-quote,
  blockquote {
    padding: 60px 40px 30px
  }
}

.wp-block-quote:before,
blockquote:before {
  color: #bbb;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  text-indent: -9px
}

.rtl .wp-block-quote:before,
.rtl blockquote:before {
  right: 20px;
  left: auto
}

@media (min-width: 1200px) {

  .wp-block-quote:before,
  blockquote:before {
    left: 40px
  }

  .rtl .wp-block-quote:before,
  .rtl blockquote:before {
    right: 40px;
    left: auto
  }
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px
}

.rtl .entry-vote {
  left: 20px;
  right: auto
}

.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700
}

.entry-vote.vote-perfect .entry-vote-inner {
  color: #ff003a
}

.entry-vote.vote-good .entry-vote-inner {
  color: #fdff39
}

.entry-vote.vote-average .entry-vote-inner {
  color: #91e536
}

.entry-vote.vote-bad .entry-vote-inner {
  color: #e93434
}

.entry-vote.vote-poor .entry-vote-inner {
  color: #78ae00
}

.type-post {
  margin-bottom: 30px
}

.blog-title {
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .layout-posts-list>.post {
    margin-bottom: 30px
  }
}

#review_form,
#commentform {
  margin-bottom: 10px
}

#review_form label,
#commentform label {
  font-weight: 400;
  color: #484848;
  margin: 0 0 10px
}

#review_form .comment-form-cookies-consent,
#commentform .comment-form-cookies-consent {
  font-size: 14px
}

#review_form .comment-form-cookies-consent label,
#commentform .comment-form-cookies-consent label {
  margin-bottom: 0;
  display: inline
}

#review_form .form-group,
#commentform .form-group {
  margin-bottom: 20px
}

#review_form .form-control,
#commentform .form-control {
  margin: 0;
  color: #484848;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px 20px
}

#review_form textarea.form-control,
#commentform textarea.form-control {
  height: 200px;
  resize: none
}

@media (min-width: 1200px) {

  #review_form textarea.form-control,
  #commentform textarea.form-control {
    height: 250px
  }
}

#review_form .space-comment,
#commentform .space-comment {
  margin: 0 0 30px
}

#review_form .form-submit,
#commentform .form-submit {
  margin-bottom: 0
}

#review_form #cancel-comment-reply-link,
#commentform #cancel-comment-reply-link {
  color: #e44343
}

#review_form #submit,
#commentform #submit {
  font-weight: 700;
  font-size: 16px;
  padding: 11px 40px
}

.commentform .comment-respond #commentform {
  margin-bottom: 0
}

.post-specail .entry-title {
  font-size: 16px
}

.post-specail .entry-date {
  font-style: italic
}

.post-specail .entry-create {
  margin: 0 0 18px
}

.post-title {
  font-size: 18px
}

.post-thumb {
  position: relative
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px
}

.rtl .blog-meta {
  left: 0px;
  right: auto
}

.blog.style1 .blog-date {
  top: 0;
  position: absolute;
  right: 0
}

.rtl .blog.style1 .blog-date {
  left: 0;
  right: auto
}

.blog.style2 {
  border: 1px solid #ebebeb
}

.blog.style2 .blog-date {
  float: left;
  margin: -1px 30px 0px 0px
}

.rtl .blog.style2 .blog-date {
  float: right
}

.rtl .blog.style2 .blog-date {
  margin: -1px 0px 0px 30px
}

.blog.style2 .entry-title {
  padding-left: 65px;
  padding-right: 20px
}

.rtl .blog.style2 .entry-title {
  padding-right: 65px;
  padding-left: inherit
}

.rtl .blog.style2 .entry-title {
  padding-left: 20px;
  padding-right: inherit
}

.blog.style2 .entry-description {
  padding-left: 65px;
  padding-right: 20px
}

.rtl .blog.style2 .entry-description {
  padding-right: 65px;
  padding-left: inherit
}

.rtl .blog.style2 .entry-description {
  padding-left: 20px;
  padding-right: inherit
}

.blog.style2 .entry-content {
  border: 0px;
  margin-bottom: 20px
}

.blog.style2 .entry-content:before,
.blog.style2 .entry-content:after {
  content: " ";
  display: table
}

.blog.style2 .entry-content:after {
  clear: both
}

.blog .blog-date {
  display: table;
  background: #e93434;
  text-align: center !important;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height: normal
}

.blog .blog-date .blog-date-inner {
  display: table-cell;
  vertical-align: middle
}

.blog .blog-date span {
  display: block;
  margin: 2px 0 3px 0;
  line-height: 25px;
  font-size: 24px;
  font-weight: 400
}

.blog .blog-date--grids {
  position: absolute;
  top: 0;
  right: 15px
}

.rtl .blog .blog-date--grids {
  left: 15px;
  right: auto
}

.blog .entry-content--info {
  overflow: hidden;
  padding: 30px 0
}

.post .entry-description {
  margin: 0 0 30px;
  clear: both;
  overflow: hidden
}

.post .entry-description p:last-child {
  margin: 0
}

.grid-half.owl-carousel .owl-controls {
  top: 100%;
  -webkit-transform: translate(50px, -80px);
  -ms-transform: translate(50px, -80px);
  -o-transform: translate(50px, -80px);
  transform: translate(50px, -80px);
  left: 50%
}

.rtl .grid-half.owl-carousel .owl-controls {
  right: 50%;
  left: auto
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static
}

.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-left: 5px
}

.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
  margin-right: 5px;
  margin-left: 0
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
  background: #e1e4e6;
  border-color: #e1e4e6;
  color: #484848
}

.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
  background: #304830;
  border-color: #304830;
  color: #fff
}

.grid-half.style_img.owl-carousel .owl-controls {
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.rtl .grid-half.style_img.owl-carousel .owl-controls {
  right: 0;
  left: auto
}

.layout-half {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: #304830;
  color: #fff
}

.layout-half .entry-content {
  max-width: 650px;
  padding-bottom: 120px;
  padding-top: 50px
}

.layout-half .entry-content[class*='-6'] {
  padding-left: 50px;
  padding-right: 50px
}

.layout-half>div {
  padding-left: 0px;
  padding-right: 0px
}

@media (max-width: 1024px) {
  .layout-half .entry-content[class*='-6'] {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    max-width: none
  }
}

.layout-half .entry-title {
  font-size: 50px;
  margin: 0 0 20px;
  line-height: 1.1;
  font-family: "Sen", Helvetica, Arial, sans-serif
}

.layout-half .entry-title a {
  color: #fff !important
}

.layout-half .entry-description {
  margin: 0 0 40px;
  font-size: 17px;
  font-weight: 400
}

.layout-dark {
  background: #eff1f2 !important;
  color: #484848
}

.layout-dark .meta {
  font-size: 20px;
  font-weight: 400;
  font-family: "Sen";
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 35px
}

.layout-dark .meta:before {
  content: '';
  width: 80px;
  height: 2px;
  background: #484848;
  position: absolute;
  bottom: 0;
  left: 0
}

.rtl .layout-dark .meta:before {
  right: 0;
  left: auto
}

.layout-dark .entry-title {
  margin: 0 0 10px
}

.layout-dark .entry-title a {
  color: #484848 !important;
  font-size: 30px
}

.layout-dark .entry-description {
  font-size: 15px;
  font-weight: 300
}

.top-info-blog {
  margin-bottom: 12px;
  line-height: 0.8
}

.top-info-blog>div {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #555
}

.rtl .top-info-blog>div {
  margin-left: 10px;
  margin-right: 0
}

.rtl .top-info-blog>div {
  padding-left: 10px;
  padding-right: inherit
}

.rtl .top-info-blog>div {
  border-left: 1px solid #555;
  border-right: inherit
}

.top-info-blog>div:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0
}

.rtl .top-info-blog>div:last-child {
  margin-left: 0;
  margin-right: 0
}

.rtl .top-info-blog>div:last-child {
  padding-left: 0;
  padding-right: inherit
}

.top-info-blog .categories-name {
  color: #304830 !important
}

.top-info-blog a {
  color: #484848
}

.top-info-blog a:hover,
.top-info-blog a:focus {
  color: #484848
}

.posts-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.posts-list>li {
  margin: 0 0 30px
}

.posts-list>li:last-child {
  margin: 0
}

.posts-list .entry-title {
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.posts-list .image {
  width: 110px;
  padding-right: 20px
}

.rtl .posts-list .image {
  padding-left: 20px;
  padding-right: inherit
}

.posts-list .image+.inner {
  width: calc(100% - 110px)
}

.posts-list .image .image-inner {
  max-height: 80px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.posts-list .top-info-blog {
  margin: 5px 0 0;
  font-size: 14px;
  color: #a8a8a8
}

.post-layout {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.post-layout .post-sticky {
  background: #e44343;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 5px 0;
  font-size: 14px
}

.post-layout[class*="format-gallery"] .top-image {
  overflow: inherit
}

.post-layout.sticky {
  -webkit-box-shadow: 0 0 20px 0px #dedede;
  box-shadow: 0 0 20px 0px #dedede
}

.post-layout .entry-title .stick-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 7px
}

.rtl .post-layout .entry-title .stick-icon {
  margin-left: 7px;
  margin-right: 0
}

.post-layout .top-image {
  overflow: hidden;
  position: relative;
  margin: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.post-layout .top-image .list-categories {
  top: 10px;
  left: 10px;
  z-index: 1;
  position: absolute
}

.rtl .post-layout .top-image .list-categories {
  right: 10px;
  left: auto
}

.post-layout .top-image .categories-name {
  font-size: 14px;
  display: inline-block;
  background: #304830;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: capitalize;
  padding: 0 15px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.post-layout .top-image .categories-name+span {
  display: none
}

.post-layout .date {
  color: #777
}

.post-layout .date i {
  margin-right: 8px;
  font-size: 18px
}

.rtl .post-layout .date i {
  margin-left: 8px;
  margin-right: 0
}

.post-layout .info-bottom {
  padding: 15px;
  border-top: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .post-layout .info-bottom {
    padding: 25px 30px
  }
}

.post-layout .info-bottom .date {
  margin-left: 10px
}

.rtl .post-layout .info-bottom .date {
  margin-right: 10px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .post-layout .info-bottom .date {
    margin-left: 35px
  }

  .rtl .post-layout .info-bottom .date {
    margin-right: 35px;
    margin-left: 0
  }
}

.post-layout iframe {
  max-width: 100%
}

.post-layout .post-thumbnail {
  overflow: hidden;
  display: block;
  position: relative
}

.post-layout .post-thumbnail img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s
}

.post-layout .col-content {
  padding: 10px 15px
}

@media (min-width: 1200px) {
  .post-layout .col-content {
    padding: 10px 30px 22px
  }
}

.post-layout .col-content .list-categories {
  margin-bottom: 5px
}

.post-layout .col-content .list-categories a {
  color: #304830
}

.post-layout:hover .post-thumbnail img {
  -webkit-transform: scale(1.05) rotate(-1deg);
  -moz-transform: scale(1.05) rotate(-1deg);
  -ms-transform: scale(1.05) rotate(-1deg);
  -o-transform: scale(1.05) rotate(-1deg);
  transform: scale(1.05) rotate(-1deg)
}

.post-grid .entry-title {
  font-size: 18px;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.post-grid .date {
  white-space: nowrap
}

.post-grid .col-content {
  padding: 5px 20px 15px
}

.post-grid .info-bottom {
  padding: 20px
}

.post-grid-v2 .info-bottom {
  padding: 15px 20px
}

.post-grid-v2 .entry-title {
  margin-bottom: 0
}

.top-info-post-gird>div {
  margin-right: 10px
}

.rtl .top-info-post-gird>div {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .top-info-post-gird>div {
    margin-right: 20px
  }

  .rtl .top-info-post-gird>div {
    margin-left: 20px;
    margin-right: 0
  }
}

.top-info-post-gird>div:last-child {
  margin-right: 0
}

.rtl .top-info-post-gird>div:last-child {
  margin-left: 0;
  margin-right: 0
}

.top-info-post-gird i {
  display: inline-block;
  margin-right: 5px
}

.rtl .top-info-post-gird i {
  margin-left: 5px;
  margin-right: 0
}

.top-info-post-gird a {
  color: #484848
}

.top-info-post-gird a:hover,
.top-info-post-gird a:focus {
  color: #484848
}

.top-info-post-gird .list-categories {
  display: inline-block
}

.post-list-item .col-content .list-categories {
  margin-top: 10px
}

@media (min-width: 1200px) {
  .post-list-item .col-content .list-categories {
    margin-top: 20px
  }
}

.posts-grid-category {
  overflow: hidden
}

.top-blog-info {
  padding: 25px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

.top-blog-info i {
  margin-right: 10px
}

.rtl .top-blog-info i {
  margin-left: 10px;
  margin-right: 0
}

.top-blog-info .categories {
  margin-right: 35px
}

.rtl .top-blog-info .categories {
  margin-left: 35px;
  margin-right: 0
}

.top-blog-info .author a {
  color: #304830
}

.top-blog-info a {
  color: #484848
}

.top-blog-info a:hover,
.top-blog-info a:active {
  color: #304830
}

.list-default {
  margin-bottom: 45px
}

.list-default .entry-title {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 10px
}

.list-default .description {
  margin: 0 0 15px
}

.category-posts {
  position: relative
}

.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #ebebeb
}

.rtl .category-posts::after {
  left: 0;
  right: auto
}

.category-posts .post {
  border-bottom: 1px solid #ebebeb
}

.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #304830;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase
}

.category-posts .category-posts-label a {
  color: #fff
}

.category-posts .entry-meta::after {
  display: none
}

.category-posts .posts-more .post:last-child {
  border: 0px
}

.category-posts .posts-more .entry-title {
  font-size: 10px
}

.category-posts .posts-more .entry-title a {
  color: #777
}

.category-posts .posts-more .entry-title a:hover {
  color: #304830
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.comment-list .comment-respond {
  padding-bottom: 20px
}

.comment-list .comment-respond .title {
  margin: 0 0 5px
}

.comment-list .comment-respond small {
  display: inline-block;
  margin-bottom: 10px
}

.comment-list #cancel-comment-reply-link {
  color: #e44343
}

.comment-list .comment-author {
  font-size: 14px;
  margin: 0 0 10px
}

.comment-list .comment-author .space {
  font-size: 12px;
  margin: 0 12px;
  color: #777
}

.comment-list .comment-author .date {
  white-space: nowrap;
  color: #777
}

.comment-list .name-comment {
  color: #484848;
  margin: 0;
  font-size: 16px;
  font-weight: 700
}

.comment-list .name-comment+.star-rating {
  margin-left: 15px
}

.rtl .comment-list .name-comment+.star-rating {
  margin-right: 15px;
  margin-left: 0
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px
}

.rtl .comment-list .children {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .comment-list .children {
    padding-left: 75px
  }

  .rtl .comment-list .children {
    padding-right: 75px;
    padding-left: inherit
  }
}

.comment-list .comment-edit-link {
  color: #e44343
}

.comment-list .comment-reply-link {
  color: #02ccad;
  white-space: nowrap
}

.comment-list .comment-reply-link .text-reply:before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f3e5";
  margin-right: 5px
}

.rtl .comment-list .comment-reply-link .text-reply:before {
  margin-left: 5px;
  margin-right: 0
}

.comment-list .comment-box {
  overflow: hidden
}

.comment-list .comment-text p:last-child {
  margin: 0
}

.comment-list div.avatar {
  width: 80px;
  padding-right: 15px;
  float: left
}

.rtl .comment-list div.avatar {
  padding-left: 15px;
  padding-right: inherit
}

@media (min-width: 768px) {
  .comment-list div.avatar {
    padding-right: 25px;
    width: 105px
  }

  .rtl .comment-list div.avatar {
    padding-left: 25px;
    padding-right: inherit
  }
}

.rtl .comment-list div.avatar {
  float: right
}

.comment-list div.avatar img {
  margin: 0
}

.comment-list img.avatar {
  width: 80px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.comment-list .the-comment {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dee6ed
}

@media (min-width: 1200px) {
  .comment-list .the-comment {
    padding: 0 0 30px;
    margin: 0 0 30px
  }
}

.box-comment {
  margin-bottom: 30px
}

.box-comment .comments-title {
  font-size: 18px;
  margin: 0 0 20px
}

@media (min-width: 1200px) {
  .commentform {
    padding-top: 15px
  }
}

.commentform .title {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1
}

.commentform .comment-notes {
  display: none
}

.logged-in-as {
  margin-bottom: 25px
}

.logged-in-as a+a {
  color: #e44343
}

.entry-content-detail .list-categories {
  margin-bottom: 20px
}

.entry-content-detail .categories-name {
  display: inline-block;
  color: #fff;
  padding: 1px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #304830;
  text-transform: capitalize
}

@media (min-width: 1200px) {
  .entry-content-detail .entry-title {
    margin-bottom: 20px
  }
}

.entry-content-detail .entry-thumb {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 20px
}

.social-networks li {
  padding-left: 10px;
  padding-right: 10px
}

.social-networks li:last-child a {
  margin-right: 0
}

.social-networks li a {
  font-size: 14px
}

.social-networks li a:hover {
  color: #304830
}

.tag-links,
.post-share {
  margin-bottom: 10px
}

.tag-links span i,
.post-share span i {
  margin-right: 5px
}

.rtl .tag-links span i,
.rtl .post-share span i {
  margin-left: 5px;
  margin-right: 0
}

.detail-post #comments #reply-title {
  margin: 0 !important
}

.post-navigation {
  position: relative
}

@media (min-width: 1200px) {
  .post-navigation {
    padding: 5px 0
  }
}

.post-navigation .screen-reader-text {
  display: none
}

.post-navigation .nav-links {
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px
}

.post-navigation .nav-links>* {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.rtl .post-navigation .nav-links>* {
  float: right
}

.post-navigation .nav-links>* .inner {
  width: calc(100% - 35px);
  padding: 0 15px
}

@media (min-width: 1200px) {
  .post-navigation .nav-links>* .inner {
    width: calc(100% - 45px)
  }
}

.post-navigation .nav-links>*.nav-next {
  text-align: right
}

.rtl .post-navigation .nav-links>*.nav-next {
  text-align: left
}

.post-navigation .nav-links>*.nav-next .meta-nav {
  order: 2;
  -webkit-order: 2
}

.post-navigation .nav-links>*.nav-next .inner {
  order: 1;
  -webkit-order: 1
}

.post-navigation .nav-links>*>a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center
}

.post-navigation .nav-links>*>a:hover .meta-nav {
  background-color: #304830
}

.post-navigation .nav-links .title-direct {
  color: #484848;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.post-navigation .nav-links .meta-nav {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #d0d0d0;
  color: #fff !important;
  float: left
}

.rtl .post-navigation .nav-links .meta-nav {
  float: right
}

@media (min-width: 1200px) {
  .post-navigation .nav-links .meta-nav {
    width: 45px;
    height: 45px;
    line-height: 45px
  }
}

.post-navigation .nav-links .navi {
  font-size: 16px;
  font-weight: 700
}

.author-info {
  padding: 20px 0;
  border-top: 1px solid #ebebeb
}

@media (min-width: 992px) {
  .author-info {
    padding: 40px 0
  }
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px
}

.author-info .avatar-img {
  padding-right: 20px
}

.rtl .author-info .avatar-img {
  padding-left: 20px;
  padding-right: inherit
}

.author-info .avatar-img .avatar {
  overflow: hidden;
  max-width: none
}

.related-posts {
  margin: 30px 0 0
}

@media (min-width: 1200px) {
  .related-posts {
    margin-top: 40px
  }
}

.related-posts .title {
  font-size: 18px;
  position: relative;
  margin: 0 0 10px
}

@media (min-width: 1200px) {
  .related-posts .title {
    margin-bottom: 20px
  }
}

.related-posts .type-post {
  margin-bottom: 0
}

.blog-post-icon {
  display: table;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #304830;
  opacity: 0.9;
  filter: alpha(opacity=90);
  left: 0;
  width: 50px;
  height: 50px
}

.rtl .blog-post-icon {
  right: 0;
  left: auto
}

.blog-post-icon .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px
}

.blog-masonry .entry-thumb {
  margin-bottom: 0
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden
}

.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative
}

.rtl .gallery .gallery-item {
  float: right
}

.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px
}

.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100)
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11%
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14%
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0
}

.comment-navigation .nav-links>div {
  display: inline-block
}

.comment-navigation .nav-links>div+div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #ebebeb
}

.rtl .comment-navigation .nav-links>div+div {
  margin-right: 15px;
  margin-left: 0
}

.rtl .comment-navigation .nav-links>div+div {
  padding-right: 15px;
  padding-left: inherit
}

.rtl .comment-navigation .nav-links>div+div {
  border-right: 2px solid #ebebeb;
  border-left: inherit
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0
}

.list-check li {
  margin-bottom: 10px
}

.list-check i {
  color: #304830;
  margin-right: 10px
}

.rtl .list-check i {
  margin-left: 10px;
  margin-right: 0
}

.top-detail-info {
  margin-bottom: 15px;
  color: #777
}

@media (min-width: 1200px) {
  .top-detail-info {
    margin-bottom: 30px
  }
}

.top-detail-info>* {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.rtl .top-detail-info>* {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .top-detail-info>* {
    margin-right: 30px
  }

  .rtl .top-detail-info>* {
    margin-left: 30px;
    margin-right: 0
  }
}

.top-detail-info>*:last-child {
  margin-right: 0
}

.rtl .top-detail-info>*:last-child {
  margin-left: 0;
  margin-right: 0
}

.top-detail-info i {
  margin-right: 5px
}

.rtl .top-detail-info i {
  margin-left: 5px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .top-detail-info i {
    font-size: 21px;
    margin-right: 10px
  }

  .rtl .top-detail-info i {
    margin-left: 10px;
    margin-right: 0
  }
}

.detail-post iframe {
  max-width: 100%
}

.detail-post .bottom-info {
  margin-bottom: 20px
}

.detail-post .bottom-info .suffix {
  font-style: italic
}

.detail-post .bottom-info .author {
  text-transform: uppercase
}

.detail-post .bottom-info>div {
  display: inline-block;
  vertical-align: middle
}

.detail-post .bottom-info a {
  color: #484848
}

.detail-post .bottom-info a:hover,
.detail-post .bottom-info a:active {
  color: #304830
}

.detail-post .tag-social {
  border-top: 1px solid #ebebeb;
  padding-top: 15px
}

@media (min-width: 1200px) {
  .detail-post .tag-social {
    padding-top: 30px
  }
}

.detail-post .tag-social strong {
  font-weight: 700;
  color: #484848;
  padding-right: 10px
}

.rtl .detail-post .tag-social strong {
  padding-left: 10px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .detail-post .tag-social strong {
    padding-right: 20px
  }

  .rtl .detail-post .tag-social strong {
    padding-left: 20px;
    padding-right: inherit
  }
}

.detail-post .entry-tags-list {
  margin: 0;
  position: relative
}

.detail-post .post-navigation {
  margin-top: 15px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  padding: 15px 0
}

@media (min-width: 1200px) {
  .detail-post .post-navigation {
    margin-top: 30px;
    padding: 30px 0
  }
}

.author-post .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.author-post .avatar-img {
  float: left;
  padding-right: 8px
}

.rtl .author-post .avatar-img {
  float: right
}

.rtl .author-post .avatar-img {
  padding-left: 8px;
  padding-right: inherit
}

.author-post .name-author {
  display: inline-block;
  margin-top: 9px
}

.author-wrapper .avatar-img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center
}

.author-wrapper .avatar-img img {
  margin: 0 !important
}

.author-wrapper .author-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize
}

.author-wrapper .author-title a {
  color: #777
}

.author-wrapper .author-title a:hover,
.author-wrapper .author-title a:focus {
  color: #484848
}

.author-wrapper .right-inner {
  padding-left: 10px
}

.rtl .author-wrapper .right-inner {
  padding-right: 10px;
  padding-left: inherit
}

.comment-reply-title {
  margin: 0 0 10px;
  font-size: 20px
}

.comment-reply-title #cancel-comment-reply-link {
  color: #e44343
}

.effect-1 {
  position: relative
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: #304830
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.filter-grayscale,
.widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s
}

.filter-grayscale:hover,
.widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%)
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4)
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px)
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}

.rtl .image-overlay-1:after,
.rtl .image-overlay-1:before {
  right: 0;
  left: auto
}

.image-overlay-1:after {
  top: -100%
}

.image-overlay-1:before {
  bottom: -100%
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-plus-1 {
  position: relative
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("/homeo/wp-content/themes/homeo/images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6)
}

.rtl .image-plus-1::before {
  right: 0;
  left: auto
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.image-plus-2 {
  position: relative
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("/homeo/wp-content/themes/homeo/images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box
}

.rtl .image-plus-2::before {
  right: 0;
  left: auto
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
  position: relative
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8)
}

.rtl .image-plus-3::before {
  right: 0;
  left: auto
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg)
}

.icon-effect-1 {
  position: relative
}

.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent
}

.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1)
}

.no-margin {
  margin: 0 !important
}

.no-margin .pagination {
  margin: 0
}

.no-padding {
  padding: 0 !important
}

.no-position {
  position: static !important
}

.inline-block {
  display: inline-block;
  vertical-align: middle
}

.lt-ie8 .inline-block {
  display: inline;
  zoom: 1
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important
}

.no-effect a:before {
  content: none !important
}

.clear-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.text-uppercase {
  text-transform: uppercase !important
}

.separator_align_center {
  text-align: center !important
}

.vc_align_right,
.separator_align_right {
  text-align: right !important
}

.separator_align_left {
  text-align: left !important
}

.font-size-lg {
  font-size: 48px
}

.font-size-md {
  font-size: 30px
}

.font-size-sm {
  font-size: 18px
}

.font-size-xs {
  font-size: 14px
}

.no-border {
  border: 0px !important
}

.bg-transparent {
  background: transparent !important
}

.widget-text-heading {
  margin: 0
}

.widget-text-heading .title {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 5px
}

.widget-text-heading .des {
  font-size: 13px
}

.widget-text-heading.center {
  text-align: center
}

.vertical-wrapper {
  position: relative
}

.vertical-wrapper .title-vertical {
  color: #fff;
  background: #304830;
  font-size: 18px;
  text-transform: capitalize;
  padding: 13px 20px;
  margin: 0;
  cursor: pointer
}

.vertical-wrapper .title-vertical i {
  font-size: 16px;
  margin-right: 15px
}

.rtl .vertical-wrapper .title-vertical i {
  margin-left: 15px;
  margin-right: 0
}

.vertical-wrapper .title-vertical .show-down {
  font-size: 18px;
  margin: 3px 0 0;
  float: right
}

.rtl .vertical-wrapper .title-vertical .show-down {
  float: left
}

.vertical-wrapper .content-vertical {
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 8
}

.vertical-wrapper.show-always .content-vertical {
  display: block
}

.apus-vertical-menu {
  padding: 14px;
  background: #fff;
  margin: 0;
  list-style: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ebebeb
}

.apus-vertical-menu>li {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ebebeb
}

.apus-vertical-menu>li:last-child {
  border: none
}

.apus-vertical-menu>li>a {
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  background: transparent !important
}

.apus-vertical-menu>li>a>i,
.apus-vertical-menu>li>a>img {
  font-size: 22px;
  margin-right: 15px;
  width: 18px;
  display: inline-block;
  color: #304830
}

.rtl .apus-vertical-menu>li>a>i,
.rtl .apus-vertical-menu>li>a>img {
  margin-left: 15px;
  margin-right: 0
}

.apus-vertical-menu>li>a .caret {
  float: right;
  margin: 22px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.rtl .apus-vertical-menu>li>a .caret {
  float: left
}

.apus-vertical-menu>li .apus-container {
  padding: 10px 35px
}

.apus-vertical-menu>li:hover>a,
.apus-vertical-menu>li.active>a {
  color: #304830
}

.apus-vertical-menu li:hover>.dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible
}

.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: #304830;
  font-family: "Sen", Arial, sans-serif
}

.rtl .apus-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: 0
}

.apus-vertical-menu .text-label.label-hot {
  color: #e44343
}

.apus-vertical-menu .text-label.label-new {
  color: #79b530
}

.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  visibility: hidden;
  padding: 20px;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15)
}

.apus-vertical-menu .dropdown-menu>li>a {
  color: #484848;
  background: transparent !important;
  padding: 0
}

.apus-vertical-menu .dropdown-menu>li>a>i,
.apus-vertical-menu .dropdown-menu>li>a>img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block
}

.rtl .apus-vertical-menu .dropdown-menu>li>a>i,
.rtl .apus-vertical-menu .dropdown-menu>li>a>img {
  margin-left: 10px;
  margin-right: 0
}

.apus-vertical-menu .dropdown-menu>li>a .caret {
  float: right;
  margin: 12px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.rtl .apus-vertical-menu .dropdown-menu>li>a .caret {
  float: left
}

.apus-vertical-menu .dropdown-menu>li:hover>a,
.apus-vertical-menu .dropdown-menu>li.active>a,
.apus-vertical-menu .dropdown-menu>li:active>a {
  color: #304830
}

.apus-vertical-menu .dropdown-menu .wpb_button,
.apus-vertical-menu .dropdown-menu .wpb_content_element,
.apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid>li,
.apus-vertical-menu .dropdown-menu .widget {
  margin: 0
}

.apus-vertical-menu .dropdown-menu .widget .widget-title,
.apus-vertical-menu .dropdown-menu .widget .widgettitle,
.apus-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after,
.apus-vertical-menu .dropdown-menu .widget .widget-title:before,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:after,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:before,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:after,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
  display: none
}

.apus-vertical-menu .aligned-left>a:hover .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.apus-vertical-menu .aligned-left>.dropdown-menu {
  top: -10px;
  left: 100%
}

.apus-vertical-menu .aligned-right>a:hover .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.apus-vertical-menu .aligned-right>.dropdown-menu {
  top: -10px;
  right: 100%;
  left: inherit
}

.apus_custom_menu.center {
  text-align: center
}

.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px
}

.apus_custom_menu.left {
  text-align: left
}

.apus_custom_menu.right {
  text-align: right
}

.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px
}

.rtl .apus_custom_menu.inline li {
  margin-left: 20px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .apus_custom_menu.inline li {
    margin-right: 40px
  }

  .rtl .apus_custom_menu.inline li {
    margin-left: 40px;
    margin-right: 0
  }
}

.apus_custom_menu.inline li:last-child {
  margin: 0
}

.slick-carousel {
  position: relative;
  margin-right: -15px;
  margin-left: -15px
}

.slick-carousel .slick-arrow {
  background: #fff;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #006c70;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15)
}

.slick-carousel .slick-arrow .textnav {
  display: none
}

.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:focus {
  color: #fff;
  background: #304830
}

.slick-carousel .slick-prev {
  left: 0
}

.slick-carousel .slick-next {
  right: 0
}

.listaDestacadas .slick-slide {
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px
}

.slick-carousel.no-gap {
  margin: 0
}

.slick-carousel.no-gap .slick-slide {
  padding-left: 0;
  padding-right: 0
}

.slick-carousel.show-text .textnav {
  display: inline-block;
  margin: 0 2px
}

.slick-carousel.show-text .slick-arrow {
  width: auto;
  height: auto;
  background: transparent !important;
  font-weight: 500;
  font-size: 12px;
  color: #484848
}

.slick-carousel.show-text .slick-arrow:hover,
.slick-carousel.show-text .slick-arrow:active,
.slick-carousel.show-text .slick-arrow:focus {
  color: #304830
}

.slick-carousel.show-text .slick-prev {
  left: 0;
  right: inherit
}

.slick-carousel.show-text .slick-next {
  right: 0;
  left: inherit
}

.slick-carousel .slick-track {
  margin: inherit
}

.listaDestacadas .slick-dots {
  margin: 0 !important;
  padding: 15px 0 0;
  text-align: center;
  list-style: none;
  line-height: 1
}

@media (min-width: 1200px) {
  .listaDestacadas .slick-dots {
    padding: 25px 0 0
  }
}

.listaDestacadas .slick-dots li {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  border: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  padding: 5px;
  background: transparent
}

.listaDestacadas .slick-dots li button {
  border: none;
  display: block;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #dedede;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.listaDestacadas .slick-dots li.slick-active {
  background: #dedede
}

.listaDestacadas .slick-dots li.slick-active button {
  background: #fff
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #aaa;
  border: none;
  color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
  background: #222;
  color: #fff
}

.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
  top: -70px;
  width: 108px;
  right: 0;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px)
}

.rtl .owl-carousel-top .owl-carousel .owl-controls,
.rtl .owl-carousel-top.owl-carousel .owl-controls {
  left: 0;
  right: auto
}

.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  margin-right: -15px;
  margin-left: -15px;
  cursor: pointer
}

.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 1;
  filter: alpha(opacity=100)
}

.owl-controls .owl-dots {
  text-align: center
}

.owl-controls .owl-dots .owl-dot {
  cursor: pointer;
  margin: 0 5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  border: 2px solid #646a7c;
  background: #646a7c
}

.owl-controls .owl-dots .owl-dot.active {
  border-color: #304830;
  background: #304830
}

.nav-bottom.owl-carousel {
  padding-bottom: 55px
}

.nav-bottom.owl-carousel .owl-controls {
  top: 100%
}

.nav-white .owl-controls .owl-dots .owl-dot {
  border-color: #304830;
  background: transparent
}

.nav-white .owl-controls .owl-dots .owl-dot:hover,
.nav-white .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
  border-color: #304830
}

.nav-small .owl-controls .owl-nav .owl-prev,
.nav-small .owl-controls .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-width: 1px;
  font-size: 18px
}

.nav-white .owl-controls .owl-nav .owl-prev,
.nav-white .owl-controls .owl-nav .owl-next {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5)
}

.nav-white .owl-controls .owl-nav .owl-prev:hover,
.nav-white .owl-controls .owl-nav .owl-prev:active,
.nav-white .owl-controls .owl-nav .owl-next:hover,
.nav-white .owl-controls .owl-nav .owl-next:active {
  border-color: #304830;
  background-color: #304830;
  color: #fff
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #304830;
  top: 50%;
  left: 15px;
  z-index: 99;
  color: #304830;
  font-size: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 42px;
  background: transparent
}

.owl-controls .owl-nav .owl-prev:active,
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
  background: #304830;
  color: #fff;
  border-color: #304830
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  left: inherit;
  right: 15px
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 15px;
  padding-left: 15px
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/homeo/wp-content/themes/homeo/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

.wpb_gmaps_widget.wpb_content_element {
  margin: 0
}

.widget-googlemap {
  position: relative
}

.widget-googlemap .apus-google-map {
  z-index: 1
}

.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px
}

@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px
  }
}

.widget-googlemap .description {
  margin: 0 0 35px
}

.widget-googlemap .info-wrapper {
  margin: 0 0 40px
}

.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal
}

.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 20px
}

.rtl .widget-googlemap .info-wrapper .icon {
  float: right
}

.rtl .widget-googlemap .info-wrapper .icon {
  margin-left: 20px;
  margin-right: 0
}

.widget-googlemap .info-wrapper .icon i {
  font-size: 28px
}

.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0
}

.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden
}

.widget-googlemap .info-bottom {
  margin: 40px 0
}

.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #101416;
  background: #3f4143
}

.widget-googlemap .info-bottom a:hover,
.widget-googlemap .info-bottom a:active {
  background-image: -webkit-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: -o-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: linear-gradient(to right, #24324a 0%, #304830 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24324A', endColorstr='#FFFF5A5F', GradientType=1);
  color: #0e1113
}

.widget-googlemap .info-bottom a+a {
  margin-left: 12px
}

.rtl .widget-googlemap .info-bottom a+a {
  margin-right: 12px;
  margin-left: 0
}

.widget-socials .social {
  padding: 0;
  list-style: none;
  margin: 0
}

.widget-socials .social>li {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px
}

.rtl .widget-socials .social>li {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .widget-socials .social>li {
    margin-right: 22px
  }

  .rtl .widget-socials .social>li {
    margin-left: 22px;
    margin-right: 0
  }
}

.widget-socials .social>li:last-child {
  margin: 0
}

.phone_header {
  font-size: 22px;
  line-height: 1;
  color: #484848
}

.phone_header img {
  margin: 0 10px 0 0;
  vertical-align: middle
}

.rtl .phone_header img {
  margin: 0 0 0 10px
}

.column-box>.elementor-container {
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.09)
}

.widget-process {
  padding-top: 35px
}

.widget-process .title {
  color: #304830;
  margin: 0;
  font-size: 14px
}

.widget-process .des {
  font-size: 18px;
  font-family: "Sen";
  color: #fff;
  font-weight: normal
}

@media (min-width: 1200px) {
  .widget-process .des {
    font-size: 20px
  }
}

.widget-process .top-img {
  margin-bottom: 12px
}

@media (min-width: 1200px) {
  .widget-process .top-img {
    margin-bottom: 20px
  }
}

.widget-process .proces-item {
  position: relative
}

.widget-process .proces-item .line-space {
  position: absolute;
  width: 190px;
  height: 35px;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%
}

.widget-process .proces-item:last-child .line-space {
  display: none
}

.language-wrapper {
  font-size: 12px;
  display: inline-block;
  position: relative
}

.language-wrapper:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px
}

.language-wrapper .selected .language-current>img {
  margin: 0 10px 0 0;
  vertical-align: sub
}

.rtl .language-wrapper .selected .language-current>img {
  margin: 0 0 0 10px
}

.language-wrapper .selected .language-current>i {
  margin-left: 10px
}

.rtl .language-wrapper .selected .language-current>i {
  margin-right: 10px;
  margin-left: 0
}

.language-wrapper .dropdown-menu {
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 12px;
  margin-top: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 13px 18px;
  min-width: 130px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden
}

.language-wrapper:hover .dropdown-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

.language-wrapper .list-language {
  list-style: none;
  padding: 0;
  margin: 0
}

.language-wrapper .list-language li {
  margin-bottom: 10px
}

.language-wrapper .list-language li:last-child {
  margin-bottom: 0
}

.language-wrapper .list-language a:hover,
.language-wrapper .list-language a:focus {
  color: #304830
}

.language-wrapper .list-language img {
  margin-right: 6px;
  margin-bottom: 0
}

.rtl .language-wrapper .list-language img {
  margin-left: 6px;
  margin-right: 0
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.social-link li {
  display: inline-block;
  margin: 0 5px
}

.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: #484848;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #ebebeb
}

.social-link.lighten li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff
}

.widget-gallery .image {
  position: relative
}

.widget-gallery .image:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #304830;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2
}

.widget-gallery .image .content-cover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9
}

.widget-gallery .image:hover:before {
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.widget-gallery .image:hover .content-cover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-gallery .popup-image-gallery {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 24px;
  color: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s
}

.widget-gallery .popup-image-gallery:hover,
.widget-gallery .popup-image-gallery:active {
  color: #304830;
  background: #e6e6e6
}

.widget-gallery .title {
  font-size: 24px;
  font-size: "Sen";
  margin: 0;
  color: #fff
}

.widget-gallery .description {
  color: #e0dede;
  font-size: 12px;
  margin-bottom: 20px
}

.widget-gallery .gutter-default {
  margin-left: 0;
  margin-right: 0
}

.widget-gallery .gutter-default>div {
  padding-right: 0;
  padding-left: 0
}

.widget-gallery.gutter30 .title {
  font-size: 18px;
  font-family: "Sen"
}

.widget-gallery.gutter30 .image {
  margin-bottom: 30px
}

.widget-gallery.gutter30 .description {
  margin-bottom: 10px
}

.widget-gallery.gutter30 .gutter-default {
  margin-left: -15px;
  margin-right: -15px
}

.widget-gallery.gutter30 .gutter-default>div {
  padding-right: 15px;
  padding-left: 15px
}

.widget-features-box .item-inner,
.widget-features-box .title,
.widget-features-box .description,
.widget-features-box .features-box-image {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.widget-features-box .item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px;
  border: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .widget-features-box .item-inner {
    padding: 40px 45px 35px
  }
}

.widget-features-box .features-box-image {
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  font-size: 35px
}

@media (min-width: 1200px) {
  .widget-features-box .features-box-image {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 60px
  }
}

.widget-features-box .top-inner {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .widget-features-box .top-inner {
    margin-bottom: 30px
  }
}

.widget-features-box .title {
  font-size: 18px;
  margin: 0 0 15px
}

.widget-features-box.style2 .item-inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #304830;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px)
}

.widget-features-box.style2 .item-inner:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.widget-features-box.style3 .item {
  border-right: 1px solid #e8eef2
}

.rtl .widget-features-box.style3 .item {
  border-left: 1px solid #e8eef2;
  border-right: inherit
}

.widget-features-box.style3 .item:last-child {
  border: 0
}

@media (min-width: 1200px) {
  .widget-features-box.style3 .item-inner {
    padding: 50px 28px 40px
  }
}

.widget-features-box.style3 .item-inner .top-inner {
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .widget-features-box.style3 .item-inner .top-inner {
    margin-bottom: 25px
  }
}

.widget-testimonials.st_white,
.widget-testimonials.st_white .name-client {
  color: #fff
}

.widget-testimonials.st_white .listaDestacadas .slick-dots li {
  background-color: transparent
}

.widget-testimonials.st_white .listaDestacadas .slick-dots li button {
  background-color: #fff !important
}

.widget-testimonials.st_white .listaDestacadas .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.2)
}

.widget-testimonials.st_white .testimonials-item .avarta {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (min-width: 1200px) {
  .widget-testimonials.st_white .testimonials-item .avarta {
    width: 130px;
    height: 130px;
    border-width: 10px
  }
}

.widget-testimonials.hiddenicon .testimonials-item .avarta::before {
  display: none !important
}

.widget-testimonials.v1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto
}

.widget-testimonials.v2 .slick-list {
  overflow: visible
}

.widget-testimonials.v2 .testimonials-inner {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px)
}

.widget-testimonials.v2 .testimonials-inner .slick-carousel {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px
}

.widget-testimonials .slick-carousel.v2 .slick-list {
  padding: 30px 0
}

.testimonials-item {
  text-align: center;
  padding-top: 20px
}

.testimonials-item .avarta {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid #fff;
  margin: auto;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center
}

.testimonials-item .avarta img {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.testimonials-item .avarta:before {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 1;
  color: #fff;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  background-color: #FF3779;
  background-image: linear-gradient(-45deg, #FF3779 0%, #FE515D 100%);
  background-image: -webkit-linear-gradient(-45deg, #FF3779 0%, #FE515D 100%);
  background-image: -o-linear-gradient(-45deg, #FF3779 0%, #FE515D 100%)
}

.rtl .testimonials-item .avarta:before {
  left: -10px;
  right: auto
}

.testimonials-item .name-client {
  font-size: 18px;
  margin: 0
}

.testimonials-item .job {
  color: #777
}

.testimonials-item .info-testimonials {
  margin: 20px 0
}

.testimonials-item .description {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto
}

.testimonials-item.v2 {
  text-align: inherit;
  padding-top: 0
}

.testimonials-item.v2.slick-active .inner {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.testimonials-item.v2 .inner {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  padding: 20px
}

@media (min-width: 1200px) {
  .testimonials-item.v2 .inner {
    padding: 30px
  }
}

.testimonials-item.v2 .quote-testimonials {
  font-size: 72px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle
}

.testimonials-item.v2 .top-icon {
  margin: 15px 0 5px
}

.testimonials-item.v2 .description {
  margin: 0
}

.testimonials-item.v2 .avarta {
  border: 0;
  width: 90px;
  height: 90px;
  margin: 0
}

.testimonials-item.v2 .avarta:before {
  display: none
}

.testimonials-item.v2 .bottom-info {
  padding-top: 15px
}

@media (min-width: 1200px) {
  .testimonials-item.v2 .bottom-info {
    padding-top: 25px
  }
}

.testimonials-item.v2 .info-testimonials {
  margin: 0;
  width: calc(100% - 90px);
  padding-left: 20px
}

.rtl .testimonials-item.v2 .info-testimonials {
  padding-right: 20px;
  padding-left: inherit
}

.wrapper-testimonial-thumbnail {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto
}

.wrapper-testimonial-thumbnail .avarta {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 100%;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.wrapper-testimonial-thumbnail .slick-active+.slick-active .avarta {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8)
}

.wrapper-testimonial-thumbnail .slick-current .avarta {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3)
}

.wrapper-testimonial-thumbnail .slick-current+.slick-active .avarta {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8)
}

.wrapper-testimonial-thumbnail .slick-current+.slick-active+.slick-active .avarta {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6)
}

.wrapper-testimonial-thumbnail .slick-carousel {
  margin-left: -5px;
  margin-right: -5px
}

.wrapper-testimonial-thumbnail .slick-carousel .slick-list {
  padding: 5px 0 !important
}

.wrapper-testimonial-thumbnail .listaDestacadas .slick-slide {
  padding-right: 5px;
  padding-left: 5px
}

.faq_question_widget .title {
  font-size: 20px;
  margin: 0 0 15px
}

.faq_question_widget .widget_list {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
  padding: 20px 20px 10px
}

@media (min-width: 1200px) {
  .faq_question_widget .widget_list {
    padding: 30px 35px 10px
  }
}

.faq_question_widget .list_details {
  padding: 0;
  margin: 0;
  list-style: none
}

.faq_question_widget .list_details li {
  margin-bottom: 20px
}

.faq_question_widget .list_details li a {
  color: #484848
}

.faq_question_widget .list_details li a:hover,
.faq_question_widget .list_details li a:focus {
  color: #484848
}

.widget-banner {
  overflow: hidden
}

.widget-banner .btn {
  border-width: 2px
}

.widget-banner .image-wrapper img {
  width: auto
}

.widget-banner .banner-content img {
  margin: 0
}

.widget-banner .flex-top .banner-image {
  margin-top: 10px
}

@media (min-width: 1200px) {
  .widget-banner .flex-top .banner-image {
    margin-top: 25px
  }
}

.widget-banner .flex-top .banner-content {
  margin-top: 20px
}

@media (min-width: 1200px) {
  .widget-banner .flex-top .banner-content {
    margin-top: 45px
  }
}

.widget-banner.style1 .inner {
  position: relative;
  height: 200px
}

.widget-banner.style1 .banner-image img {
  max-height: 150px
}

@media (min-width: 1200px) {
  .widget-banner.style1 .inner {
    height: 450px
  }

  .widget-banner.style1 .banner-image img {
    max-height: 300px
  }
}

.widget-banner.style1 .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  padding: 8px 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

@media (min-width: 1200px) {
  .widget-banner.style1 .btn {
    font-size: 16px
  }
}

.widget-banner.style1:hover .btn {
  bottom: 30px;
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-banner.style2 {
  background-color: #304830
}

.widget-banner.style2 .inner {
  height: 150px
}

.widget-banner.style2 .banner-image img {
  max-height: 180px
}

@media (min-width: 1200px) {
  .widget-banner.style2 .inner {
    height: 235px
  }

  .widget-banner.style2 .banner-image img {
    max-height: 200px
  }
}

.widget-banner.style2 .banner-content {
  font-size: 20px;
  color: #252525;
  line-height: 1.3
}

.widget-banner.style2 .banner-content strong {
  font-weight: normal;
  font-family: "Sen"
}

@media (min-width: 1200px) {
  .widget-banner.style2 .banner-content {
    font-size: 30px
  }
}

.widget-banner.style3 {
  background-color: #304830
}

.widget-banner.style3 .inner {
  height: 200px
}

.widget-banner.style3 .banner-image img {
  max-height: 180px
}

.widget-banner.style3 .link-bottom {
  padding-top: 5px
}

@media (min-width: 1200px) {
  .widget-banner.style3 .link-bottom {
    padding-top: 15px
  }
}

@media (min-width: 1200px) {
  .widget-banner.style3 .inner {
    height: 286px
  }

  .widget-banner.style3 .banner-image img {
    max-height: 250px
  }
}

.widget-banner.style3 .banner-content {
  font-size: 20px;
  color: #252525;
  line-height: 1.2
}

.widget-banner.style3 .banner-content strong {
  font-weight: normal;
  font-family: "Sen"
}

@media (min-width: 1200px) {
  .widget-banner.style3 .banner-content {
    font-size: 30px
  }
}

.widget-banner.style4 {
  background-color: #304830
}

.widget-banner.style4 .inner {
  height: 120px
}

.widget-banner.style4 .banner-image img {
  max-height: 100px
}

.widget-banner.style4 .link-bottom {
  padding-top: 5px
}

@media (min-width: 1200px) {
  .widget-banner.style4 .inner {
    height: 180px
  }

  .widget-banner.style4 .banner-image img {
    max-height: 150px
  }
}

.widget-banner.style4 .banner-content {
  font-size: 18px;
  color: #252525;
  line-height: 1.2
}

.widget-banner.style4 .banner-content strong {
  font-weight: normal;
  font-family: "Sen"
}

@media (min-width: 1200px) {
  .widget-banner.style4 .banner-content {
    font-size: 24px
  }
}

.widget-banner.style4 .btn {
  font-size: 12px;
  padding: 6px 25px
}

.widget-nav-menu .menu li {
  margin: 0 0 10px;
  overflow: hidden
}

.widget-nav-menu .menu li>a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.widget-nav-menu .menu li:hover>a,
.widget-nav-menu .menu li.current-cat-parent>a,
.widget-nav-menu .menu li.current-cat>a {
  padding-left: 6px
}

.rtl .widget-nav-menu .menu li:hover>a,
.rtl .widget-nav-menu .menu li.current-cat-parent>a,
.rtl .widget-nav-menu .menu li.current-cat>a {
  padding-right: 6px;
  padding-left: inherit
}

.widget-nav-menu .menu li:last-child {
  margin: 0
}

.widget-nav-menu.st_line .menu li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.rtl .widget-nav-menu.st_line .menu li {
  margin-left: 10px;
  margin-right: 0
}

.widget-nav-menu.st_line .menu li a {
  padding: 0 !important
}

@media (min-width: 1200px) {
  .widget-nav-menu.st_line .menu li {
    margin-right: 25px
  }

  .rtl .widget-nav-menu.st_line .menu li {
    margin-left: 25px;
    margin-right: 0
  }
}

.widget-nav-menu.st_line .menu li:last-child {
  margin-right: 0px
}

.rtl .widget-nav-menu.st_line .menu li:last-child {
  margin-left: 0px;
  margin-right: 0
}

.widget-nav-menu.st_icon li a {
  padding: 0 !important
}

.widget-nav-menu.st_icon li a:before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  margin-right: 10px
}

.rtl .widget-nav-menu.st_icon li a:before {
  margin-left: 10px;
  margin-right: 0
}

.widget-mailchimp [type="email"] {
  height: 50px;
  padding: 5px 30px;
  border: 0;
  width: calc(100% - 65px);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.widget-mailchimp [type="email"]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-mailchimp [type="email"]:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-mailchimp [type="email"]::placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-mailchimp [type="submit"] {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .widget-mailchimp [type="submit"] {
  margin-right: auto;
  margin-left: 0
}

.widget-mailchimp .mc4wp-error {
  color: #e44343
}

.widget-brand {
  text-align: center
}

.widget-brand .slick-slide img {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.widget-brand:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9)
}

.widget-brand:hover img:hover,
.widget-brand:hover img:focus {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.elementor-accordion .elementor-tab-content {
  padding: 10px 0 0
}

@media (min-width: 1200px) {
  .elementor-accordion .elementor-tab-content {
    padding: 20px 0 10px
  }
}

.elementor-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0
}

.elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px
}

.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0
}

.elementor-accordion .elementor-tab-title {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.elementor-accordion .elementor-tab-title.elementor-active {
  border: 1px solid #304830 !important
}

.elementor-accordion .elementor-tab-title.elementor-active a {
  color: #304830
}

.works .title {
  font-size: 20px;
  margin: 0 0 10px
}

.works .left-inner {
  margin-right: 25px
}

.rtl .works .left-inner {
  margin-left: 25px;
  margin-right: 0
}

.works .number {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #304830;
  color: #fff !important
}

.works.text-right {
  direction: rtl
}

.works.text-right .left-inner {
  margin-right: 0;
  margin-left: 15px
}

.rtl .works.text-right .left-inner {
  margin-left: 0;
  margin-right: 0
}

.rtl .works.text-right .left-inner {
  margin-right: 15px;
  margin-left: 0
}

.no-space {
  margin: 0 !important
}

.no-space>.apus-container>.vc_fluid {
  padding: 0
}

.no-space .row {
  margin: 0
}

.no-space .row>[class*="col"] {
  padding: 0
}

.space-45 {
  margin-bottom: 45px
}

.no-margin .widget {
  margin-bottom: 0
}

.bg-white {
  background: #fff
}

.bg-transparent {
  background: transparent !important
}

@media (min-width: 992px) {
  .space-padding-lr-100 {
    padding-left: 100px;
    padding-right: 100px
  }

  .space-padding-lr-80 {
    padding-left: 80px;
    padding-right: 80px
  }

  .space-rl-50 {
    padding-left: 50px;
    padding-right: 50px
  }

  .space-l-65 {
    padding-left: 65px
  }

  .top-170 {
    margin-top: -170px
  }

  .left-100 {
    margin-left: -100px
  }

  .space-left-45 {
    padding-left: 45px
  }

  .right-30 {
    padding-right: 30px
  }

  .rtl .right-30 {
    padding-left: 30px;
    padding-right: inherit
  }

  .padding-lr-60 {
    padding-left: 60px;
    padding-right: 60px
  }

  .padding-lr-45 {
    padding-left: 45px;
    padding-right: 45px
  }

  .padding-lr-55 {
    padding-left: 55px;
    padding-right: 55px
  }

  .padding-lr-25 {
    padding-left: 25px;
    padding-right: 25px
  }

  .space-border .row {
    margin: 0
  }

  .space-border .row>[class*="col"] {
    border-right: 1px solid #ebebeb
  }

  .rtl .space-border .row>[class*="col"] {
    border-left: 1px solid #ebebeb;
    border-right: inherit
  }

  .space-border .row>[class*="col"]:last-child {
    border: none
  }
}

@media (min-width: 1200px) {
  .padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px
  }

  .space-padding-lg-30 {
    padding: 30px !important
  }

  .space-md-30 {
    margin-bottom: 30px !important
  }

  .lg-28 {
    width: 30%
  }

  .lg-72 {
    width: 70%
  }

  .flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 1199px) {
  .space-padding-xs-15 {
    padding: 15px !important
  }
}

.flow-hidden {
  overflow: hidden
}

.style-white {
  color: #fff !important
}

.style-white .widget-title {
  color: #fff !important
}

.border-top-theme {
  border-top: 3px solid #304830
}

.font-size-36 {
  font-size: 36px !important
}

.font-size-30 {
  font-size: 30px !important
}

.font-weight-400 {
  font-weight: 400 !important
}

.weight-normal {
  font-weight: normal !important
}

.font-14 {
  font-size: 14px !important
}

.space-left-8 {
  margin-left: 8px
}

.rtl .space-left-8 {
  margin-right: 8px;
  margin-left: 0
}

.text-upper {
  text-transform: uppercase !important
}

.space-10 {
  margin-bottom: 10px !important
}

.space-15 {
  margin-bottom: 15px !important
}

.space-20 {
  margin-bottom: 20px !important
}

.space-25 {
  margin-bottom: 25px !important
}

.space-30 {
  margin-bottom: 15px !important
}

@media (min-width: 1200px) {
  .space-30 {
    margin-bottom: 30px !important
  }
}

.space-50 {
  margin-bottom: 50px !important
}

.space-padding-35 {
  padding: 35px 0 !important
}

.space-padding-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important
}

.space-padding-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important
}

.space-top-0 {
  margin-top: 0
}

.space-left-12 {
  margin-left: 12px
}

.rtl .space-left-12 {
  margin-right: 12px;
  margin-left: 0
}

.p-relative {
  position: relative !important
}

.p-absolute {
  position: absolute !important
}

.p-static {
  position: static !important
}

.hr {
  border-top: 1px solid #ebebeb;
  min-height: 1px;
  width: 100%
}

.no-float {
  float: none !important
}

.no-padding-left {
  padding-left: 0
}

.rtl .no-padding-left {
  padding-right: 0;
  padding-left: inherit
}

.no-padding-right {
  padding-right: 0
}

.rtl .no-padding-right {
  padding-left: 0;
  padding-right: inherit
}

@media (min-width: 1024px) {
  .padding-lr-35 {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media (min-width: 1200px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px
  }

  .gutter-50 .vc_column_container>.vc_column-inner {
    padding-left: 25px;
    padding-right: 25px
  }

  .gutter-50 .vc_row,
  .gutter-50 .row {
    margin-left: -25px;
    margin-right: -25px
  }
}

.text-theme {
  color: #304830 !important
}

.text-white {
  color: #fff !important
}

.bg-theme {
  background: #304830
}

.border-theme {
  border-color: #304830
}

.radius-3x {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important
}

.radius-50 {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important
}

.deleted_wpb_single_image {
  position: relative;
  overflow: hidden
}

.deleted_wpb_single_image:before {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 100%;
  height: 100%;
  background: #304830;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0
}

.deleted_wpb_single_image:after {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  z-index: 3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.deleted_wpb_single_image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.deleted_wpb_single_image:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.widget-team {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.widget-team .content {
  padding: 20px 30px
}

.widget-team .name-team {
  font-size: 18px;
  margin: 5px 0 0
}

.widget-team .social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  list-style: none;
  padding: 0 30px 20px;
  margin: 0
}

@media (min-width: 1200px) {
  .widget-team .social {
    padding: 0 30px 30px
  }
}

.widget-team .social li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.widget-team .social li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.widget-team .social li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.widget-team .social li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.widget-team .social li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.widget-team .social li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.widget-team .social li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.widget-team .social li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.widget-team .social li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s
}

.widget-team .social li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.widget-team .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.rtl .widget-team .social li {
  margin-left: 8px;
  margin-right: 0
}

.widget-team .social li a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff !important;
  background: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.widget-team .social li a:before {
  display: none
}

.widget-team .social li a:hover,
.widget-team .social li a:focus {
  background: #ff3137
}

.widget-team .social li a[class*="facebook"] {
  background: #3b5998
}

.widget-team .social li a[class*="facebook"]:hover,
.widget-team .social li a[class*="facebook"]:focus {
  background: #30487b
}

.widget-team .social li a[class*="twitter"] {
  background: #00acee
}

.widget-team .social li a[class*="twitter"]:hover,
.widget-team .social li a[class*="twitter"]:focus {
  background: #008fc5
}

.widget-team .social li a[class*="linkedin"] {
  background: #0077b5
}

.widget-team .social li a[class*="linkedin"]:hover,
.widget-team .social li a[class*="linkedin"]:focus {
  background: #005c8c
}

.widget-team .social li a[class*="google"] {
  background: #d34836
}

.widget-team .social li a[class*="google"]:hover,
.widget-team .social li a[class*="google"]:focus {
  background: #b83928
}

.widget-team .social li a[class*="pinterest"] {
  background: #c4302b
}

.widget-team .social li a[class*="pinterest"]:hover,
.widget-team .social li a[class*="pinterest"]:focus {
  background: #a32824
}

.widget-team .team-item {
  position: relative;
  overflow: hidden
}

.widget-team:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.widget-team:hover .social li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.widget_apus_vertical_menu {
  border-left: 4px solid #2e2d2d
}

.widget_apus_vertical_menu .widget-title {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 15px 30px 0
}

.rtl .widget_apus_vertical_menu {
  border-right: 4px solid #2e2d2d;
  border-left: inherit
}

.widget_apus_vertical_menu .apus-vertical-menu {
  border: none
}

.widget_apus_vertical_menu .apus-vertical-menu>li {
  margin-left: -4px
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu>li {
  margin-right: -4px;
  margin-left: 0
}

.widget_apus_vertical_menu .apus-vertical-menu>li>a {
  border-left: 4px solid transparent;
  font-size: 16px;
  padding: 0 30px
}

.rtl .widget_apus_vertical_menu .apus-vertical-menu>li>a {
  border-right: 4px solid transparent;
  border-left: inherit
}

.widget_apus_vertical_menu .apus-vertical-menu>li.active>a,
.widget_apus_vertical_menu .apus-vertical-menu>li:hover>a {
  border-color: #304830
}

.widget_apus_vertical_menu.darken .apus-vertical-menu {
  background: transparent
}

.widget_apus_vertical_menu.darken .apus-vertical-menu>li>a {
  color: #eeeae2;
  padding: 0 20px
}

.widget_apus_vertical_menu.darken .apus-vertical-menu>li.active>a,
.widget_apus_vertical_menu.darken .apus-vertical-menu>li:hover>a {
  color: #304830
}

.widget_apus_vertical_menu.darken .widget-title {
  color: #eeeae2;
  border: none;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px
}

.widget_apus_vertical_menu.darken .widget-title:before {
  display: none
}

.tabs-v1 .nav-tabs {
  border: none;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center
}

.tabs-v1 .nav-tabs:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  background-color: #ebebeb;
  width: calc(100% + 60px);
  height: 1px
}

@media (max-width: 767px) {
  .tabs-v1 .nav-tabs:before {
    display: none
  }
}

.tabs-v1 .nav-tabs>li {
  float: none;
  margin: 0 28px 0 !important
}

@media (min-width: 1200px) {
  .tabs-v1 .nav-tabs>li {
    margin: 0 15px 0 !important
  }
}

.tabs-v1 .nav-tabs>li>a {
  text-align: center;
  font-size: 16px;
  padding: 0 0 10px;
  font-weight: 700;
  margin: 0;
  background: transparent !important;
  white-space: nowrap;
  color: #484848;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative
}

@media (min-width: 1200px) {
  .tabs-v1 .nav-tabs>li>a {
    padding: 0 0 18px;
    font-size: 18px
  }
}

.tabs-v1 .nav-tabs>li>a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  background: #304830;
  bottom: 0;
  left: 0
}

.rtl .tabs-v1 .nav-tabs>li>a:before {
  right: 0;
  left: auto
}

.tabs-v1 .nav-tabs>li:first-child>a {
  padding-left: 0
}

.rtl .tabs-v1 .nav-tabs>li:first-child>a {
  padding-right: 0;
  padding-left: inherit
}

.tabs-v1 .nav-tabs>li.active>a {
  color: #304830
}

.tabs-v1 .nav-tabs>li.active>a:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1)
}

.tabs-v1 .tab-content {
  margin-top: 10px;
  max-width: 730px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 1200px) {
  .tabs-v1 .tab-content {
    margin-top: 25px
  }
}

.tabs-v1 .tab-content h2 {
  font-size: 18px;
  margin: 0 0 10px
}

.nav.tabs-product {
  border: none
}

.nav.tabs-product.has-border {
  border-bottom: 1px solid #ebebeb
}

.nav.tabs-product.has-border>li {
  margin-bottom: -2px
}

.nav.tabs-product>li {
  display: inline-block;
  float: none;
  margin-bottom: 0
}

.nav.tabs-product>li>a {
  border: none !important;
  font-size: 18px;
  color: #484848;
  font-family: "Sen";
  background: transparent;
  position: relative;
  padding: 0 0 8px
}

.nav.tabs-product>li>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #304830;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0)
}

.nav.tabs-product>li.active>a,
.nav.tabs-product>li.active>a:hover,
.nav.tabs-product>li.active>a:focus {
  color: #304830
}

.nav.tabs-product>li.active>a:before,
.nav.tabs-product>li.active>a:hover:before,
.nav.tabs-product>li.active>a:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.nav.tabs-product.center {
  text-align: center;
  margin-bottom: 25px
}

.nav.tabs-product.center>li {
  margin-left: 15px;
  margin-right: 15px
}

@media (min-width: 1200px) {
  .nav.tabs-product.center>li {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media (min-width: 1200px) {
  .nav.tabs-product.center {
    margin-bottom: 35px
  }
}

.nav.tabs-product.right {
  text-align: right
}

.nav.tabs-product.right>li {
  margin-right: 20px
}

.rtl .nav.tabs-product.right>li {
  margin-left: 20px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .nav.tabs-product.right>li {
    margin-right: 40px
  }

  .rtl .nav.tabs-product.right>li {
    margin-left: 40px;
    margin-right: 0
  }
}

.nav.tabs-product.right>li:last-child {
  margin-right: 0
}

.rtl .nav.tabs-product.right>li:last-child {
  margin-left: 0;
  margin-right: 0
}

.nav.tabs-product.left {
  text-align: left
}

.nav.tabs-product.left>li {
  margin-left: 20px
}

.rtl .nav.tabs-product.left>li {
  margin-right: 20px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .nav.tabs-product.left>li {
    margin-left: 50px
  }

  .rtl .nav.tabs-product.left>li {
    margin-right: 50px;
    margin-left: 0
  }
}

.nav.tabs-product.left>li:last-child {
  margin-left: 0
}

.rtl .nav.tabs-product.left>li:last-child {
  margin-right: 0;
  margin-left: 0
}

.flex {
  display: -webkit-flex;
  display: flex
}

.flex .ali-right {
  margin-left: auto
}

.rtl .flex .ali-right {
  margin-right: auto;
  margin-left: 0
}

.flex .ali-left {
  margin-right: auto
}

.rtl .flex .ali-left {
  margin-left: auto;
  margin-right: 0
}

@media (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    display: flex
  }

  .flex-sm .ali-right {
    margin-left: auto
  }

  .rtl .flex-sm .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-sm .ali-left {
    margin-right: auto
  }

  .rtl .flex-sm .ali-left {
    margin-left: auto;
    margin-right: 0
  }

  .justify-content-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-bottom-in-sm {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: flex;
    align-items: flex-end
  }
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.flex-middle {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center
}

.flex-middle .ali-right {
  margin-left: auto
}

.rtl .flex-middle .ali-right {
  margin-right: auto;
  margin-left: 0
}

.flex-middle .ali-left {
  margin-right: auto
}

.rtl .flex-middle .ali-left {
  margin-left: auto;
  margin-right: 0
}

.flex-bottom {
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  display: flex;
  align-items: flex-end
}

.flex-bottom .ali-right {
  margin-left: auto
}

.rtl .flex-bottom .ali-right {
  margin-right: auto;
  margin-left: 0
}

.flex-bottom .ali-left {
  margin-right: auto
}

.rtl .flex-bottom .ali-left {
  margin-left: auto;
  margin-right: 0
}

.flex-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end
}

.flex-top {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start
}

.flex-top .ali-right {
  margin-left: auto
}

.rtl .flex-top .ali-right {
  margin-right: auto;
  margin-left: 0
}

.flex-top .ali-left {
  margin-right: auto
}

.rtl .flex-top .ali-left {
  margin-left: auto;
  margin-right: 0
}

@media (min-width: 1200px) {
  .flex-end-lg {
    justify-content: flex-end;
    -webkit-justify-content: flex-end
  }

  .flex-top-lg {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start
  }

  .flex-top-lg .ali-right {
    margin-left: auto
  }

  .rtl .flex-top-lg .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-top-lg .ali-left {
    margin-right: auto
  }

  .rtl .flex-top-lg .ali-left {
    margin-left: auto;
    margin-right: 0
  }

  .flex-middle-lg {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
  }

  .flex-middle-lg .ali-right {
    margin-left: auto
  }

  .rtl .flex-middle-lg .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-middle-lg .ali-left {
    margin-right: auto
  }

  .rtl .flex-middle-lg .ali-left {
    margin-left: auto;
    margin-right: 0
  }

  .justify-content-end-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-end-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flex-middle-md {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
  }

  .flex-middle-md .ali-right {
    margin-left: auto
  }

  .rtl .flex-middle-md .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-middle-md .ali-left {
    margin-right: auto
  }

  .rtl .flex-middle-md .ali-left {
    margin-left: auto;
    margin-right: 0
  }

  .justify-content-end-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-end-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
}

@media (min-width: 768px) {
  .flex-middle-sm {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
  }

  .flex-middle-sm .ali-right {
    margin-left: auto
  }

  .rtl .flex-middle-sm .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-middle-sm .ali-left {
    margin-right: auto
  }

  .rtl .flex-middle-sm .ali-left {
    margin-left: auto;
    margin-right: 0
  }

  .flex-bottom-sm {
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: flex;
    align-items: flex-end
  }

  .flex-bottom-sm .ali-right {
    margin-left: auto
  }

  .rtl .flex-bottom-sm .ali-right {
    margin-right: auto;
    margin-left: 0
  }

  .flex-bottom-sm .ali-left {
    margin-right: auto
  }

  .rtl .flex-bottom-sm .ali-left {
    margin-left: auto;
    margin-right: 0
  }
}

.cl-3,
.cl-2 {
  float: left
}

.rtl .cl-3,
.rtl .cl-2 {
  float: right
}

.cl-3>.row,
.cl-2>.row {
  margin: 0
}

.cl-3 .widget,
.cl-2 .widget {
  padding-left: 15px;
  padding-right: 15px
}

.cl-3 {
  width: 58.3333%
}

.cl-2 {
  width: 41.6667%
}

a.btn-app {
  text-align: left;
  color: #fff;
  height: 65px;
  line-height: 22px;
  font-size: 13px;
  padding: 10px 20px;
  margin-right: 30px;
  position: relative;
  width: 230px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 5px
}

.rtl a.btn-app {
  text-align: right
}

.rtl a.btn-app {
  margin-left: 30px;
  margin-right: 0
}

a.btn-app:last-child {
  margin-right: 0
}

.rtl a.btn-app:last-child {
  margin-left: 0;
  margin-right: 0
}

a.btn-app i {
  line-height: 1.1;
  font-size: 36px;
  float: left;
  margin-right: 15px
}

.rtl a.btn-app i {
  float: right
}

.rtl a.btn-app i {
  margin-left: 15px;
  margin-right: 0
}

a.btn-app .title-app {
  font-size: 14px
}

.font-second {
  font-family: "Sen" !important;
  font-weight: normal
}

.max-1770 {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
  -webkit-animation: updow 0.8s ease-in-out 0s infinite;
  animation: updow 0.8s ease-in-out 0s infinite
}

.updow-infinite img {
  -webkit-animation: updow 1s ease-in-out 0s infinite;
  animation: updow 1s ease-in-out 0s infinite
}

@-webkit-keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes updow {
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0)
  }
}

@keyframes fadeleft {
  from {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    -o-transform: translate(-15px, 0);
    transform: translate(-15px, 0)
  }
}

@-webkit-keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0)
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes faderight {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0)
  }

  to {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.mb0 {
  margin-bottom: 0px !important
}

.width-full {
  width: 100% !important
}

.custom-menu {
  list-style: none;
  padding: 0;
  margin: 0
}

.custom-menu li {
  padding-left: 22px;
  margin-bottom: 18px;
  position: relative;
  line-height: 1.4
}

.rtl .custom-menu li {
  padding-right: 22px;
  padding-left: inherit
}

.custom-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #221f1f;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .custom-menu li:before {
  right: 0;
  left: auto
}

.custom-menu li:last-child {
  margin: 0
}

.custom-menu li i {
  margin-right: 15px;
  font-size: 18px
}

.rtl .custom-menu li i {
  margin-left: 15px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .custom-menu li i {
    font-size: 23px
  }
}

.custom-menu li a {
  color: #484848
}

.custom-menu li a:focus,
.custom-menu li a:hover {
  color: #484848
}

.custom-menu li:hover:before,
.custom-menu li.active:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.box-white-theme {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff
}

.wrapper-app a {
  font-size: 18px;
  padding: 12px 22px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 10px;
  border: 1px solid #dce1e6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: inline-block;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #334e6f !important
}

.rtl .wrapper-app a {
  margin-left: 10px;
  margin-right: 0
}

.wrapper-app a:hover,
.wrapper-app a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #afbbc6
}

.wrapper-app a i {
  font-size: 22px;
  margin-right: 10px;
  display: inline-block
}

.rtl .wrapper-app a i {
  margin-left: 10px;
  margin-right: 0
}

.wrapper-app.st_dark a {
  border-color: #47586d;
  color: #72849e !important
}

.widget-banner-account {
  text-align: center;
  background-color: #262626;
  padding: 30px 15px;
  min-height: 300px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center
}

@media (min-width: 1200px) {
  .widget-banner-account {
    padding: 50px 30px;
    min-height: 470px
  }
}

.widget-banner-account .title-account {
  color: #fff;
  margin: 0;
  font-size: 30px;
  margin: 0 0 12px
}

@media (min-width: 1200px) {
  .widget-banner-account .title-account {
    font-size: 50px
  }
}

.widget-banner-account .description {
  color: #fff;
  margin: 0 0 30px
}

.widget-achievements .inner-left {
  line-height: 0;
  padding-right: 20px;
  font-size: 35px;
  position: relative
}

.rtl .widget-achievements .inner-left {
  padding-left: 20px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .widget-achievements .inner-left {
    font-size: 55px
  }
}

.widget-achievements .inner-left .verify {
  background: #304830;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: -5px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.rtl .widget-achievements .inner-left .verify {
  left: 15px;
  right: auto
}

.widget-achievements .title {
  font-size: 25px;
  margin: 0 0 5px
}

.widget-achievements .description {
  line-height: 1;
  font-size: 13px;
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.bg-transparent {
  background-color: transparent !important
}

.elementor-counter .elementor-counter-number-prefix {
  -webkit-flex-grow: 0;
  flex-grow: 0
}

.elementor-counter .elementor-counter-title {
  text-align: inherit
}

.no-border {
  border: 0 !important
}

.list-feature {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #484848;
  font-weight: 500
}

.list-feature li {
  margin-bottom: 12px
}

.list-feature li:last-child {
  margin-bottom: 0
}

.list-feature li i {
  margin-right: 8px
}

.rtl .list-feature li i {
  margin-left: 8px;
  margin-right: 0
}

.video-wrapper-inner {
  position: relative
}

.video-wrapper-inner .popup-video {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 18px;
  color: #fff;
  background: #304830;
  text-align: center
}

@media (min-width: 1200px) {
  .video-wrapper-inner .popup-video {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px
  }
}

.video-wrapper-inner .popup-video:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #304830;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: scaleicon 3s ease-in-out 0s infinite alternate;
  animation: scaleicon 3s ease-in-out 0s infinite alternate
}

.widget-video.style2 .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.widget-video.style1 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center
}

.widget-video.style1 .title-video {
  margin: 0 0 5px
}

.widget-video.style1 .video-wrapper-inner {
  margin-left: auto
}

.rtl .widget-video.style1 .video-wrapper-inner {
  margin-right: auto;
  margin-left: 0
}

.elementor-social-icon i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

.contact-us .form-control {
  border-color: #ddd;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09)
}

.contact-us .form-control:focus {
  border-color: #d0d0d0
}

.contact-us textarea.form-control {
  resize: none;
  height: 120px
}

@media (min-width: 1200px) {
  .contact-us textarea.form-control {
    height: 200px
  }
}

@media (min-width: 1200px) {
  .contact-us [type="submit"] {
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px
  }
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px
}

.row-20>[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px
}

.border-2 {
  border-width: 2px !important
}

.max-1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}

.max-600 {
  max-width: 600px
}

.widget label {
  font-weight: 400
}

.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative
}

.widget .widget_sp_image-image-link img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s
}

.widget.widget_text img {
  margin: 15px 0;
  height: auto
}

.widget.widget_rss .widget-title {
  background: none
}

.widget.widget_rss .widget-title img {
  vertical-align: middle
}

.widget.widget_rss ul,
.widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none
}

.widget.widget_rss ul li:last-child,
.widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.widget.widget_rss ul li .children>li:before,
.widget.widget_rss ol li .children>li:before {
  top: 24px
}

.widget.widget_rss ul ul li:first-child,
.widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px
}

.widget.widget_rss ul li {
  background: none;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ebebeb
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}

.widget.widget_recent_comments ul,
.widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none
}

.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.widget.widget_recent_comments ul li .children>li:before,
.widget.widget_recent_comments ol li .children>li:before {
  top: 24px
}

.widget.widget_recent_comments ul ul li:first-child,
.widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px
}

.widget.widget_recent_comments ul li {
  background: none
}

.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none
}

.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px
}

.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  margin-left: 10px;
  margin-right: 0
}

.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px
}

.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none
}

.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px
}

.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-left: 15px
}

.rtl .widget.yith-woocompare-widget a.clear-all {
  margin-right: 15px;
  margin-left: 0
}

.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-right: 15px
}

.rtl .widget.yith-woocompare-widget a.compare {
  margin-left: 15px;
  margin-right: 0
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden
}

.widget.widget_recent_entries ul li a {
  display: block
}

.widget.widget_calendar table {
  margin: 0
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px
}

.calendar_wrap td,
.calendar_wrap th {
  text-align: center
}

.calendar_wrap tfoot {
  display: none
}

.calendar_wrap #today {
  font-weight: normal;
  color: #304830
}

.widget-blogs .bottom-info {
  padding-top: 20px
}

@media (min-width: 1200px) {
  .widget-blogs .bottom-info .btn {
    padding-left: 40px;
    padding-right: 40px
  }
}

.widget-blogs .listaDestacadas .slick-dots {
  padding-top: 0
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px
}

.form-contact input:not(.btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: #484848
}

.form-contact .contant-inner>* {
  margin: 0 0 20px
}

.contact-topbar>* {
  margin-right: 30px
}

.rtl .contact-topbar>* {
  margin-left: 30px;
  margin-right: 0
}

.contact-topbar>*:last-child {
  margin: 0
}

.contact-topbar>* i {
  margin-right: 6px
}

.rtl .contact-topbar>* i {
  margin-left: 6px;
  margin-right: 0
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  padding-left: 15px;
  margin-top: 15px
}

.rtl .widget_pages ul ul,
.rtl .widget_nav_menu ul ul,
.rtl .widget_meta ul ul,
.rtl .widget_archive ul ul,
.rtl .widget_recent_entries ul ul,
.rtl .widget_categories ul ul {
  padding-right: 15px;
  padding-left: inherit
}

.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0
}

.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 15px
}

.rtl .widget_pages ul li a,
.rtl .widget_nav_menu ul li a,
.rtl .widget_meta ul li a,
.rtl .widget_archive ul li a,
.rtl .widget_recent_entries ul li a,
.rtl .widget_categories ul li a {
  padding-right: 15px;
  padding-left: inherit
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1
}

.rtl .widget_pages ul li a:before,
.rtl .widget_nav_menu ul li a:before,
.rtl .widget_meta ul li a:before,
.rtl .widget_archive ul li a:before,
.rtl .widget_recent_entries ul li a:before,
.rtl .widget_categories ul li a:before {
  right: 0;
  left: auto
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
  margin-bottom: 0
}

.widget_pages ul li:hover>a,
.widget_pages ul li.current-cat-parent>a,
.widget_pages ul li.current-cat>a,
.widget_nav_menu ul li:hover>a,
.widget_nav_menu ul li.current-cat-parent>a,
.widget_nav_menu ul li.current-cat>a,
.widget_meta ul li:hover>a,
.widget_meta ul li.current-cat-parent>a,
.widget_meta ul li.current-cat>a,
.widget_archive ul li:hover>a,
.widget_archive ul li.current-cat-parent>a,
.widget_archive ul li.current-cat>a,
.widget_recent_entries ul li:hover>a,
.widget_recent_entries ul li.current-cat-parent>a,
.widget_recent_entries ul li.current-cat>a,
.widget_categories ul li:hover>a,
.widget_categories ul li.current-cat-parent>a,
.widget_categories ul li.current-cat>a {
  color: #304830
}

.special .post-info {
  position: relative
}

.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 2
}

.special .special-items>div:nth-child(2n) .post-info {
  position: relative
}

.special .special-items>div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%
}

.contact {
  margin: 0;
  padding: 0
}

.contact:before,
.contact:after {
  content: " ";
  display: table
}

.contact:after {
  clear: both
}

.contact dt {
  float: left;
  width: 30px;
  height: auto
}

.rtl .contact dt {
  float: right
}

.contact dd {
  overflow: hidden;
  margin-bottom: 5px
}

.contact .contact-icon {
  display: block;
  text-align: center;
  background: #304830;
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

.rtl .contact .contact-icon {
  float: right
}

.contact .contact-icon .fa {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 4px
}

.rtl .contact .contact-icon .fa {
  margin: 0 4px 0 0
}

.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px
}

.apus-sidebar select,
.apus-sidebar table {
  width: 100%
}

.apus-sidebar .post-widget .blog-title,
.apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  font-family: "Sen", Helvetica, Arial, sans-serif
}

.apus-search-form .select-category {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  min-width: 200px;
  padding-right: 12px;
  outline: none !important
}

.rtl .apus-search-form .select-category {
  float: right
}

.rtl .apus-search-form .select-category {
  padding-left: 12px;
  padding-right: inherit
}

.apus-search-form .select-category:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  background: #ddd;
  width: 1px;
  height: 20px
}

.rtl .apus-search-form .select-category:after {
  left: 0px;
  right: auto
}

.apus-search-form .select-category .dropdown_product_cat {
  border: 0;
  outline: none !important;
  width: calc(100% + 38px);
  height: 48px;
  padding: 0 20px
}

.apus-search-form .title-top-search {
  font-size: 24px;
  color: #484848
}

.apus-search-form .close-search-fix {
  font-size: 24px;
  color: #e44343;
  cursor: pointer
}

.apus-search-form .close-search-fix:hover,
.apus-search-form .close-search-fix:active {
  color: #d51f1f
}

.apus-search-form .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: #484848;
  outline: none !important
}

.apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px
}

.rtl .apus-search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: inherit
}

.apus-search-form form {
  border: 1px solid #ebebeb;
  display: table;
  width: 100%
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form>.select-category {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important
}

.apus-search-form form .btn {
  height: 50px;
  line-height: 1;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px
}

.rtl .apus-search-form form .btn {
  margin-left: -1px;
  margin-right: 0
}

.apus-search-form form .btn i {
  font-size: 18px
}

.apus-search-form form .btn i+span {
  margin-left: 5px
}

.rtl .apus-search-form form .btn i+span {
  margin-right: 5px;
  margin-left: 0
}

.apus-search-form form .btn.st_small {
  padding-left: 15px;
  padding-right: 15px
}

.apus-search-form form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.apus-search-form form .form-control {
  height: 48px
}

.apus-search-form form .form-control::-webkit-input-placeholder {
  color: #d1d1d1
}

.apus-search-form form .form-control::-moz-placeholder {
  color: #d1d1d1
}

.apus-search-form form .form-control:-ms-input-placeholder {
  color: #d1d1d1
}

.apus-search-form form .form-control:-moz-placeholder {
  color: #d1d1d1
}

.apus-search-form form .form-control:focus {
  color: #484848
}

.apus-search-form .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #e44343;
  display: inline-block;
  margin-left: 30px
}

.rtl .apus-search-form .hidden-search {
  float: left
}

.rtl .apus-search-form .hidden-search {
  margin-right: 30px;
  margin-left: 0
}

.apus-search-form .main-search {
  width: 100%;
  position: relative
}

.apus-search-form .main-search .autocomplete-list {
  text-align: left;
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow: auto
}

.rtl .apus-search-form .main-search .autocomplete-list {
  text-align: right
}

.apus-search-form div.twitter-typeahead {
  width: 100%;
  position: relative
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
  vertical-align: top;
  width: 100%
}

.apus-search-form div.twitter-typeahead:before {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  width: 18px;
  height: 100%;
  background: url(/homeo/wp-content/themes/homeo/images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9
}

.rtl .apus-search-form div.twitter-typeahead:before {
  left: 10px;
  right: auto
}

.apus-search-form div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.apus-search-form .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  margin-top: 1px
}

.apus-search-form .tt-menu>* {
  position: relative;
  z-index: 9
}

.apus-search-form .tt-menu a.media {
  display: block;
  margin: 0;
  padding: 12px
}

.apus-search-form .tt-menu a.media img {
  max-width: 60px
}

.apus-search-form .tt-menu h4 {
  font-size: 14px;
  margin: 0
}

.apus-search-form .tt-menu h4 strong {
  font-weight: normal;
  color: #304830
}

.apus-search-form .tt-menu .price {
  font-size: 13px;
  margin: 0
}

.apus-search-form .tt-menu .tt-dataset-search>*:first-child {
  display: none
}

.apus-search-form.style2 form {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
  padding-right: 40px
}

.rtl .apus-search-form.style2 form {
  padding-left: 40px;
  padding-right: inherit
}

.apus-search-form.style2 form .form-control {
  border: none !important;
  height: 45px;
  background-color: transparent;
  color: #fff
}

.apus-search-form.style2 form .form-control:focus {
  color: #fff
}

.apus-search-form.style2 form .btn {
  line-height: 32px;
  height: 35px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  padding: 0 9px;
  right: 5px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important
}

.rtl .apus-search-form.style2 form .btn {
  left: 5px;
  right: auto
}

.apus-search-form.style2 form .btn i {
  font-size: 16px
}

.apus-search-form .autocomplete-list {
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list {
    padding: 20px
  }
}

.apus-search-form .autocomplete-list-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .apus-search-form .autocomplete-list-item {
    padding: 0 0 15px;
    margin: 0 0 15px
  }
}

.apus-search-form .autocomplete-list-item:last-child {
  border: none;
  padding: 0;
  margin: 0
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
  display: block
}

.apus-search-form .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: #484848
}

.apus-search-form .autocomplete-list-item img {
  width: 60px;
  max-width: none
}

.apus-search-form .autocomplete-list-item .price {
  color: #484848
}

.apus-search-form .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 15px;
  font-family: "Sen";
  font-weight: normal;
  color: #484848;
  text-transform: capitalize
}

.apus-search-form .autocomplete-list-item .name-product strong {
  color: #e44343
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: #484848;
  font-size: 16px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: none
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
  color: #fff;
  background: #304830
}

.apus-search-nocategory {
  background: #f0f2f9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px
}

.apus-search-nocategory .form-control {
  background: #f0f2f9;
  border-color: #f0f2f9;
  color: #999591;
  border: none;
  max-width: 185px;
  font-size: 12px
}

.apus-search-nocategory .btn {
  padding-left: 12px;
  padding-right: 12px;
  background: transparent;
  color: #484848;
  font-size: 16px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: none
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
  color: #fff;
  background: #304830
}

.widget-search {
  background: #fff;
  overflow: hidden
}

.widget-search .input-group {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden
}

.widget-search .btn {
  border: 0 !important;
  padding: 10px 25px;
  font-size: 21px;
  height: 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent !important
}

.widget-search .btn:hover,
.widget-search .btn:focus {
  color: #304830
}

.widget-search .form-control {
  background: #fff;
  color: #484848;
  padding: 6px 20px;
  border: none
}

.widget-search .form-control::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-search .form-control::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-search .form-control:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-search .form-control:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.tagcloud a {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-right: 7px;
  font-size: 14px !important;
  font-weight: 400;
  display: inline-block;
  padding: 13px 18px;
  line-height: 1;
  border: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px
}

.rtl .tagcloud a {
  margin-left: 7px;
  margin-right: 0
}

.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active {
  color: #fff;
  background: #304830
}

.widget-brand-logo {
  padding: 30px
}

.widget-brand-logo .item-brand>a {
  display: block
}

.widget-brand-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0)
}

.widget-brand-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-infor .heding {
  font-family: "Sen", "Times New Roman", Times, serif;
  font-weight: 400
}

.widget-infor .infor-inner {
  margin: 0 0 20px
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #484848;
  line-height: 1;
  padding: 0 5px;
  background: transparent !important
}

.apus-search-top .button-show-search:hover,
.apus-search-top .button-show-search:active {
  color: #304830
}

.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px
}

.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999
}

.vertical-menu>.nav {
  position: relative;
  width: 100%;
  height: auto
}

.vertical-menu>.nav .open>a,
.vertical-menu>.nav .open>a:hover,
.vertical-menu>.nav .open>a:focus,
.vertical-menu>.nav .active>a,
.vertical-menu>.nav .active>a:hover,
.vertical-menu>.nav .active>a:focus {
  color: #304830
}

.vertical-menu>.nav>li {
  float: none;
  position: static;
  border-bottom: 1px solid #ebebeb
}

.vertical-menu>.nav>li.active>a {
  color: #304830;
  background: #fafafa
}

.vertical-menu>.nav>li>a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap
}

.vertical-menu>.nav>li>a:hover {
  color: #304830;
  background: #fafafa
}

.vertical-menu>.nav>li>a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-right: 12px
}

.rtl .vertical-menu>.nav>li>a .fa {
  margin-left: 12px;
  margin-right: 0
}

.vertical-menu>.nav>li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.vertical-menu>.nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block
}

.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 30px;
  border: none;
  top: 0
}

.vertical-menu .dropdown-menu:before,
.vertical-menu .dropdown-menu:after {
  content: " ";
  display: table
}

.vertical-menu .dropdown-menu:after {
  clear: both
}

.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none
}

.vertical-menu .dropdown-menu ul li {
  line-height: 34px
}

.vertical-menu .dropdown-menu ul li a {
  color: #414141
}

.vertical-menu .dropdown-menu ul li a:hover,
.vertical-menu .dropdown-menu ul li a.active {
  color: #304830
}

.vertical-menu .dropdown-menu ul ul {
  padding-left: 15px
}

.rtl .vertical-menu .dropdown-menu ul ul {
  padding-right: 15px;
  padding-left: inherit
}

.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: #484848
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important
}

.rtl .vertical-menu.menu-left .dropdown-menu {
  right: 100% !important;
  left: auto
}

.rtl .vertical-menu.menu-left .dropdown-menu {
  left: auto !important;
  right: auto
}

.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important
}

.rtl .vertical-menu.menu-right .dropdown-menu {
  right: auto !important;
  left: auto
}

.rtl .vertical-menu.menu-right .dropdown-menu {
  left: 100% !important;
  right: auto
}

.vertical-menu .icon-ver {
  margin-right: 10px
}

.rtl .vertical-menu .icon-ver {
  margin-left: 10px;
  margin-right: 0
}

#recentcomments>li {
  margin: 0 0 13px
}

#recentcomments>li:last-child {
  margin: 0
}

#recentcomments a {
  font-weight: 500;
  color: #ff8d90
}

#recentcomments a:hover,
#recentcomments a:focus {
  color: #304830
}

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px
}

.widget-quicklink-menu .quicklink-heading {
  background-color: #333;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 0 20px 0 0;
  padding: 12px 15px 12px 25px;
  position: relative;
  text-transform: uppercase;
  font-family: "Sen"
}

.rtl .widget-quicklink-menu .quicklink-heading {
  margin: 0 0 0 20px
}

.widget-quicklink-menu .quicklink-heading:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #333;
  content: "";
  position: absolute;
  right: -10px;
  top: 0
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
  border-right: 10px solid #333;
  border-left: inherit
}

.rtl .widget-quicklink-menu .quicklink-heading:before {
  left: -10px;
  right: auto
}

.widget-quicklink-menu a {
  color: #999;
  font-size: 12px;
  font-weight: 400
}

.widget-quicklink-menu a:hover {
  color: #304830
}

.woo-onsale .onsale {
  display: none
}

.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400
}

.rtl .woo-onsale .product-sale-label {
  left: 10px;
  right: auto
}

.widget-tabs .widget-title {
  display: inline-block
}

.widget-tabs .nav-tabs {
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 7px
}

.widget-tabs .nav-tabs.tabs-list-v2 {
  margin: 0 0 15px
}

.widget-tabs .carousel-controls {
  top: -42px
}

.widget-infor .media .fa,
.widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #304830;
  background: #252525
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px
}

.contant-info .info-description {
  margin: 0 0 30px
}

.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px
}

.contant-info .media {
  margin-top: 30px
}

.contant-info .media:hover .fa {
  border-color: #e44343;
  color: #e44343
}

.contant-info .media-left {
  padding-right: 20px
}

.rtl .contant-info .media-left {
  padding-left: 20px;
  padding-right: inherit
}

.contant-info .media-left .fa {
  border: 2px solid #262626;
  border-radius: 50%;
  color: #262626;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px
}

.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px;
  height: 50px
}

.textwidget select {
  padding: 8px;
  max-width: 100%;
  color: #484848
}

.widget-twitter .twitter-timeline {
  display: block !important
}

.widget-twitter .timeline-Tweet-media {
  display: none
}

.widget_apus_instagram {
  margin: 0
}

.widget_apus_instagram .widget-title {
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  text-transform: inherit
}

.widget_apus_instagram .widget-title a {
  font-weight: 400;
  color: #304830
}

.widget_apus_instagram .instagram-pics a {
  display: block;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s
}

.widget_apus_instagram .instagram-pics a:hover,
.widget_apus_instagram .instagram-pics a:active {
  outline: 8px solid #304830;
  outline-offset: -8px
}

.widget_apus_instagram .instagram-pics a:hover:before,
.widget_apus_instagram .instagram-pics a:active:before {
  opacity: 0;
  filter: alpha(opacity=0)
}

.widget_apus_instagram .instagram-pics a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #ebebeb;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden
}

@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto
  }
}

.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #ebebeb;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important
}

.widget-ticket-pricing .column:last-child,
.widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0
}

.widget-ticket-pricing.style-style2 {
  border: 1px solid #ebebeb;
  overflow: visible
}

.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #ebebeb;
  margin: -1px 0
}

.widget-ticket-pricing.style-style2 .column:last-child,
.widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none
}

.widget-ticket-pricing.style-style2 .column:hover {
  border-color: #304830
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #304830
}

.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #304830
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #ebebeb
}

.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #ebebeb
}

.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible
}

.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0
}

.product-block-pricing .name {
  font-size: 22px;
  font-family: "Sen";
  margin: 37px 0 30px;
  font-weight: 400;
  text-align: center
}

.product-block-pricing .wrapper-pricing {
  text-align: center;
  position: relative
}

.product-block-pricing .wrapper-pricing:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1000px;
  height: 2px;
  border-bottom: 2px dashed #ebebeb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -150px;
  z-index: 1;
  content: ''
}

.product-block-pricing .wrapper-pricing .price {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #ebebeb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 8px;
  background: #fff;
  display: inline-block;
  z-index: 2;
  position: relative
}

.product-block-pricing .woocommerce-Price-amount {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #484848;
  background: #f1f1f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.product-block-pricing .woocommerce-Price-amount>span {
  font-weight: 300
}

.product-block-pricing .block-inner-content .desc {
  margin: 20px 0 35px
}

.product-block-pricing .block-inner-content .desc strong {
  color: #484848
}

.product-block-pricing .block-inner-content ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.product-block-pricing .block-inner-content ul li {
  margin: 0 0 5px
}

.product-block-pricing .block-inner-content ul i {
  margin-right: 15px;
  color: #304830
}

.rtl .product-block-pricing .block-inner-content ul i {
  margin-left: 15px;
  margin-right: 0
}

.product-block-pricing .button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.product-block-pricing .groups-button {
  margin: 40px 0 45px
}

.product-block-pricing .groups-button .button.added {
  display: none
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
  display: inline-block;
  padding: 14px 30px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-image: -webkit-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: -o-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: linear-gradient(to right, #24324a 0%, #304830 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24324A', endColorstr='#FFFF5A5F', GradientType=1);
  color: #fff
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover,
.product-block-pricing .groups-button .added_to_cart.wc-forward:active {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #304830 0%, #24324a 100%);
  background-image: -o-linear-gradient(left, #304830 0%, #24324a 100%);
  background-image: linear-gradient(to right, #304830 0%, #24324a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF5A5F', endColorstr='#FF24324A', GradientType=1)
}

.product-block-pricing:hover .woocommerce-Price-amount {
  background-image: -webkit-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: -o-linear-gradient(left, #24324a 0%, #304830 100%);
  background-image: linear-gradient(to right, #24324a 0%, #304830 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24324A', endColorstr='#FFFF5A5F', GradientType=1);
  color: #fff
}

.product-block-pricing:hover .button {
  color: #fff !important
}

.product-block-pricing:hover .button:before {
  opacity: 0;
  filter: alpha(opacity=0)
}

.product-block-pricing3 {
  text-align: center;
  padding: 80px 10px 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative
}

.product-block-pricing3 .name {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 8px
}

.product-block-pricing3 .desc strong {
  color: #484848
}

.product-block-pricing3 .price {
  font-size: 40px;
  font-weight: 900;
  color: #304830
}

.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
  font-size: 20px;
  vertical-align: text-top;
  font-weight: 600
}

.product-block-pricing3 .wrapper-pricing {
  max-width: 310px;
  margin: auto;
  padding: 5px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.product-block-pricing3 .block-inner-content>ul {
  list-style: none;
  margin: 40px 0 42px;
  padding: 0
}

.product-block-pricing3 .block-inner-content>ul li {
  margin: 0 0 5px
}

.product-block-pricing3 .block-inner-content>ul li>i {
  display: none
}

.product-block-pricing3 .thumbnail-wrapper {
  margin: 50px 0 54px
}

.product-block-pricing3 .button {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #484848
}

.product-block-pricing3 .button:before {
  display: none !important
}

.product-block-pricing3 .button:hover {
  background: #304830;
  color: #fff !important
}

.product-block-pricing3 .label {
  position: absolute;
  left: -37px;
  margin-left: 100%;
  top: -10px;
  padding: 10px 25px;
  background: #304830;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}

.product-block-pricing3 .label:after {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 10px;
  height: 6px;
  border-width: 3px 5px;
  border-style: solid;
  border-color: transparent #ff0e15 #ff0e15 transparent
}

.product-block-pricing3 .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 17px;
  border-style: solid;
  border-color: #304830 transparent #304830 #304830
}

.product-block-pricing3.is-featured,
.product-block-pricing3:hover {
  z-index: 1
}

.product-block-pricing3.is-featured .button,
.product-block-pricing3:hover .button {
  background: #304830;
  color: #fff !important
}

.product-block-pricing3.is-featured {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.popupnewsletter-wrapper .mfp-content {
  width: 590px;
  max-width: 90%
}

.popupnewsletter-wrapper .apus-mfp-close {
  background: #e44343;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 16px;
  line-height: 47px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(22px, -22px);
  -ms-transform: translate(22px, -22px);
  -o-transform: translate(22px, -22px);
  transform: translate(22px, -22px);
  opacity: 1;
  filter: alpha(opacity=100)
}

.popupnewsletter-wrapper .apus-mfp-close:hover,
.popupnewsletter-wrapper .apus-mfp-close:focus {
  background: #e12d2d
}

.popupnewsletter-wrapper .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 260px 60px 40px;
  text-align: center
}

.popupnewsletter-wrapper .modal-content h3 {
  font-size: 20px;
  margin: 0 0 15px
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content h3 {
    font-size: 30px
  }
}

.popupnewsletter-wrapper .modal-content .description {
  font-family: "Sen";
  font-size: 16px;
  margin: 0 0 20px
}

.popupnewsletter-wrapper .modal-content form {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ebebeb;
  width: 325px;
  background: #f5f6f7;
  clear: both;
  margin: 0 auto 20px;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  position: relative;
  padding-right: 46px
}

.rtl .popupnewsletter-wrapper .modal-content form {
  padding-left: 46px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .popupnewsletter-wrapper .modal-content form {
    margin: 0 auto 40px
  }
}

.popupnewsletter-wrapper .modal-content form:hover {
  border-color: #d2d2d2
}

.popupnewsletter-wrapper .modal-content form .form-control {
  background: #f5f6f7;
  width: 100%;
  border: none;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  height: 44px;
  display: block
}

.popupnewsletter-wrapper .modal-content form .input-group {
  position: static;
  width: 100%;
  display: block
}

.popupnewsletter-wrapper .modal-content form .input-group>* {
  display: block;
  float: none;
  position: static
}

.popupnewsletter-wrapper .modal-content form [type="submit"] {
  position: absolute;
  border: none;
  padding: 0;
  z-index: 2 !important;
  top: -1px;
  right: -1px;
  z-index: 1;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  display: inline-block;
  color: transparent;
  background: #304830
}

.rtl .popupnewsletter-wrapper .modal-content form [type="submit"] {
  left: -1px;
  right: auto
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 45px;
  text-align: center
}

.popupnewsletter-wrapper .modal-content form [type="submit"]:hover,
.popupnewsletter-wrapper .modal-content form [type="submit"]:focus {
  background-color: #304830
}

.popupnewsletter-wrapper .close-dont-show:hover,
.popupnewsletter-wrapper .close-dont-show:focus {
  color: #e44343
}

.form-login-register-inner {
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px
}

.form-login-register-inner .title {
  color: #006c70;
  font-size: 18px;
  margin: 0 0 20px
}

.form-login-register-inner .box-employer {
  margin: 0
}

@media (min-width: 768px) {
  .form-login-register-inner .inner-right {
    padding: 10px 15px 15px
  }

  .form-login-register-inner .banner-image {
    padding-right: 0
  }

  .rtl .form-login-register-inner .banner-image {
    padding-left: 0;
    padding-right: inherit
  }
}

.form-login-register-inner .form-group {
  position: relative
}

.form-login-register-inner .form-group>i {
  color: #006c70;
  position: absolute;
  top: 7px;
  font-size: 21px;
  right: 17px;
  z-index: 1
}

.rtl .form-login-register-inner .form-group>i {
  left: 17px;
  right: auto
}

.form-login-register-inner .banner-image .image-wrapper {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden
}

.form-login-register-inner .box-white-dashboard {
  padding: 0;
  margin: 0;
  border: 0
}

.login-info,
.register-info {
  margin-top: 15px;
  text-align: center
}

.login-info .apus-user-login,
.login-info .apus-user-register,
.register-info .apus-user-login,
.register-info .apus-user-register {
  color: #662426;
  font-weight: 700
}

.nav-tabs-login {
  border-bottom: 1px solid #e7ecea;
  display: flex;
  display: -webkit-flex
}

.nav-tabs-login>li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 0
}

.rtl .nav-tabs-login>li {
  float: right
}

.nav-tabs-login>li>a {
  font-size: 18px;
  font-weight: 700;
  border: none !important;
  margin: 0 !important;
  color: #484848;
  background: #fff !important;
  padding: 14px 25px;
  position: relative
}

.nav-tabs-login>li.active>a:focus,
.nav-tabs-login>li.active>a:hover,
.nav-tabs-login>li.active>a {
  background: #f5f5f5 !important
}

.nav-tabs-login+.tab-content {
  padding: 35px 25px 25px
}

.role-tabs {
  padding: 0;
  margin: 0;
  text-align: center;
  clear: both;
  width: 100%
}

.role-tabs li {
  display: block;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 14px 15px;
  width: 50%;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent
}

.rtl .role-tabs li {
  float: right
}

.role-tabs li input {
  display: none
}

.role-tabs li label {
  cursor: pointer;
  margin: 0;
  width: 100%
}

.role-tabs li:hover,
.role-tabs li:focus,
.role-tabs li.active {
  color: #304830;
  border-color: #304830
}

.role-tabs label {
  margin-bottom: 0 !important;
  padding: 0 7px;
  cursor: pointer
}

.role-tabs label .text-action {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.role-tabs label [type="radio"] {
  display: none
}

.role-tabs label [type="radio"]:checked+.text-action {
  color: #304830
}

.login-form-wrapper .wp_realestate_candidate_show,
.register-form .wp_realestate_candidate_show {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.login-form-wrapper label,
.register-form label {
  margin: 0 0 10px;
  font-weight: 400
}

.login-form-wrapper .form-group,
.register-form .form-group {
  margin-bottom: 20px
}

.login-form-wrapper .form-group>.required-field,
.register-form .form-group>.required-field {
  display: none
}

.login-form-wrapper .back-link,
.register-form .back-link {
  color: #8b91dd
}

.login-form-wrapper .remember,
.register-form .remember {
  font-weight: 400
}

.login-form-wrapper .select2-selection__arrow,
.register-form .select2-selection__arrow {
  display: none
}

.login-form-wrapper [type="checkbox"],
.register-form [type="checkbox"] {
  margin-right: 2px
}

.rtl .login-form-wrapper [type="checkbox"],
.rtl .register-form [type="checkbox"] {
  margin-left: 2px;
  margin-right: 0
}

.login-form-wrapper .info,
.register-form .info {
  font-size: 14px
}

.login-form-wrapper .create-account,
.register-form .create-account {
  margin: 0 0 5px
}

.login-form-wrapper .create-account .create,
.register-form .create-account .create {
  font-weight: 500
}

.login-form-wrapper .inner-register,
.register-form .inner-register {
  padding: 20px 30px 30px
}

.login-form-wrapper h3,
.register-form h3 {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center
}

.login-form-wrapper #forgot-password-form-wrapper,
.register-form #forgot-password-form-wrapper {
  display: none
}

.login-form-wrapper .btn,
.register-form .btn {
  font-size: 16px;
  padding: 10px 30px
}

.login-form-wrapper .btn-theme,
.register-form .btn-theme {
  border-width: 2px
}

.login-form-wrapper .btn-theme:hover,
.login-form-wrapper .btn-theme:focus,
.register-form .btn-theme:hover,
.register-form .btn-theme:focus {
  color: #304830 !important;
  background-color: #fff;
  border-color: #304830
}

.login-form-wrapper #recaptcha-contact-form,
.register-form #recaptcha-contact-form {
  min-height: 88px
}

.login-form-wrapper #recaptcha-contact-form>div,
.register-form #recaptcha-contact-form>div {
  margin: 0 auto 10px
}

.sign-in-demo-notice {
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #ccf5ef
}

.sign-in-demo-notice strong {
  font-size: 16px;
  color: #27ceb4;
  font-weight: 600
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
  position: relative
}

.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("/homeo/wp-content/themes/homeo/images/loading.gif") no-repeat center center/32px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  visibility: hidden
}

.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.inner-social>div {
  margin-bottom: 20px;
  text-align: center
}

.inner-social>div a {
  display: inline-block;
  width: 100%;
  padding: 12px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #304830;
  color: #304830;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.inner-social>div a:hover {
  background-color: #304830;
  color: #fff !important
}

.inner-social>div a>i {
  font-size: 16px;
  float: left;
  margin-top: 4px
}

.rtl .inner-social>div a>i {
  float: right
}

.inner-social>div a.facebook-login-btn {
  border-color: #506dab;
  color: #506dab
}

.inner-social>div a.facebook-login-btn:hover,
.inner-social>div a.facebook-login-btn:focus {
  background-color: #506dab
}

.inner-social>div a.google-login-btn-wrapper {
  border-color: #dd4b39;
  color: #dd4b39
}

.inner-social>div a.google-login-btn-wrapper:hover,
.inner-social>div a.google-login-btn-wrapper:focus {
  background-color: #dd4b39
}

.inner-social .line-header {
  position: relative;
  color: #006c70
}

.inner-social .line-header:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  display: block
}

.inner-social .line-header span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  background-color: #fff;
  text-transform: capitalize
}

.phone-wrapper .phone {
  display: none
}

.phone-wrapper .phone-show span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 1px 6px;
  color: #fff;
  background-color: #24324A;
  text-transform: capitalize;
  cursor: pointer;
  margin-left: 2px
}

.rtl .phone-wrapper .phone-show span {
  margin-right: 2px;
  margin-left: 0
}

.phone-wrapper.show .phone {
  display: inline-block
}

.phone-wrapper.show .phone-show {
  display: none
}

.map-popup {
  width: 40px;
  height: 40px;
  margin-top: -40px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end
}

.map-popup:before {
  display: none !important
}

.map-popup .icon-wrapper {
  color: #304830 !important;
  font-size: 38px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative
}

.map-popup .icon-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #304830;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -20px;
  -webkit-transform: rotateX(-60deg) scale(0);
  -moz-transform: rotateX(-60deg) scale(0);
  -ms-transform: rotateX(-60deg) scale(0);
  -o-transform: rotateX(-60deg) scale(0);
  transform: rotateX(-60deg) scale(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

.map-popup .icon-wrapper:not(.has-img):after {
  content: "\f13d";
  font-family: "Flaticon"
}

.map-popup .icon-wrapper:hover,
.map-popup .icon-wrapper:focus {
  color: #304830
}

.map-popup .icon-wrapper:hover:before,
.map-popup .icon-wrapper:focus:before {
  animation: scale_icon_map 1.5s ease-in-out 0s infinite alternate;
  -webkit-animation: scale_icon_map 1.5s ease-in-out 0s infinite normal
}

.map-popup.map-popup-selected .icon-wrapper:before {
  animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
  -webkit-animation: scale_icon_map 1.5s ease-in-out 0s infinite normal
}

.cmb-form .icon-wrapper:before,
.single-property-map .icon-wrapper:before {
  animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
  -webkit-animation: scale_icon_map 1.5s ease-in-out 0s infinite normal
}

.saved-search-form,
#properties-google-maps,
.main-items-wrapper {
  position: relative
}

.saved-search-form.loading:before,
#properties-google-maps.loading:before,
.main-items-wrapper.loading:before {
  content: '';
  background-position: center 200px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%
}

.btn-remove-compare-all,
.loadmore-message-btn,
.loadmore-replied-btn,
.reply-message-btn {
  position: relative;
  border: 0 !important
}

.btn-remove-compare-all:before,
.loadmore-message-btn:before,
.loadmore-replied-btn:before,
.reply-message-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #484848;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: -14px -8px
}

.btn-remove-compare-all.loading,
.loadmore-message-btn.loading,
.loadmore-replied-btn.loading,
.reply-message-btn.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important
}

.btn-remove-compare-all.loading:before,
.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before,
.reply-message-btn.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.saved-search-form.loading:before {
  background-position: center center
}

#properties-google-maps.loading:before {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.75)
}

.property-title {
  font-size: 20px;
  margin: 0 0 15px
}

.property-price {
  font-size: 25px;
  font-weight: 700;
  word-spacing: -10px
}

@media (min-width: 1200px) {
  .property-price {
    font-size: 30px
  }
}

.property-price .prefix-text,
.property-price .suffix-text {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle
}

@media (min-width: 1200px) {

  .property-price .prefix-text,
  .property-price .suffix-text {
    font-size: 18px
  }
}

.featured-property {
  color: #304830
}

.avatar-wrapper .avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden
}

.avatar-wrapper .avatar-img img {
  margin: 0
}

.avatar-wrapper .avatar-img+.name-author {
  width: calc(100% - 40px)
}

.avatar-wrapper .name-author {
  color: #484848;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.rtl .avatar-wrapper .name-author {
  padding-right: 10px;
  padding-left: inherit
}

.property-postdate {
  white-space: nowrap
}

.box-white-detail {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .box-white-detail {
    padding: 25px 30px;
    margin-bottom: 30px
  }
}

.box-white-detail .title {
  font-size: 20px;
  margin: 0 0 15px
}

.title-wrapper>* {
  display: inline-block;
  vertical-align: middle
}

.title-wrapper>*+* {
  margin-left: 6px
}

.rtl .title-wrapper>*+* {
  margin-right: 6px;
  margin-left: 0
}

.title-wrapper .agency-title,
.title-wrapper .agent-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2
}

@media (min-width: 1200px) {

  .title-wrapper .agency-title,
  .title-wrapper .agent-title {
    font-size: 40px
  }
}

.star-rating .review-avg {
  display: none
}

.review-stars-rated {
  position: relative;
  overflow: hidden;
  width: 99px
}

.review-stars-rated .review-stars {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 2px
}

.review-stars-rated .review-stars li {
  display: inline-block
}

.review-stars-rated .review-stars.filled {
  color: #bcc52a;
  position: absolute;
  top: 0;
  left: 0
}

.rtl .review-stars-rated .review-stars.filled {
  right: 0;
  left: auto
}

.review-stars-rated-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

.review-stars-rated-wrapper .nb-review {
  margin-left: 5px
}

.rtl .review-stars-rated-wrapper .nb-review {
  margin-right: 5px;
  margin-left: 0
}

.review-title-wrapper {
  margin-bottom: 30px
}

.review-title-wrapper .comments-title,
.review-title-wrapper .title {
  margin: 0;
  font-size: 18px
}

#properties-google-maps {
  position: relative;
  z-index: 3;
  font-size: 14px;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  overflow: hidden
}

#properties-google-maps .leaflet-popup-content {
  line-height: 1.75
}

#properties-google-maps .leaflet-popup-content {
  margin: 0
}

#properties-google-maps .leaflet-popup-content-wrapper {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15)
}

#properties-google-maps a {
  color: #484848
}

#properties-google-maps a:hover,
#properties-google-maps a:focus {
  color: #304830
}

#properties-google-maps .property-grid {
  border: 0;
  margin: 0 !important
}

#properties-google-maps .property-grid .property-location i {
  display: none
}

#properties-google-maps .property-grid .property-information {
  padding: 10px 10px 5px
}

#properties-google-maps .property-grid .property-metas {
  padding-top: 5px
}

#properties-google-maps.leaflet-container a.leaflet-popup-close-button {
  background: #fff;
  padding: 5px 7px 7px;
  height: auto;
  width: auto;
  line-height: 1;
  margin: -10px -10px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #e44343;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

#properties-google-maps.leaflet-container a.leaflet-popup-close-button:hover,
#properties-google-maps.leaflet-container a.leaflet-popup-close-button:focus {
  color: #fff;
  background: #e44343;
  opacity: 1;
  filter: alpha(opacity=100)
}

#properties-google-maps .leaflet-popup {
  margin-bottom: 38px
}

#properties-google-maps .marker-cluster {
  width: 44px !important;
  height: 44px !important;
  margin-left: -22px !important;
  margin-top: -22px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #304830;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

#properties-google-maps .marker-cluster>div {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #da0001;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

#properties-google-maps .marker-cluster:before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  opacity: 0.25;
  filter: alpha(opacity=25);
  background-color: #304830;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5)
}

#properties-google-maps .marker-cluster:hover:before,
#properties-google-maps .marker-cluster:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.socials-member a {
  margin-right: 10px;
  color: #767676
}

.rtl .socials-member a {
  margin-left: 10px;
  margin-right: 0
}

.socials-member a:hover,
.socials-member a:focus {
  color: #304830
}

@media (min-width: 1200px) {
  .socials-member a {
    margin-right: 15px
  }

  .rtl .socials-member a {
    margin-left: 15px;
    margin-right: 0
  }
}

.properties-ordering-wrapper,
.agencies-ordering-wrapper,
.agents-ordering-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {

  .properties-ordering-wrapper,
  .agencies-ordering-wrapper,
  .agents-ordering-wrapper {
    padding: 15px 30px;
    margin-bottom: 30px
  }
}

.properties-ordering-wrapper .properties-ordering,
.agencies-ordering-wrapper .properties-ordering,
.agents-ordering-wrapper .properties-ordering {
  margin-left: auto
}

.rtl .properties-ordering-wrapper .properties-ordering,
.rtl .agencies-ordering-wrapper .properties-ordering,
.rtl .agents-ordering-wrapper .properties-ordering {
  margin-right: auto;
  margin-left: 0
}

.properties-ordering-wrapper .saved-search-form-btn,
.agencies-ordering-wrapper .saved-search-form-btn,
.agents-ordering-wrapper .saved-search-form-btn {
  margin-left: 15px
}

.rtl .properties-ordering-wrapper .saved-search-form-btn,
.rtl .agencies-ordering-wrapper .saved-search-form-btn,
.rtl .agents-ordering-wrapper .saved-search-form-btn {
  margin-right: 15px;
  margin-left: 0
}

@media (min-width: 1200px) {

  .properties-ordering-wrapper .saved-search-form-btn,
  .agencies-ordering-wrapper .saved-search-form-btn,
  .agents-ordering-wrapper .saved-search-form-btn {
    margin-left: 25px
  }

  .rtl .properties-ordering-wrapper .saved-search-form-btn,
  .rtl .agencies-ordering-wrapper .saved-search-form-btn,
  .rtl .agents-ordering-wrapper .saved-search-form-btn {
    margin-right: 25px;
    margin-left: 0
  }
}

.properties-ordering-wrapper .btn-saved-search,
.agencies-ordering-wrapper .btn-saved-search,
.agents-ordering-wrapper .btn-saved-search {
  font-size: 16px
}

.properties-ordering-wrapper .btn-saved-search i,
.agencies-ordering-wrapper .btn-saved-search i,
.agents-ordering-wrapper .btn-saved-search i {
  font-size: 21px;
  margin-right: 5px
}

.rtl .properties-ordering-wrapper .btn-saved-search i,
.rtl .agencies-ordering-wrapper .btn-saved-search i,
.rtl .agents-ordering-wrapper .btn-saved-search i {
  margin-left: 5px;
  margin-right: 0
}

.agent-item {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .agent-item {
    margin-bottom: 30px
  }
}

.agent-item:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.agent-item .top-info {
  padding: 10px
}

.agent-item .agent-title {
  font-size: 18px;
  margin: 0
}

.agent-item .property-job {
  color: #304830
}

.agent-item .metas {
  margin-top: 10px
}

.agent-item .metas>div {
  margin-bottom: 2px
}

.agent-item .metas>div:last-child {
  margin-bottom: 0
}

.agent-item .agent-information {
  padding: 10px 10px 7px
}

.agent-item .member-thumbnail-wrapper {
  margin-bottom: 8px
}

.agent-item .agent-information-bottom {
  padding: 15px 20px;
  border-top: 1px solid #ebebeb
}

.agent-grid-v1 {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .agent-grid-v1 {
    margin-bottom: 30px
  }
}

.agent-grid-v1 .member-thumbnail-wrapper {
  margin-bottom: 15px
}

.agent-grid-v1 .socials-member {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.agent-grid-v1 .socials-member a {
  color: #fff
}

@media (min-width: 1200px) {
  .agent-grid-v1 .socials-member a {
    padding: 0 5px
  }
}

.agent-grid-v1 .agent-title {
  font-size: 18px;
  margin: 0 0 3px
}

.agent-grid-v1 .rating-wrapper i {
  margin-left: 5px;
  color: #febe42
}

.rtl .agent-grid-v1 .rating-wrapper i {
  margin-right: 5px;
  margin-left: 0
}

.agent-grid-v1 .agent-logo {
  display: block;
  position: relative
}

.agent-grid-v1 .agent-logo:before {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 15, 29, 0.8);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0)
}

.agent-grid-v1:hover .socials-member,
.agent-grid-v1:hover .agent-logo:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

.agent-grid-v2 {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 10px
}

@media (min-width: 1200px) {
  .agent-grid-v2 {
    margin-bottom: 30px
  }
}

.agent-grid-v2 .member-thumbnail-wrapper {
  margin-bottom: 15px
}

.agent-grid-v2 .socials-member {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.agent-grid-v2 .socials-member a {
  color: #fff
}

@media (min-width: 1200px) {
  .agent-grid-v2 .socials-member a {
    padding: 0 5px
  }
}

.agent-grid-v2 .agent-title {
  font-size: 18px;
  margin: 0 0 3px
}

.agent-grid-v2 .agent-information {
  text-align: center
}

.agent-grid-v2 .agent-logo {
  display: block;
  position: relative
}

.agent-grid-v2 .agent-logo:before {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(145deg, #3e3ea5 0%, #304830 100%);
  background-image: -webkit-linear-gradient(145deg, #3e3ea5 0%, #304830 100%);
  background-image: -ms-linear-gradient(145deg, #3e3ea5 0%, #304830 100%);
  background-image: linear-gradient(145deg, #3e3ea5 0%, #304830 100%);
  background-color: rgba(255, 90, 95, 0.8);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0)
}

.agent-grid-v2:hover .socials-member {
  opacity: 1;
  filter: alpha(opacity=100)
}

.agent-grid-v2:hover .agent-logo:before {
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.agent-list {
  padding: 10px
}

.agent-list .member-thumbnail-wrapper {
  margin-bottom: 0;
  width: 190px;
  padding-right: 15px
}

.rtl .agent-list .member-thumbnail-wrapper {
  padding-left: 15px;
  padding-right: inherit
}

@media (min-width: 1200px) {
  .agent-list .member-thumbnail-wrapper {
    width: 290px;
    padding-right: 30px
  }

  .rtl .agent-list .member-thumbnail-wrapper {
    padding-left: 30px;
    padding-right: inherit
  }
}

.agent-list .inner {
  width: 100%;
  padding-right: 20px
}

.rtl .agent-list .inner {
  padding-left: 20px;
  padding-right: inherit
}

.agent-list .agent-information-bottom {
  border: none;
  padding: 15px 0 0;
  width: 100%
}

.agent-list .agent-information {
  padding: 0;
  width: calc(100% - 190px)
}

@media (min-width: 1200px) {
  .agent-list .agent-information {
    width: calc(100% - 290px)
  }
}

.agent-list .agent-information.no-image {
  width: 100%
}

.agency-item {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .agency-item {
    margin-bottom: 30px
  }
}

.agency-item:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.agency-item .metas {
  margin-top: 10px
}

.agency-item .metas>div {
  margin-bottom: 2px
}

.agency-item .metas>div:last-child {
  margin-bottom: 0
}

.agency-item .agency-title {
  font-size: 18px;
  margin: 0
}

.agency-item .category-agency {
  color: #304830
}

@media (min-width: 1200px) {
  .agency-grid .top-info {
    padding: 10px
  }
}

.agency-grid .agency-information {
  border-top: 1px solid #ebebeb;
  padding: 15px 20px
}

.agency-grid .agency-information-bottom {
  padding: 15px 20px;
  border-top: 1px solid #ebebeb
}

.agency-list .member-thumbnail-wrapper {
  margin-bottom: 0;
  width: 150px;
  border-right: 1px solid #ebebeb
}

.rtl .agency-list .member-thumbnail-wrapper {
  border-left: 1px solid #ebebeb;
  border-right: inherit
}

@media (min-width: 1200px) {
  .agency-list .member-thumbnail-wrapper {
    width: 300px
  }
}

@media (min-width: 1200px) {
  .agency-list .member-thumbnail-wrapper .nb-property {
    margin: 10px
  }
}

.agency-list .inner {
  width: 100%;
  padding: 15px
}

@media (min-width: 1200px) {
  .agency-list .inner {
    padding: 20px 30px
  }
}

.agency-list .agency-information {
  width: calc(100% - 150px)
}

@media (min-width: 1200px) {
  .agency-list .agency-information {
    width: calc(100% - 300px)
  }
}

.agency-list .agency-information.no-image {
  width: 100%
}

.agency-list .agency-information-bottom {
  padding-top: 15px
}

.send-message-btn {
  display: block;
  position: relative
}

.send-message-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(255, 255, 255, 0.9) url("/homeo/wp-content/themes/homeo/images/loading.gif") no-repeat center center/20px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden
}

.send-message-btn.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.location-banner-inner {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.location-banner-inner .title {
  font-size: 18px;
  margin: 0 0 3px
}

.location-banner-inner .location-banner-inner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.location-banner-inner.style1 {
  text-align: center
}

.location-banner-inner.style1 .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  padding: 25px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important
}

.location-banner-inner.style1 .info-city {
  margin-top: auto
}

.location-banner-inner.style1:hover .location-banner-inner-item {
  -webkit-transform: scale(1.1) rotate(-0.7deg);
  -moz-transform: scale(1.1) rotate(-0.7deg);
  -ms-transform: scale(1.1) rotate(-0.7deg);
  -o-transform: scale(1.1) rotate(-0.7deg);
  transform: scale(1.1) rotate(-0.7deg)
}

.location-banner-inner.style2 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 10px 10px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  text-align: center
}

.location-banner-inner.style2 .location-banner-inner-item {
  position: static;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.location-banner-inner.style2 .inner {
  padding-top: 15px
}

.location-banner-inner.style2:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.location-banner-inner.style3 .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  padding: 25px 25px 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important
}

.location-banner-inner.style3 .info-city {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

.location-banner-inner.style3 .info-city .number {
  margin-left: auto
}

.rtl .location-banner-inner.style3 .info-city .number {
  margin-right: auto;
  margin-left: 0
}

.location-banner-inner.style3 .title {
  margin: 0;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 7px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3)
}

.location-banner-inner.style3:hover .location-banner-inner-item {
  -webkit-transform: scale(1.1) rotate(-0.7deg);
  -moz-transform: scale(1.1) rotate(-0.7deg);
  -ms-transform: scale(1.1) rotate(-0.7deg);
  -o-transform: scale(1.1) rotate(-0.7deg);
  transform: scale(1.1) rotate(-0.7deg)
}

.location-banner-inner.style4 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.location-banner-inner.style4 .location-banner-inner-item {
  position: static;
  width: 120px;
  height: 100%
}

@media (min-width: 1200px) {
  .location-banner-inner.style4 .location-banner-inner-item {
    width: 170px
  }
}

.location-banner-inner.style4 .inner {
  padding: 20px 10px;
  width: calc(100% - 120px)
}

@media (min-width: 1200px) {
  .location-banner-inner.style4 .inner {
    padding: 45px 30px;
    width: calc(100% - 170px)
  }
}

.location-banner-inner.style4 .inner.no-image {
  width: 100%
}

@media (max-width: 1199px) {
  .location-banner-inner.style4 .title {
    font-size: 14px
  }
}

.location-banner-inner.style4:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.location-banner-inner.style5 .wrapper-top {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.location-banner-inner.style5 .location-banner-inner-item {
  position: static;
  min-height: 150px
}

.location-banner-inner.style5 .inner {
  padding-top: 15px
}

.location-banner-inner.style5:hover .location-banner-inner-item {
  -webkit-transform: scale(1.1) rotate(-0.7deg);
  -moz-transform: scale(1.1) rotate(-0.7deg);
  -ms-transform: scale(1.1) rotate(-0.7deg);
  -o-transform: scale(1.1) rotate(-0.7deg);
  transform: scale(1.1) rotate(-0.7deg)
}

.location-banner-inner.style6 {
  text-align: center
}

.location-banner-inner.style6 .location-banner-inner-item {
  position: static
}

.location-banner-inner.style6 .inner {
  padding-top: 15px
}

.location-banner-inner.style6 .wrapper-top {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.location-banner-inner.style6:hover .location-banner-inner-item {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05)
}

.type-banner-property {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s
}

.type-banner-property .title {
  font-size: 18px;
  margin: 15px 0 3px
}

.type-banner-property .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.type-banner-property.style1 {
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 9px 12px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
  .type-banner-property.style1 {
    padding: 9px 30px
  }
}

.type-banner-property.style1 .title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #fff
}

.type-banner-property.style1 .icon {
  font-size: 25px;
  line-height: 1
}

.type-banner-property.style1 .number,
.type-banner-property.style1 .icon {
  color: #fff
}

.type-banner-property.style1 .info {
  padding-left: 10px
}

.rtl .type-banner-property.style1 .info {
  padding-right: 10px;
  padding-left: inherit
}

.type-banner-property.style1:hover {
  background-color: rgba(255, 255, 255, 0.25)
}

.type-banner-property.style2 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-block;
  text-align: center;
  min-width: 100px;
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .type-banner-property.style2 {
    min-width: 130px;
    padding: 22px
  }
}

.type-banner-property.style2 .title {
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 400;
  color: #fff
}

@media (min-width: 1200px) {
  .type-banner-property.style2 .title {
    font-size: 16px
  }
}

.type-banner-property.style2 .number,
.type-banner-property.style2 .icon {
  color: #fff
}

.type-banner-property.style2 .icon {
  font-size: 30px;
  line-height: 1
}

@media (min-width: 1200px) {
  .type-banner-property.style2 .icon {
    font-size: 40px
  }
}

.type-banner-property.style2:hover {
  background-color: rgba(255, 255, 255, 0.25)
}

.type-banner-property.style3 {
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px 15px;
  overflow: hidden;
  background-position: center center
}

@media (min-width: 1200px) {
  .type-banner-property.style3 {
    padding: 40px 20px 30px
  }
}

.type-banner-property.style3 .icon {
  line-height: 1;
  font-size: 40px;
  color: #304830
}

@media (min-width: 1200px) {
  .type-banner-property.style3 .icon {
    font-size: 50px
  }
}

.type-banner-property.style3:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.type-banner-property.style3:hover .icon,
.type-banner-property.style3:hover .title {
  color: #fff
}

.single-listing-agent-agency {
  margin: 30px 0
}

@media (min-width: 1200px) {
  .single-listing-agent-agency {
    margin: 60px 0
  }
}

.single-listing-agent-agency .apus-breadscrumb>.container {
  padding: 0
}

.single-listing-agent-agency .apus-breadscrumb .wrapper-breads {
  padding: 0
}

.top-detail-member {
  margin-top: 30px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .top-detail-member {
    margin-top: 45px
  }
}

.top-detail-member .member-thumbnail-wrapper {
  position: relative;
  text-align: center;
  width: 150px
}

@media (min-width: 1200px) {
  .top-detail-member .member-thumbnail-wrapper {
    width: 260px
  }
}

.top-detail-member .member-thumbnail-wrapper.member-thumbnail-agency:after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #ebebeb;
  width: 1px;
  height: 600px;
  display: block
}

.rtl .top-detail-member .member-thumbnail-wrapper.member-thumbnail-agency:after {
  left: 0;
  right: auto
}

.top-detail-member .member-information {
  width: calc(100% - 150px);
  padding-left: 15px
}

.rtl .top-detail-member .member-information {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .top-detail-member .member-information {
    width: calc(100% - 260px);
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px
  }

  .rtl .top-detail-member .member-information {
    padding-right: 30px;
    padding-left: inherit
  }
}

.top-detail-member .member-information.no-image {
  width: 100%;
  padding: 0
}

.top-detail-member .property-job {
  color: #304830
}

.top-detail-member .member-metas {
  margin-top: 10px
}

.top-detail-member .member-metas>div {
  margin-bottom: 5px
}

.top-detail-member .member-metas>div:last-child {
  margin-right: 0
}

.rtl .top-detail-member .member-metas>div:last-child {
  margin-left: 0;
  margin-right: 0
}

.top-detail-member .agency-socials {
  margin-top: 10px
}

.top-detail-member .agency-socials a {
  color: #767676;
  margin-right: 12px
}

.top-detail-member .agency-socials a:hover,
.top-detail-member .agency-socials a:focus {
  color: #304830
}

.rtl .top-detail-member .agency-socials a {
  margin-left: 12px;
  margin-right: 0
}

.top-detail-member .agency-socials a:last-child {
  margin-right: 0
}

.rtl .top-detail-member .agency-socials a:last-child {
  margin-left: 0;
  margin-right: 0
}

.member-thumbnail-wrapper {
  position: relative;
  text-align: center
}

.member-thumbnail-wrapper img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.member-thumbnail-wrapper .nb-property {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 2px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #304830;
  color: #fff
}

.rtl .member-thumbnail-wrapper .nb-property {
  right: 10px;
  left: auto
}

.member-title {
  font-size: 18px;
  margin: 0
}

.detail-tabs-member {
  margin-top: 30px;
  padding: 0 15px 15px;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .detail-tabs-member {
    padding: 5px 30px 30px;
    margin-bottom: 30px
  }
}

.detail-tabs-member .location-single-agent {
  margin-top: 30px
}

.detail-tabs-member .commentform .comment-respond {
  border: 0;
  padding: 0
}

.detail-tabs-member .box-comment {
  padding: 0;
  border: 0
}

.detail-tabs-member .pagination {
  padding-bottom: 0
}

.detail-tabs-member .list-item:last-child .agent-item,
.detail-tabs-member .list-item:last-child .property-item {
  margin-bottom: 0
}

.detail-tabs-member .agent-list {
  padding: 0;
  overflow: hidden
}

.detail-tabs-member .agent-list .member-thumbnail-wrapper img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.detail-tabs-member .ajax-agents-pagination,
.detail-tabs-member .ajax-properties-pagination {
  margin-top: 20px;
  text-align: center
}

.detail-tabs-member .ajax-agents-pagination .apus-allproducts,
.detail-tabs-member .ajax-properties-pagination .apus-allproducts {
  text-transform: capitalize;
  font-weight: 700;
  display: none;
  color: #f0ad4e
}

@media (min-width: 1200px) {

  .detail-tabs-member .ajax-agents-pagination .apus-allproducts,
  .detail-tabs-member .ajax-properties-pagination .apus-allproducts {
    font-size: 16px
  }
}

.detail-tabs-member .ajax-agents-pagination.all-properties-loaded .apus-allproducts,
.detail-tabs-member .ajax-properties-pagination.all-properties-loaded .apus-allproducts {
  display: inline-block
}

.detail-tabs-member .ajax-agents-pagination.all-properties-loaded .apus-loadmore-btn,
.detail-tabs-member .ajax-properties-pagination.all-properties-loaded .apus-loadmore-btn {
  display: none
}

@media (min-width: 1200px) {

  .detail-tabs-member .ajax-agents-pagination,
  .detail-tabs-member .ajax-properties-pagination {
    margin-top: 30px
  }
}

.nav-member {
  margin-bottom: 15px;
  border: 0 !important;
  position: relative
}

@media (min-width: 1200px) {
  .nav-member {
    margin-bottom: 30px
  }
}

.nav-member:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  background-color: #ebebeb;
  display: block;
  width: calc(100%+60px);
  height: 1px
}

.nav-member>li {
  margin-bottom: 0 !important;
  margin-right: 20px
}

.rtl .nav-member>li {
  margin-left: 20px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .nav-member>li {
    margin-right: 50px
  }

  .rtl .nav-member>li {
    margin-left: 50px;
    margin-right: 0
  }
}

.nav-member>li>a {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  display: inline-block
}

@media (min-width: 1200px) {
  .nav-member>li>a {
    padding: 18px 0;
    font-size: 18px
  }
}

.nav-member>li>a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #304830;
  display: block;
  width: 0;
  height: 1px
}

.rtl .nav-member>li>a:before {
  right: 0;
  left: auto
}

.nav-member>li:hover>a,
.nav-member>li.active>a,
.nav-member>li:focus>a {
  color: #304830 !important
}

.nav-member>li:hover>a:before,
.nav-member>li.active>a:before,
.nav-member>li:focus>a:before {
  width: 100%
}

.commentform-detail-agency .form-group>label,
.commentform-detail-agent .form-group>label {
  display: none
}

@media (min-width: 1200px) {
  .contact-form-agent .form-group {
    margin-bottom: 20px
  }
}

.contact-form-agent textarea.form-control {
  height: 170px;
  resize: none
}

@media (min-width: 1200px) {
  .contact-form-agent .btn {
    font-size: 16px;
    padding: 10px 30px
  }
}

.location-single-member {
  margin-top: 20px
}

.location-single-member .title-wrapper {
  margin: 0 0 20px
}

.location-single-member .title-wrapper .title {
  margin: 0;
  font-size: 18px
}

.single-map-agency,
.single-map-agent {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 250px
}

@media (min-width: 1200px) {

  .single-map-agency,
  .single-map-agent {
    height: 380px
  }
}

.apus-breadscrumb .saved-search-form-btn {
  margin-right: 15px
}

.rtl .apus-breadscrumb .saved-search-form-btn {
  margin-left: 15px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .apus-breadscrumb .saved-search-form-btn {
    margin-right: 25px
  }

  .rtl .apus-breadscrumb .saved-search-form-btn {
    margin-left: 25px;
    margin-right: 0
  }
}

.apus-breadscrumb .btn-saved-search {
  font-size: 16px
}

.apus-breadscrumb .btn-saved-search i {
  font-size: 21px;
  margin-right: 5px
}

.rtl .apus-breadscrumb .btn-saved-search i {
  margin-left: 5px;
  margin-right: 0
}

.wp-realestate-mfp-container .saved-search-form-wrapper {
  position: relative;
  background: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px
}

@media (min-width: 1200px) {
  .wp-realestate-mfp-container .saved-search-form-wrapper {
    padding: 30px
  }
}

.wp-realestate-mfp-container .saved-search-form-wrapper .mfp-close {
  color: #006c70
}

.wp-realestate-mfp-container .saved-search-form-wrapper .mfp-close:hover,
.wp-realestate-mfp-container .saved-search-form-wrapper .mfp-close:focus {
  color: #e44343
}

.wrapper-save-search {
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.wrapper-save-search .property-table-info-content-title {
  font-size: 16px;
  font-weight: 700
}

@media (min-width: 1200px) {
  .wrapper-save-search .user-transactions td {
    padding: 15px 30px
  }
}

@media (min-width: 1200px) {
  .wrapper-save-search .user-transactions tbody td {
    padding: 30px
  }
}

.saved-search-form .button {
  min-width: 120px
}

@media (min-width: 1200px) {
  .saved-search-form .form-group {
    margin-bottom: 20px
  }
}

.properties-display-mode-wrapper label {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 10px
}

.rtl .properties-display-mode-wrapper label {
  margin-left: 10px;
  margin-right: 0
}

.properties-display-mode-wrapper label [type="radio"] {
  display: none
}

.properties-display-mode-wrapper label i {
  font-size: 15px;
  text-align: center;
  color: #3e4c66;
  display: inline-block;
  line-height: 34px;
  width: 35px;
  height: 35px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .properties-display-mode-wrapper label i {
    line-height: 40px;
    width: 45px;
    height: 40px;
    font-size: 21px
  }
}

.properties-display-mode-wrapper label input:checked+i {
  border-color: transparent;
  background-color: #e3e3e3
}

.properties-display-mode-wrapper label:last-child {
  margin-right: 0
}

.rtl .properties-display-mode-wrapper label:last-child {
  margin-left: 0;
  margin-right: 0
}

.my-properties-ordering .label,
.sort-my-properties-form .label,
.sort-properties-favorite-form .label,
.properties-ordering .label {
  color: #484848;
  font-size: 14px;
  padding: 0;
  display: inline-block;
  vertical-align: middle
}

.my-properties-ordering .select2-container--default.select2-container .select2-selection--single,
.sort-my-properties-form .select2-container--default.select2-container .select2-selection--single,
.sort-properties-favorite-form .select2-container--default.select2-container .select2-selection--single,
.properties-ordering .select2-container--default.select2-container .select2-selection--single {
  border: 0 !important;
  height: auto;
  padding-left: 0;
  color: #777
}

.rtl .my-properties-ordering .select2-container--default.select2-container .select2-selection--single,
.rtl .sort-my-properties-form .select2-container--default.select2-container .select2-selection--single,
.rtl .sort-properties-favorite-form .select2-container--default.select2-container .select2-selection--single,
.rtl .properties-ordering .select2-container--default.select2-container .select2-selection--single {
  padding-right: 0;
  padding-left: inherit
}

.my-properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.sort-my-properties-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.sort-properties-favorite-form .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered,
.properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0
}

.my-properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.sort-my-properties-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.sort-properties-favorite-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 1px
}

.rtl .my-properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.rtl .sort-my-properties-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.rtl .sort-properties-favorite-form .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow,
.rtl .properties-ordering .select2-container--default.select2-container .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.search-orderby-wrapper {
  margin-bottom: 30px;
  margin-top: 20px
}

@media (min-width: 1200px) {
  .search-orderby-wrapper {
    margin-top: 30px;
    margin-bottom: 50px
  }
}

.search-orderby-wrapper .title-profile {
  margin: 0
}

.search-orderby-wrapper .sortby-form {
  margin-left: 20px
}

.rtl .search-orderby-wrapper .sortby-form {
  margin-right: 20px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .search-orderby-wrapper .sortby-form {
    margin-left: 30px
  }

  .rtl .search-orderby-wrapper .sortby-form {
    margin-right: 30px;
    margin-left: 0
  }
}

.search-orderby-wrapper .orderby-wrapper {
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.slick-carousel-gallery-properties .slick-carousel {
  margin: 0
}

.slick-carousel-gallery-properties .listaDestacadas .slick-slide,
.slick-carousel-gallery-properties .slick-carousel .slick-list {
  padding: 0 !important
}

.slick-carousel-gallery-properties .slick-carousel .slick-arrow {
  font-size: 16px;
  color: #fff !important;
  background-color: transparent !important
}

.property-item {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  position: relative
}

@media (min-width: 1200px) {
  .property-item {
    margin-bottom: 30px
  }
}

.property-item.images-loading .image-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d293e;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 2
}

.property-item.images-loading .image-thumbnail:after {
  font-size: 20px;
  color: #fff;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: -17px;
  margin-left: -17px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  animation: rotate_icon 1200ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1200ms linear 0s normal none infinite running;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.property-item .type-property {
  color: #304830
}

.property-item .top-label>* {
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
  background-color: #3e4c66;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.rtl .property-item .top-label>* {
  margin-left: 5px;
  margin-right: 0
}

.property-item .top-label>*.featured-property {
  background-color: #304830
}

.property-item .top-label>*:last-child {
  margin-right: 0
}

.rtl .property-item .top-label>*:last-child {
  margin-left: 0;
  margin-right: 0
}

.property-item .property-title {
  font-size: 18px;
  margin: 0 0 3px
}

.property-item .property-image {
  display: block;
  position: relative;
  overflow: hidden
}

.property-item .property-image img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.property-item .property-image:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d293e;
  opacity: 0;
  filter: alpha(opacity=40);
  z-index: 1;
  display: block
}

.property-item .property-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.property-item .property-thumbnail-wrapper .property-price {
  color: #fff
}

.property-item .property-thumbnail-wrapper .top-label {
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 2
}

.rtl .property-item .property-thumbnail-wrapper .top-label {
  right: 10px;
  left: auto
}

.property-item .property-thumbnail-wrapper .bottom-label {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  position: absolute;
  z-index: 2
}

.property-item .bottom-label [class*="btn"] {
  overflow: hidden;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: #fff;
  background: rgba(15, 21, 31, 0.5);
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-left: 8px
}

.rtl .property-item .bottom-label [class*="btn"] {
  margin-right: 8px;
  margin-left: 0
}

.property-item .bottom-label [class*="btn"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.property-item .bottom-label [class*="btn"].loading {
  color: transparent !important
}

.property-item .bottom-label [class*="btn"].loading:before {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.property-item .bottom-label [class*="btn"][class*="added"],
.property-item .bottom-label [class*="btn"][class*="remove"] {
  background-color: #304830
}

.property-item .bottom-label [class*="btn"][class*="added"]:hover i:before,
.property-item .bottom-label [class*="btn"][class*="remove"]:hover i:before {
  font-size: 12px;
  content: "\f103";
  font-family: 'Flaticon'
}

.property-item .bottom-label [class*="btn"]:hover,
.property-item .bottom-label [class*="btn"]:focus {
  background-color: #304830
}

.property-item .bottom-label .property-price {
  font-size: 23px
}

.property-item .bottom-label .property-price .suffix-text,
.property-item .bottom-label .property-price .prefix-text {
  font-size: 14px
}

.property-item .slick-carousel-gallery-properties {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.property-item .slick-carousel-gallery-properties.active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.property-item .slick-carousel-gallery-properties .slick-carousel .slick-arrow {
  opacity: 0;
  filter: alpha(opacity=0)
}

.property-item .slick-carousel-gallery-properties .slick-carousel .slick-prev {
  margin-left: -20px
}

.property-item .slick-carousel-gallery-properties .slick-carousel .slick-next {
  margin-right: -20px
}

.property-item .image-thumbnail {
  position: relative
}

.property-item:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.property-item:hover .property-image:before {

}

.property-item:hover .slick-carousel-gallery-properties .slick-carousel .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100)
}

.property-item:hover .slick-carousel-gallery-properties .slick-carousel .slick-arrow {
  margin: 0 !important
}

.property-metas>div {
  display: inline-block;
  margin-right: 30px
}

.rtl .property-metas>div {
  margin-left: 30px;
  margin-right: 0
}

.property-metas>div:last-child {
  margin-right: 0
}

.rtl .property-metas>div:last-child {
  margin-left: 0;
  margin-right: 0
}

.property-metas .title-meta {
  text-transform: capitalize
}

.property-grid .top-info {
  padding: 10px
}

.property-grid .property-metas {
  padding-top: 8px
}

.property-grid .property-information {
  padding: 15px 10px 5px
}

.property-grid .property-metas-bottom {
  border-top: 1px solid #ebebeb;
  padding: 10px 20px
}

.property-grid-slider {
  margin: 0;
  border: 0;
  width: 380px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px
}

.property-grid-slider .inner {
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.property-grid-slider .bottom-label,
.property-grid-slider .property-information {
  padding: 0;
  margin-top: 8px
}

.property-grid-slider .top-info {
  padding: 20px
}

.property-grid-slider .property-price {
  color: #304830
}

.property-grid-slider .bottom-label [class*="btn"] {
  background-color: #f7f7f7;
  color: #2c374a
}

.property-grid-slider .bottom-label [class*="btn"][class*="added"],
.property-grid-slider .bottom-label [class*="btn"][class*="remove"],
.property-grid-slider .bottom-label [class*="btn"]:hover,
.property-grid-slider .bottom-label [class*="btn"]:focus {
  color: #fff;
  background-color: #304830
}

.property-grid-v1 {
  border: 0;
  background-color: #080f1d
}

@media (min-width: 1200px) {
  .property-grid-v1 .property-thumbnail-wrapper .bottom-label {
    padding: 15px 20px
  }

  .property-grid-v1 .property-thumbnail-wrapper .top-label {
    margin: 10px
  }
}

.property-grid-v1 .property-thumbnail-wrapper .bottom-label {
  padding-top: 40px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #1d293e 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #1d293e 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #1d293e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF1D293E', GradientType=0)
}

.property-grid-v1 .property-image:before {
  display: none
}

.property-grid-v1 .property-metas,
.property-grid-v1 .property-title a {
  color: #fff
}

.property-grid-v1 .property-title {
  font-size: 17px
}

.property-grid-v1:hover .property-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.property-grid-v2 {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.09)
}

.property-grid-v2:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12)
}

.property-grid-v2 .property-information {
  padding: 15px 20px 5px
}

.property-grid-v2 .property-metas-bottom {
  border-top: 1px solid #ebebeb;
  padding: 10px 20px
}

.property-grid-v2 .property-metas {
  padding-top: 8px;
  color: #006c70
}

.property-grid-v2 .bottom-label {
  padding: 10px 20px
}

.property-grid-v2 .top-info {
  padding: 0 0 10px
}

.property-grid-v2 .property-thumbnail-wrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.property-grid-v3 {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.property-grid-v3:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.property-grid-v3 .property-metas {
  padding-top: 8px
}

.property-grid-v3 .property-information {
  padding: 15px 0 0
}

@media (min-width: 1200px) {
  .property-grid-v3 .bottom-label {
    padding: 10px 20px
  }
}

.property-grid-v4 {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1)
}

.property-grid-v4 .property-information {
  padding: 15px 20px 5px
}

.property-grid-v4 .property-metas {
  padding-top: 8px
}

.property-grid-v4 .bottom-label {
  padding: 10px 20px
}

.property-grid-v4 .top-label {
  margin: 10px
}

.property-grid-v4 .top-info {
  padding: 0 0 10px
}

.property-grid-v4 .property-thumbnail-wrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.property-grid-v4:hover {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25)
}

.property-list {
  padding: 10px
}

.property-list .left-inner {
  width: 120px
}

@media (min-width: 768px) {
  .property-list .left-inner {
    width: 260px
  }
}

.property-list .right-inner {
  width: calc(100% - 120px);
  padding: 10px
}

@media (min-width: 768px) {
  .property-list .right-inner {
    padding: 15px 20px;
    width: calc(100% - 260px)
  }
}

.property-list .inner {
  width: 100%
}

.property-list .property-information-top {
  padding-bottom: 3px
}

.property-list .property-metas {
  padding-top: 5px
}

.property-list .property-metas-bottom {
  padding-top: 12px
}

.property-list .property-price {
  font-size: 22px
}

.property-list .property-price .suffix-text,
.property-list .property-price .prefix-text {
  font-size: 14px
}

.property-list-member {
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.property-list-member .property-thumbnail-wrapper {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.property-list-simple .btn-action-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.rtl .property-list-simple .btn-action-icon {
  right: 0;
  left: auto
}

.property-list-simple:hover .btn-action-icon {
  opacity: 1;
  filter: alpha(opacity=100)
}

.property-list-simple .property-thumbnail-wrapper {
  position: relative;
  width: 90px
}

.property-list-simple .property-thumbnail-wrapper .property-image {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.property-list-simple .property-information {
  width: calc(100% - 90px);
  padding-left: 20px
}

.rtl .property-list-simple .property-information {
  padding-right: 20px;
  padding-left: inherit
}

.property-list-simple .property-price {
  font-size: 16px;
  line-height: 1;
  margin-top: 7px;
  color: #304830
}

.property-list-simple .property-price .prefix-text,
.property-list-simple .property-price .suffix-text {
  font-size: 14px;
  vertical-align: baseline
}

.property-list-simple .property-title {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden
}

.property-list-simple .property-metas {
  margin-top: 7px
}

.property-list-simple .property-metas>div {
  margin-right: 10px
}

.rtl .property-list-simple .property-metas>div {
  margin-left: 10px;
  margin-right: 0
}

.property-list-simple .property-metas>div:last-child {
  margin-right: 0
}

.rtl .property-list-simple .property-metas>div:last-child {
  margin-left: 0;
  margin-right: 0
}

.my-properties-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  border-width: 0 0 1px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

@media (min-width: 1200px) {
  .my-properties-item {
    margin-bottom: 30px;
    padding-bottom: 30px
  }
}

.my-properties-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0
}

.my-properties-item .property-date {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.my-properties-item .property-price {
  color: #304830;
  font-size: 18px
}

.my-properties-item .property-price .prefix-text,
.my-properties-item .property-price .suffix-text {
  font-size: 14px
}

.my-properties-item .property-table-info-content-expiry {
  color: #e44343
}

.my-properties-item .status-property {
  font-size: 14px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize
}

@media (min-width: 768px) {
  .my-properties-item .status-property {
    margin-left: 5px
  }

  .rtl .my-properties-item .status-property {
    margin-right: 5px;
    margin-left: 0
  }
}

.my-properties-item .status-property.publish {
  color: #fff;
  background: #39da8a
}

.my-properties-item .status-property.preview,
.my-properties-item .status-property.pending,
.my-properties-item .status-property.pending_payment,
.my-properties-item .status-property.draft {
  color: #fff;
  background: #304830
}

.my-properties-item .status-property.expired {
  color: #fff;
  background: #fd397a
}

.layout-my-properties {
  width: 100%
}

.layout-my-properties.header-layout {
  background-color: #24324a;
  padding: 11px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .layout-my-properties.header-layout {
    margin-bottom: 30px
  }
}

.layout-my-properties.header-layout .property-thumbnail-wrapper {
  padding-left: 15px
}

.rtl .layout-my-properties.header-layout .property-thumbnail-wrapper {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .layout-my-properties.header-layout .property-thumbnail-wrapper {
    padding-left: 30px
  }

  .rtl .layout-my-properties.header-layout .property-thumbnail-wrapper {
    padding-right: 30px;
    padding-left: inherit
  }
}

.layout-my-properties .property-thumbnail-wrapper {
  position: relative;
  width: 100px
}

@media (min-width: 1200px) {
  .layout-my-properties .property-thumbnail-wrapper {
    width: 150px
  }
}

.layout-my-properties .inner-info {
  width: calc(100% - 100px);
  padding-left: 15px
}

.rtl .layout-my-properties .inner-info {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .layout-my-properties .inner-info {
    width: calc(100% - 150px);
    padding-left: 25px
  }

  .rtl .layout-my-properties .inner-info {
    padding-right: 25px;
    padding-left: inherit
  }
}

.layout-my-properties .layout-left>div {
  width: 20%;
  padding: 5px
}

.layout-my-properties .layout-left .inner-info-left {
  width: 40%
}

.property-item-favorite .property-thumbnail-wrapper {
  position: relative;
  width: 150px
}

.property-item-favorite .inner {
  width: calc(100% - 150px);
  padding-left: 15px
}

.rtl .property-item-favorite .inner {
  padding-right: 15px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .property-item-favorite .inner {
    padding-left: 25px
  }

  .rtl .property-item-favorite .inner {
    padding-right: 25px;
    padding-left: inherit
  }
}

.widget-properties-slider .slick-carousel .slick-arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (min-width: 1200px) {
  .widget-properties-slider .slick-carousel .slick-arrow {
    width: 90px;
    height: 90px;
    font-size: 23px;
    line-height: 90px
  }
}

.widget-properties-slider .slick-carousel .slick-next {
  right: auto;
  left: 40px;
  border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0
}

@media (min-width: 1200px) {
  .widget-properties-slider .slick-carousel .slick-next {
    left: 90px
  }
}

.widget-properties-slider .listaDestacadas .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 1
}

.widget-properties-slider .slick-carousel .properties-slider-inner {
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px)
}

.widget-properties-slider .slick-carousel .slick-active .properties-slider-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.widget-properties-slider .content-wrapper {
  padding: 30px 0
}

.widget-properties-slider .content-wrapper.has-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget-properties-slider .banner-image {
  position: relative
}

.widget-properties-slider .banner-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d293e;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.properties-slider-inner {
  width: 100%
}

.properties-slider-inner .title {
  font-size: 55px;
  margin: 0 0 5px
}

.properties-slider-inner .desc {
  font-size: 18px
}

.properties-sidebar article {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .properties-sidebar article {
    margin-bottom: 30px
  }
}

.properties-sidebar article:last-child {
  margin-bottom: 0
}

.widget-properties .bottom-view {
  padding-top: 10px
}

@media (min-width: 1200px) {
  .widget-properties.carousel .widget-content {
    margin-left: -15px;
    margin-right: -15px
  }

  .widget-properties.carousel .slick-list {
    padding: 30px 15px 0
  }

  .widget-properties.carousel .slick-prev {
    left: 7px
  }

  .widget-properties.carousel .slick-next {
    right: 7px
  }

  .widget-properties.carousel .top-info-widget {
    margin-bottom: 0
  }
}

.widget-properties.carousel .slick-dots {
  padding: 0
}

.widget-properties .top-info-widget {
  margin-bottom: 20px
}

.widget-agents .top-info-widget {
  margin-bottom: 20px
}

.tabs-account.elementor-tabs-view-horizontal {
  max-width: 410px;
  margin: auto;
  background: #fff
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  border-bottom: 1px solid #e7ecea;
  display: flex;
  display: -webkit-flex
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #484848;
  border: 0 !important;
  margin: 0;
  position: relative;
  padding: 19px 25px;
  text-align: center
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #304830;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  display: block;
  border: 0 !important
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title:after {
  display: none !important
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
  color: #304830
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-content {
  border: 0 !important;
  padding: 25px 30px 30px
}

@media (max-width: 767px) {
  .tabs-account.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
    border: 0 !important
  }

  .tabs-account.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none !important
  }
}

.top-header-detail-property {
  padding: 20px 0 25px
}

@media (min-width: 1200px) {
  .top-header-detail-property {
    padding: 50px 0 55px
  }
}

.top-header-detail-property .property-title {
  margin: 0;
  font-size: 22px
}

@media (min-width: 1200px) {
  .top-header-detail-property .property-title {
    font-size: 30px
  }
}

.top-header-detail-property .property-location {
  margin-top: 5px
}

.top-header-detail-property.v2 {
  padding-top: 0;
  padding-bottom: 25px
}

.top-header-detail-property.v2 .property-price {
  margin: 0
}

.top-header-detail-property.v3 .property-price {
  margin: 0;
  padding-left: 10px
}

.rtl .top-header-detail-property.v3 .property-price {
  padding-right: 10px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .top-header-detail-property.v3 .property-price {
    padding-left: 30px
  }

  .rtl .top-header-detail-property.v3 .property-price {
    padding-right: 30px;
    padding-left: inherit
  }
}

.top-header-detail-property.v4 {
  padding: 0 0 25px
}

.property-date i {
  margin-right: 2px;
  display: inline-block
}

.rtl .property-date i {
  margin-left: 2px;
  margin-right: 0
}

.property-location i {
  font-size: 16px;
  margin-right: 2px;
  display: inline-block
}

.rtl .property-location i {
  margin-left: 2px;
  margin-right: 0
}

.list-gallery-property-v2 {
  margin: 0;
  background-color: #fff;
  border-left: 1px solid #fff;
  position: relative
}

.rtl .list-gallery-property-v2 {
  border-right: 1px solid #fff;
  border-left: inherit
}

.list-gallery-property-v2>div {
  padding: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff
}

.rtl .list-gallery-property-v2>div {
  border-left: 1px solid #fff;
  border-right: inherit
}

.content-property-detail-v2 {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .content-property-detail-v2 {
    margin-top: 60px
  }
}

.content-property-detail-v3 {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .content-property-detail-v3 {
    margin-top: 60px
  }
}

.property-single-v3 {
  background-color: #fff
}

.top-single-v4 {
  background-color: #fff;
  padding: 20px 0 0;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .top-single-v4 {
    padding: 50px 0 30px
  }
}

.content-property-detail-v4 {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .content-property-detail-v4 {
    margin-top: 60px
  }
}

.list-gallery-property-v4 .p-popup-image {
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden
}

.list-gallery-property-v4>div {
  margin-bottom: 30px
}

.nav-detail-center {
  border: 0;
  padding: 0 10px;
  margin: 0;
  float: none
}

.nav-detail-center>li {
  margin: 0
}

.nav-detail-center>li>a {
  font-weight: 700;
  text-transform: capitalize;
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  background-color: transparent !important;
  white-space: nowrap
}

@media (min-width: 1200px) {
  .nav-detail-center>li>a {
    padding: 16px 35px;
    font-size: 16px
  }
}

.nav-detail-center>li>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #304830;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1)
}

.nav-detail-center>li.active>a,
.nav-detail-center>li:hover>a {
  color: #304830
}

.nav-detail-center>li.active>a:before,
.nav-detail-center>li:hover>a:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1)
}

.header-tabs-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  z-index: 6
}

.buttons-group-center {
  padding: 15px 0;
  text-align: center
}

@media (min-width: 1200px) {
  .buttons-group-center {
    padding: 30px 0
  }
}

.buttons-group-center [class|="btn"] {
  display: inline-block
}

.buttons-group-center [class|="btn"] i {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  background-color: #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

@media (min-width: 1200px) {
  .buttons-group-center [class|="btn"] i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px
  }
}

.buttons-group-center [class|="btn"] i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #484848;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%
}

.buttons-group-center [class|="btn"]>span {
  display: block;
  margin-top: 8px
}

.buttons-group-center [class|="btn"][class*="added"]:hover i:before,
.buttons-group-center [class|="btn"][class*="remove"]:hover i:before {
  vertical-align: top;
  font-size: 14px;
  content: "\f103";
  font-family: 'Flaticon'
}

.buttons-group-center [class|="btn"][class*="added"] i,
.buttons-group-center [class|="btn"][class*="remove"] i,
.buttons-group-center [class|="btn"]:hover i,
.buttons-group-center [class|="btn"]:focus i {
  color: #fff;
  background-color: #304830
}

.buttons-group-center [class|="btn"].loading i {
  color: transparent !important;
  background-color: rgba(255, 255, 255, 0.8) !important
}

.buttons-group-center [class|="btn"].loading i:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.buttons-group-center>div {
  padding: 0 10px
}

@media (min-width: 1200px) {
  .buttons-group-center>div {
    padding: 0 25px
  }
}

.property-detail-gallery {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto
}

.property-detail-gallery .slick-carousel {
  margin: 0
}

.property-detail-gallery .slick-carousel .slick-arrow {
  width: 30px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: transparent;
  color: #ffff
}

.property-detail-gallery .slick-carousel .slick-arrow:hover,
.property-detail-gallery .slick-carousel .slick-arrow:active {
  color: #006a70;
  background-color: #fff;
  border-color: #fff
}

@media (min-width: 1200px) {
  .property-detail-gallery .slick-carousel .slick-arrow {
    width: 40px;
    height: 80px;
    line-height: 78px
  }
}

.property-detail-gallery .slick-carousel .slick-prev {
  left: 15px
}

@media (min-width: 1200px) {
  .property-detail-gallery .slick-carousel .slick-prev {
    left: 30px
  }
}

.property-detail-gallery .slick-carousel .slick-next {
  right: 15px
}

@media (min-width: 1200px) {
  .property-detail-gallery .slick-carousel .slick-next {
    right: 30px
  }
}

.property-detail-gallery .listaDestacadas .slick-slide {
  padding-left: 0;
  padding-right: 0
}

@media (max-width: 767px) {
  .property-detail-gallery .slick-carousel .slick-arrow {
    display: none !important
  }
}

@media (min-width: 768px) {
  .property-detail-gallery .listaDestacadas .slick-dots {
    display: none !important
  }
}

.property-detail-gallery .p-popup-image {
  display: block;
  position: relative;
  overflow: hidden
}

.property-detail-gallery .p-popup-image .view-more-gallery {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

@media (min-width: 1200px) {
  .property-detail-gallery .p-popup-image .view-more-gallery {
    font-size: 26px
  }
}

.property-detail-gallery .p-popup-image.view-more-image:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d293e;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.property-detail-gallery .p-popup-image.view-more-image:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50)
}

.property-detail-gallery .p-popup-image.v1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #1d293e;
  opacity: 0.4;
  filter: alpha(opacity=40)
}

.property-detail-gallery.v2 .property-detail-gallery-actions {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px
}

@media (min-width: 1200px) {
  .property-detail-gallery.v2 .property-detail-gallery-actions {
    bottom: 30px
  }
}

.property-detail-gallery.v3 {
  border: 1px solid #fff
}

.property-detail-gallery.v3 .slick-slide {
  border-left: 1px solid #fff
}

.rtl .property-detail-gallery.v3 .slick-slide {
  border-right: 1px solid #fff;
  border-left: inherit
}

.property-detail-gallery.v3 .slick-active:last-child {
  border: none
}

.property-detail-gallery.v5 .p-popup-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: #1d293e;
  opacity: 0.4;
  filter: alpha(opacity=40)
}

.property-detail-gallery.v5 .top-header-detail-property {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 25px 0;
  color: #fff
}

.property-detail-gallery.v5 .top-header-detail-property a,
.property-detail-gallery.v5 .top-header-detail-property .featured-property,
.property-detail-gallery.v5 .top-header-detail-property .property-title {
  color: #fff !important
}

.social-property {
  display: inline-block;
  position: relative
}

.social-property .bo-social-icons {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding: 0 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden
}

.social-property .bo-social-icons:before {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent
}

.social-property .bo-social-icons:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 100%;
  left: 0
}

.social-property .bo-social-icons a {
  padding: 2px 6px;
  display: inline-block
}

.social-property:hover .bo-social-icons {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 10px;
  visibility: visible
}

.property-action-detail [class*="btn"] {
  margin: 0 2px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #006a70;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative
}

.property-action-detail [class*="btn"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  opacity: 0;
  filter: alpha(opacity=0);
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  line-height: 34px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.property-action-detail [class*="btn"].loading {
  color: transparent !important
}

.property-action-detail [class*="btn"].loading:before {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.property-action-detail [class*="btn"][class*="added"],
.property-action-detail [class*="btn"][class*="remove"] {
  background-color: #304830
}

.property-action-detail [class*="btn"][class*="added"]:hover i:before,
.property-action-detail [class*="btn"][class*="remove"]:hover i:before {
  font-size: 12px;
  content: "\f103";
  font-family: 'Flaticon'
}

.property-action-detail [class*="btn"]:hover,
.property-action-detail [class*="btn"]:focus {
  background-color: #304830
}

.property-action-detail [class*="btn"]>span {
  display: none
}

.property-action-detail>* {
  display: inline-block;
  vertical-align: middle
}

.property-action-detail .property-price {
  margin-right: 10px
}

.rtl .property-action-detail .property-price {
  margin-left: 10px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .property-action-detail .property-price {
    margin-right: 35px
  }

  .rtl .property-action-detail .property-price {
    margin-left: 35px;
    margin-right: 0
  }
}

.property-action-detail.v4 [class*="btn"],
.property-action-detail.v2 [class*="btn"] {
  background-color: #fff;
  color: #484848
}

.property-action-detail.v4 [class*="btn"][class*="added"],
.property-action-detail.v4 [class*="btn"][class*="remove"],
.property-action-detail.v4 [class*="btn"]:hover,
.property-action-detail.v4 [class*="btn"]:focus,
.property-action-detail.v2 [class*="btn"][class*="added"],
.property-action-detail.v2 [class*="btn"][class*="remove"],
.property-action-detail.v2 [class*="btn"]:hover,
.property-action-detail.v2 [class*="btn"]:focus {
  color: #fff;
  background-color: #304830
}

.attachments-inner {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  clear: both;
  overflow: hidden
}

.attachments-inner .attachment-item {
  padding-right: 15px;
  padding-left: 15px;
  width: 50%;
  margin-bottom: 10px;
  float: left
}

.rtl .attachments-inner .attachment-item {
  float: right
}

.attachments-inner .attachment-item:nth-child(2n+1) {
  clear: both
}

@media (max-width: 767px) {
  .attachments-inner .attachment-item {
    width: 100%;
    margin-bottom: 10px
  }

  .attachments-inner .attachment-item:last-child {
    margin-bottom: 0
  }
}

.attachment-item {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center
}

.attachment-item .icon_type {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #f7f7f7;
  color: #304830
}

@media (min-width: 1200px) {
  .attachment-item .icon_type {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px
  }
}

.attachment-item .candidate-detail-attachment {
  display: block;
  width: calc(100% - 50px);
  padding-left: 20px
}

.rtl .attachment-item .candidate-detail-attachment {
  padding-right: 20px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .attachment-item .candidate-detail-attachment {
    width: calc(100% - 80px)
  }
}

.attachment-item .candidate-detail-attachment i {
  color: #304830;
  font-size: 18px;
  margin-right: 5px
}

.rtl .attachment-item .candidate-detail-attachment i {
  margin-left: 5px;
  margin-right: 0
}

.nav-table {
  border: 0;
  padding: 0;
  margin: 0
}

.nav-table>li {
  margin-bottom: 0 !important;
  margin-right: 8px
}

.rtl .nav-table>li {
  margin-left: 8px;
  margin-right: 0
}

.nav-table>li>a {
  border: 0 !important;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #515d68;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .nav-table>li>a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px
  }
}

.nav-table>li>a:hover,
.nav-table>li>a:focus {
  background-color: #304830;
  color: #fff
}

.nav-table>li.active>a:hover,
.nav-table>li.active>a:focus,
.nav-table>li.active>a {
  background-color: #304830;
  color: #fff
}

.tabs-gallery-map {
  position: relative
}

.tabs-gallery-map .nav-table {
  position: absolute;
  top: 10px;
  z-index: 4;
  left: 15px
}

.rtl .tabs-gallery-map .nav-table {
  right: 15px;
  left: auto
}

@media (min-width: 1200px) {
  .tabs-gallery-map .nav-table {
    top: 45px
  }
}

.tabs-gallery-map #single-tab-property-street-view-map,
.tabs-gallery-map #properties-google-maps {
  height: 300px
}

@media (min-width: 1200px) {

  .tabs-gallery-map #single-tab-property-street-view-map,
  .tabs-gallery-map #properties-google-maps {
    height: 600px
  }
}

.tabs-gallery-map .property-virtual_tour>h3 {
  display: none
}

.property-virtual_tour iframe {
  max-width: 100%;
  border: 0
}

.tabs-video-virtual {
  padding-top: 5px !important;
  overflow: hidden
}

.tabs-video-virtual .property-section>h3 {
  display: none
}

.property-detail-detail .list {
  overflow: hidden;
  clear: both
}

.property-detail-detail .list li {
  float: left;
  width: 50%;
  margin: 0 0 15px
}

.rtl .property-detail-detail .list li {
  float: right
}

.property-detail-detail .list li>div {
  display: inline-block
}

.property-detail-detail .list li .text {
  min-width: 125px
}

.property-detail-detail .list li .value {
  font-weight: 700
}

.columns-gap {
  overflow: hidden;
  clear: both;
  color: #484848
}

.columns-gap li {
  float: left;
  width: 50%;
  margin: 0 0 15px;
  color: #484848
}

.rtl .columns-gap li {
  float: right
}

.columns-gap li:before {
  content: "\f10a";
  margin-right: 12px;
  font-family: 'Flaticon';
  display: inline-block
}

.rtl .columns-gap li:before {
  margin-left: 12px;
  margin-right: 0
}

.columns-gap li.yes:before {
  color: #304830
}

@media (min-width: 1200px) {
  .columns-gap li {
    width: 33%
  }
}

.columns-gap li>div {
  display: inline
}

.circle-check {
  overflow: hidden;
  clear: both;
  color: #484848;
  padding: 1px;
  list-style: none;
  margin: 0
}

.circle-check li {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  line-height: 1
}

.rtl .circle-check li {
  float: right
}

@media (min-width: 1200px) {
  .circle-check li {
    width: 33%
  }
}

.circle-check [type="checkbox"] {
  display: none
}

.circle-check [type="checkbox"]:checked+label {
  color: #304830
}

.circle-check [type="checkbox"]:checked+label:before {
  content: "\f14a";
  color: #304830
}

.circle-check label {
  cursor: pointer;
  font-weight: 400
}

.circle-check label:before {
  content: "\f0c8";
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block;
  color: #c5c5c5;
  font-size: 17px
}

.rtl .circle-check label:before {
  margin-left: 10px;
  margin-right: 0
}

.property-detail-floor-plans .panel-group {
  margin-bottom: 0
}

.property-detail-floor-plans .panel {
  border: 0
}

.property-detail-floor-plans .panel>.panel-heading {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  padding: 12px;
  display: flex;
  display: -webkit-flex
}

@media (min-width: 768px) {
  .property-detail-floor-plans .panel>.panel-heading {
    padding: 12px 20px
  }
}

.property-detail-floor-plans .panel>.panel-heading>a {
  width: 100%;
  display: block
}

.property-detail-floor-plans .panel>.panel-heading h3 {
  font-size: 16px;
  margin: 0
}

.property-detail-floor-plans .panel .metas {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  font-weight: 700
}

.rtl .property-detail-floor-plans .panel .metas {
  margin-right: auto;
  margin-left: 0
}

.property-detail-floor-plans .panel .metas>* {
  margin-left: 25px
}

.rtl .property-detail-floor-plans .panel .metas>* {
  margin-right: 25px;
  margin-left: 0
}

.property-detail-floor-plans .panel .subtitle {
  font-weight: 400
}

.property-detail-floor-plans .panel .expand-icon {
  font-size: 10px;
  margin-top: 3px
}

.property-detail-floor-plans .content-item {
  padding: 12px
}

@media (min-width: 1200px) {
  .property-detail-floor-plans .content-item {
    padding: 20px
  }
}

.property-detail-floor-plans .content-item .content {
  margin-top: 15px
}

.detail-metas-top {
  margin-bottom: 25px
}

.detail-metas-top>div {
  display: inline-block;
  margin-right: 3px;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #f7f7f7
}

.rtl .detail-metas-top>div {
  margin-left: 3px;
  margin-right: 0
}

@media (min-width: 1200px) {
  .detail-metas-top>div {
    padding: 5px 20px;
    margin-right: 8px
  }

  .rtl .detail-metas-top>div {
    margin-left: 8px;
    margin-right: 0
  }
}

.detail-metas-top .type-property {
  color: #304830
}

.video-embed-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.video-embed-wrapper:before {
  padding-top: 56.25%;
  content: "";
  display: block
}

.video-embed-wrapper iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.property-detail-main>div {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .property-detail-main>div {
    margin-bottom: 30px;
    padding: 30px
  }
}

.property-detail-main>div>h3,
.property-detail-main>div .title {
  font-size: 18px;
  margin: 0 0 15px
}

@media (min-width: 768px) {

  .property-detail-main>div>h3,
  .property-detail-main>div .title {
    margin: 0 0 20px
  }
}

.property-detail-main>div.loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
  background-color: #fff
}

.property-detail-main>div.property-subproperties,
.property-detail-main>div#property-single-related,
.property-detail-main>div.releated-properties {
  padding: 0;
  background-color: transparent;
  border: 0
}

.property-detail-main>div#property-single-video_virtual {
  padding-top: 5px
}

.property-detail-main .commentform .comment-respond {
  padding: 0 !important;
  margin: 0;
  border: 0
}

.property-detail-main .comment-reply-title {
  margin-bottom: 10px
}

.property-detail-main #single-property-street-view-map,
.property-detail-main .single-property-map {
  height: 280px;
  position: relative;
  z-index: 1
}

@media (min-width: 1200px) {

  .property-detail-main #single-property-street-view-map,
  .property-detail-main .single-property-map {
    height: 360px
  }
}

.property-detail-main #single-property-street-view-map {
  display: none
}

.property-detail-main .single-property-google-maps-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.property-detail-main .single-property-google-maps-wrapper .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff
}

.rtl .property-detail-main .single-property-google-maps-wrapper .btn {
  left: 20px;
  right: auto
}

.property-detail-main .widget-title-wrapper {
  margin-bottom: 20px
}

.property-detail-main .widget-title-wrapper h3 {
  margin: 0;
  font-size: 18px
}

.property-detail-main #comments {
  margin-bottom: 30px
}

.property-detail-main .comment-list>li:last-child .the-comment {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0
}

#property-single-details {
  overflow: hidden
}

#property-single-details>div {
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative
}

#property-single-details>div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100%+60px);
  height: 1px;
  background-color: #ebebeb
}

#property-single-details>div:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

#property-single-details>div:last-child:after {
  display: none
}

.property-detail-agent {
  overflow: hidden;
  clear: both
}

@media (min-width: 1200px) {
  .property-detail-agent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
  }
}

.property-detail-agent>div {
  width: 50%;
  float: left
}

.rtl .property-detail-agent>div {
  float: right
}

@media (max-width: 1199px) {
  .property-detail-agent>div {
    margin-bottom: 10px
  }
}

@media (min-width: 1200px) {
  .property-detail-agent>div {
    width: auto
  }
}

.property-detail-agent .title-info {
  font-weight: 500;
  color: #484848
}

.yelp-list .yelp-cat-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px
}

.yelp-list .yelp-cat-title img {
  display: inline-block;
  margin-right: 8px
}

.rtl .yelp-list .yelp-cat-title img {
  margin-left: 8px;
  margin-right: 0
}

.yelp-list .yelp-list-sub {
  padding: 0;
  margin: 0;
  list-style: none
}

.yelp-list .yelp-list-sub li {
  margin-bottom: 7px
}

.yelp-list .yelp-list-sub li:last-child {
  margin-bottom: 0
}

.yelp-list .yelp-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.yelp-list .yelp-list-inner .inner-right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.rtl .yelp-list .yelp-list-inner .inner-right {
  margin-right: auto;
  margin-left: 0
}

.yelp-list .yelp-list-inner .rating-count {
  margin-left: 10px;
  min-width: 90px
}

.rtl .yelp-list .yelp-list-inner .rating-count {
  margin-right: 10px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .yelp-list .yelp-list-inner .rating-count {
    margin-left: 20px
  }

  .rtl .yelp-list .yelp-list-inner .rating-count {
    margin-right: 20px;
    margin-left: 0
  }
}

.yelp-list .rating>img {
  display: none
}

.yelp-list .average-rating {
  width: 97px;
  position: relative;
  height: 28px;
  line-height: 28px;
  letter-spacing: 4px
}

.yelp-list .average-rating:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.rtl .yelp-list .average-rating:after {
  right: 0;
  left: auto
}

.yelp-list .average-rating [class*="average-inner"] {
  position: absolute;
  overflow: hidden;
  height: 28px;
  top: 0;
  left: 0;
  z-index: 1
}

.rtl .yelp-list .average-rating [class*="average-inner"] {
  right: 0;
  left: auto
}

.yelp-list .average-rating [class*="average-inner"]:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f005\f005\f005\f005\f005";
  color: #bcc52a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.yelp-list .average-inner-1 {
  width: 10%
}

.yelp-list .average-inner-2 {
  width: 20%
}

.yelp-list .average-inner-3 {
  width: 30%
}

.yelp-list .average-inner-4 {
  width: 40%
}

.yelp-list .average-inner-5 {
  width: 50%
}

.yelp-list .average-inner-6 {
  width: 60%
}

.yelp-list .average-inner-7 {
  width: 70%
}

.yelp-list .average-inner-8 {
  width: 80%
}

.yelp-list .average-inner-9 {
  width: 90%
}

.yelp-list .average-inner-10 {
  width: 100%
}

.property-yelp-places .yelp-list {
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .property-yelp-places .yelp-list {
    margin-bottom: 30px
  }
}

.property-yelp-places .yelp-list:last-child {
  margin-bottom: 0
}

.property-yelp-places .property-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px
}

.property-yelp-places .property-section-heading h3 {
  margin: 0;
  font-size: 18px
}

.property-yelp-places .property-section-heading .yelp-logo {
  margin-left: auto
}

.rtl .property-yelp-places .property-section-heading .yelp-logo {
  margin-right: auto;
  margin-left: 0
}

.property-walk-score .property-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.property-walk-score .property-section-heading h3 {
  margin: 0;
  font-size: 18px
}

.property-walk-score .property-section-heading .walkscore-logo {
  margin-left: auto
}

.rtl .property-walk-score .property-section-heading .walkscore-logo {
  margin-right: auto;
  margin-left: 0
}

.property-walk-score .bottom-walkscore {
  margin-top: 22px
}

.walks-core-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  clear: both
}

.walks-core-list li {
  line-height: 1.5
}

@media (min-width: 768px) {
  .walks-core-list li {
    float: left;
    width: 50%
  }

  .rtl .walks-core-list li {
    float: right
  }
}

@media (max-width: 767px) {
  .walks-core-list li {
    margin-bottom: 10px
  }

  .walks-core-list li:last-child {
    margin-bottom: 0
  }
}

.walks-core-list .walkscore-score {
  display: inline-block;
  background-color: #f7f7f7;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .walks-core-list .walkscore-score {
    width: 80px;
    height: 80px;
    line-height: 80px
  }
}

.walks-core-list .media-left {
  padding-right: 20px
}

.rtl .walks-core-list .media-left {
  padding-left: 20px;
  padding-right: inherit
}

.walks-core-list .media-body strong {
  font-size: 16px
}

.walks-core-list .media-body address {
  font-size: 14px;
  margin: 0
}

.walks-core-list .more-detail {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap
}

.comment-form-rating {
  position: relative;
  white-space: nowrap;
  margin: 0 0 15px !important
}

.comment-form-rating .rating-inner {
  margin-bottom: 5px;
  height: 27px
}

.comment-form-rating .rating-inner:last-child {
  margin-bottom: 0
}

.comment-form-rating .rating-inner .active {
  color: #bcc52a
}

.comment-form-rating .review-label img {
  margin-right: 5px
}

.rtl .comment-form-rating .review-label img {
  margin-left: 5px;
  margin-right: 0
}

.comment-form-rating .review-stars {
  letter-spacing: 2px;
  color: #e1e1e1
}

.comment-form-rating .subtitle {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px
}

.comment-form-rating ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  line-height: 19px;
  list-style: outside none none;
  overflow: hidden;
  cursor: pointer;
  margin-right: 30px
}

.rtl .comment-form-rating ul {
  margin-left: 30px;
  margin-right: 0
}

.comment-form-rating ul li {
  display: inline-block;
  float: none;
  height: 19px
}

.apus-mortgage-calculator .form-group {
  position: relative
}

@media (min-width: 1200px) {
  .apus-mortgage-calculator .form-group {
    margin-bottom: 20px
  }
}

.apus-mortgage-calculator .form-group .unit {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #484848
}

.rtl .apus-mortgage-calculator .form-group .unit {
  left: 15px;
  right: auto
}

@media (min-width: 1200px) {
  .apus-mortgage-calculator .form-group .unit {
    right: 25px
  }

  .rtl .apus-mortgage-calculator .form-group .unit {
    left: 25px;
    right: auto
  }
}

.apus-mortgage-calculator .apus_mortgage_results {
  margin-top: 15px;
  text-align: center;
  font-weight: 700
}

.agent-content-wrapper .agent-thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

@media (min-width: 1200px) {
  .agent-content-wrapper .agent-thumbnail {
    width: 90px;
    height: 90px
  }
}

.agent-content-wrapper .agent-content {
  padding-left: 20px;
  width: calc(100% - 70px)
}

.rtl .agent-content-wrapper .agent-content {
  padding-right: 20px;
  padding-left: inherit
}

@media (min-width: 1200px) {
  .agent-content-wrapper .agent-content {
    width: calc(100% - 90px)
  }
}

.agent-content-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700
}

.agent-content-wrapper .phone-wrapper {
  margin: 2px 0
}

.contact-form-agent .agent-content-wrapper {
  margin-bottom: 30px
}

.ui-slider-horizontal {
  margin-top: 10px;
  background-color: #ebebeb;
  width: 100%;
  height: 6px;
  position: relative
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #304830;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0
}

.ui-slider-horizontal .ui-slider-handle {
  outline: none !important;
  width: 20px;
  height: 14px;
  background: #24324a;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  border-width: 0 3px;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.ui-slider-horizontal .ui-slider-handle+.ui-slider-handle {
  -webkit-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%)
}

.filter-property-form input[type="radio"],
.filter-property-form input[type="checkbox"] {
  margin-right: 5px
}

.rtl .filter-property-form input[type="radio"],
.rtl .filter-property-form input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 0
}

.filter-property-form .form-group>label.heading-label {
  display: none
}

.filter-property-form .from-text,
.filter-property-form .to-text {
  color: #484848
}

@media (min-width: 1200px) {
  .filter-property-form .form-group {
    margin-bottom: 20px
  }
}

.filter-property-form .select-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 1
}

.filter-property-form .select-wrapper select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.filter-property-form .select-wrapper:before {
  z-index: -1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  content: "\f13f";
  font-family: "Flaticon";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  height: calc(100% - 2px);
  background-color: #fff;
  line-height: 48px;
  font-size: 8px
}

.rtl .filter-property-form .select-wrapper:before {
  left: 1px;
  right: auto
}

.filter-property-form .from-to-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.filter-property-form .from-to-wrapper .inner {
  margin-left: auto
}

.rtl .filter-property-form .from-to-wrapper .inner {
  margin-right: auto;
  margin-left: 0
}

.filter-property-form .form-group-lot_area .inner,
.filter-property-form .form-group-home_area .inner {
  overflow: hidden;
  clear: both
}

.filter-property-form .form-group-lot_area .form-control,
.filter-property-form .form-group-home_area .form-control {
  width: calc(50% - 15px);
  float: left
}

.rtl .filter-property-form .form-group-lot_area .form-control,
.rtl .filter-property-form .form-group-home_area .form-control {
  float: right
}

.filter-property-form .form-group-lot_area .form-control+.form-control,
.filter-property-form .form-group-home_area .form-control+.form-control {
  float: right
}

.rtl .filter-property-form .form-group-lot_area .form-control+.form-control,
.rtl .filter-property-form .form-group-home_area .form-control+.form-control {
  float: left
}

.filter-property-form .button {
  background-color: #304830;
  border-color: #304830;
  color: #fff;
  width: 100%
}

@media (min-width: 1200px) {
  .filter-property-form .button {
    font-size: 16px
  }
}

.filter-property-form .button:hover,
.filter-property-form .button:focus {
  color: #fff;
  background-color: #ff4146;
  border-color: #ff4146
}

.filter-property-form .filter-advance-fields {
  display: none;
  margin-bottom: 20px
}

.filter-property-form .more-advanced {
  margin-bottom: 20px
}

.filter-property-form .filter-toggle-adv {
  display: inline-block;
  font-weight: 700
}

.filter-property-form .filter-toggle-adv i {
  margin-right: 3px;
  display: inline-block
}

.rtl .filter-property-form .filter-toggle-adv i {
  margin-left: 3px;
  margin-right: 0
}

.sidebar .filter-property-form .circle-check li {
  width: 50%;
  float: left;
  padding-right: 3px
}

.rtl .sidebar .filter-property-form .circle-check li {
  float: right
}

.rtl .sidebar .filter-property-form .circle-check li {
  padding-left: 3px;
  padding-right: inherit
}

.sidebar .filter-property-form .circle-check li:nth-child(2n+1) {
  clear: both;
  padding: 0
}

.sidebar .filter-property-form .circle-check li:last-child {
  margin-bottom: 0
}

.sidebar .filter-property-form .filter-advance-fields .form-group:last-child {
  margin-bottom: 0
}

.properties-filter-top-sidebar-wrapper {
  position: relative;
  z-index: 3
}

.properties-filter-top-sidebar-wrapper .widget-property-search-form.horizontal .advance-search-wrapper {
  padding-left: 0;
  padding-right: 0
}

.properties-filter-top-sidebar-wrapper>.widget:last-child {
  margin-bottom: 0
}

.widget-property-search-form .title {
  font-size: 18px;
  margin: 0 0 20px
}

.widget-property-search-form .nav-tabs {
  border: 0;
  margin: 0
}

.widget-property-search-form .nav-tabs>li {
  margin-bottom: 0 
}

.widget-property-search-form .nav-tabs>li>a {
  border: 0 !important;
  font-size: 16px;
  padding: 10px 35px;
  color: #1b2032;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #fff;
  position: relative
}

.widget-property-search-form .nav-tabs>li>a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: transparent;
  border-width: 9px;
  border-style: solid
}

.widget-property-search-form .nav-tabs>li.active>a {
  color: #fff;
  background-color: #304830
}

.widget-property-search-form .nav-tabs>li.active>a:before {
  border-color: #304830 transparent transparent
}

.widget-property-search-form.horizontal .nav-tabs {
  margin-bottom: 30px;
  border: 0
}

.widget-property-search-form.horizontal .nav-tabs>li {
  display: inline-block;
  float: none;
  margin-right: 12px
}

.rtl .widget-property-search-form.horizontal .nav-tabs>li {
  margin-left: 12px;
  margin-right: 0
}

.widget-property-search-form.horizontal .nav-tabs>li:last-child {
  margin-right: 0
}

.rtl .widget-property-search-form.horizontal .nav-tabs>li:last-child {
  margin-left: 0;
  margin-right: 0
}

.widget-property-search-form.horizontal .main-inner {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.widget-property-search-form.horizontal .content-main-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin: 10px
}

@media (min-width: 992px) {
  .widget-property-search-form.horizontal .form-group {
    margin-bottom: 0
  }
}

.widget-property-search-form.horizontal .advance-search-wrapper {
  padding: 10px
}

@media (min-width: 992px) {
  .widget-property-search-form.horizontal .advance-search-wrapper {
    padding-top: 30px
  }
}

.widget-property-search-form.vertical .main-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.widget-property-search-form.vertical .content-main-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 10px
}

@media (min-width: 1200px) {
  .widget-property-search-form.vertical .content-main-inner {
    padding: 30px
  }
}

@media (min-width: 1200px) {
  .widget-property-search-form.vertical .form-group {
    margin-bottom: 20px
  }
}

@media (min-width: 1200px) {
  .widget-property-search-form.vertical .form-group-amenity .circle-check li {
    width: 50%;
    margin-bottom: 12px
  }
}

.widget-property-search-form.vertical .advance-search-wrapper-fields {
  padding-bottom: 0
}

.widget-property-search-form.style1 .content-main-inner,
.widget-property-search-form.style1 .main-inner,
.widget-property-search-form.style1 .select2-container--default.select2-container .select2-selection--single,
.widget-property-search-form.style1 .btn-submit,
.widget-property-search-form.style1 .form-control,
.widget-property-search-form.style1 .nav-tabs>li>a {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important
}

.widget-property-search-form.style2 .btn-submit {
  width: 100%;
  padding: 9px 20px
}

.widget-property-search-form.style2 .content-main-inner {
  padding: 0;
  background-color: transparent
}

@media (min-width: 1200px) {
  .widget-property-search-form.style2 .content-main-inner {
    margin: 20px
  }
}

.widget-property-search-form.style3 .content-main-inner {
  margin: 0
}

.widget-property-search-form.style3 .select2-container--default.select2-container .select2-selection--single,
.widget-property-search-form.style3 .form-control {
  border-color: #fff
}

.widget-property-search-form.style3 .btn-submit {
  width: 100%
}

.widget-property-search-form.style4 .content-main-inner {
  padding: 0;
  margin: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7
}

.widget-property-search-form.style4 .select2-container--default.select2-container .select2-selection--single,
.widget-property-search-form.style4 .form-control {
  border: 0;
  background-color: transparent
}

.widget-property-search-form.style4 .form-control::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-property-search-form.style4 .form-control::-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-property-search-form.style4 .form-control:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-property-search-form.style4 .form-control:-moz-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget-property-search-form.style4 .btn-submit {
  padding: 0 25px;
  font-size: 21px;
  height: 50px;
  line-height: 50px;
  background: transparent !important;
  color: #484848;
  border: 0 !important
}

.widget-property-search-form.style4 .btn-submit:hover,
.widget-property-search-form.style4 .btn-submit:focus {
  color: #304830
}

form.form-search .heading-label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #006c70;
  font-weight: 700
}

form.form-search .from-to-wrapper {
  text-align: center
}

form.form-search .suffix {
  font-weight: 700;
  text-transform: capitalize
}

form.form-search .btn-submit {
  border-width: 2px;
  padding: 9px 40px
}

@media (min-width: 1200px) {
  form.form-search .btn-submit {
    font-size: 16px
  }
}

form.form-search .form-control::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

form.form-search .form-control:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

form.form-search .form-control::placeholder {
  opacity: 1;
  filter: alpha(opacity=100)
}

form.form-search .form-group-inner {
  position: relative
}

form.form-search .form-group-inner>i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  font-size: 18px;
  z-index: 1;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.rtl form.form-search .form-group-inner>i {
  left: 12px;
  right: auto
}

form.form-search .action-location .clear-location {
  top: 50%;
  right: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: -9px;
  position: absolute;
  background-color: #e44343;
  text-align: center;
  color: #fff;
  font-size: 9px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

.rtl form.form-search .action-location .clear-location {
  left: 13px;
  right: auto
}

form.form-search .action-location .find-me {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center
}

.rtl form.form-search .action-location .find-me {
  left: 12px;
  right: auto
}

form.form-search .action-location .find-me:hover,
form.form-search .action-location .find-me:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}

form.form-search .action-location .find-me:before {
  content: "\f192";
  font-family: "FontAwesome";
  font-weight: normal
}

form.form-search .action-location .find-me.loading {
  animation: rotate 700ms linear 0s normal none infinite running;
  -webkit-animation: rotate 700ms linear 0s normal none infinite running
}

form.form-search .action-location .find-me.loading:before {
  content: "\f110";
  font-weight: 900
}

form.form-search .advance-search-btn {
  white-space: nowrap;
  margin-right: 15px;
  font-weight: 700
}

.rtl form.form-search .advance-search-btn {
  margin-left: 15px;
  margin-right: 0
}

@media (min-width: 1200px) {
  form.form-search .advance-search-btn {
    margin-right: 25px
  }

  .rtl form.form-search .advance-search-btn {
    margin-left: 25px;
    margin-right: 0
  }
}

form.form-search .advance-search-btn i {
  display: inline-block;
  margin-left: 15px
}

.rtl form.form-search .advance-search-btn i {
  margin-right: 15px;
  margin-left: 0
}

form.form-search .search-form-inner {
  position: relative
}

form.form-search .search-form-inner .advance-search-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3
}

form.form-search .advance-search-wrapper-fields {
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15)
}

form.form-search .advance-search-wrapper-fields .wrapper-amenity {
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative
}

form.form-search .advance-search-wrapper-fields .wrapper-amenity:before {
  content: '';
  background-color: #ebebeb;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -10px
}

@media (min-width: 1200px) {
  form.form-search .form-group-amenity .circle-check li {
    width: 20%;
    margin-bottom: 12px
  }
}

form.form-search .tt-menu {
  background: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1)
}

form.form-search .twitter-typeahead {
  width: 100%;
  display: block
}

form.form-search .twitter-typeahead:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  content: '';
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  right: 12px;
  width: 22px;
  height: 100%;
  background: url("/homeo/wp-content/themes/homeo/images/loading.gif") no-repeat scroll center center/18px auto
}

.rtl form.form-search .twitter-typeahead:before {
  left: 12px;
  right: auto
}

form.form-search .twitter-typeahead.loading:before {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

form.form-search .tt-dataset-search>.tt-selectable:first-child {
  display: none
}

form.form-search .tt-dataset-search .tt-selectable {
  line-height: 1.5;
  padding: 12px;
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  color: #484848
}

form.form-search .tt-dataset-search .tt-selectable:last-child {
  border-bottom: 0
}

form.form-search .tt-dataset-search .tt-selectable img {
  max-width: 70px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

form.form-search .tt-dataset-search .tt-selectable h4 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}

form.form-search .tt-dataset-search .tt-selectable .property-price {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

form.form-search .tt-dataset-search .tt-selectable .property-price,
form.form-search .tt-dataset-search .tt-selectable .property-price .prefix-text,
form.form-search .tt-dataset-search .tt-selectable .property-price .suffix-text {
  font-size: 13px;
  vertical-align: baseline
}

form.form-search .tt-dataset-search .tt-selectable .property-price i {
  display: none
}

form.form-search .tt-dataset-search .tt-selectable .property-location {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}

form.form-search .tt-dataset-search .tt-selectable .property-location i {
  font-size: 14px
}

form.form-search .tt-dataset-search .tt-selectable:hover h4 {
  color: #304830
}

.widget-properties-maps .properties-google-maps {
  min-height: 250px
}

@media (min-width: 1200px) {
  .widget-properties-tabs .bottom-remore {
    padding-top: 30px
  }
}

.widget-properties-tabs .nav-tabs {
  border: none;
  padding: 0;
  margin: 0
}

.widget-properties-tabs .nav-tabs>li {
  float: left;
  margin: 0;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #d2d2d2
}

.rtl .widget-properties-tabs .nav-tabs>li {
  float: right
}

.rtl .widget-properties-tabs .nav-tabs>li {
  margin-left: 20px;
  margin-right: 0
}

.rtl .widget-properties-tabs .nav-tabs>li {
  padding-left: 20px;
  padding-right: inherit
}

.rtl .widget-properties-tabs .nav-tabs>li {
  border-left: 1px solid #d2d2d2;
  border-right: inherit
}

.widget-properties-tabs .nav-tabs>li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

.rtl .widget-properties-tabs .nav-tabs>li:last-child {
  margin-left: 0;
  margin-right: 0
}

.rtl .widget-properties-tabs .nav-tabs>li:last-child {
  padding-left: 0;
  padding-right: inherit
}

.rtl .widget-properties-tabs .nav-tabs>li:last-child {
  border-left: 0;
  border-right: inherit
}

.widget-properties-tabs .nav-tabs>li>a {
  line-height: 1;
  border: 0 !important;
  font-weight: 500;
  padding: 0;
  background: transparent !important
}

.widget-properties-tabs .nav-tabs>li.active>a {
  color: #304830
}

.widget-properties-tabs .widget-title {
  margin: 0;
  font-size: 25px
}

@media (min-width: 1200px) {
  .widget-properties-tabs .widget-title {
    font-size: 40px
  }
}

.widget-properties-tabs .top-info {
  margin-bottom: 25px
}

@media (min-width: 1200px) {
  .widget-properties-tabs .top-info {
    margin-bottom: 35px
  }
}

.results-filter-wrapper {
  margin-bottom: 20px
}

.results-filter-wrapper .title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 20px
}

.results-filter-wrapper .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0;
  padding-right: 20px;
  background: #fff
}

.rtl .results-filter-wrapper .inner {
  padding-left: 20px;
  padding-right: inherit
}

.results-filter-wrapper .inner>a {
  margin-left: auto;
  color: #e44343;
  font-weight: 500;
  white-space: nowrap
}

.rtl .results-filter-wrapper .inner>a {
  margin-right: auto;
  margin-left: 0
}

.results-filter-wrapper .inner>a:hover,
.results-filter-wrapper .inner>a:focus {
  color: #e12d2d
}

.results-filter-wrapper .results-filter {
  overflow: hidden;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0
}

.results-filter-wrapper .results-filter li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.rtl .results-filter-wrapper .results-filter li {
  float: right
}

.rtl .results-filter-wrapper .results-filter li {
  margin-left: 10px;
  margin-right: 0
}

.results-filter-wrapper .results-filter li a {
  display: inline-block;
  font-size: 12px;
  padding: 0px 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.results-filter-wrapper .results-filter li a .close-value {
  color: #e44343;
  margin-right: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .results-filter-wrapper .results-filter li a .close-value {
  margin-left: 4px;
  margin-right: 0
}

.results-filter-wrapper .results-filter li a:hover {
  background-color: #e44343;
  color: #fff
}

.results-filter-wrapper .results-filter li a:hover .close-value {
  color: #fff
}

.p-fix-pagination {
  position: fixed;
  bottom: 0;
  z-index: 6;
  left: 0;
  width: 100%
}

.layout-type-half-map #properties-google-maps {
  position: fixed !important;
  left: 0
}

.rtl .layout-type-half-map #properties-google-maps {
  right: 0;
  left: auto
}

@media (min-width: 992px) {
  .layout-type-half-map #properties-google-maps {
    width: 40%
  }
}

@media (min-width: 992px) {
  .layout-type-half-map .first_class {
    width: 40%
  }
}

.layout-type-half-map .second_class {
  padding-bottom: 20px
}

@media (min-width: 992px) {
  .layout-type-half-map .second_class {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px
  }
}

.layout-type-half-map .widget-property-search-form {
  margin: 15px 0
}

@media (min-width: 1200px) {
  .layout-type-half-map .widget-property-search-form {
    margin: 30px 0
  }
}

.layout-type-half-map .widget-property-search-form .main-inner {
  background-color: transparent
}

.layout-type-half-map .widget-property-search-form .content-main-inner {
  margin: 0
}

.layout-type-half-map-v2 #properties-google-maps {
  position: fixed !important;
  right: 0
}

.rtl .layout-type-half-map-v2 #properties-google-maps {
  left: 0;
  right: auto
}

@media (min-width: 992px) {
  .layout-type-half-map-v2 #properties-google-maps {
    width: 41.66667%
  }
}

@media (min-width: 1200px) {
  .layout-type-half-map-v2 #properties-google-maps {
    width: 58.33333%
  }
}

.layout-type-half-map-v2 .second_class {
  padding: 15px
}

@media (min-width: 1200px) {
  .layout-type-half-map-v2 .second_class {
    padding: 30px
  }
}

.layout-type-half-map-v2 .btn-show-filter {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px
}

.rtl .layout-type-half-map-v2 .btn-show-filter {
  right: 20px;
  left: auto
}

@media (min-width: 1200px) {
  .layout-type-half-map-v2 .btn-show-filter {
    top: 30px;
    left: 30px
  }

  .rtl .layout-type-half-map-v2 .btn-show-filter {
    right: 30px;
    left: auto
  }
}

.layout-type-half-map-v3 #properties-google-maps {
  position: fixed !important;
  right: 0
}

.rtl .layout-type-half-map-v3 #properties-google-maps {
  left: 0;
  right: auto
}

@media (min-width: 992px) {
  .layout-type-half-map-v3 #properties-google-maps {
    width: 41.66667%
  }
}

@media (min-width: 1200px) {
  .layout-type-half-map-v3 #properties-google-maps {
    width: 33.33333%
  }
}

.layout-type-half-map-v3 .btn-show-filter {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px
}

.rtl .layout-type-half-map-v3 .btn-show-filter {
  right: 20px;
  left: auto
}

@media (min-width: 1200px) {
  .layout-type-half-map-v3 .btn-show-filter {
    top: 30px;
    left: 30px
  }

  .rtl .layout-type-half-map-v3 .btn-show-filter {
    right: 30px;
    left: auto
  }
}

.layout-type-half-map-v3 .second_class {
  padding: 0
}

.layout-type-half-map-v3 .second_class .inner-left {
  padding: 15px
}

@media (min-width: 1200px) {
  .layout-type-half-map-v3 .second_class .inner-left {
    padding: 30px
  }
}

@media (min-width: 1200px) {
  .layout-type-half-map-v3 .second_class {
    padding-left: 375px
  }

  .rtl .layout-type-half-map-v3 .second_class {
    padding-right: 375px;
    padding-left: inherit
  }
}

@media (min-width: 1200px) {
  .layout-type-half-map-v3 .properties-filter-sidebar-wrapper {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .layout-type-half-map-v3 .properties-filter-sidebar-wrapper {
    width: 250px
  }

  .layout-type-half-map-v3 .second_class {
    padding-left: 250px
  }

  .rtl .layout-type-half-map-v3 .second_class {
    padding-right: 250px;
    padding-left: inherit
  }

  .layout-type-half-map-v3 .widget-property-search-form.vertical .form-group-amenity .circle-check li {
    width: 100%
  }

  .layout-type-half-map-v3 .properties-ordering-wrapper,
  .layout-type-half-map-v3 .agencies-ordering-wrapper,
  .layout-type-half-map-v3 .agents-ordering-wrapper {
    display: block
  }

  .layout-type-half-map-v3 .properties-ordering-wrapper:after,
  .layout-type-half-map-v3 .agencies-ordering-wrapper:after,
  .layout-type-half-map-v3 .agents-ordering-wrapper:after {
    content: '';
    display: table;
    clear: both
  }

  .layout-type-half-map-v3 .properties-ordering-wrapper>div,
  .layout-type-half-map-v3 .agencies-ordering-wrapper>div,
  .layout-type-half-map-v3 .agents-ordering-wrapper>div {
    width: 50%;
    margin: 0 !important;
    float: left
  }

  .rtl .layout-type-half-map-v3 .properties-ordering-wrapper>div,
  .rtl .layout-type-half-map-v3 .agencies-ordering-wrapper>div,
  .rtl .layout-type-half-map-v3 .agents-ordering-wrapper>div {
    float: right
  }

  .layout-type-half-map-v3 .properties-ordering-wrapper>div:nth-child(2n+ 1),
  .layout-type-half-map-v3 .agencies-ordering-wrapper>div:nth-child(2n+ 1),
  .layout-type-half-map-v3 .agents-ordering-wrapper>div:nth-child(2n+1) {
    clear: both
  }

  .layout-type-half-map-v3 .properties-ordering-wrapper>div.properties-ordering,
  .layout-type-half-map-v3 .properties-ordering-wrapper>div.results-count,
  .layout-type-half-map-v3 .agencies-ordering-wrapper>div.properties-ordering,
  .layout-type-half-map-v3 .agencies-ordering-wrapper>div.results-count,
  .layout-type-half-map-v3 .agents-ordering-wrapper>div.properties-ordering,
  .layout-type-half-map-v3 .agents-ordering-wrapper>div.results-count {
    margin-bottom: 5px !important
  }
}

.layout-type-top-map #properties-google-maps {
  height: 300px
}

@media (min-width: 1200px) {
  .layout-type-top-map #properties-google-maps {
    height: 600px
  }
}

.properties-filter-sidebar-wrapper {
  position: fixed;
  z-index: 8;
  max-width: 85%;
  width: 375px;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0)
}

.rtl .properties-filter-sidebar-wrapper {
  right: 0;
  left: auto
}

.properties-filter-sidebar-wrapper.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100)
}

@media (min-width: 1200px) {
  .properties-filter-sidebar-wrapper {
    padding: 30px
  }
}

.properties-filter-sidebar-wrapper+.over-dark-filter {
  background-color: #1d293e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: fixed;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  cursor: not-allowed;
  top: 0;
  left: 0;
  visibility: hidden
}

.properties-filter-sidebar-wrapper.active+.over-dark-filter {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.properties-filter-sidebar-wrapper .close-filter {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #e44343;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px
}

.rtl .properties-filter-sidebar-wrapper .close-filter {
  left: 0;
  right: auto
}

.properties-filter-sidebar-wrapper .close-filter i {
  font-size: 12px
}

.properties-filter-sidebar-wrapper .close-filter:hover,
.properties-filter-sidebar-wrapper .close-filter:focus {
  background-color: #e44343;
  color: #fff
}

.properties-filter-sidebar-wrapper .inner {
  height: 100%;
  position: relative
}

.properties-filter-sidebar-wrapper .inner .ps__rail-x {
  display: none !important
}

.properties-filter-sidebar-wrapper .circle-check li {
  width: 50%
}

.properties-filter-sidebar-wrapper .widget-property-search-form {
  height: 100%
}

.properties-filter-sidebar-wrapper .widget-property-search-form .content-main-inner {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important
}

.properties-filter-sidebar-wrapper .widget-property-search-form .main-inner {
  background-color: transparent
}

.properties-filter-sidebar-wrapper form.form-search .search-form-inner .advance-search-wrapper {
  position: static
}

.properties-filter-sidebar-wrapper form.form-search .advance-search-wrapper-fields {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.compare-tables {
  border: 0;
  margin: 0
}

.compare-tables .thumb {
  height: 120px;
  width: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .compare-tables .thumb {
    height: 165px;
    width: 260px
  }
}

.compare-tables .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d293e;
  opacity: 0.4;
  filter: alpha(opacity=40)
}

.compare-tables .thumb .btn-remove-property-compare {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #fff;
  color: #484848
}

.rtl .compare-tables .thumb .btn-remove-property-compare {
  left: 10px;
  right: auto
}

.compare-tables .thumb .btn-remove-property-compare:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #484848;
  content: '\f110';
  font-family: 'FontAwesome';
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.compare-tables .thumb .btn-remove-property-compare.loading {
  background: rgba(255, 255, 255, 0.8) !important;
  color: transparent !important
}

.compare-tables .thumb .btn-remove-property-compare.loading:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  animation: rotate_icon 1500ms linear 0s normal none infinite running;
  -webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running
}

.compare-tables .thumb .btn-remove-property-compare:hover,
.compare-tables .thumb .btn-remove-property-compare:focus {
  color: #fff;
  background-color: #e44343
}

.compare-tables .thumb .property-price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  z-index: 1;
  color: #fff
}

.compare-tables .thumb:hover .btn-remove-property-compare {
  color: #fff;
  background-color: #e44343
}

.compare-tables .property-title {
  font-size: 18px;
  margin: 0
}

.compare-tables .property-price {
  font-size: 22px
}

.compare-tables .property-price .prefix-text,
.compare-tables .property-price .suffix-text {
  font-size: 14px
}

.compare-tables .type-property {
  font-size: 14px;
  font-weight: 400
}

.compare-tables .type-property a {
  color: #304830
}

.compare-tables .info {
  width: 200px
}

@media (min-width: 1200px) {
  .compare-tables .info {
    width: 260px
  }
}

.compare-tables thead th {
  border: 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  color: #484848;
  padding: 10px;
  width: 220px
}

@media (min-width: 1200px) {
  .compare-tables thead th {
    padding: 25px 15px;
    width: 290px
  }
}

.compare-tables thead th:first-child {
  max-width: 240px
}

.compare-tables tbody td {
  border-left: 0;
  border-right: 0;
  padding: 10px 15px
}

@media (min-width: 1200px) {
  .compare-tables tbody td {
    padding: 25px 30px
  }
}

.compare-tables tbody td:first-child {
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  color: #484848
}

.compare-tables tbody h3 {
  font-size: 18px;
  margin: 0
}

.compare-tables tbody .yes [class*='star'] {
  color: #bcc52a
}

.wrapper-compare {
  border: 1px solid #ebebeb;
  overflow-x: auto;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.not-found-compare {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #e44343
}

.property-submission-form-wrapper .submit-property-heading {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #ebebeb;
  overflow-x: auto;
  position: relative;
  z-index: 0
}

.property-submission-form-wrapper .submit-property-heading>li {
  display: inline-block;
  margin: 0;
  width: 50%;
  text-align: center
}

.property-submission-form-wrapper .submit-property-heading>li>a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding: 13px;
  white-space: nowrap
}

@media (min-width: 1200px) {
  .property-submission-form-wrapper .submit-property-heading>li>a {
    padding: 13px 20px
  }
}

.property-submission-form-wrapper .submit-property-heading>li>a:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background: #304830;
  display: block
}

.rtl .property-submission-form-wrapper .submit-property-heading>li>a:before {
  right: 0;
  left: auto
}

.property-submission-form-wrapper .submit-property-heading>li.active>a {
  color: #304830
}

.property-submission-form-wrapper .submit-property-heading>li.active>a:before {
  width: 100%
}

.property-submission-form-wrapper form.cmb-form>.submit-button-wrapper {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
  clear: both;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1200px) {
  .property-submission-form-wrapper form.cmb-form>.submit-button-wrapper {
    margin-top: 25px;
    padding-top: 25px
  }
}

.property-submission-form-wrapper form.cmb-form>.submit-button-wrapper .job-submission-previous-btn {
  margin-left: auto
}

.rtl .property-submission-form-wrapper form.cmb-form>.submit-button-wrapper .job-submission-previous-btn {
  margin-right: auto;
  margin-left: 0
}

.change-password-form label {
  font-size: 16px
}

.property-submission-form-wrapper {
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .property-submission-form-wrapper {
    margin-bottom: 50px
  }
}

div.cmb2-wrap:after,
div.cmb2-wrap:before {
  content: " ";
  display: table;
  clear: both
}

div.cmb2-wrap .cmb-row {
  margin-bottom: 20px
}

div.cmb2-wrap .cmb2-metabox-description {
  margin-top: 5px
}

div.cmb2-wrap .cmb-multicheck-toggle {
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  color: #304830 !important
}

div.cmb2-wrap select,
div.cmb2-wrap [type="email"],
div.cmb2-wrap [type="text"],
div.cmb2-wrap [type="number"],
div.cmb2-wrap textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.75;
  color: #484848;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

div.cmb2-wrap select:focus,
div.cmb2-wrap [type="email"]:focus,
div.cmb2-wrap [type="text"]:focus,
div.cmb2-wrap [type="number"]:focus,
div.cmb2-wrap textarea:focus {
  border-color: #bfbfbf;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

div.cmb2-wrap select::-moz-placeholder,
div.cmb2-wrap [type="email"]::-moz-placeholder,
div.cmb2-wrap [type="text"]::-moz-placeholder,
div.cmb2-wrap [type="number"]::-moz-placeholder,
div.cmb2-wrap textarea::-moz-placeholder {
  color: #484848;
  opacity: 0.65
}

div.cmb2-wrap select:-ms-input-placeholder,
div.cmb2-wrap [type="email"]:-ms-input-placeholder,
div.cmb2-wrap [type="text"]:-ms-input-placeholder,
div.cmb2-wrap [type="number"]:-ms-input-placeholder,
div.cmb2-wrap textarea:-ms-input-placeholder {
  color: #484848
}

div.cmb2-wrap select::-webkit-input-placeholder,
div.cmb2-wrap [type="email"]::-webkit-input-placeholder,
div.cmb2-wrap [type="text"]::-webkit-input-placeholder,
div.cmb2-wrap [type="number"]::-webkit-input-placeholder,
div.cmb2-wrap textarea::-webkit-input-placeholder {
  color: #484848
}

div.cmb2-wrap select:focus,
div.cmb2-wrap [type="email"]:focus,
div.cmb2-wrap [type="text"]:focus,
div.cmb2-wrap [type="number"]:focus,
div.cmb2-wrap textarea:focus {
  background-color: #fff
}

div.cmb2-wrap textarea {
  height: 150px;
  resize: none
}

div.cmb2-wrap [class*="virtual-tour"] pre {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background-color: #fff
}

div.cmb2-wrap [class*="virtual-tour"] pre pre {
  border: 0;
  padding: 0 40px
}

div.cmb2-wrap [class*="virtual-tour"] pre .CodeMirror {
  height: 150px
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-gutters {
  border: 0
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-activeline-background {
  background-color: transparent
}

div.cmb2-wrap [class*="virtual-tour"] .CodeMirror-gutter {
  width: auto !important
}

div.cmb2-wrap .cmb-th {
  width: 100%;
  padding: 0
}

div.cmb2-wrap .cmb-th label {
  font-size: 16px;
  font-weight: 700;
  color: #484848;
  padding-top: 0
}

div.cmb2-wrap .cmb-th+.cmb-td {
  width: 100%;
  padding: 0
}

div.cmb2-wrap .cmb-td {
  position: relative
}

div.cmb2-wrap .cmb-td .cmb-ajax-search-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  margin: 0
}

.rtl div.cmb2-wrap .cmb-td .cmb-ajax-search-spinner {
  left: 15px;
  right: auto
}

div.cmb2-wrap [class*="taxonomy-location-wrapper"] {
  width: 100%
}

@media (min-width: 768px) {
  div.cmb2-wrap [class*="taxonomy-location-wrapper"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
  }

  div.cmb2-wrap [class*="taxonomy-location-wrapper"]>div {
    padding-right: 10px;
    padding-left: 10px
  }
}

div.cmb2-wrap [class*="taxonomy-location-wrapper"]>div {
  width: 100%
}

@media (max-width: 767px) {
  div.cmb2-wrap [class*="taxonomy-location-wrapper"]>div {
    margin-bottom: 10px
  }

  div.cmb2-wrap [class*="taxonomy-location-wrapper"]>div:last-child {
    margin-bottom: 0
  }
}

div.cmb2-wrap .pw-map-search-wrapper .find-me-location {
  top: 18px;
  color: #484848;
  margin-right: 10px
}

.rtl div.cmb2-wrap .pw-map-search-wrapper .find-me-location {
  margin-left: 10px;
  margin-right: 0
}

div.cmb2-wrap .select2-container--default.select2-container .select2-selection--single {
  background: #fff;
  border-color: #ebebeb
}

div.cmb2-wrap .select2-container--default.select2-container.select2-container--open .select2-selection--single {
  border-color: #bfbfbf;
  background: #fff
}

div.cmb2-wrap [id*="map_location-map"] {
  margin: 20px 0;
  width: 100%;
  z-index: 2
}

div.cmb2-wrap [id*="map_location-map"]~input {
  width: auto;
  float: left
}

.rtl div.cmb2-wrap [id*="map_location-map"]~input {
  float: right
}

div.cmb2-wrap .label-can-drag {
  display: inline-block;
  display: inline-block;
  margin: 0;
  background-color: #f7f7f7;
  padding: 20px 35px;
  border: solid 1px #ebebeb;
  font-weight: 700;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer
}

div.cmb2-wrap .label-can-drag:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

div.cmb2-wrap .label-can-drag .form-group {
  margin: 0
}

div.cmb2-wrap .wp-realestate-uploaded-files {
  margin-right: -10px;
  margin-left: -10px
}

div.cmb2-wrap .wp-realestate-uploaded-files:before,
div.cmb2-wrap .wp-realestate-uploaded-files:after {
  content: '';
  display: table;
  clear: both
}

div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file {
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 200px;
  float: left
}

.rtl div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file {
  float: right
}

div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file .wp-realestate-remove-uploaded-file {
  position: absolute;
  top: 5px;
  left: 15px;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  line-height: 25px;
  color: transparent;
  font-size: 12px
}

.rtl div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file .wp-realestate-remove-uploaded-file {
  right: 15px;
  left: auto
}

div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file .wp-realestate-remove-uploaded-file:before {
  font-family: 'themify';
  content: "\e646";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e44343;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #fff
}

div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file .wp-realestate-remove-uploaded-file:hover:before {
  opacity: 1;
  filter: alpha(opacity=100)
}

div.cmb2-wrap .cmb2-checkbox-list {
  padding: 0;
  margin: 0;
  list-style: none
}

div.cmb2-wrap .cmb2-checkbox-list li {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  line-height: 1
}

.rtl div.cmb2-wrap .cmb2-checkbox-list li {
  float: right
}

@media (min-width: 1200px) {
  div.cmb2-wrap .cmb2-checkbox-list li {
    width: 33%;
    margin: 0 0 12px
  }
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"] {
  display: none
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"]:checked+label {
  color: #304830
}

div.cmb2-wrap .cmb2-checkbox-list [type="checkbox"]:checked+label:before {
  content: "\f14a";
  color: #304830
}

div.cmb2-wrap .cmb2-checkbox-list label {
  cursor: pointer;
  font-weight: 400
}

div.cmb2-wrap .cmb2-checkbox-list label:before {
  content: "\f0c8";
  margin-right: 8px;
  font-family: 'FontAwesome';
  font-weight: 400;
  display: inline-block
}

.rtl div.cmb2-wrap .cmb2-checkbox-list label:before {
  margin-left: 8px;
  margin-right: 0
}

div.cmb2-wrap .select2-selection__choice {
  display: inline-block;
  padding: 5px 7px !important;
  background-color: #f8f8f8 !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important
}

div.cmb2-wrap .select2-selection__choice .select2-selection__choice__remove {
  color: #e44343 !important
}

div.cmb2-wrap .before-group-row .submit-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

div.cmb2-wrap .before-group-row .submit-button-wrapper .btn {
  padding: 5px 15px
}

div.cmb2-wrap .before-group-row .submit-button-wrapper .job-submission-next-btn {
  margin-left: auto
}

.rtl div.cmb2-wrap .before-group-row .submit-button-wrapper .job-submission-next-btn {
  margin-right: auto;
  margin-left: 0
}

div.cmb2-wrap .before-group-row {
  overflow: hidden;
  clear: both;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  div.cmb2-wrap .before-group-row {
    padding: 30px;
    margin-bottom: 30px
  }
}

div.cmb2-wrap .columns-1 .before-group-row-inner .cmb-row:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  div.cmb2-wrap .columns-2 .before-group-row-inner {
    margin-left: -15px;
    margin-right: -15px
  }

  div.cmb2-wrap .columns-2 .before-group-row-inner>div {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left
  }

  .rtl div.cmb2-wrap .columns-2 .before-group-row-inner>div {
    float: right
  }
}

div.cmb2-wrap .columns-2 .before-group-row-inner>[data-fieldtype="title"],
div.cmb2-wrap .columns-2 .before-group-row-inner>.submit-button-wrapper {
  width: 100%
}

@media (min-width: 768px) {
  div.cmb2-wrap .columns-3 .before-group-row-inner {
    margin-left: -15px;
    margin-right: -15px
  }

  div.cmb2-wrap .columns-3 .before-group-row-inner>div {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    float: left
  }

  .rtl div.cmb2-wrap .columns-3 .before-group-row-inner>div {
    float: right
  }
}

div.cmb2-wrap .columns-3 .before-group-row-inner>[data-fieldtype="title"],
div.cmb2-wrap .columns-3 .before-group-row-inner>.submit-button-wrapper {
  width: 100%
}

div.cmb2-wrap .cmb2-metabox-title {
  font-size: 20px;
  font-weight: 700;
  color: #484848;
  margin: 0;
  padding: 0
}

div.cmb2-wrap .cmb-type-group .inside {
  padding: 20px 15px 15px;
  margin-left: -1em;
  margin-right: -1em;
  width: calc(100% + 2em);
  max-width: none;
  border-width: 0 1px 1px;
  border-color: #ebebeb;
  border-style: solid;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px
}

div.cmb2-wrap .cmb-type-group .inside .cmb-row {
  margin-bottom: 10px
}

div.cmb2-wrap .cmb-type-group .inside label {
  font-size: 14px
}

div.cmb2-wrap .cmb-type-group .cmb-group-name {
  font-size: 14px;
  font-weight: 700;
  color: #484848;
  margin: 0
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row {
  background: #79b530;
  color: #fff;
  border: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 8px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row:hover,
div.cmb2-wrap .cmb-type-group .cmb-add-group-row:focus {
  color: #fff;
  background: #6ca12b
}

div.cmb2-wrap .cmb-type-group .cmb-row:not(:last-of-type) {
  border: 0
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping {
  cursor: pointer;
  border: 0 !important
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping .cmb-group-title {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping:not(.closed) .cmb-group-title {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row {
  padding-top: 10px
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up {
  display: inline-block;
  padding: 5px;
  background-color: #304830;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 2px !important
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down .dashicons,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up .dashicons {
  margin: 0
}

div.cmb2-wrap .cmb-type-group .alignright,
div.cmb2-wrap .cmb-type-group .alignleft {
  margin: 0
}

div.cmb2-wrap .cmb-type-group .dashicons-before.cmb-remove-group-row,
div.cmb2-wrap .cmb-type-group .cmbhandle {
  margin-top: 5px
}

@media (min-width: 768px) {

  div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="select"],
  div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="text"] {
    float: left;
    width: 50%
  }

  .rtl div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="select"],
  .rtl div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype="text"] {
    float: right
  }
}

div.cmb2-wrap .cmb-type-group .cmb-remove-field-row,
div.cmb2-wrap .cmb-type-group .cmb-repeat-group-field {
  padding: 0 15px;
  margin: 0;
  border: 0 !important
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button {
  border: none;
  background: #e44343;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button:hover {
  color: #fff;
  background: #e12d2d
}

.box-inner-white {
  background: #fff
}

.box-inner-white .inner {
  padding: 15px
}

@media (min-width: 1200px) {
  .box-inner-white .inner {
    padding: 30px
  }
}

.warpper-action-property a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fe6469;
  background: #f7f7f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: 10px
}

.rtl .warpper-action-property a {
  margin-right: 10px;
  margin-left: 0
}

@media (min-width: 1200px) {
  .warpper-action-property a {
    margin-left: 20px;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px
  }

  .rtl .warpper-action-property a {
    margin-right: 20px;
    margin-left: 0
  }
}

.warpper-action-property a:first-child {
  margin-left: 0
}

.rtl .warpper-action-property a:first-child {
  margin-right: 0;
  margin-left: 0
}

.warpper-action-property a:hover,
.warpper-action-property a:focus {
  color: #fff;
  background: #fe6469
}

.property-submission-preview-form-wrapper .wrapper-action-property {
  margin: 30px 0
}

.submission-form-wrapper {
  margin: 30px 0;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #79b530
}

@media (min-width: 1200px) {
  .submission-form-wrapper {
    margin: 50px 0
  }
}

.dashboard-box h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400
}

.dashboard-box .properties-count {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2
}

.dashboard-box .inner-right {
  background-color: #e8e9eb;
  color: #1d293e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center
}

@media (min-width: 1200px) {
  .dashboard-box .inner-right {
    font-size: 38px;
    line-height: 100px;
    width: 100px;
    height: 100px
  }
}

.dashboard-box .inner-right.bg-favorites {
  background-color: #fff5ec;
  color: #ffbd7f
}

.dashboard-box .inner-right.bg-view {
  background-color: #eff0f9;
  color: #a7abe0
}

.dashboard-box .inner-right.bg-pending {
  background-color: #ffe7e7;
  color: #ff575e
}

.box-white-dashboard {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .box-white-dashboard {
    padding: 30px;
    margin-bottom: 30px
  }
}

.box-white-dashboard .title {
  font-size: 18px;
  margin: 0 0 15px
}

@media (min-width: 1200px) {
  .box-white-dashboard .title {
    margin-bottom: 30px
  }
}

.comment-list.list-reviews>li:last-child>.the-comment {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.list-message-small {
  padding: 0;
  margin: 0;
  list-style: none
}

.list-message-small>li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb
}

.list-message-small>li:first-child {
  padding-top: 0
}

.list-message-small>li:last-child {
  border-bottom: 0
}

.list-message-small>li.unread .user-name {
  font-weight: 700
}

.list-message-small .message-item-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

.list-message-small .avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center
}

.list-message-small .avatar img {
  margin: 0
}

.list-message-small .content {
  padding-left: 15px;
  overflow: hidden;
  width: calc(100% - 50px)
}

.rtl .list-message-small .content {
  padding-right: 15px;
  padding-left: inherit
}

.list-message-small .user-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

.list-message-small .message-title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.list-message-small .message-time {
  font-size: 12px;
  font-weight: 400
}

.title-profile {
  font-size: 22px
}

@media (min-width: 1200px) {
  .title-profile {
    font-size: 30px
  }
}

.message-section-wrapper .list-message-inner {
  position: relative
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-inner {
    height: calc(100% - 116px)
  }
}

@media (min-width: 1200px) {
  .message-section-wrapper .message-inner {
    height: 770px
  }
}

.message-section-wrapper .list-message-wrapper {
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 20px
}

.message-section-wrapper .list-message-wrapper .list-message-inner {
  margin-left: -20px;
  margin-right: -20px
}

@media (min-width: 1200px) {
  .message-section-wrapper .list-message-wrapper {
    padding: 30px
  }

  .message-section-wrapper .list-message-wrapper .list-message-inner {
    margin-left: -30px;
    margin-right: -30px
  }
}

.message-section-wrapper .list-message-wrapper .loadmore-action {
  padding-top: 5px;
  text-align: center
}

.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
  font-weight: 700;
  font-size: 14px
}

.message-section-wrapper .replies-content {
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content {
    display: flex;
    -webkit-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column
  }

  .message-section-wrapper .replies-content>div {
    width: 100%
  }
}

.message-section-wrapper .replies-content .content-box-white {
  position: relative;
  padding: 20px;
  height: calc(100% - 81px)
}

@media (min-width: 1200px) {
  .message-section-wrapper .replies-content .content-box-white {
    padding: 30px;
    padding-bottom: 120px;
    height: calc(100% - 101px)
  }

  .message-section-wrapper .replies-content .content-box-white .reply-message-form-wrapper {
    z-index: 1;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px
  }
}

.message-section-wrapper .replies-content .recipient-info .message-item {
  max-width: 55%
}

.message-section-wrapper .recipient-info {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info {
    padding: 25px 30px
  }
}

.message-section-wrapper .recipient-info .user-name {
  font-size: 16px;
  margin: 3px 0 0;
  font-weight: 700
}

.message-section-wrapper .recipient-info .message-title {
  color: #777
}

.message-section-wrapper .recipient-info .delete-message-btn {
  color: #e44343;
  margin-top: 10px
}

@media (min-width: 1200px) {
  .message-section-wrapper .recipient-info .delete-message-btn {
    margin-top: 12px
  }
}

.message-section-wrapper .recipient-info .delete-message-btn i {
  font-size: 17px;
  margin-right: 5px
}

.rtl .message-section-wrapper .recipient-info .delete-message-btn i {
  margin-left: 5px;
  margin-right: 0
}

.message-section-wrapper .recipient-info .delete-message-btn:hover,
.message-section-wrapper .recipient-info .delete-message-btn:focus {
  text-decoration: underline
}

.message-section-wrapper .search-message-form {
  padding-bottom: 15px
}

.message-section-wrapper .search-message-form .search-wrapper-message {
  margin-bottom: 30px
}

.list-options-action {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  text-align: center
}

.list-options-action>li {
  display: inline-block;
  margin-right: 12px
}

.rtl .list-options-action>li {
  margin-left: 12px;
  margin-right: 0
}

.list-options-action>li:last-child {
  margin-right: 0
}

.rtl .list-options-action>li:last-child {
  margin-left: 0;
  margin-right: 0
}

.list-options-action label {
  font-weight: 700;
  cursor: pointer
}

.list-options-action label:hover,
.list-options-action label:focus {
  color: #304830
}

.list-options-action [type="radio"] {
  display: none
}

.list-options-action [type="radio"]:checked+label {
  color: #304830
}

.list-message {
  list-style: none;
  padding: 0;
  margin: 0
}

.list-message li {
  padding: 10px 20px
}

@media (min-width: 1200px) {
  .list-message li {
    padding: 10px 30px
  }
}

.list-message li.unread .user-name {
  color: #e44343
}

.list-message li.active {
  background-color: #f7f7f7
}

.message-item {
  clear: both;
  overflow: hidden
}

.message-item div.avatar {
  line-height: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ebebeb;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center
}

.rtl .message-item div.avatar {
  float: right
}

.message-item div.avatar img {
  margin: 0
}

.message-item .content {
  overflow: hidden;
  padding-left: 15px
}

.rtl .message-item .content {
  padding-right: 15px;
  padding-left: inherit
}

.message-item .user-name {
  font-size: 16px;
  font-weight: 700;
  margin: 3px 0 0
}

.message-item .message-time {
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  white-space: nowrap
}

.rtl .message-item .message-time {
  margin-right: 5px;
  margin-left: 0
}

.message-item .message-title {
  color: #777;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.reply-message-form-wrapper .wrapper-form {
  padding: 5px 20px;
  padding-right: 200px;
  background: #f7f7f7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

@media (min-width: 1200px) {
  .reply-message-form-wrapper .wrapper-form {
    padding: 10px 30px
  }
}

.rtl .reply-message-form-wrapper .wrapper-form {
  padding-left: 200px;
  padding-right: inherit
}

.reply-message-form-wrapper .reply-message-form {
  position: relative
}

.reply-message-form-wrapper .reply-message-form textarea {
  height: 50px;
  background: transparent;
  border: none;
  resize: none;
  padding: 12px 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.reply-message-form-wrapper .reply-message-form .reply-message-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px
}

.rtl .reply-message-form-wrapper .reply-message-form .reply-message-btn {
  left: 10px;
  right: auto
}

@media (min-width: 1200px) {
  .reply-message-form-wrapper .reply-message-form .reply-message-btn {
    font-size: 16px;
    padding: 11px 40px
  }
}

.list-replies {
  list-style: none;
  padding: 0;
  margin: 0
}

.list-replies li {
  margin-bottom: 28px;
  overflow: hidden;
  clear: both
}

.list-replies li.last-child {
  margin-bottom: 50px
}

.list-replies .avatar {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center
}

.rtl .list-replies .avatar {
  float: right
}

.list-replies .avatar img {
  margin: 0
}

.list-replies .reply-content {
  overflow: hidden;
  padding-left: 8px
}

.rtl .list-replies .reply-content {
  padding-right: 8px;
  padding-left: inherit
}

.list-replies .post-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: #777
}

.list-replies .post-content {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #eef1ff;
  color: #484848;
  font-size: 15px;
  line-height: 130%
}

.list-replies .user-reply .post-content {
  background: #f7f7f7;
  color: #484848
}

.list-replies .yourself-reply {
  text-align: right
}

.rtl .list-replies .yourself-reply {
  text-align: left
}

.list-replies-inner {
  position: relative;
  height: 100%
}

.list-replies-inner .loadmore-action {
  text-align: center;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  z-index: 1
}

.list-replies-inner .loadmore-replied-btn {
  color: #484848
}

.list-replies-inner .loadmore-replied-btn:hover,
.list-replies-inner .loadmore-replied-btn:focus {
  color: #484848
}

.user-name {
  font-size: 20px;
  margin: 0 0 10px
}

@media (min-width: 1200px) {
  .user-name {
    margin: 0 0 20px
  }
}

@media (max-width: 1199px) {
  .message-section-wrapper .message-inner .list-message-wrapper {
    position: relative;
    display: none
  }

  .list-message-inner {
    position: relative;
    max-height: 200px;
    border-bottom: 1px solid #ededed
  }

  .list-replies-inner {
    overflow-x: auto;
    max-height: 300px
  }

  .toggle-message-btn {
    border: none;
    padding: 0 !important;
    font-weight: 700;
    color: #79b530;
    margin: 0 0 20px
  }

  .toggle-message-btn i {
    margin-left: 4px
  }

  .rtl .toggle-message-btn i {
    margin-right: 4px;
    margin-left: 0
  }

  .filter-options {
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 1200px) {
  .toggle-message-btn {
    display: none
  }
}

.replies-content,
.list-message-wrapper {
  position: relative
}

.replies-content:before,
.list-message-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("/homeo/wp-content/themes/homeo/images/loading.gif") no-repeat center 180px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden
}

.replies-content.loading:before,
.list-message-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.agent-team .agent-thumbnail {
  width: 70px
}

.agent-team .agent-thumbnail+.right-inner {
  padding-left: 20px;
  width: calc(100% - 70px)
}

.rtl .agent-team .agent-thumbnail+.right-inner {
  padding-right: 20px;
  padding-left: inherit
}

.agent-team .entry-title {
  margin: 0 0 3px;
  font-size: 18px
}

.agent-team .agent-info,
.agent-team .agent-information {
  width: 100%
}

.agency-agents-list-inner .agent-team {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb
}

.agency-agents-list-inner .agent-team:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.agency-add-agents-form {
  position: relative
}

.agency-add-agents-form:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("/homeo/wp-content/themes/homeo/images/loading.gif") no-repeat center 100px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden
}

.agency-add-agents-form.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

.agency-add-agents-form .team-agent-wrapper {
  margin-bottom: 25px
}

.team-agent-inner,
.team-agent-list-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center
}

.team-agent-inner .team-agent-img,
.team-agent-inner .team-agent-list-img,
.team-agent-list-inner .team-agent-img,
.team-agent-list-inner .team-agent-list-img {
  width: 80px;
  padding-right: 12px
}

.rtl .team-agent-inner .team-agent-img,
.rtl .team-agent-inner .team-agent-list-img,
.rtl .team-agent-list-inner .team-agent-img,
.rtl .team-agent-list-inner .team-agent-list-img {
  padding-left: 12px;
  padding-right: inherit
}

.team-agent-inner .team-agent-content,
.team-agent-inner .team-agent-list-content,
.team-agent-list-inner .team-agent-content,
.team-agent-list-inner .team-agent-list-content {
  width: calc(100% - 80px)
}

.team-agent-inner .team-agent-remove,
.team-agent-list-inner .team-agent-remove {
  color: #fff;
  margin-left: 10px;
  background-color: #e44343;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: inline-block;
  padding: 2px 7px;
  font-size: 10px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.rtl .team-agent-inner .team-agent-remove,
.rtl .team-agent-list-inner .team-agent-remove {
  margin-right: 10px;
  margin-left: 0
}

.team-agent-inner .team-agent-remove:hover,
.team-agent-inner .team-agent-remove:focus,
.team-agent-list-inner .team-agent-remove:hover,
.team-agent-list-inner .team-agent-remove:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}

.change-profile-form {
  margin: 5px 0
}

@media (min-width: 1200px) {
  .change-profile-form .form-group {
    margin-bottom: 30px
  }
}

.change-profile-form .left-inner {
  margin-bottom: 30px
}

.change-profile-form .sub {
  font-size: 16px;
  margin: 0 0 10px
}

.change-profile-form label {
  font-size: 16px
}

#wp-private-message-popup-message,
#wp-realestate-popup-message {
  position: fixed;
  z-index: 99;
  top: 40%;
  right: 0;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.rtl #wp-private-message-popup-message,
.rtl #wp-realestate-popup-message {
  left: 0;
  right: auto
}

#wp-private-message-popup-message .alert,
#wp-realestate-popup-message .alert {
  margin: 0;
  font-weight: 500
}

.widget-user-packages {
  border: 1px solid #ebebeb;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.user-transactions {
  margin: 0;
  border: none
}

.user-transactions thead {
  background-color: #24324a;
  color: #fff
}

.user-transactions td {
  border: 0;
  border-bottom: 1px solid #ebebeb
}

@media (min-width: 1200px) {
  .user-transactions td {
    padding: 15px
  }
}

.user-transactions tr:last-child td {
  border-bottom: 0 !important
}

.user-transactions .date {
  white-space: nowrap
}

.user-transactions .title {
  font-size: 16px;
  font-weight: 700
}

.user-transactions .id_property {
  font-weight: 700
}

.user-transactions .woocommerce-Price-amount {
  color: #304830;
  font-weight: 700
}

.user-transactions thead td {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700
}

.user-transactions .action {
  font-weight: 700
}

.user-transactions .success {
  color: #79b530
}

.user-transactions .pending {
  color: #f0ad4e
}

.sidebar .widget-property-search-form .content-main-inner {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important
}

.sidebar .widget-property-search-form .main-inner {
  background-color: transparent
}

.sidebar form.form-search .search-form-inner .advance-search-wrapper {
  position: static
}

.sidebar form.form-search .advance-search-wrapper-fields {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

@media (min-width: 1200px) {

  .sidebar .filter-agency-form .form-group,
  .sidebar .filter-agent-form .form-group {
    margin-bottom: 20px
  }
}

.sidebar .filter-agency-form .form-group:last-child,
.sidebar .filter-agent-form .form-group:last-child {
  margin-bottom: 0
}

.sidebar .filter-agency-form .search_distance_wrapper,
.sidebar .filter-agent-form .search_distance_wrapper {
  margin: 20px 0
}

.filter-agency-form .button,
.filter-agent-form .button {
  width: 100%
}

.filter-agency-form label,
.filter-agent-form label {
  display: none
}

.filter-agency-form .action-location,
.filter-agent-form .action-location {
  position: relative
}

.filter-agency-form .action-location .clear-location,
.filter-agent-form .action-location .clear-location {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  background-color: #fff;
  color: #e44343;
  z-index: 2
}

.rtl .filter-agency-form .action-location .clear-location,
.rtl .filter-agent-form .action-location .clear-location {
  left: 14px;
  right: auto
}

.filter-agency-form .action-location .find-me,
.filter-agent-form .action-location .find-me {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60)
}

.rtl .filter-agency-form .action-location .find-me,
.rtl .filter-agent-form .action-location .find-me {
  left: 14px;
  right: auto
}

.filter-agency-form .action-location .find-me:hover,
.filter-agency-form .action-location .find-me:focus,
.filter-agent-form .action-location .find-me:hover,
.filter-agent-form .action-location .find-me:focus {
  opacity: 1;
  filter: alpha(opacity=100)
}

.filter-agency-form .action-location .find-me:before,
.filter-agent-form .action-location .find-me:before {
  content: "\f110";
  font-family: "FontAwesome";
  font-weight: 900
}

.filter-agency-form .action-location .find-me.loading,
.filter-agent-form .action-location .find-me.loading {
  animation: rotate 700ms linear 0s normal none infinite running;
  -webkit-animation: rotate 700ms linear 0s normal none infinite running
}

.agencies-filter-top-sidebar-wrapper,
.agents-filter-top-sidebar-wrapper {
  padding: 0
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form,
.agencies-filter-top-sidebar-wrapper .filter-agent-form,
.agents-filter-top-sidebar-wrapper .filter-agency-form,
.agents-filter-top-sidebar-wrapper .filter-agent-form {
  margin-left: -15px;
  margin-right: -15px
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form:after,
.agencies-filter-top-sidebar-wrapper .filter-agent-form:after,
.agents-filter-top-sidebar-wrapper .filter-agency-form:after,
.agents-filter-top-sidebar-wrapper .filter-agent-form:after {
  clear: both;
  content: " ";
  display: table
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form>div,
.agencies-filter-top-sidebar-wrapper .filter-agent-form>div,
.agents-filter-top-sidebar-wrapper .filter-agency-form>div,
.agents-filter-top-sidebar-wrapper .filter-agent-form>div {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.rtl .agencies-filter-top-sidebar-wrapper .filter-agency-form>div,
.rtl .agencies-filter-top-sidebar-wrapper .filter-agent-form>div,
.rtl .agents-filter-top-sidebar-wrapper .filter-agency-form>div,
.rtl .agents-filter-top-sidebar-wrapper .filter-agent-form>div {
  float: right
}

@media (min-width: 992px) {

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-title,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-title,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-title,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-title {
    width: 32%
  }

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location {
    width: 50%
  }

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .form-group-inner,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .form-group-inner,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .form-group-inner,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .form-group-inner {
    margin-left: -15px;
    margin-right: -15px
  }

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .search_distance_wrapper,
  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .action-location,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .search_distance_wrapper,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .action-location,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .search_distance_wrapper,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .action-location,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .search_distance_wrapper,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .action-location {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left
  }

  .rtl .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .search_distance_wrapper,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .action-location,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .search_distance_wrapper,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .action-location,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .search_distance_wrapper,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-center-location .action-location,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .search_distance_wrapper,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-center-location .action-location {
    float: right
  }

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-submit,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-submit,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-submit,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-submit {
    width: 18%
  }
}

@media (min-width: 992px) {

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .action-location .clear-location,
  .agencies-filter-top-sidebar-wrapper .filter-agency-form .action-location .find-me,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .action-location .clear-location,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .action-location .find-me,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .action-location .clear-location,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .action-location .find-me,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .action-location .clear-location,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .action-location .find-me {
    right: 30px
  }

  .rtl .agencies-filter-top-sidebar-wrapper .filter-agency-form .action-location .clear-location,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agency-form .action-location .find-me,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agent-form .action-location .clear-location,
  .rtl .agencies-filter-top-sidebar-wrapper .filter-agent-form .action-location .find-me,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agency-form .action-location .clear-location,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agency-form .action-location .find-me,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agent-form .action-location .clear-location,
  .rtl .agents-filter-top-sidebar-wrapper .filter-agent-form .action-location .find-me {
    left: 30px;
    right: auto
  }
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form .ui-slider-horizontal,
.agencies-filter-top-sidebar-wrapper .filter-agent-form .ui-slider-horizontal,
.agents-filter-top-sidebar-wrapper .filter-agency-form .ui-slider-horizontal,
.agents-filter-top-sidebar-wrapper .filter-agent-form .ui-slider-horizontal {
  background: #fff
}

@media (max-width: 991px) {

  .agencies-filter-top-sidebar-wrapper .filter-agency-form .search_distance_wrapper,
  .agencies-filter-top-sidebar-wrapper .filter-agent-form .search_distance_wrapper,
  .agents-filter-top-sidebar-wrapper .filter-agency-form .search_distance_wrapper,
  .agents-filter-top-sidebar-wrapper .filter-agent-form .search_distance_wrapper {
    margin: 15px 0 10px
  }
}

.top-info-widget .title {
  font-size: 25px;
  margin: 0
}

@media (min-width: 1200px) {
  .top-info-widget .title {
    font-size: 30px
  }
}

.top-info-widget .description {
  font-size: 16px
}

#compare-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  width: 340px;
  height: 100vh;
  max-width: 85%;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px 20px 70px;
  border-left: 4px solid #304830;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden
}

#compare-sidebar.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100)
}

#compare-sidebar.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

#compare-sidebar .property-list-simple {
  margin-bottom: 20px
}

#compare-sidebar .title {
  font-size: 20px;
  margin: 0;
  height: 50px
}

#compare-sidebar .compare-sidebar-inner {
  height: calc(100% - 50px)
}

#compare-sidebar .compare-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff
}

#compare-sidebar .compare-actions .btn {
  border: 0
}

#compare-sidebar .compare-list {
  height: 100%
}

#compare-sidebar .compare-sidebar-btn {
  position: absolute;
  top: 55%;
  right: 100%;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #fff;
  background-color: #304830;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  cursor: pointer;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px
}

@media (min-width: 1200px) {
  #compare-sidebar .compare-sidebar-btn {
    font-size: 16px
  }
}

ul.messages {
  list-style: none;
  padding: 0;
  margin: 0
}

.valuation-item .progress {
  height: 10px;
  margin-top: 5px;
  margin-bottom: 15px
}

@media (min-width: 1200px) {
  .valuation-item .progress {
    margin-bottom: 25px
  }
}

.valuation-item .progress-bar {
  line-height: 10px;
  background-color: #304830
}

.valuation-item .percentage-valuation,
.valuation-item .valuation-label {
  font-weight: 600
}

.valuation-item:last-child .progress {
  margin-bottom: 0
}

.property-public-facilities {
  font-weight: 600
}

@media (min-width: 768px) {
  .property-public-facilities .property-public-facility-wrapper {
    margin-top: 10px;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px
  }

  .rtl .property-public-facilities .property-public-facility-wrapper {
    float: right
  }

  .property-public-facilities>.clearfix {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px
  }
}

.property-public-facilities .property-public-facility-info {
  font-weight: 700
}

.property-public-facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.property-public-facility .property-public-facility-title {
  min-width: 110px
}

@media (min-width: 768px) {
  .hidden-dots .slick-dots {
    display: none
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .col-ct-6 {
    width: 50%
  }

  .col-ct-6.lg-clearfix.md-clearfix {
    clear: none
  }

  .col-ct-6:nth-child(2n+1) {
    clear: both !important
  }
}

@media (min-width: 1200px) {
  .lg-clearfix {
    clear: both
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .md-clearfix {
    clear: both
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm-clearfix {
    clear: both
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .xs-clearfix {
    clear: both
  }
}

@media (max-width: 1199px) {

  .properties-ordering-wrapper:after,
  .agencies-ordering-wrapper:after,
  .agents-ordering-wrapper:after {
    content: '';
    display: table;
    clear: both
  }

  .properties-ordering-wrapper>div,
  .agencies-ordering-wrapper>div,
  .agents-ordering-wrapper>div {
    width: 50%;
    margin: 0 !important;
    float: left
  }

  .rtl .properties-ordering-wrapper>div,
  .rtl .agencies-ordering-wrapper>div,
  .rtl .agents-ordering-wrapper>div {
    float: right
  }

  .properties-ordering-wrapper>div:nth-child(2n+1),
  .agencies-ordering-wrapper>div:nth-child(2n+1),
  .agents-ordering-wrapper>div:nth-child(2n+1) {
    clear: both
  }

  .agent-detail-agents .agent-list {
    padding: 10px
  }

  .list-replies-inner {
    height: calc(100% - 60px)
  }

  [class*="layout-type-half-map"] .properties-ordering-wrapper,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper,
  [class*="layout-type-half-map"] .agents-ordering-wrapper {
    display: block
  }

  [class*="layout-type-half-map"] .properties-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .properties-ordering-wrapper .properties-display-mode-wrapper,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper .properties-display-mode-wrapper,
  [class*="layout-type-half-map"] .agents-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .agents-ordering-wrapper .properties-display-mode-wrapper {
    margin-top: 10px !important
  }
}

@media (max-width: 991px) {
  .mobile-groups-button {
    padding: 15px 0;
    position: relative;
    z-index: 4
  }

  .mobile-groups-button .btn {
    font-size: 14px
  }

  .mobile-groups-button .btn i {
    margin-right: 3px
  }

  .rtl .mobile-groups-button .btn i {
    margin-left: 3px;
    margin-right: 0
  }

  .layout-type-half-map-v2 #properties-google-maps,
  .layout-type-half-map-v3 #properties-google-maps,
  .layout-type-half-map #properties-google-maps {
    width: 100%
  }

  .layout-type-half-map-v2 .properties-filter-sidebar-wrapper .inner {
    height: calc(100% - 60px)
  }

  .woocommerce table.shop_table tbody .actions {
    padding-top: 15px
  }

  .woocommerce table.cart td.actions .coupon {
    margin: 0;
    padding-bottom: 15px
  }

  .properties-slider-inner .title {
    font-size: 35px
  }

  .sidebar .property-list-simple .property-metas {
    display: none
  }

  .half-map-v2-action-filter {
    padding-top: 15px
  }

  .layout-type-half-map .widget-property-search-form {
    margin-top: 0
  }

  .layout-type-top-map #properties-google-maps {
    margin-bottom: 20px
  }

  .nav-detail-center {
    overflow-x: auto;
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important
  }
}

@media (max-width: 767px) {
  .tag-social>.ali-right {
    margin-top: 10px
  }

  .nav-member:before {
    display: none
  }

  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap
  }

  .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 15px !important;
    margin-right:0px !important;
  }

  .widget-property-search-form .nav-tabs {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .widget-property-search-form .form-group-search {
    margin-bottom: 0
  }

  .widget-testimonials.v1 .testimonials-item {
    padding-top: 0
  }

  .widget-subwoo .subwoo-inner {
    margin-bottom: 15px
  }

  .post-navigation .nav-links .title-direct {
    display: none
  }

  .product-block.grid .name {
    margin-bottom: 5px
  }

  .product-block.grid .groups-button {
    margin-top: 10px
  }

  .list-product-archive {
    margin-left: -8px;
    margin-right: -8px
  }

  .list-product-archive>.product {
    padding-left: 8px;
    padding-right: 8px
  }

  .widget-properties-slider .banner-image {
    display: none
  }

  .widget-properties-slider .content-wrapper {
    position: static !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin-bottom: 30px
  }

  .widget-properties-slider .left {
    margin-bottom: 20px
  }

  .property-item .property-title {
    font-size: 16px
  }

  .property-item .top-label>* {
    height: 22px;
    padding: 0 5px;
    margin: 0
  }

  .property-list .right-inner {
    padding-right: 0
  }

  .rtl .property-list .right-inner {
    padding-left: 0;
    padding-right: inherit
  }

  .property-list .property-price {
    font-size: 18px
  }

  .property-list .property-metas {
    padding-top: 10px
  }

  .property-list-member .property-metas {
    padding: 10px
  }

  .property-detail-floor-plans .panel .metas {
    margin-top: 10px
  }

  .property-detail-floor-plans .panel .metas>*:first-child {
    margin: 0
  }

  .yelp-list .yelp-list-inner {
    display: block
  }

  .yelp-list .yelp-list-sub li {
    margin-bottom: 10px
  }

  .yelp-list .yelp-list-sub li:last-child {
    margin-bottom: 0
  }

  .property-detail-gallery.v2 .property-action-detail {
    margin-top: 10px
  }

  .buttons-group-center>div {
    padding: 0 5px
  }

  .wrapper-breads .ali-right {
    margin-top: 10px
  }

  .agent-list .member-thumbnail-wrapper {
    width: 140px
  }

  .agent-list .agent-information {
    width: calc(100% - 140px)
  }

  .agent-list .agent-information-bottom {
    display: none
  }

  .compare-tables .property-title {
    font-size: 15px
  }

  .layout-my-properties .layout-left .inner-info-left {
    width: 60%
  }

  .layout-my-properties .layout-left .warpper-action-property {
    width: 40%
  }

  .layout-my-properties .layout-left .warpper-action-property a {
    margin: 0
  }

  .search-orderby-wrapper>.ali-right {
    margin-top: 10px
  }

  div.cmb2-wrap .cmb-type-group .cmb-remove-field-row,
  div.cmb2-wrap .cmb-type-group .cmb-repeat-group-field {
    padding: 0
  }
}

@media (max-width: 479px) {

  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>*,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>.select2-container,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>select,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper>*>input {
    width: 100% !important;
    margin: 0 0 5px !important
  }

  .apus-filter .subtitle {
    display: none
  }

  .search-orderby-wrapper .text-sort {
    display: none
  }

  div.cmb2-wrap [id*="map_location-map"]~input {
    margin: 0 0 5px !important;
    width: 100%
  }

  .comment-list .comment-reply-link .text-reply::before {
    display: none
  }
}

@media (min-width: 783px) {
  .admin-bar.header_transparent #apus-header {
    top: 32px
  }
}

@media (max-width: 782px) {
  .admin-bar.header_transparent #apus-header {
    top: 46px
  }

  .admin-bar .header-mobile {
    top: 46px
  }
}

@media (max-width: 782px) {
  .admin-bar .mm-menu {
    top: 46px
  }
}

@media (min-width: 783px) {

  .admin-bar .header-mobile,
  .admin-bar .mm-menu {
    top: 32px
  }
}

@media (max-width: 600px) {
  .admin-bar .header-mobile.sticky-header {
    top: 0
  }
}

#mm-blocker {
  z-index: 5
}

.visible-smallest {
  display: none
}

@media (max-width: 381px) {
  .visible-smallest {
    display: block !important
  }

  .hidden-smallest {
    display: none
  }

  .comment-list .comment-reply-link .space {
    display: none
  }

  .comment-list .visible-smallest {
    margin-bottom: 5px
  }

  #comments .box-comment {
    padding: 10px
  }
}

img {
  max-width: 100%;
  height: auto
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 32px 2em
}

.wp-block-image .alignright {
  margin-left: 2em
}

.alignleft {
  float: left;
  margin: 5px 2em 32px 0
}

.wp-block-image .alignleft {
  margin-right: 2em
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 5px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 5px 0
}

.wp-caption.alignright {
  margin: 5px 0 5px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.gallery-caption {
  box-sizing: border-box
}

.bypostauthor {
  box-sizing: border-box
}

.wp-block-pullquote {
  border: none
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center
}

.wp-block-cover {
  margin-bottom: 28px
}

.wp-block-embed {
  margin-bottom: 30px
}

.product-block.grid .product-image {
  width: 100%
}

.product-block.grid .product-image img {
  width: 100%
}

.bread-title {
  word-break: break-word;
  word-wrap: break-word
}

.advane-search-wrapper-fields {
  display: none
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: #fff
}

.wp-block-button {
  margin-top: 15px;
  margin-bottom: 15px
}

.logo-theme img {
  max-width: 150px
}

p {
  margin-bottom: 32px
}

.main-page.full-default {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  float: none
}

.woocommerce-product-gallery {
  opacity: 1 !important
}

@media (max-width: 1199px) {

  [class*="layout-type-half-map"] .properties-ordering-wrapper,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper,
  [class*="layout-type-half-map"] .agents-ordering-wrapper {
    display: block
  }

  [class*="layout-type-half-map"] .properties-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .properties-ordering-wrapper .properties-display-mode-wrapper,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .agencies-ordering-wrapper .properties-display-mode-wrapper,
  [class*="layout-type-half-map"] .agents-ordering-wrapper .saved-search-form-btn,
  [class*="layout-type-half-map"] .agents-ordering-wrapper .properties-display-mode-wrapper {
    margin-top: 10px !important
  }
}

.elementor-1787 .elementor-element.elementor-element-5db73b4>.elementor-element-populated {
  padding: 0px 10px 0px 0px
}

.elementor-1787 .elementor-element.elementor-element-8d3c758>.elementor-element-populated {
  padding: 0px 0px 0px 10px
}

.elementor-54 .elementor-element.elementor-element-91a9eae>.elementor-container {
  max-width: 1890px
}

.elementor-54 .elementor-element.elementor-element-91a9eae>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
  align-content: center;
  align-items: center
}

.elementor-54 .elementor-element.elementor-element-91a9eae:not(.elementor-motion-effects-element-type-background),
.elementor-54 .elementor-element.elementor-element-91a9eae>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #54595F
}

.elementor-54 .elementor-element.elementor-element-91a9eae {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-54 .elementor-element.elementor-element-91a9eae>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-54 .elementor-element.elementor-element-b5df9d7.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
  justify-content: center
}

.elementor-54 .elementor-element.elementor-element-b5df9d7>.elementor-element-populated {
  padding: 00px 15px 0px 15px
}

.elementor-54 .elementor-element.elementor-element-859e53e .navbar-nav.megamenu>li>a {
  color: #FFF
}


.elementor-54 .elementor-element.elementor-element-859e53e {
  width: auto;
  max-width: auto
}

.elementor-54 .elementor-element.elementor-element-d6de16d .name-acount {
  color: #FFF
}

.elementor-54 .elementor-element.elementor-element-d6de16d .not-login a {
  color: #FFF
}

.elementor-54 .elementor-element.elementor-element-d6de16d .not-login {
  color: #FFF
}

.elementor-54 .elementor-element.elementor-element-d6de16d .not-login a:hover {
  color: #304830
}

.elementor-54 .elementor-element.elementor-element-d6de16d .not-login a:focus {
  color: #304830
}

.elementor-54 .elementor-element.elementor-element-d6de16d>.elementor-widget-container {
  margin: 0px 30px 0px 30px;
  padding: 0px 0px 0px 30px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: rgba(255, 255, 255, 0.23)
}

.elementor-54 .elementor-element.elementor-element-d6de16d {
  width: auto;
  max-width: auto
}

.elementor-54 .elementor-element.elementor-element-5e29b7c .btn-submit {
  fill: #304830;
  color: #304830;
  background-color: #FFF;
  border-radius: 50px 50px 50px 50px;
  padding: 11px 30px 11px 30px
}

.elementor-54 .elementor-element.elementor-element-5e29b7c .btn-submit:hover,
.elementor-54 .elementor-element.elementor-element-5e29b7c .btn-submit:focus {
  color: #FFF;
  background-color: #304830
}

.elementor-54 .elementor-element.elementor-element-5e29b7c .btn-submit:hover svg,
.elementor-54 .elementor-element.elementor-element-5e29b7c .btn-submit:focus svg {
  fill: #FFF
}

.elementor-54 .elementor-element.elementor-element-5e29b7c {
  width: auto;
  max-width: auto
}

@media(min-width:768px) {
  .elementor-54 .elementor-element.elementor-element-577641e {
    width: 14.559%
  }

  .elementor-54 .elementor-element.elementor-element-b5df9d7 {
    width: 85.441%
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

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

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

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

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: '';
  display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0073aa;
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x
}

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

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #0073aa
}

.elementor-58 .elementor-element.elementor-element-85e2edf:not(.elementor-motion-effects-element-type-background),
.elementor-58 .elementor-element.elementor-element-85e2edf>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #202040 
}

.elementor-58 .elementor-element.elementor-element-85e2edf {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 70px 0px
}

.elementor-58 .elementor-element.elementor-element-85e2edf>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-58 .elementor-element.elementor-element-e863863 .elementor-heading-title {
  color: #FFF;
  font-size: 18px
}

.elementor-58 .elementor-element.elementor-element-8f6bd84 {
  color: #adadad;
  font-size: 14px;
  line-height: 30px
}

.elementor-58 .elementor-element.elementor-element-e68414e .widget-title {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-e68414e .widget-content a {
  color: #adadad
}

.elementor-58 .elementor-element.elementor-element-e68414e .widget-content a:hover {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-be13cec .elementor-heading-title {
  color: #FFF;
  font-size: 18px
}

.elementor-58 .elementor-element.elementor-element-69fcfe4 .elementor-heading-title {
  color: #D3AF37;
  font-size: 14px
}

.elementor-58 .elementor-element.elementor-element-69fcfe4>.elementor-widget-container {
  margin: 10px 0px 0px 0px
}

.elementor-58 .elementor-element.elementor-element-b817dee .elementor-heading-title {
  color: #D3AF37;
  font-size: 14px;
  line-height: 30px
}

.elementor-58 .elementor-element.elementor-element-b817dee>.elementor-widget-container {
  margin: 5px 0px 0px 0px
}

.elementor-58 .elementor-element.elementor-element-dba7eb1 .elementor-heading-title {
  color: #D3AF37;
  font-size: 14px
}

.elementor-58 .elementor-element.elementor-element-dba7eb1>.elementor-widget-container {
  margin: 5px 0px 0px 0px
}

.elementor-58 .elementor-element.elementor-element-69b5332 .widget-title {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-69b5332 .social a {
  color: #D3AF37
}

.elementor-58 .elementor-element.elementor-element-69b5332 .social a:hover {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-69b5332 .social a:focus {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-37df5a3 .widget-title {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-37df5a3 input {
  color: #24324A;
  background: #FFF;
  border-color: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5)
}

.elementor-58 .elementor-element.elementor-element-37df5a3 input::-webkit-input-placeholder {
  color: #24324A
}

.elementor-58 .elementor-element.elementor-element-37df5a3 input::-moz-placeholder {
  color: #24324A
}

.elementor-58 .elementor-element.elementor-element-37df5a3 input:-ms-input-placeholder {
  color: #24324A
}

.elementor-58 .elementor-element.elementor-element-37df5a3 input:-moz-placeholder {
  color: #24324A
}

.elementor-58 .elementor-element.elementor-element-37df5a3 [type="submit"] {
  color: #24324A;
  background: #FFF;
  border-color: #FFF
}

.elementor-58 .elementor-element.elementor-element-37df5a3 [type="submit"]:hover {
  color: #FFF;
  background: #304830;
  border-color: #304830
}

.elementor-58 .elementor-element.elementor-element-37df5a3 [type="submit"]:focus {
  color: #FFF;
  background: #304830;
  border-color: #304830
}

.elementor-58 .elementor-element.elementor-element-37df5a3>.elementor-widget-container {
  margin: 5px 0px 0px 0px
}

.elementor-58 .elementor-element.elementor-element-3a40404>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
  align-content: center;
  align-items: center
}

.elementor-58 .elementor-element.elementor-element-3a40404:not(.elementor-motion-effects-element-type-background),
.elementor-58 .elementor-element.elementor-element-3a40404>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #1A1A38
}

.elementor-58 .elementor-element.elementor-element-3a40404 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 18px 0px 18px 0px
}

.elementor-58 .elementor-element.elementor-element-3a40404>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-58 .elementor-element.elementor-element-b639d99 .widget-content a {
  color: #D3AF37
}

.elementor-58 .elementor-element.elementor-element-b639d99 .widget-content a:hover {
  color: #FFF
}

.elementor-58 .elementor-element.elementor-element-8c1de1c {
  text-align: right
}

.elementor-58 .elementor-element.elementor-element-8c1de1c .elementor-heading-title {
  color: #adadad
}

@media(min-width:768px) {
  .elementor-58 .elementor-element.elementor-element-6bf184d {
    width: 20.171%
  }

  .elementor-58 .elementor-element.elementor-element-22e1858 {
    width: 19.487%
  }

  .elementor-58 .elementor-element.elementor-element-83f5af2 {
    width: 23.077%
  }

  .elementor-58 .elementor-element.elementor-element-30d9101 {
    width: 27.203%
  }
}

@media(max-width:1024px) and (min-width:768px) {
  .elementor-58 .elementor-element.elementor-element-6bf184d {
    width: 40%
  }

  .elementor-58 .elementor-element.elementor-element-22e1858 {
    width: 30%
  }

  .elementor-58 .elementor-element.elementor-element-83f5af2 {
    width: 30%
  }

  .elementor-58 .elementor-element.elementor-element-30d9101 {
    width: 100%
  }
}

@media(max-width:1024px) {
  .elementor-58 .elementor-element.elementor-element-85e2edf {
    padding: 20px 0px 20px 0px
  }

  .elementor-58 .elementor-element.elementor-element-3a40404 {
    padding: 5px 0px 5px 0px
  }
}

@media(max-width:767px) {
  .elementor-58 .elementor-element.elementor-element-b639d99 .menu {
    text-align: center
  }

  .elementor-58 .elementor-element.elementor-element-e0b27cb>.elementor-element-populated {
    padding: 0px 15px 15px 15px
  }

  .elementor-58 .elementor-element.elementor-element-8c1de1c {
    text-align: center
  }
}

/****/
.secgen .form-search .col-md-2,
.secgen .form-search .col-md-3 {
  width: 100%
}

.sidebar-wrapper {
  position: sticky;
  top: 25px
}

.image-lazy-loading .image-wrapper {
  height: 215px
}

.secgen #main-container {
  padding-top: 150px;
}

h2.property-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
} 
@media(max-width:767px){.elementor-widget-wrap{
  margin-left: 38px;
  margin-right: 38px;
  margin-bottom: 10px;
}
.infofic{
  z-index: 1;
    position: relative;
}
.secgen #main-container {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 75px;
  }
  #apus-footer .elementor-widget-heading i{
    font-size:18px !important;
    margin-top:4px;
  }
  
}