﻿.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0
}

@media (min-width:960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap
  }

  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0
  }

  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px
  }
}

.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px
}

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em
}

.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;
  white-space: normal;
  overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  color: inherit
}

.is-style-squared .wp-block-button__link {
  border-radius: 0
}

.is-style-outline {
  color: #32373c
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}

.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

@media (min-width:600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0
  }
}

@media (min-width:600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px
  }

  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }

  .wp-block-column:not(:last-child) {
    margin-right: 32px
  }
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
  color: #fff
}

.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
  }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: .5;
  z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  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__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit,
.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;
  color: #555d66;
  text-align: center;
  font-size: 13px
}

.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-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%
}

.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
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0
}

.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
}

.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)) {

  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}

.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)) {

  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}

.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 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}

.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)) {

  .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;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.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) {

  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px
  }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .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
  }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0
}

.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;
  color: #555d66;
  text-align: center;
  font-size: 13px
}

.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.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.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-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media""media-text-content"
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content""media-text-media"
  }
}

p.is-small-text {
  font-size: 14px
}

p.is-regular-text {
  font-size: 16px
}

p.is-large-text {
  font-size: 36px
}

p.is-larger-text {
  font-size: 48px
}

p.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-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px
}

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: 305px
}

.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-separator.is-style-wide {
  border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
  background: none;
  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: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes td {
  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%
}

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto
}

.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] {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131
}

.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
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.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: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0 !important;
}

.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) {

  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* empty */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

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: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !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;
  }

  @page {
    margin: 2cm .5cm;
  }

  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;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Nunito;
  font-size: 14px;
  line-height: 1.428571429;
  color: #3c5b68;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Nunito;
  font-weight: 700;
  line-height: 1.2;
  color: #2c2d2f;
}

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: #999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}

.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}

.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

.text-info:hover {
  color: #245269;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 5px;
}

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;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline>li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.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;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

true,
.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;
}

true,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.666666666667%;
}

.col-xs-10 {
  width: 83.333333333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.666666666667%;
}

.col-xs-7 {
  width: 58.333333333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.666666666667%;
}

.col-xs-4 {
  width: 33.333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666667%;
}

.col-xs-1 {
  width: 8.3333333333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.666666666667%;
}

.col-xs-pull-10 {
  right: 83.333333333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.666666666667%;
}

.col-xs-pull-7 {
  right: 58.333333333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.666666666667%;
}

.col-xs-pull-4 {
  right: 33.333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666667%;
}

.col-xs-pull-1 {
  right: 8.3333333333333%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.666666666667%;
}

.col-xs-push-10 {
  left: 83.333333333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.666666666667%;
}

.col-xs-push-7 {
  left: 58.333333333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.666666666667%;
}

.col-xs-push-4 {
  left: 33.333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666667%;
}

.col-xs-push-1 {
  left: 8.3333333333333%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}

.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  true,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.666666666667%;
  }

  .col-sm-10 {
    width: 83.333333333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.666666666667%;
  }

  .col-sm-7 {
    width: 58.333333333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.666666666667%;
  }

  .col-sm-4 {
    width: 33.333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666667%;
  }

  .col-sm-1 {
    width: 8.3333333333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.666666666667%;
  }

  .col-sm-pull-10 {
    right: 83.333333333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.666666666667%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.666666666667%;
  }

  .col-sm-pull-4 {
    right: 33.333333333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.666666666667%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.666666666667%;
  }

  .col-sm-push-10 {
    left: 83.333333333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.666666666667%;
  }

  .col-sm-push-7 {
    left: 58.333333333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.666666666667%;
  }

  .col-sm-push-4 {
    left: 33.333333333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.666666666667%;
  }

  .col-sm-push-1 {
    left: 8.3333333333333%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  true,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.666666666667%;
  }

  .col-md-10 {
    width: 83.333333333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.666666666667%;
  }

  .col-md-7 {
    width: 58.333333333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.666666666667%;
  }

  .col-md-4 {
    width: 33.333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666667%;
  }

  .col-md-1 {
    width: 8.3333333333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.666666666667%;
  }

  .col-md-pull-10 {
    right: 83.333333333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.666666666667%;
  }

  .col-md-pull-7 {
    right: 58.333333333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.666666666667%;
  }

  .col-md-pull-4 {
    right: 33.333333333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.666666666667%;
  }

  .col-md-pull-1 {
    right: 8.3333333333333%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.666666666667%;
  }

  .col-md-push-10 {
    left: 83.333333333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.666666666667%;
  }

  .col-md-push-7 {
    left: 58.333333333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.666666666667%;
  }

  .col-md-push-4 {
    left: 33.333333333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.666666666667%;
  }

  .col-md-push-1 {
    left: 8.3333333333333%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  true,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.666666666667%;
  }

  .col-lg-10 {
    width: 83.333333333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.666666666667%;
  }

  .col-lg-7 {
    width: 58.333333333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.666666666667%;
  }

  .col-lg-4 {
    width: 33.333333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.666666666667%;
  }

  .col-lg-1 {
    width: 8.3333333333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.666666666667%;
  }

  .col-lg-pull-10 {
    right: 83.333333333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.666666666667%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666667%;
  }

  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.666666666667%;
  }

  .col-lg-push-10 {
    left: 83.333333333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.666666666667%;
  }

  .col-lg-push-7 {
    left: 58.333333333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.666666666667%;
  }

  .col-lg-push-4 {
    left: 33.333333333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.666666666667%;
  }

  .col-lg-push-1 {
    left: 8.3333333333333%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  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;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

.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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-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: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #749eaf;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline select.form-control {
    width: auto;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  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 .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  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: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  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: #1d6fef;
  border-color: #1d6fef;
}

.btn-primary .badge {
  color: #1d6fef;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  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: #f0ad4e;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  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: #d9534f;
  border-color: #d9534f;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  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: #5cb85c;
  border-color: #5cb85c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  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: #5bc0de;
  border-color: #5bc0de;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  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: #2a6496;
  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: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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 .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.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 {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}

.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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  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>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child>.btn {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn {
  margin-left: -1px;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
  z-index: 2;
}

.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[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.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: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  background-color: #fff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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;
}

@media screen and (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);
  }
}

.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 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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 (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  table.visible-xs.visible-sm {
    display: table;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  table.visible-xs.visible-md {
    display: table;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  table.visible-xs.visible-lg {
    display: table;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  table.visible-sm.visible-xs {
    display: table;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !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: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  table.visible-sm.visible-md {
    display: table;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  table.visible-sm.visible-lg {
    display: table;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  table.visible-md.visible-xs {
    display: table;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  table.visible-md.visible-sm {
    display: table;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !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: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  table.visible-md.visible-lg {
    display: table;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  table.visible-lg.visible-xs {
    display: table;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  table.visible-lg.visible-sm {
    display: table;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  table.visible-lg.visible-md {
    display: table;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !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;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {

  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

.osfont {
  font-family: 'osfonts';
  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;
}

.osfontnew {
  font-family: 'osfontnew';
  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;
}

.os-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.os-vertical-align-parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-highlight-stroke {
  position: relative;
  margin-bottom: 40px;
}

.header-highlight-stroke:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

@media (min-width: 1400px) {
  .container {
    width: ;
  }
}

@media (min-width: 1550px) {
  .container {
    width: ;
  }
}

@media (min-width: 1700px) {
  .container {
    width: ;
  }
}

@media (min-width: 1400px) {

  true,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.666666666667%;
  }

  .col-xl-10 {
    width: 83.333333333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.666666666667%;
  }

  .col-xl-7 {
    width: 58.333333333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.666666666667%;
  }

  .col-xl-4 {
    width: 33.333333333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.666666666667%;
  }

  .col-xl-1 {
    width: 8.3333333333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.666666666667%;
  }

  .col-xl-pull-10 {
    right: 83.333333333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.666666666667%;
  }

  .col-xl-pull-7 {
    right: 58.333333333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.666666666667%;
  }

  .col-xl-pull-4 {
    right: 33.333333333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.666666666667%;
  }

  .col-xl-pull-1 {
    right: 8.3333333333333%;
  }

  .col-xl-pull-0 {
    right: 0%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.666666666667%;
  }

  .col-xl-push-10 {
    left: 83.333333333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.666666666667%;
  }

  .col-xl-push-7 {
    left: 58.333333333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.666666666667%;
  }

  .col-xl-push-4 {
    left: 33.333333333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.666666666667%;
  }

  .col-xl-push-1 {
    left: 8.3333333333333%;
  }

  .col-xl-push-0 {
    left: 0%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1550px) {

  true,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }

  .col-xxl-12 {
    width: 100%;
  }

  .col-xxl-11 {
    width: 91.666666666667%;
  }

  .col-xxl-10 {
    width: 83.333333333333%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-8 {
    width: 66.666666666667%;
  }

  .col-xxl-7 {
    width: 58.333333333333%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-5 {
    width: 41.666666666667%;
  }

  .col-xxl-4 {
    width: 33.333333333333%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-2 {
    width: 16.666666666667%;
  }

  .col-xxl-1 {
    width: 8.3333333333333%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-pull-11 {
    right: 91.666666666667%;
  }

  .col-xxl-pull-10 {
    right: 83.333333333333%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-8 {
    right: 66.666666666667%;
  }

  .col-xxl-pull-7 {
    right: 58.333333333333%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-5 {
    right: 41.666666666667%;
  }

  .col-xxl-pull-4 {
    right: 33.333333333333%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-2 {
    right: 16.666666666667%;
  }

  .col-xxl-pull-1 {
    right: 8.3333333333333%;
  }

  .col-xxl-pull-0 {
    right: 0%;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-push-11 {
    left: 91.666666666667%;
  }

  .col-xxl-push-10 {
    left: 83.333333333333%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-8 {
    left: 66.666666666667%;
  }

  .col-xxl-push-7 {
    left: 58.333333333333%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-5 {
    left: 41.666666666667%;
  }

  .col-xxl-push-4 {
    left: 33.333333333333%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-2 {
    left: 16.666666666667%;
  }

  .col-xxl-push-1 {
    left: 8.3333333333333%;
  }

  .col-xxl-push-0 {
    left: 0%;
  }

  .col-xxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxl-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-xxl-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-xxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxl-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-xxl-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-xxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxl-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-xxl-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-xxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxl-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-xxl-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-xxl-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1700px) {

  true,
  .col-xxxl-1,
  .col-xxxl-2,
  .col-xxxl-3,
  .col-xxxl-4,
  .col-xxxl-5,
  .col-xxxl-6,
  .col-xxxl-7,
  .col-xxxl-8,
  .col-xxxl-9,
  .col-xxxl-10,
  .col-xxxl-11,
  .col-xxxl-12 {
    float: left;
  }

  .col-xxxl-12 {
    width: 100%;
  }

  .col-xxxl-11 {
    width: 91.666666666667%;
  }

  .col-xxxl-10 {
    width: 83.333333333333%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-8 {
    width: 66.666666666667%;
  }

  .col-xxxl-7 {
    width: 58.333333333333%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-5 {
    width: 41.666666666667%;
  }

  .col-xxxl-4 {
    width: 33.333333333333%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-2 {
    width: 16.666666666667%;
  }

  .col-xxxl-1 {
    width: 8.3333333333333%;
  }

  .col-xxxl-pull-12 {
    right: 100%;
  }

  .col-xxxl-pull-11 {
    right: 91.666666666667%;
  }

  .col-xxxl-pull-10 {
    right: 83.333333333333%;
  }

  .col-xxxl-pull-9 {
    right: 75%;
  }

  .col-xxxl-pull-8 {
    right: 66.666666666667%;
  }

  .col-xxxl-pull-7 {
    right: 58.333333333333%;
  }

  .col-xxxl-pull-6 {
    right: 50%;
  }

  .col-xxxl-pull-5 {
    right: 41.666666666667%;
  }

  .col-xxxl-pull-4 {
    right: 33.333333333333%;
  }

  .col-xxxl-pull-3 {
    right: 25%;
  }

  .col-xxxl-pull-2 {
    right: 16.666666666667%;
  }

  .col-xxxl-pull-1 {
    right: 8.3333333333333%;
  }

  .col-xxxl-pull-0 {
    right: 0%;
  }

  .col-xxxl-push-12 {
    left: 100%;
  }

  .col-xxxl-push-11 {
    left: 91.666666666667%;
  }

  .col-xxxl-push-10 {
    left: 83.333333333333%;
  }

  .col-xxxl-push-9 {
    left: 75%;
  }

  .col-xxxl-push-8 {
    left: 66.666666666667%;
  }

  .col-xxxl-push-7 {
    left: 58.333333333333%;
  }

  .col-xxxl-push-6 {
    left: 50%;
  }

  .col-xxxl-push-5 {
    left: 41.666666666667%;
  }

  .col-xxxl-push-4 {
    left: 33.333333333333%;
  }

  .col-xxxl-push-3 {
    left: 25%;
  }

  .col-xxxl-push-2 {
    left: 16.666666666667%;
  }

  .col-xxxl-push-1 {
    left: 8.3333333333333%;
  }

  .col-xxxl-push-0 {
    left: 0%;
  }

  .col-xxxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxxl-offset-11 {
    margin-left: 91.666666666667%;
  }

  .col-xxxl-offset-10 {
    margin-left: 83.333333333333%;
  }

  .col-xxxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxxl-offset-8 {
    margin-left: 66.666666666667%;
  }

  .col-xxxl-offset-7 {
    margin-left: 58.333333333333%;
  }

  .col-xxxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxxl-offset-5 {
    margin-left: 41.666666666667%;
  }

  .col-xxxl-offset-4 {
    margin-left: 33.333333333333%;
  }

  .col-xxxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxxl-offset-2 {
    margin-left: 16.666666666667%;
  }

  .col-xxxl-offset-1 {
    margin-left: 8.3333333333333%;
  }

  .col-xxxl-offset-0 {
    margin-left: 0%;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  color: #3c5b68;
  background-color: #fff;
  background-image: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-unflat-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-default:hover,
.btn-unflat-default:focus,
.btn-unflat-default:active,
.btn-unflat-default.active,
.open .dropdown-toggle.btn-unflat-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-unflat-default:active,
.btn-unflat-default.active,
.open .dropdown-toggle.btn-unflat-default {
  background-image: none;
}

.btn-unflat-default.disabled,
.btn-unflat-default.disabled:hover,
.btn-unflat-default.disabled:focus,
.btn-unflat-default.disabled:active,
.btn-unflat-default.disabled.active,
.btn-unflat-default[disabled],
.btn-unflat-default[disabled]:hover,
.btn-unflat-default[disabled]:focus,
.btn-unflat-default[disabled]:active,
.btn-unflat-default[disabled].active,
fieldset[disabled] .btn-unflat-default,
fieldset[disabled] .btn-unflat-default:hover,
fieldset[disabled] .btn-unflat-default:focus,
fieldset[disabled] .btn-unflat-default:active,
fieldset[disabled] .btn-unflat-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-unflat-default .badge {
  color: #fff;
  background-color: #fff;
}

.btn-unflat-primary {
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-primary:hover,
.btn-unflat-primary:focus,
.btn-unflat-primary:active,
.btn-unflat-primary.active,
.open .dropdown-toggle.btn-unflat-primary {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.btn-unflat-primary:active,
.btn-unflat-primary.active,
.open .dropdown-toggle.btn-unflat-primary {
  background-image: none;
}

.btn-unflat-primary.disabled,
.btn-unflat-primary.disabled:hover,
.btn-unflat-primary.disabled:focus,
.btn-unflat-primary.disabled:active,
.btn-unflat-primary.disabled.active,
.btn-unflat-primary[disabled],
.btn-unflat-primary[disabled]:hover,
.btn-unflat-primary[disabled]:focus,
.btn-unflat-primary[disabled]:active,
.btn-unflat-primary[disabled].active,
fieldset[disabled] .btn-unflat-primary,
fieldset[disabled] .btn-unflat-primary:hover,
fieldset[disabled] .btn-unflat-primary:focus,
fieldset[disabled] .btn-unflat-primary:active,
fieldset[disabled] .btn-unflat-primary.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.btn-unflat-primary .badge {
  color: #1d6fef;
  background-color: #fff;
}

.btn-unflat-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-warning:hover,
.btn-unflat-warning:focus,
.btn-unflat-warning:active,
.btn-unflat-warning.active,
.open .dropdown-toggle.btn-unflat-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #eb9316;
}

.btn-unflat-warning:active,
.btn-unflat-warning.active,
.open .dropdown-toggle.btn-unflat-warning {
  background-image: none;
}

.btn-unflat-warning.disabled,
.btn-unflat-warning.disabled:hover,
.btn-unflat-warning.disabled:focus,
.btn-unflat-warning.disabled:active,
.btn-unflat-warning.disabled.active,
.btn-unflat-warning[disabled],
.btn-unflat-warning[disabled]:hover,
.btn-unflat-warning[disabled]:focus,
.btn-unflat-warning[disabled]:active,
.btn-unflat-warning[disabled].active,
fieldset[disabled] .btn-unflat-warning,
fieldset[disabled] .btn-unflat-warning:hover,
fieldset[disabled] .btn-unflat-warning:focus,
fieldset[disabled] .btn-unflat-warning:active,
fieldset[disabled] .btn-unflat-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-unflat-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-unflat-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-danger:hover,
.btn-unflat-danger:focus,
.btn-unflat-danger:active,
.btn-unflat-danger.active,
.open .dropdown-toggle.btn-unflat-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #c12e2a;
}

.btn-unflat-danger:active,
.btn-unflat-danger.active,
.open .dropdown-toggle.btn-unflat-danger {
  background-image: none;
}

.btn-unflat-danger.disabled,
.btn-unflat-danger.disabled:hover,
.btn-unflat-danger.disabled:focus,
.btn-unflat-danger.disabled:active,
.btn-unflat-danger.disabled.active,
.btn-unflat-danger[disabled],
.btn-unflat-danger[disabled]:hover,
.btn-unflat-danger[disabled]:focus,
.btn-unflat-danger[disabled]:active,
.btn-unflat-danger[disabled].active,
fieldset[disabled] .btn-unflat-danger,
fieldset[disabled] .btn-unflat-danger:hover,
fieldset[disabled] .btn-unflat-danger:focus,
fieldset[disabled] .btn-unflat-danger:active,
fieldset[disabled] .btn-unflat-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-unflat-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-unflat-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-success:hover,
.btn-unflat-success:focus,
.btn-unflat-success:active,
.btn-unflat-success.active,
.open .dropdown-toggle.btn-unflat-success {
  color: #fff;
  background-color: #47a447;
  border-color: #419641;
}

.btn-unflat-success:active,
.btn-unflat-success.active,
.open .dropdown-toggle.btn-unflat-success {
  background-image: none;
}

.btn-unflat-success.disabled,
.btn-unflat-success.disabled:hover,
.btn-unflat-success.disabled:focus,
.btn-unflat-success.disabled:active,
.btn-unflat-success.disabled.active,
.btn-unflat-success[disabled],
.btn-unflat-success[disabled]:hover,
.btn-unflat-success[disabled]:focus,
.btn-unflat-success[disabled]:active,
.btn-unflat-success[disabled].active,
fieldset[disabled] .btn-unflat-success,
fieldset[disabled] .btn-unflat-success:hover,
fieldset[disabled] .btn-unflat-success:focus,
fieldset[disabled] .btn-unflat-success:active,
fieldset[disabled] .btn-unflat-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-unflat-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-unflat-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.btn-unflat-info:hover,
.btn-unflat-info:focus,
.btn-unflat-info:active,
.btn-unflat-info.active,
.open .dropdown-toggle.btn-unflat-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #2aabd2;
}

.btn-unflat-info:active,
.btn-unflat-info.active,
.open .dropdown-toggle.btn-unflat-info {
  background-image: none;
}

.btn-unflat-info.disabled,
.btn-unflat-info.disabled:hover,
.btn-unflat-info.disabled:focus,
.btn-unflat-info.disabled:active,
.btn-unflat-info.disabled.active,
.btn-unflat-info[disabled],
.btn-unflat-info[disabled]:hover,
.btn-unflat-info[disabled]:focus,
.btn-unflat-info[disabled]:active,
.btn-unflat-info[disabled].active,
fieldset[disabled] .btn-unflat-info,
fieldset[disabled] .btn-unflat-info:hover,
fieldset[disabled] .btn-unflat-info:focus,
fieldset[disabled] .btn-unflat-info:active,
fieldset[disabled] .btn-unflat-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-unflat-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-trans-default {
  color: #01679b;
  background-color: transparent;
  border-color: #216689;
  box-shadow: inset 0px 0px 0px 1px #216689;
  font-weight: 400;
}

.btn-trans-default:hover,
.btn-trans-default:focus,
.btn-trans-default:active,
.btn-trans-default.active,
.open .dropdown-toggle.btn-trans-default {
  color: #01679b;
  border-color: #154158;
}

.btn-trans-default:active,
.btn-trans-default.active,
.open .dropdown-toggle.btn-trans-default {
  background-image: none;
}

.btn-trans-default.disabled,
.btn-trans-default.disabled:hover,
.btn-trans-default.disabled:focus,
.btn-trans-default.disabled:active,
.btn-trans-default.disabled.active,
.btn-trans-default[disabled],
.btn-trans-default[disabled]:hover,
.btn-trans-default[disabled]:focus,
.btn-trans-default[disabled]:active,
.btn-trans-default[disabled].active,
fieldset[disabled] .btn-trans-default,
fieldset[disabled] .btn-trans-default:hover,
fieldset[disabled] .btn-trans-default:focus,
fieldset[disabled] .btn-trans-default:active,
fieldset[disabled] .btn-trans-default.active {
  border-color: #216689;
}

.btn-trans-default .badge {
  color: ;
}

.btn-trans-primary {
  color: #fff;
  background-color: transparent;
  border-color: #1d6fef;
  box-shadow: inset 0px 0px 0px 1px #1d6fef;
  font-weight: 400;
}

.btn-trans-primary:hover,
.btn-trans-primary:focus,
.btn-trans-primary:active,
.btn-trans-primary.active,
.open .dropdown-toggle.btn-trans-primary {
  color: #fff;
  border-color: #0e54c1;
}

.btn-trans-primary:active,
.btn-trans-primary.active,
.open .dropdown-toggle.btn-trans-primary {
  background-image: none;
}

.btn-trans-primary.disabled,
.btn-trans-primary.disabled:hover,
.btn-trans-primary.disabled:focus,
.btn-trans-primary.disabled:active,
.btn-trans-primary.disabled.active,
.btn-trans-primary[disabled],
.btn-trans-primary[disabled]:hover,
.btn-trans-primary[disabled]:focus,
.btn-trans-primary[disabled]:active,
.btn-trans-primary[disabled].active,
fieldset[disabled] .btn-trans-primary,
fieldset[disabled] .btn-trans-primary:hover,
fieldset[disabled] .btn-trans-primary:focus,
fieldset[disabled] .btn-trans-primary:active,
fieldset[disabled] .btn-trans-primary.active {
  border-color: #1d6fef;
}

.btn-trans-primary .badge {
  color: ;
}

.btn-trans-warning {
  color: #fff;
  background-color: transparent;
  border-color: #f0ad4e;
  box-shadow: inset 0px 0px 0px 1px #f0ad4e;
  font-weight: 400;
}

.btn-trans-warning:hover,
.btn-trans-warning:focus,
.btn-trans-warning:active,
.btn-trans-warning.active,
.open .dropdown-toggle.btn-trans-warning {
  color: #fff;
  border-color: #eb9316;
}

.btn-trans-warning:active,
.btn-trans-warning.active,
.open .dropdown-toggle.btn-trans-warning {
  background-image: none;
}

.btn-trans-warning.disabled,
.btn-trans-warning.disabled:hover,
.btn-trans-warning.disabled:focus,
.btn-trans-warning.disabled:active,
.btn-trans-warning.disabled.active,
.btn-trans-warning[disabled],
.btn-trans-warning[disabled]:hover,
.btn-trans-warning[disabled]:focus,
.btn-trans-warning[disabled]:active,
.btn-trans-warning[disabled].active,
fieldset[disabled] .btn-trans-warning,
fieldset[disabled] .btn-trans-warning:hover,
fieldset[disabled] .btn-trans-warning:focus,
fieldset[disabled] .btn-trans-warning:active,
fieldset[disabled] .btn-trans-warning.active {
  border-color: #f0ad4e;
}

.btn-trans-warning .badge {
  color: ;
}

.btn-trans-danger {
  color: #fff;
  background-color: transparent;
  border-color: #d9534f;
  box-shadow: inset 0px 0px 0px 1px #d9534f;
  font-weight: 400;
}

.btn-trans-danger:hover,
.btn-trans-danger:focus,
.btn-trans-danger:active,
.btn-trans-danger.active,
.open .dropdown-toggle.btn-trans-danger {
  color: #fff;
  border-color: #c12e2a;
}

.btn-trans-danger:active,
.btn-trans-danger.active,
.open .dropdown-toggle.btn-trans-danger {
  background-image: none;
}

.btn-trans-danger.disabled,
.btn-trans-danger.disabled:hover,
.btn-trans-danger.disabled:focus,
.btn-trans-danger.disabled:active,
.btn-trans-danger.disabled.active,
.btn-trans-danger[disabled],
.btn-trans-danger[disabled]:hover,
.btn-trans-danger[disabled]:focus,
.btn-trans-danger[disabled]:active,
.btn-trans-danger[disabled].active,
fieldset[disabled] .btn-trans-danger,
fieldset[disabled] .btn-trans-danger:hover,
fieldset[disabled] .btn-trans-danger:focus,
fieldset[disabled] .btn-trans-danger:active,
fieldset[disabled] .btn-trans-danger.active {
  border-color: #d9534f;
}

.btn-trans-danger .badge {
  color: ;
}

.btn-trans-success {
  color: #fff;
  background-color: transparent;
  border-color: #5cb85c;
  box-shadow: inset 0px 0px 0px 1px #5cb85c;
  font-weight: 400;
}

.btn-trans-success:hover,
.btn-trans-success:focus,
.btn-trans-success:active,
.btn-trans-success.active,
.open .dropdown-toggle.btn-trans-success {
  color: #fff;
  border-color: #419641;
}

.btn-trans-success:active,
.btn-trans-success.active,
.open .dropdown-toggle.btn-trans-success {
  background-image: none;
}

.btn-trans-success.disabled,
.btn-trans-success.disabled:hover,
.btn-trans-success.disabled:focus,
.btn-trans-success.disabled:active,
.btn-trans-success.disabled.active,
.btn-trans-success[disabled],
.btn-trans-success[disabled]:hover,
.btn-trans-success[disabled]:focus,
.btn-trans-success[disabled]:active,
.btn-trans-success[disabled].active,
fieldset[disabled] .btn-trans-success,
fieldset[disabled] .btn-trans-success:hover,
fieldset[disabled] .btn-trans-success:focus,
fieldset[disabled] .btn-trans-success:active,
fieldset[disabled] .btn-trans-success.active {
  border-color: #5cb85c;
}

.btn-trans-success .badge {
  color: ;
}

.btn-trans-info {
  color: #fff;
  background-color: transparent;
  border-color: #5bc0de;
  box-shadow: inset 0px 0px 0px 1px #5bc0de;
  font-weight: 400;
}

.btn-trans-info:hover,
.btn-trans-info:focus,
.btn-trans-info:active,
.btn-trans-info.active,
.open .dropdown-toggle.btn-trans-info {
  color: #fff;
  border-color: #2aabd2;
}

.btn-trans-info:active,
.btn-trans-info.active,
.open .dropdown-toggle.btn-trans-info {
  background-image: none;
}

.btn-trans-info.disabled,
.btn-trans-info.disabled:hover,
.btn-trans-info.disabled:focus,
.btn-trans-info.disabled:active,
.btn-trans-info.disabled.active,
.btn-trans-info[disabled],
.btn-trans-info[disabled]:hover,
.btn-trans-info[disabled]:focus,
.btn-trans-info[disabled]:active,
.btn-trans-info[disabled].active,
fieldset[disabled] .btn-trans-info,
fieldset[disabled] .btn-trans-info:hover,
fieldset[disabled] .btn-trans-info:focus,
fieldset[disabled] .btn-trans-info:active,
fieldset[disabled] .btn-trans-info.active {
  border-color: #5bc0de;
}

.btn-trans-info .badge {
  color: ;
}

.btn-trans-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  font-weight: 400;
}

.btn-trans-white:hover,
.btn-trans-white:focus,
.btn-trans-white:active,
.btn-trans-white.active,
.open .dropdown-toggle.btn-trans-white {
  color: #fff;
  border-color: #e0e0e0;
}

.btn-trans-white:active,
.btn-trans-white.active,
.open .dropdown-toggle.btn-trans-white {
  background-image: none;
}

.btn-trans-white.disabled,
.btn-trans-white.disabled:hover,
.btn-trans-white.disabled:focus,
.btn-trans-white.disabled:active,
.btn-trans-white.disabled.active,
.btn-trans-white[disabled],
.btn-trans-white[disabled]:hover,
.btn-trans-white[disabled]:focus,
.btn-trans-white[disabled]:active,
.btn-trans-white[disabled].active,
fieldset[disabled] .btn-trans-white,
fieldset[disabled] .btn-trans-white:hover,
fieldset[disabled] .btn-trans-white:focus,
fieldset[disabled] .btn-trans-white:active,
fieldset[disabled] .btn-trans-white.active {
  border-color: #fff;
}

.btn-trans-white .badge {
  color: ;
}

.btn-trans-black {
  color: #111;
  background-color: transparent;
  border-color: #111;
  box-shadow: inset 0px 0px 0px 1px #111;
  font-weight: 400;
}

.btn-trans-black:hover,
.btn-trans-black:focus,
.btn-trans-black:active,
.btn-trans-black.active,
.open .dropdown-toggle.btn-trans-black {
  color: #111;
  border-color: #000;
}

.btn-trans-black:active,
.btn-trans-black.active,
.open .dropdown-toggle.btn-trans-black {
  background-image: none;
}

.btn-trans-black.disabled,
.btn-trans-black.disabled:hover,
.btn-trans-black.disabled:focus,
.btn-trans-black.disabled:active,
.btn-trans-black.disabled.active,
.btn-trans-black[disabled],
.btn-trans-black[disabled]:hover,
.btn-trans-black[disabled]:focus,
.btn-trans-black[disabled]:active,
.btn-trans-black[disabled].active,
fieldset[disabled] .btn-trans-black,
fieldset[disabled] .btn-trans-black:hover,
fieldset[disabled] .btn-trans-black:focus,
fieldset[disabled] .btn-trans-black:active,
fieldset[disabled] .btn-trans-black.active {
  border-color: #111;
}

.btn-trans-black .badge {
  color: ;
}

.sub-bar-w {
  padding: 30px 0px 0px 0px;
  max-width: 480px;
  margin: 0px auto;
}

.sub-bar-i {
  color: #5c5c5c;
}

.sub-bar-i li a,
.sub-bar-i li span {
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  background-position: top left;
  position: relative;
  padding: 3px 9px;
  display: inline-block;
}

.sub-bar-i li a:before,
.sub-bar-i li a:after,
.sub-bar-i li span:before,
.sub-bar-i li span:after {
  content: " ";
  display: table;
}

.sub-bar-i li a:after,
.sub-bar-i li span:after {
  clear: both;
}

.sub-bar-i li a:before,
.sub-bar-i li a:after,
.sub-bar-i li span:before,
.sub-bar-i li span:after {
  content: " ";
  display: table;
}

.sub-bar-i li a:after,
.sub-bar-i li span:after {
  clear: both;
}

.sub-bar-i li span {
  opacity: 0.7;
}

.sub-bar-i .edit-post-link {
  position: absolute;
  top: 5px;
  right: 5px;
}

.sub-bar-i .edit-post-link a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ae2b2b;
  color: #fff;
  text-transform: ;
  font-size: 14px;
}

.sub-bar-i .bar-breadcrumbs,
.sub-bar-i .bbp-breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #5c5c5c;
}

.sub-bar-i .bar-breadcrumbs:before,
.sub-bar-i .bar-breadcrumbs:after,
.sub-bar-i .bbp-breadcrumb:before,
.sub-bar-i .bbp-breadcrumb:after {
  content: " ";
  display: table;
}

.sub-bar-i .bar-breadcrumbs:after,
.sub-bar-i .bbp-breadcrumb:after {
  clear: both;
}

.sub-bar-i .bar-breadcrumbs:before,
.sub-bar-i .bar-breadcrumbs:after,
.sub-bar-i .bbp-breadcrumb:before,
.sub-bar-i .bbp-breadcrumb:after {
  content: " ";
  display: table;
}

.sub-bar-i .bar-breadcrumbs:after,
.sub-bar-i .bbp-breadcrumb:after {
  clear: both;
}

.sub-bar-i .bar-breadcrumbs p,
.sub-bar-i .bbp-breadcrumb p {
  margin: 0px;
}

.sub-bar-i .bar-breadcrumbs li,
.sub-bar-i .bbp-breadcrumb li {
  float: left;
  margin-right: 20px;
  font-size: 12px;
}

.sub-bar-i .bar-breadcrumbs li a,
.sub-bar-i .bbp-breadcrumb li a {
  color: #5c5c5c;
  position: relative;
  display: inline-block;
}

.sub-bar-i .bar-breadcrumbs li a:hover,
.sub-bar-i .bbp-breadcrumb li a:hover {
  text-decoration: underline;
}

.sub-bar-i .bar-breadcrumbs li a:after,
.sub-bar-i .bbp-breadcrumb li a:after {
  font-family: 'osfonts';
  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;
  content: "\f105";
  position: absolute;
  right: -15px;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-bar-i .bar-breadcrumbs p,
.sub-bar-i .bbp-breadcrumb p {
  float: left;
}

.sub-bar-i .bar-breadcrumbs p .bbp-breadcrumb-sep,
.sub-bar-i .bbp-breadcrumb p .bbp-breadcrumb-sep {
  display: none;
}

.sub-bar-i .bar-breadcrumbs p span,
.sub-bar-i .bbp-breadcrumb p span {
  margin-right: 20px;
  font-size: 14px;
  color: #5c5c5c;
  float: left;
}

.sub-bar-i .bar-breadcrumbs p a,
.sub-bar-i .bbp-breadcrumb p a {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #5c5c5c;
  position: relative;
}

.sub-bar-i .bar-breadcrumbs p a:hover,
.sub-bar-i .bbp-breadcrumb p a:hover {
  text-decoration: underline;
}

.sub-bar-i .bar-breadcrumbs p a:after,
.sub-bar-i .bbp-breadcrumb p a:after {
  font-family: 'osfonts';
  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;
  content: "\f105";
  position: absolute;
  right: -12px;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-bar-i .bar-social {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 7px 50px 0px 0px;
}

.sub-bar-i .bar-social li {
  float: left;
  margin-left: 15px;
}

.sub-bar-i .bar-social li a {
  text-decoration: none;
  font-size: 26px;
}

.sub-bar-i .bar-social li a .os-icon {
  color: #5c5c5c;
}

.img-max img {
  max-width: 100%;
}

.text-bigger {
  font-size: 18px;
}

.text-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-style-thin {
  font-weight: 100;
}

.heading-first {
  margin-top: 0px;
}

.text-upper {
  text-transform: uppercase;
}

.padded-vert {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padded-vert-one {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padded-vert-two {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padded-hor {
  padding-left: 60px;
  padding-right: 60px;
}

.padded-bottom {
  padding-bottom: 60px;
}

.padded-top-half {
  padding-top: 30px;
}

.padded-top {
  padding-top: 60px;
}

.padded-top-one {
  padding-top: 80px;
}

.padded-top-two {
  padding-top: 100px;
}

.padded-left {
  padding-left: 40px;
}

.padded-left-one {
  padding-left: 60px;
}

.padded-left-two {
  padding-left: 80px;
}

.padded-right {
  padding-right: 40px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.col-no-margin {
  margin: 0px !important;
  padding: 0px !important;
}

.row-no-margins {
  margin-left: 0px;
  margin-right: 0px;
}

.row-no-margins>[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-narrow-spaced {
  margin-left: -10px;
  margin-right: -10px;
}

@font-face {
  font-family: 'osfonts';
  src: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.eot?-gq2skg);
  src: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.eot?#iefix-gq2skg) format('embedded-opentype'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.woff?-gq2skg) format('woff'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.ttf?-gq2skg) format('truetype'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/osfonts/osfonts.svg?-gq2skg#osfonts) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="os-icon-"],
[class*=" os-icon-"] {
  font-family: 'osfonts';
  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;
}

.os-icon-search:before {
  content: "\f002";
}

.os-icon-heart:before {
  content: "\f004";
}

.os-icon-clock-o:before {
  content: "\f017";
}

.os-icon-qrcode:before {
  content: "\f029";
}

.os-icon-plus:before {
  content: "\f067";
}

.os-icon-minus:before {
  content: "\f068";
}

.os-icon-eye:before {
  content: "\f06e";
}

.os-icon-eye-slash:before {
  content: "\f070";
}

.os-icon-bars:before {
  content: "\f0c9";
}

.os-icon-angle-left:before {
  content: "\f104";
}

.os-icon-angle-right:before {
  content: "\f105";
}

.os-icon-angle-up:before {
  content: "\f106";
}

.os-icon-angle-down:before {
  content: "\f107";
}

.os-icon-circle-o:before {
  content: "\f10c";
}

.os-icon-thin-098_zoom_in_magnify_plus:before {
  content: "\e7e2";
}

.os-icon-thin-044_visability_view_watch_eye:before {
  content: "\e818";
}

.os-icon-thin-042_comment_quote_reply:before {
  content: "\e81a";
}

.os-icon-thin-038_comment_chat_message:before {
  content: "\e81e";
}

.os-icon-google-plus:before {
  content: "\e600";
}

.os-icon-instagram:before {
  content: "\e602";
}

.os-icon-behance:before {
  content: "\e603";
}

.os-icon-soundcloud:before {
  content: "\e606";
}

.os-icon-pinterest:before {
  content: "\e607";
}

.os-icon-myspace:before {
  content: "\e60a";
}

.os-icon-blogger:before {
  content: "\e60f";
}

.os-icon-stumbleupon:before {
  content: "\e610";
}

.os-icon-technorati:before {
  content: "\e611";
}

.os-icon-picasa:before {
  content: "\e613";
}

.os-icon-rss:before {
  content: "\e614";
}

.os-icon-delicious:before {
  content: "\e615";
}

.os-icon-youtube:before {
  content: "\e616";
}

.os-icon-tumblr:before {
  content: "\e619";
}

.os-icon-yahoo:before {
  content: "\e61a";
}

.os-icon-vimeo:before {
  content: "\e61b";
}

.os-icon-lastfm:before {
  content: "\e61c";
}

.os-icon-linkedin:before {
  content: "\e61d";
}

.os-icon-google:before {
  content: "\e61f";
}

.os-icon-digg:before {
  content: "\e620";
}

.os-icon-facebook:before {
  content: "\e622";
}

.os-icon-twitter:before {
  content: "\e623";
}

.os-icon-flickr:before {
  content: "\e624";
}

.os-icon-twitter2:before {
  content: "\e625";
}

.os-icon-dribbble:before {
  content: "\e626";
}

@font-face {
  font-family: 'osfontnew';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.os-new-icon {
  font-family: 'osfontnew' !important;
  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;
}

.os-new-icon-arrow-down2:before {
  content: "\e946";
}

.os-new-icon-arrow-down3:before {
  content: "\e947";
}

.os-new-icon-arrow-right2:before {
  content: "\e944";
}

.os-new-icon-arrow-right3:before {
  content: "\e945";
}

.os-new-icon-plus:before {
  content: "\e942";
}

.os-new-icon-plus2:before {
  content: "\e943";
}

.os-new-icon-quotes-left:before {
  content: "\e940";
}

.os-new-icon-quotes-right:before {
  content: "\e941";
}

.os-new-icon-arrow-down:before {
  content: "\e909";
}

.os-new-icon-arrow-left:before {
  content: "\e90a";
}

.os-new-icon-arrow-right:before {
  content: "\e90b";
}

.os-new-icon-arrow-up:before {
  content: "\e90c";
}

.os-new-icon-book:before {
  content: "\e90d";
}

.os-new-icon-bookmark:before {
  content: "\e90e";
}

.os-new-icon-chevron-down:before {
  content: "\e90f";
}

.os-new-icon-chevron-left:before {
  content: "\e910";
}

.os-new-icon-chevron-right:before {
  content: "\e911";
}

.os-new-icon-chevron-up:before {
  content: "\e912";
}

.os-new-icon-clock:before {
  content: "\e93f";
}

.os-new-icon-eye:before {
  content: "\e913";
}

.os-new-icon-facebook:before {
  content: "\e914";
}

.os-new-icon-feather:before {
  content: "\e915";
}

.os-new-icon-file-text:before {
  content: "\e916";
}

.os-new-icon-film:before {
  content: "\e917";
}

.os-new-icon-filter:before {
  content: "\e918";
}

.os-new-icon-grid:before {
  content: "\e919";
}

.os-new-icon-heart:before {
  content: "\e91a";
}

.os-new-icon-image:before {
  content: "\e91b";
}

.os-new-icon-instagram:before {
  content: "\e91c";
}

.os-new-icon-layers:before {
  content: "\e91d";
}

.os-new-icon-link:before {
  content: "\e91e";
}

.os-new-icon-link-2:before {
  content: "\e91f";
}

.os-new-icon-list:before {
  content: "\e920";
}

.os-new-icon-mail:before {
  content: "\e921";
}

.os-new-icon-maximize-2:before {
  content: "\e922";
}

.os-new-icon-menu:before {
  content: "\e923";
}

.os-new-icon-message-circle:before {
  content: "\e924";
}

.os-new-icon-message-square:before {
  content: "\e925";
}

.os-new-icon-minimize-2:before {
  content: "\e926";
}

.os-new-icon-more-horizontal:before {
  content: "\e927";
}

.os-new-icon-more-vertical:before {
  content: "\e928";
}

.os-new-icon-music:before {
  content: "\e929";
}

.os-new-icon-paperclip:before {
  content: "\e92a";
}

.os-new-icon-plus3:before {
  content: "\e92b";
}

.os-new-icon-plus-circle:before {
  content: "\e92c";
}

.os-new-icon-plus-square:before {
  content: "\e92d";
}

.os-new-icon-printer:before {
  content: "\e92e";
}

.os-new-icon-search:before {
  content: "\e92f";
}

.os-new-icon-share:before {
  content: "\e930";
}

.os-new-icon-share-2:before {
  content: "\e931";
}

.os-new-icon-star2:before {
  content: "\e932";
}

.os-new-icon-tag:before {
  content: "\e933";
}

.os-new-icon-thumbs-down:before {
  content: "\e934";
}

.os-new-icon-thumbs-up:before {
  content: "\e935";
}

.os-new-icon-twitter:before {
  content: "\e936";
}

.os-new-icon-upload:before {
  content: "\e937";
}

.os-new-icon-video:before {
  content: "\e938";
}

.os-new-icon-voicemail:before {
  content: "\e939";
}

.os-new-icon-volume-2:before {
  content: "\e93a";
}

.os-new-icon-x:before {
  content: "\e93b";
}

.os-new-icon-zap:before {
  content: "\e93c";
}

.os-new-icon-zoom-in:before {
  content: "\e93d";
}

.os-new-icon-zoom-out:before {
  content: "\e93e";
}

.os-new-icon-star:before {
  content: "\f005";
}

.os-new-icon-thin-0010_newspaper_reading_news:before {
  content: "\e900";
}

.os-new-icon-thin-0041_filter_funnel:before {
  content: "\e901";
}

.os-new-icon-thin-0245_text_numbered_list:before {
  content: "\e902";
}

.os-new-icon-thin-0260_link_url_chain_hyperlink:before {
  content: "\e903";
}

.os-new-icon-thin-0285_chat_message_quote_reply:before {
  content: "\e904";
}

.os-new-icon-thin-0587_movie_video_cinema_flm:before {
  content: "\e905";
}

.os-new-icon-thin-0595_music_note_playing_sound_song:before {
  content: "\e906";
}

.os-new-icon-thin-0618_album_picture_image_photo:before {
  content: "\e907";
}

.os-new-icon-thin-0621_polaroid_picture_image_photo:before {
  content: "\e908";
}

@media (min-width: 768px) and (max-width: 991px) {
  .display-type {
    content: "tablet";
  }
}

@media (max-width: 767px) {
  .display-type {
    content: "phone";
  }
}

.index-isotope {
  padding-top: 20px;
}

.index-isotope.v2 {
  padding-top: 0px;
}

@media (min-width: 992px) {

  .page-fixed-width .index-isotope,
  .page-fixed-width .featured-posts-slider-contents,
  .page-fixed-width ul.products {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fixed-width .index-isotope .item-isotope,
  .page-fixed-width .index-isotope article.featured-post,
  .page-fixed-width .featured-posts-slider-contents .item-isotope,
  .page-fixed-width .featured-posts-slider-contents article.featured-post,
  .page-fixed-width ul.products .item-isotope,
  .page-fixed-width ul.products article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fixed-width .index-isotope .item-isotope.item-double-width,
  .page-fixed-width .index-isotope article.featured-post.item-double-width,
  .page-fixed-width .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fixed-width .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fixed-width ul.products .item-isotope.item-double-width,
  .page-fixed-width ul.products article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fixed-width .featured-posts-slider-contents,
  .page-fixed-width .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 992px) {

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3 {
    padding: 0px;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 1749px) {

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1750px) and (max-width: 5000px) {

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3 {
    padding: 0px;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1 .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 5000px) {

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 992px) {

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3 {
    padding: 0px;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 1749px) {

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1750px) and (max-width: 5000px) {

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 992px) {

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 {
    padding: 0px;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 99.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 66.646666666667%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 1879px) {

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 49.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1880px) and (max-width: 5000px) {

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope.item-double-width,
  .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope.item-double-width {
    width: 39.98%;
  }

  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents,
  .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.primary-sidebar {
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px 30px 50px;
  position: relative;
  color: #3c5b68;
}

.primary-sidebar .sidebar-toggle-w {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.primary-sidebar .sidebar-toggle-w:before,
.primary-sidebar .sidebar-toggle-w:after {
  content: " ";
  display: table;
}

.primary-sidebar .sidebar-toggle-w:after {
  clear: both;
}

.primary-sidebar .sidebar-toggle-w:before,
.primary-sidebar .sidebar-toggle-w:after {
  content: " ";
  display: table;
}

.primary-sidebar .sidebar-toggle-w:after {
  clear: both;
}

.primary-sidebar .sidebar-toggle-w a {
  color: #333;
}

.primary-sidebar .sidebar-toggle-w a i {
  margin-right: 10px;
  font-size: 32px;
  float: left;
  display: block;
  line-height: 34px;
  color: #e6e6e6;
}

.primary-sidebar .sidebar-toggle-w a .sidebar-toggler-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #1a1a1a;
  float: left;
  display: block;
  line-height: 34px;
}

.primary-sidebar .sidebar-toggle-w a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.primary-sidebar-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar-main-toggler {
  display: none;
  z-index: 10000;
  position: fixed;
  right: 0px;
  top: 0px;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  padding: 7px 11px;
  color: #111;
  line-height: 20px;
}

.sidebar-main-toggler i {
  line-height: 18px;
}

.admin-bar .sidebar-main-toggler {
  top: 32px;
}

@media (max-width: 991px) {
  .sidebar-main-toggler {
    display: none !important;
  }
}

.top-sidebar-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-sidebar-wrapper .AdWidget_ImageWidget a img {
  width: 100%;
  max-width: 728px;
}

.home .top-sidebar-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

.under-menu-sidebar-wrapper {
  margin-top: 5px;
}

.under-menu-sidebar-wrapper .AdWidget_ImageWidget a img {
  max-width: 100%;
}

@media (max-height: 750px) {
  .hidden-on-smaller-screens .under-menu-sidebar-wrapper {
    display: none;
  }
}

.sidebar-under-post {
  max-width: 480px;
  margin: 50px auto;
}

.not-wrapped-widgets .sidebar-under-post>.row {
  margin-left: 0px;
  margin-right: 0px;
}

.not-wrapped-widgets .sidebar-under-post>.row>[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.menu-block {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 40px 40px 0px 40px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1044;
  border-top: 4px solid #00a8c6;
}

.menu-block .menu-left-i {
  padding-bottom: 20px;
  position: relative;
}

.menu-block .logo {
  margin-bottom: 40px;
}

.menu-block .logo a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.menu-block .logo a img {
  margin-right: 5px;
  vertical-align: middle;
  height: 40px;
  width: auto;
  display: block;
}

.menu-block .logo a span {
  vertical-align: middle;
}

.menu-block .logo a:hover,
.menu-block .logo a:focus {
  text-decoration: none;
}

.menu-block form.search-form {
  position: relative;
  margin-bottom: 40px;
  margin-left: -5px;
  margin-right: -5px;
}

.menu-block form.search-form:before {
  font-family: 'osfonts';
  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;
  content: "\f002";
  top: 20%;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%);
  right: 10px;
  position: absolute;
  color: #ddd;
  font-size: 14px;
}

.menu-block form.search-form .widget-title,
.menu-block form.search-form .search-submit,
.menu-block form.search-form .screen-reader-text {
  display: none;
}

.menu-block form.search-form label {
  display: block;
  margin-bottom: 0px;
}

.menu-block form.search-form .search-field {
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  display: block;
  width: 100%;
  color: #111;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  outline: none;
}

.menu-block form.search-form .search-field:focus {
  border: 1px solid #777;
}

.menu-block form.search-form .search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.menu-block form.search-form .search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.menu-block .divider {
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  margin-bottom: 5px;
}

.menu-block .os_menu {
  font-family: Nunito;
  padding-left: 15px;
  margin-left: -15px;
}

.menu-block .os_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}

.menu-block .os_menu li {
  margin-bottom: 10px;
  font-size: 18px;
}

.menu-block .os_menu li a {
  color: #333;
  outline: none;
  font-weight: 600;
  text-shadow: none;
  text-decoration: none;
  position: relative;
  display: block;
}

.menu-block .os_menu li a:focus {
  text-decoration: none;
}

.menu-block .os_menu li a:hover {
  text-decoration: none;
}

.menu-block .os_menu li.current-menu-item>a,
.menu-block .os_menu li:hover>a {
  color: #111;
  text-decoration: none;
}

.menu-block .os_menu li.menu-item-has-children {
  position: relative;
  list-style-type: none;
}

.menu-block .os_menu li.menu-item-has-children>a:before {
  content: "\e911";
  font-family: 'osfontnew';
  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;
  font-size: 10px;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #808080;
}

.menu-block .os_menu .sub-menu {
  margin-top: 20px;
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 30px;
  display: none;
  list-style: none;
}

.menu-block .os_menu .sub-menu li {
  font-size: 14px;
  position: relative;
  margin-bottom: 0px;
}

.menu-block .os_menu .sub-menu li span {
  background-color: #f3155b;
  color: #fff;
  font-weight: 700;
  padding: 3px 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 3px;
  display: inline-block;
}

.menu-block .os_menu .sub-menu li.current-menu-item>a:before {
  background-color: #f85555;
}

.menu-block .os_menu .sub-menu li a {
  position: relative;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 4px 0px 4px;
}

.menu-block .zilla-social {
  margin-right: -10px;
}

.menu-block .zilla-social a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.menu-block .zilla-social a img {
  width: 24px;
}

.menu-block .zilla-social+form.search-form {
  margin-top: 50px;
}

.menu-block .social-icons {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu-block .social-icons:before,
.menu-block .social-icons:after {
  content: " ";
  display: table;
}

.menu-block .social-icons:after {
  clear: both;
}

.menu-block .social-icons:before,
.menu-block .social-icons:after {
  content: " ";
  display: table;
}

.menu-block .social-icons:after {
  clear: both;
}

.menu-block .social-icons li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.menu-block .social-icons li a {
  font-size: 32px;
  text-align: center;
  color: #111;
}

.menu-block .social-icons li:last-child {
  margin-right: 0px;
}

.menu-position-top .menu-block {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 20px 0px;
  background-image: none;
  background-size: auto;
  background-color: #fff;
}

.menu-position-top .menu-block .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.menu-position-top .menu-block .logo {
  margin-bottom: 20px;
}

.menu-position-top .menu-block .sub-menu {
  margin: 0px;
  min-width: 200px;
}

.menu-position-top .menu-block .sub-menu li.current-menu-item {
  background-color: #f2f2f2;
}

.menu-position-top .menu-block .sub-menu li.current-menu-item a {
  border-bottom: none;
}

.menu-position-top .menu-block .sub-menu li.menu-item-has-children:before {
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #808080;
}

.menu-position-top .menu-block form.search-form {
  float: right;
  width: 200px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.menu-position-top .menu-block .zilla-social {
  text-align: left;
}

.menu-position-top .menu-block .zilla-social a {
  margin: 5px;
}

.menu-position-top .menu-block .zilla-social a img {
  width: 32px;
}

@media (min-width: 992px) {
  .menu-position-top .menu-block .sub-menu {
    position: absolute;
    max-width: 400px;
    background-image: none;
    background-color: #fff;
    left: 50%;
    top: auto;
    z-index: 1001;
    padding: 0px;
    text-align: left;
    list-style: circle;
    -webkit-box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.15);
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%) translateY(30px) rotate3d(1, 1, 0, 30deg);
    -moz-transform: translateX(-50%) translateY(30px) rotate3d(1, 1, 0, 30deg);
    -ms-transform: translateX(-50%) translateY(30px) rotate3d(1, 1, 0, 30deg);
    -o-transform: translateX(-50%) translateY(30px) rotate3d(1, 1, 0, 30deg);
    transform: translateX(-50%) translateY(30px) rotate3d(1, 1, 0, 30deg);
  }

  .menu-position-top .menu-block .sub-menu li {
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .menu-position-top .menu-block .sub-menu li a {
    display: block;
    padding: 10px 15px;
  }

  .menu-position-top .menu-block .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
  }

  .menu-position-top .menu-block .sub-menu li a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
  }

  .menu-position-top .menu-block .os_menu li.active>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .menu-position-top .menu-block .sub-menu .sub-menu {
    top: 0px;
    left: auto;
    left: 100%;
  }
}

.menu-position-top.menu-style-v1 .menu-block {
  padding: 0px;
}

.menu-position-top.menu-style-v1 .menu-block .menu-inner-w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.menu-position-top.menu-style-v1 .menu-block .search-form {
  width: 140px;
}

.menu-position-top.menu-style-v1 .menu-block .search-field {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0px;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu>ul {
  margin: 0px;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
  font-size: 18px;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li>a {
  padding: 10px 5px;
  display: inline-block;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children>a:before {
  font-size: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e942";
  color: #f85555;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu {
  margin: 0px;
  padding: 20px 25px;
  min-width: 250px;
}

.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu:before {
  content: "";
  left: 50%;
  top: -2px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background-color: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.04);
}

.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu li {
  margin-bottom: 0px;
  font-size: 16px;
  white-space: nowrap;
}

.menu-position-top.menu-style-v1 .logo {
  float: none;
  text-align: center;
  margin-bottom: 0px;
  padding: 10px;
}

.menu-position-top.menu-style-v1 .logo a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.menu-position-top.menu-style-v2 .fixed-header-w {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1001;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.menu-position-top.menu-style-v2 .fixed-header-w .logo {
  margin-right: 30px;
}

.menu-position-top.menu-style-v2 .fixed-header-w .logo img {
  height: 35px !important;
  width: auto !important;
}

.menu-position-top.menu-style-v2 .menu-block {
  padding: 10px 0px;
}

.menu-position-top.menu-style-v2 .menu-block .menu-inner-w {
  padding: 0px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-position-top.menu-style-v2 .menu-block .logo {
  margin-right: 30px;
  margin-bottom: 0px;
}

.menu-position-top.menu-style-v2 .menu-block .logo a {
  display: block;
}

.menu-position-top.menu-style-v2 .menu-block .logo img {
  height: 40px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu {
  text-align: left;
  border-top: none;
  padding-top: 0px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul {
  margin: 0px;
  float: left;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li {
  float: left;
  padding: 0px;
  position: relative;
  margin-bottom: 0px;
  font-size: 16px;
  margin: 0px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li>.sub-menu {
  left: 50%;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li>a {
  box-sizing: border-box;
  padding: 12px 15px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a {
  padding-left: 35px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a:before {
  content: "\e942";
  color: #f85555;
  left: 14px;
  top: 50%;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu {
  padding: 20px 25px;
  min-width: 250px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu:before {
  content: "";
  left: 50%;
  top: -2px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background-color: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.04);
}

.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li {
  font-size: 14px;
  white-space: nowrap;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li a {
  font-size: 14px;
}

.menu-position-top.menu-style-v2 .menu-block .menu-social-w {
  float: none;
  margin-left: 20px;
}

.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a {
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  margin-left: 10px;
}

.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a img {
  width: 22px;
  height: auto;
  opacity: 0.8;
}

.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a:hover img {
  opacity: 1;
}

.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w {
  margin-left: auto;
  padding-left: 30px;
}

.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger {
  line-height: 1;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger:hover {
  cursor: pointer;
}

.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w .search-trigger i {
  vertical-align: middle;
}

@media (max-width: 991px) {

  .menu-position-top.menu-style-v1 .menu-block,
  .menu-position-top.menu-style-v2 .menu-block {
    position: relative;
    height: auto;
    padding-bottom: 0px;
  }

  .menu-position-top.menu-style-v1 .menu-block .logo,
  .menu-position-top.menu-style-v2 .menu-block .logo {
    margin-bottom: 40px;
    text-align: center;
    display: none;
  }

  .menu-position-top.menu-style-v1 .menu-block form.search-form,
  .menu-position-top.menu-style-v2 .menu-block form.search-form {
    float: none;
    margin: 30px auto;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu,
  .menu-position-top.menu-style-v2 .menu-block .os_menu {
    float: none;
    margin: 0px;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul {
    margin: 0px;
    float: none;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li {
    display: block;
    float: none;
    padding: 12px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li:last-child,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li:last-child {
    border-bottom: 0px;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li a,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li a {
    position: relative;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children {
    padding-right: 0px;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children:before,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children:before {
    content: "";
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu>ul>li.menu-item-has-children>a:before,
  .menu-position-top.menu-style-v2 .menu-block .os_menu>ul>li.menu-item-has-children>a:before {
    font-family: 'osfontnew';
    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;
    content: "\e942";
    right: -15px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    position: absolute;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu,
  .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu {
    padding: 0px;
    list-style-type: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    margin-bottom: 0px;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li,
  .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #f2f2f2;
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:before,
  .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:before {
    content: "";
  }

  .menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:last-child,
  .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:last-child {
    border-bottom: none;
  }

  .menu-position-top.menu-style-v1 .menu-block .menu-social-w,
  .menu-position-top.menu-style-v2 .menu-block .menu-social-w {
    float: none;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .menu-position-top.menu-style-v1 .menu-block .menu-social-w .zilla-social a,
  .menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a {
    margin: 0px 10px;
  }
}

@media (min-width: 1500px) {
  .menu-position-top.menu-style-v2 .menu-search-form-w.hide-on-narrow-screens {
    display: block;
  }
}

.menu-position-top .index-fullwidth .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-position-top .main-content {
  border-top: none;
}

.mobile-menu-w {
  position: fixed;
  top: 0px;
  padding-top: 49px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 9998;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  overflow: hidden;
}

.mobile-menu {
  margin: 0px;
  position: relative;
  padding: 20px;
}

.mobile-menu>ul {
  margin: 0px;
  padding: 0px;
}

.mobile-menu>ul>li {
  display: block;
  float: none;
  margin: 0px;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu>ul>li:last-child {
  border-bottom: 0px;
}

.mobile-menu>ul>li a {
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 16px;
}

.mobile-menu>ul>li a:hover,
.mobile-menu>ul>li a:focus {
  text-decoration: none;
}

.mobile-menu>ul>li a:focus {
  color: #111;
}

.mobile-menu>ul>li.menu-item-has-children {
  padding-right: 0px;
}

.mobile-menu>ul>li.menu-item-has-children>a {
  display: block;
}

.mobile-menu>ul>li.menu-item-has-children>a:before {
  content: "\e946";
  font-size: 7px;
  font-family: 'osfontnew';
  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;
  right: 10px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
  position: absolute;
}

.mobile-menu ul.sub-menu {
  display: none;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.mobile-menu ul.sub-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu ul.sub-menu li:before {
  content: "";
}

.mobile-menu ul.sub-menu li:last-child {
  border-bottom: none;
}

.mobile-menu ul.sub-menu a {
  font-size: 12px;
  padding: 8px 20px;
  color: #414344;
}

.menu-toggler-w {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.menu-toggler-w:before,
.menu-toggler-w:after {
  content: " ";
  display: table;
}

.menu-toggler-w:after {
  clear: both;
}

.menu-toggler-w:before,
.menu-toggler-w:after {
  content: " ";
  display: table;
}

.menu-toggler-w:after {
  clear: both;
}

.menu-toggler-w a {
  color: #414344;
}

.menu-toggler-w a i {
  font-size: 24px;
  float: left;
  display: block;
  line-height: 1;
}

.menu-toggler-w a .menu-toggler-label,
.menu-toggler-w a .sidebar-toggler-label {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #28292a;
  font-family: Nunito;
  font-weight: 700;
  float: left;
  display: block;
  line-height: 28px;
}

.menu-toggler-w a .menu-toggler-label {
  display: none;
}

.menu-toggler-w a .sidebar-toggler-label {
  display: none;
}

.menu-toggler-w a:hover {
  color: #28292a;
  text-decoration: none;
}

.menu-toggler-w .logo {
  text-align: center;
}

.menu-toggler-w .logo img {
  height: 25px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.menu-toggler-w .logo img+span {
  margin-left: 10px;
}

.menu-toggler-w .logo span {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 991px) {
  .menu-position-top .menu-toggler-w {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

@media (min-width: 768px) {
  .menu-position-top .sidebar-toggler {
    display: none;
  }
}

.menu-position-left .menu-block .os_menu>ul>li,
.menu-position-right .menu-block .os_menu>ul>li {
  margin: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.menu-position-left .menu-block .os_menu>ul>li a,
.menu-position-right .menu-block .os_menu>ul>li a {
  padding: 10px 0px;
}

.menu-position-left .menu-block .os_menu>ul>li:last-child a,
.menu-position-right .menu-block .os_menu>ul>li:last-child a {
  border-bottom: none;
}

.menu-position-left .logo a img,
.menu-position-right .logo a img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children a:before,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children a:before {
  right: 0px;
  left: auto;
  content: "\e946";
  font-size: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform-origin: center center;
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a:hover,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children>a:hover:before,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children>a:hover:before {
  color: #00a8c6;
  -webkit-transform: translateX(-5px) rotate(180deg);
  -moz-transform: translateX(-5px) rotate(180deg);
  -ms-transform: translateX(-5px) rotate(180deg);
  -o-transform: translateX(-5px) rotate(180deg);
  transform: translateX(-5px) rotate(180deg);
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a {
  display: block;
  padding: 7px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:before,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}

.menu-position-left .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover:before,
.menu-position-right .menu-block .os_menu>ul>li.menu-item-has-children .sub-menu a:hover:before {
  -webkit-transform: translate(-3px, -50%);
  -moz-transform: translate(-3px, -50%);
  -ms-transform: translate(-3px, -50%);
  -o-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
  background-color: #f85555;
}

@media (max-width: 767px) {

  .menu-position-left .menu-toggler-w,
  .menu-position-right .menu-toggler-w {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .menu-position-left .menu-block .menu-left-i .logo,
  .menu-position-right .menu-block .menu-left-i .logo {
    display: none;
  }
}

.sidebar-position-left.menu-position-top.menu-style-v2 .zilla-social,
.sidebar-position-right.menu-position-top.menu-style-v2 .zilla-social {
  margin-right: 0px;
}

.fix-top-menu.menu-position-top .fixed-header-w {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.fix-top-menu.menu-position-top.admin-bar .fixed-header-w {
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  transform: translateY(32px);
}

.index-isotope.v1 article.pluto-post-box {
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 6px;
}

.index-isotope.v1 article.pluto-post-box img {
  width: inherit;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.index-isotope.v1 article.pluto-post-box .figure-link figure {
  border-radius: 0px;
}

.index-isotope.v1 article.pluto-post-box .post-body {
  position: relative;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share {
  position: absolute;
  left: 12px;
  top: 5px;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
  vertical-align: middle;
  line-height: 16px;
  font-size: 10px;
  color: #60717e;
  padding-right: 6px;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #60717e;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  letter-spacing: 1px;
  font-weight: 700;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover {
  cursor: pointer;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon:before {
  content: "\f068";
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
  display: none;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w {
  display: inline-block;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
  padding: 0px 4px;
  width: 25px !important;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a {
  opacity: .65;
}

.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.index-isotope.v1 article.pluto-post-box .post-media-body {
  padding: 30px;
}

.index-isotope.v1 article.pluto-post-box .post-media-body .arve-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.index-isotope.v1 article.pluto-post-box .post-content-body {
  padding: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.index-isotope.v1 article.pluto-post-box .post-media-body+.post-content-body {
  padding-top: 0px;
}

.index-isotope.v1 article.pluto-post-box .post-top-share+.post-content-body {
  padding-top: 50px;
}

.index-isotope.v1 article.pluto-post-box .post-title {
  margin-top: 0px;
}

.index-isotope.v1 article.pluto-post-box .post-title a {
  font-weight: 700;
  color: #2c2d2f;
  font-size: 20px;
  line-height: 32px;
  font-family: Nunito;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-isotope.v1 article.pluto-post-box .post-title a:hover {
  text-decoration: none;
  border-color: #2c2d2f;
}

.index-isotope.v1 article.pluto-post-box .post-content {
  color: #5c5c5c;
  font-weight: 400;
}

.index-isotope.v1 article.pluto-post-box .post-meta {
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #dfe4e7;
}

.index-isotope.v1 article.pluto-post-box .post-meta:before,
.index-isotope.v1 article.pluto-post-box .post-meta:after {
  content: " ";
  display: table;
}

.index-isotope.v1 article.pluto-post-box .post-meta:after {
  clear: both;
}

.index-isotope.v1 article.pluto-post-box .post-meta:before,
.index-isotope.v1 article.pluto-post-box .post-meta:after {
  content: " ";
  display: table;
}

.index-isotope.v1 article.pluto-post-box .post-meta:after {
  clear: both;
}

.index-isotope.v1 article.pluto-post-box .meta-date,
.index-isotope.v1 article.pluto-post-box .meta-view-count {
  padding: 15px 0px 15px 20px;
  float: left;
  text-transform: uppercase;
}

.index-isotope.v1 article.pluto-post-box .meta-date i,
.index-isotope.v1 article.pluto-post-box .meta-view-count i {
  font-size: 11px;
  margin-right: 5px;
}

.index-isotope.v1 article.pluto-post-box .meta-date time,
.index-isotope.v1 article.pluto-post-box .meta-date span,
.index-isotope.v1 article.pluto-post-box .meta-view-count time,
.index-isotope.v1 article.pluto-post-box .meta-view-count span {
  font-size: 12px;
}

.index-isotope.v1 article.pluto-post-box .meta-date+.meta-view-count {
  border-left: 1px solid #dfe4e7;
  padding-left: 15px;
  margin-left: 15px;
}

.index-isotope.v1 article.pluto-post-box .meta-author {
  padding: 15px 20px 15px 5px;
  float: right;
}

.index-isotope.v1 article.pluto-post-box .meta-share,
.index-isotope.v1 article.pluto-post-box .meta-like {
  padding: 15px 20px;
  float: right;
  border-left: 1px solid #dfe4e7;
  background-color: #fff;
  border-radius: 0px 0px 6px 0px;
  line-height: 20px;
}

.index-isotope.v1 article.pluto-post-box .meta-share a:hover,
.index-isotope.v1 article.pluto-post-box .meta-share a.active,
.index-isotope.v1 article.pluto-post-box .meta-share a:focus,
.index-isotope.v1 article.pluto-post-box .meta-like a:hover,
.index-isotope.v1 article.pluto-post-box .meta-like a.active,
.index-isotope.v1 article.pluto-post-box .meta-like a:focus {
  text-decoration: none;
}

.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button:hover i,
.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button:hover i {
  color: #ed5755;
}

.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button.osetin-vote-has-voted i,
.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button.osetin-vote-has-voted i {
  color: #ed5755;
}

.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button-sub-label,
.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button-sub-label {
  padding-left: 3px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  color: #464646;
}

.index-isotope.v1 article.pluto-post-box .meta-share .os-like-button-sub-label.zero-class,
.index-isotope.v1 article.pluto-post-box .meta-like .os-like-button-sub-label.zero-class {
  display: none;
}

.index-isotope.v1 article.pluto-post-box .meta-share i,
.index-isotope.v1 article.pluto-post-box .meta-like i {
  line-height: 20px;
  color: #a9c9e2;
  vertical-align: middle;
}

.index-isotope.v1 article.pluto-post-box .meta-share span.zilla-like-count,
.index-isotope.v1 article.pluto-post-box .meta-like span.zilla-like-count {
  vertical-align: middle;
}

.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count,
.index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count {
  padding-left: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}

.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count.zero-class,
.index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count.zero-class {
  display: none;
}

.index-isotope.v1 article.pluto-post-box .post-video-box {
  margin-bottom: 0px;
}

.index-isotope.v1 article.pluto-post-box .post-video-box .arve-wrapper {
  margin-bottom: 0px !important;
}

.index-isotope.v1 article.pluto-post-box ul.post-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.index-isotope.v1 article.pluto-post-box ul.post-categories li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.index-isotope.v1 article.pluto-post-box ul.post-categories li a {
  display: block;
  padding: 2px 5px;
  background-color: #d4edfc;
  font-size: 11px;
  line-height: 14px;
  color: #3893c1;
  border: 1px solid #75b9dd;
  border-radius: 4px;
}

.index-isotope.v1 article.pluto-post-box ul.post-categories li a:hover {
  border-color: #2f8cbd;
  background-color: #fff;
  text-decoration: none;
}

.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon {
  color: #b6b8bd;
}

.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label {
  color: #b6b8bd;
  border-left: 1px solid #505257;
}

.index-isotope.v1 article.pluto-post-box.format-image .post-media-body {
  padding: 30px;
}

.index-isotope.v1 article.pluto-post-box.format-quote {
  padding: 10px;
}

.index-isotope.v1 article.pluto-post-box.format-quote .post-body {
  padding: 50px;
  padding-top: 30px;
}

.index-isotope.v1 article.pluto-post-box.format-quote .post-content {
  font-size: 18px;
  line-height: 26px;
}

.index-isotope.v1 article.pluto-post-box.format-quote .post-content a {
  text-decoration: none;
  color: #2c2d2f;
  font-family: Nunito;
  font-weight: 700;
}

.index-isotope.v1 article.pluto-post-box.format-quote .quote-author {
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-body {
  position: relative;
  border-radius: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader {
  background-color: rgba(90, 172, 244, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  background-image: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/images/fader-bg-2-light.png);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content {
  position: relative;
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  margin-bottom: 10px;
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author {
  color: rgba(255, 255, 255, 0.8);
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .post-content a {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}

.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader {
  background-color: rgba(90, 172, 244, 0.9);
}

.index-isotope.v1 article.pluto-post-box.format-video iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight {
  background-color: #1f2022;
  border-color: #0a0a0a;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title,
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title a {
  color: #fff;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-content {
  color: #a8b6bf;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share i {
  border-color: #fff;
  color: #a3abb7;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator {
  color: #a3abb7;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-meta {
  background-color: #161718;
  border-color: #313436;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-date {
  color: #a8b6bf;
}

.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-like {
  background-color: #161718;
  border-color: #313436;
}

.index-isotope.v2 article.pluto-post-box .post-body {
  position: relative;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding: 0px 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
  vertical-align: middle;
  line-height: 24px;
  font-size: 10px;
  color: #fff;
  padding-right: 3px;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
  line-height: 24px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #555;
  letter-spacing: 1px;
  font-weight: 700;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover {
  cursor: pointer;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon {
  color: #fff;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
  color: #fff;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
  padding: 0px 4px;
  width: 25px !important;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a {
  opacity: .65;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active span.share-activator-label {
  display: none;
}

.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active .os_social-head-w {
  display: inline-block;
}

.index-isotope.v2 article.pluto-post-box .post-media-body {
  min-height: 100px;
}

.index-isotope.v2 article.pluto-post-box .post-content-body {
  position: absolute;
  bottom: 0px;
  padding: 15px 25px;
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.index-isotope.v2 article.pluto-post-box .post-content-body .post-title {
  margin-bottom: 0px;
  margin-top: 0px;
}

.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a {
  color: #fff;
  font-size: 25px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a:hover {
  text-decoration: none;
  border-color: #fff;
}

.index-isotope.v2 article.pluto-post-box .post-content-body .post-content {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  margin-top: 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
}

.index-isotope.v2 article.pluto-post-box:hover .post-content-body {
  background-image: none;
  bottom: 80px;
}

.index-isotope.v2 article.pluto-post-box:hover .post-content-body .post-content {
  opacity: 1;
}

.index-isotope.v2 article.pluto-post-box:hover .post-top-share {
  opacity: 1;
}

.index-isotope.v2 article.pluto-post-box:hover .figure-shade {
  background-color: rgba(0, 0, 0, 0.4);
}

.index-isotope.v2 article.pluto-post-box:hover .figure-icon {
  bottom: 80%;
  display: none;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .post-body .figure-link,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body .figure-link {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .post-body figure,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body figure {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .post-body figure img,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body figure img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body {
  padding: 0px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body+.post-content-body,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body+.post-content-body {
  padding-top: 20px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .meta-share,
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-like,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-share,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-like {
  padding: 8px 15px;
  min-height: 38px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count {
  padding-bottom: 12px;
  padding-top: 10px;
  float: left;
  line-height: 14px;
  text-transform: uppercase;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count i,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count i {
  font-size: 11px;
  margin-right: 5px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count span,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count span {
  font-size: 11px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories {
  padding-top: 11px;
  margin-bottom: 8px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: inherit;
  padding: 0px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 10px;
}

.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a:hover,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories+.meta-view-count,
.index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories+.meta-view-count {
  border-left: 1px solid #dfe4e7;
  padding-left: 15px;
  margin-left: 15px;
}

.index-isotope.v3.isotope-with-author article.pluto-post-box .meta-like {
  padding: 25px 15px;
}

.index-isotope.v3 article.pluto-post-box {
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-isotope.v3 article.pluto-post-box img {
  height: auto;
  max-width: 100%;
}

.index-isotope.v3 article.pluto-post-box .post-body {
  position: relative;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding: 0px 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
  vertical-align: middle;
  line-height: 24px;
  font-size: 10px;
  color: #fff;
  padding-right: 3px;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
  line-height: 24px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #555;
  letter-spacing: 1px;
  font-weight: 700;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover {
  cursor: pointer;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon {
  color: rgba(255, 255, 255, 0.7);
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon:before {
  content: "\f068";
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
  display: none;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover .os_social-head-w {
  display: inline-block;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
  padding: 0px 4px;
  width: 25px !important;
}

.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.index-isotope.v3 article.pluto-post-box .post-body .figure-link {
  border-radius: 6px;
  overflow: hidden;
}

.index-isotope.v3 article.pluto-post-box .post-body .figure-link figure {
  border-radius: 6px;
}

.index-isotope.v3 article.pluto-post-box .post-body .figure-link figure img {
  border-radius: 6px;
}

.index-isotope.v3 article.pluto-post-box .post-media-body {
  padding: 15px;
}

.index-isotope.v3 article.pluto-post-box .post-content-body {
  padding: 30px;
}

.index-isotope.v3 article.pluto-post-box .post-media-body+.post-content-body {
  padding-top: 5px;
}

.index-isotope.v3 article.pluto-post-box .post-top-share+.post-content-body {
  padding-top: 50px;
}

.index-isotope.v3 article.pluto-post-box .post-title {
  margin-top: 0px;
}

.index-isotope.v3 article.pluto-post-box .post-title a {
  font-weight: 700;
  color: #2c2d2f;
  font-size: 20px;
  line-height: 32px;
  font-family: Nunito;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-isotope.v3 article.pluto-post-box .post-title a:hover {
  text-decoration: none;
  border-color: #2c2d2f;
}

.index-isotope.v3 article.pluto-post-box .post-content {
  color: #5c5c5c;
  font-weight: 400;
}

.index-isotope.v3 article.pluto-post-box .post-meta {
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #dfe4e7;
}

.index-isotope.v3 article.pluto-post-box .post-meta:before,
.index-isotope.v3 article.pluto-post-box .post-meta:after {
  content: " ";
  display: table;
}

.index-isotope.v3 article.pluto-post-box .post-meta:after {
  clear: both;
}

.index-isotope.v3 article.pluto-post-box .post-meta:before,
.index-isotope.v3 article.pluto-post-box .post-meta:after {
  content: " ";
  display: table;
}

.index-isotope.v3 article.pluto-post-box .post-meta:after {
  clear: both;
}

.index-isotope.v3 article.pluto-post-box .meta-date,
.index-isotope.v3 article.pluto-post-box .meta-view-count {
  padding: 15px 0px 15px 15px;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.index-isotope.v3 article.pluto-post-box .meta-date i,
.index-isotope.v3 article.pluto-post-box .meta-view-count i {
  font-size: 10px;
  margin-right: 2px;
}

.index-isotope.v3 article.pluto-post-box .meta-date time,
.index-isotope.v3 article.pluto-post-box .meta-date span,
.index-isotope.v3 article.pluto-post-box .meta-view-count time,
.index-isotope.v3 article.pluto-post-box .meta-view-count span {
  font-size: 10px;
  font-weight: 700;
}

.index-isotope.v3 article.pluto-post-box .meta-date+.meta-view-count {
  border-left: 1px solid #dfe4e7;
  padding-left: 20px;
  margin-left: 20px;
}

.index-isotope.v3 article.pluto-post-box .meta-date+.meta-view-count span {
  font-size: 11px;
}

.index-isotope.v3 article.pluto-post-box .meta-author {
  padding: 15px 20px 15px 5px;
  float: right;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face {
  padding: 10px;
  float: left;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face:before,
.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
  content: " ";
  display: table;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
  clear: both;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face:before,
.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
  content: " ";
  display: table;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
  clear: both;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar {
  float: left;
  margin-right: 15px;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar img {
  width: 50px;
  height: 50px;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info {
  float: left;
  padding-top: 8px;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-info-by {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-name {
  font-size: 12px;
}

.index-isotope.v3 article.pluto-post-box .meta-share,
.index-isotope.v3 article.pluto-post-box .meta-like {
  padding: 15px 15px;
  float: right;
  border-left: 1px solid #dfe4e7;
  background-color: #fff;
  border-radius: 0px 0px 6px 0px;
  line-height: 11px;
  min-height: 50px;
}

.index-isotope.v3 article.pluto-post-box .meta-share iframe,
.index-isotope.v3 article.pluto-post-box .meta-like iframe {
  width: 76px;
}

.index-isotope.v3 article.pluto-post-box .meta-share a:hover,
.index-isotope.v3 article.pluto-post-box .meta-share a.active,
.index-isotope.v3 article.pluto-post-box .meta-share a:focus,
.index-isotope.v3 article.pluto-post-box .meta-like a:hover,
.index-isotope.v3 article.pluto-post-box .meta-like a.active,
.index-isotope.v3 article.pluto-post-box .meta-like a:focus {
  text-decoration: none;
}

.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button:hover i,
.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button:hover i {
  color: #ed5755;
}

.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button.osetin-vote-has-voted i,
.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button.osetin-vote-has-voted i {
  color: #ed5755;
}

.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button-sub-label,
.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button-sub-label {
  padding-left: 3px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  color: #464646;
}

.index-isotope.v3 article.pluto-post-box .meta-share .os-like-button-sub-label.zero-class,
.index-isotope.v3 article.pluto-post-box .meta-like .os-like-button-sub-label.zero-class {
  display: none;
}

.index-isotope.v3 article.pluto-post-box .meta-share i,
.index-isotope.v3 article.pluto-post-box .meta-like i {
  line-height: 20px;
  color: #a9c9e2;
  vertical-align: middle;
}

.index-isotope.v3 article.pluto-post-box .post-video-box {
  margin-bottom: 0px;
}

.index-isotope.v3 article.pluto-post-box .post-video-box .arve-wrapper {
  margin-bottom: 0px !important;
}

.index-isotope.v3 article.pluto-post-box ul.post-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  float: left;
}

.index-isotope.v3 article.pluto-post-box ul.post-categories li {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
}

.index-isotope.v3 article.pluto-post-box ul.post-categories li:first-child {
  display: block;
}

.index-isotope.v3 article.pluto-post-box ul.post-categories li a {
  display: block;
  padding: 2px 5px;
  background-color: #d4edfc;
  font-size: 11px;
  line-height: 14px;
  color: #3893c1;
  border: 1px solid #75b9dd;
  border-radius: 4px;
}

.index-isotope.v3 article.pluto-post-box ul.post-categories li a:hover {
  border-color: #2f8cbd;
  background-color: #fff;
  text-decoration: none;
}

.index-isotope.v3 article.pluto-post-box:hover {
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.index-isotope.v3 article.pluto-post-box:hover .post-top-share {
  opacity: 1;
}

.index-isotope.v3 .item-double-width article.pluto-post-box .post-title a {
  font-size: 30px;
  line-height: 1.4;
}

.index-isotope.v3 .item-double-width article.pluto-post-box .post-content {
  font-size: 18px;
  line-height: 1.4;
}

.index-isotope.v3 .item-double-width article.pluto-post-box.format-quote .post-content {
  font-size: 25px;
  line-height: 1.4;
}

.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon {
  color: #b6b8bd;
}

.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label {
  color: #b6b8bd;
  border-left: 1px solid #505257;
}

.index-isotope.v3 article.pluto-post-box.format-image .post-media-body {
  padding: 15px;
}

.index-isotope.v3 article.pluto-post-box.format-quote {
  padding: 10px;
}

.index-isotope.v3 article.pluto-post-box.format-quote .post-body {
  padding: 50px;
  padding-top: 30px;
}

.index-isotope.v3 article.pluto-post-box.format-quote .post-content {
  font-size: 18px;
  line-height: 26px;
}

.index-isotope.v3 article.pluto-post-box.format-quote .post-content a {
  text-decoration: none;
  color: #2c2d2f;
  font-family: Nunito;
  font-weight: 700;
}

.index-isotope.v3 article.pluto-post-box.format-quote .quote-author {
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-body {
  position: relative;
  border-radius: 4px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader {
  background-color: rgba(11, 119, 214, 0.83);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content {
  position: relative;
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon {
  color: rgba(255, 255, 255, 0.9);
  font-size: 30px;
  margin-bottom: 10px;
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author {
  color: rgba(255, 255, 255, 0.8);
}

.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader {
  background-color: rgba(11, 119, 214, 0.93);
}

.index-isotope.v3 article.pluto-post-box.format-video .post-body iframe {
  width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight {
  background-color: #1f2022;
  border-color: #0a0a0a;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title,
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title a {
  color: #fff;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-content {
  color: #a8b6bf;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share i {
  border-color: #fff;
  color: #a3abb7;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator {
  color: #a3abb7;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-meta {
  background-color: #161718;
  border-color: #313436;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-date {
  color: #a8b6bf;
}

.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-like {
  background-color: #161718;
  border-color: #313436;
}

.page-hero-image {
  color: #fff;
  padding: 80px 50px;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: cover;
}

.page-hero-image h1,
.page-hero-image h2,
.page-hero-image h3,
.page-hero-image h4,
.page-hero-image h5 {
  color: #fff;
}

.main-content-w {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border-top: 4px solid #00a8c6;
}

@media (max-width: 767px) {
  .main-content-w {
    border-top: none;
  }
}

.main-content-w .main-content-i {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.main-content-w .main-content-m {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
}

.index-isotope,
.featured-posts-slider-i,
.featured-posts-slider-contents {
  margin: 0px auto;
}

.index-isotope:before,
.index-isotope:after,
.featured-posts-slider-i:before,
.featured-posts-slider-i:after,
.featured-posts-slider-contents:before,
.featured-posts-slider-contents:after {
  content: " ";
  display: table;
}

.index-isotope:after,
.featured-posts-slider-i:after,
.featured-posts-slider-contents:after {
  clear: both;
}

.index-isotope:before,
.index-isotope:after,
.featured-posts-slider-i:before,
.featured-posts-slider-i:after,
.featured-posts-slider-contents:before,
.featured-posts-slider-contents:after {
  content: " ";
  display: table;
}

.index-isotope:after,
.featured-posts-slider-i:after,
.featured-posts-slider-contents:after {
  clear: both;
}

.index-isotope .item-isotope {
  float: left;
  opacity: 1;
}

.index-isotope.hidden-on-load .item-isotope {
  opacity: 0;
}

.index-isotope .slick-gallery figure {
  display: none;
}

.index-isotope .slick-gallery figure:focus {
  outline: none;
}

.index-isotope .slick-gallery figure:first-child {
  display: block;
}

.index-isotope .slick-gallery.slick-initialized figure {
  display: block;
}

.index-isotope .slick-gallery .slick-arrow {
  cursor: pointer;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px;
  font-size: 0px;
  height: 25px;
  top: 50%;
  border: none;
  width: 25px;
  z-index: 2;
}

.index-isotope .slick-gallery .slick-arrow:focus {
  outline: none;
}

.index-isotope .slick-gallery .slick-arrow:before {
  font-family: 'osfontnew';
  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;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-isotope .slick-gallery .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.index-isotope .slick-gallery .slick-arrow.slick-prev {
  left: 10px;
}

.index-isotope .slick-gallery .slick-arrow.slick-prev:before {
  content: "\e910";
}

.index-isotope .slick-gallery .slick-arrow.slick-next {
  right: 10px;
}

.index-isotope .slick-gallery .slick-arrow.slick-next:before {
  content: "\e911";
}

.menu-position-left .menu-block {
  left: 0px;
  border-right: 1px solid #ccc;
  width: 270px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}

.menu-position-left .main-content-w {
  margin-left: 270px;
}

.menu-position-left.admin-bar .menu-block {
  top: 32px;
}

.menu-position-right .menu-block {
  right: 0px;
  border-left: 1px solid #ccc;
  width: 270px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}

.menu-position-right .main-content-w {
  margin-right: 270px;
}

.menu-position-right.admin-bar .menu-block {
  top: 32px;
}

.menu-position-top .main-content-w {
  border-top: 0px;
}

.item-isotope .entry-title a:hover,
.item-isotope .entry-title a:focus {
  text-decoration: none;
}

.sidebar-position-left .primary-sidebar-wrapper {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}

.sidebar-position-left .primary-sidebar-wrapper .primary-sidebar {
  border-right: 1px solid #ccc;
  border-radius: 0px 0px 50px 0px;
  background-color: #fff;
}

.sidebar-position-left .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar {
  padding-right: 0px;
}

.sidebar-position-left .main-content-i {
  margin-left: 300px;
}

.sidebar-position-right .primary-sidebar-wrapper {
  width: 300px;
  display: table-cell;
}

.sidebar-position-right .primary-sidebar-wrapper .primary-sidebar {
  border-left: 1px solid #ccc;
  border-radius: 0px 0px 0px 50px;
  background-color: #fff;
}

.sidebar-position-right .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar {
  padding-left: 0px;
}

.sidebar-position-right .main-content-i {
  margin-right: 300px;
}

@media (min-width: 768px) {
  .side-padded-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .side-padded-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .with-transparent-menu.menu-position-left .side-padded-content {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .with-transparent-menu.menu-position-right.no-sidebar .side-padded-content {
    padding-right: 0px !important;
  }
}

@media (min-width: 1201px) {
  body>.primary-sidebar-wrapper {
    display: none !important;
  }
}

@media (max-width: 1200px) {

  .menu-position-left.sidebar-position-left .main-content-w .primary-sidebar-wrapper,
  .menu-position-left.sidebar-position-right .main-content-w .primary-sidebar-wrapper,
  .menu-position-right.sidebar-position-left .main-content-w .primary-sidebar-wrapper,
  .menu-position-right.sidebar-position-right .main-content-w .primary-sidebar-wrapper {
    display: none !important;
  }

  .menu-position-left.sidebar-position-left .main-content-m,
  .menu-position-left.sidebar-position-right .main-content-m,
  .menu-position-right.sidebar-position-left .main-content-m,
  .menu-position-right.sidebar-position-right .main-content-m {
    display: block;
  }

  .menu-position-left.sidebar-position-left .main-content-m .main-content-i,
  .menu-position-left.sidebar-position-right .main-content-m .main-content-i,
  .menu-position-right.sidebar-position-left .main-content-m .main-content-i,
  .menu-position-right.sidebar-position-right .main-content-m .main-content-i {
    display: block;
  }

  .menu-position-left.sidebar-position-left .main-content-i,
  .menu-position-left.sidebar-position-right .main-content-i,
  .menu-position-right.sidebar-position-left .main-content-i,
  .menu-position-right.sidebar-position-right .main-content-i {
    margin-left: 0px;
    margin-right: 0px;
  }

  .menu-position-left.sidebar-position-left .sidebar-main-toggler {
    left: 284px;
  }

  .menu-position-left.sidebar-position-right .sidebar-main-toggler {
    right: 0px;
  }

  .menu-position-right .sidebar-main-toggler {
    right: 280px;
  }

  .menu-position-left .sidebar-main-toggler,
  .menu-position-right .sidebar-main-toggler,
  .menu-position-top .sidebar-main-toggler {
    display: block !important;
  }

  .menu-position-left>.primary-sidebar-wrapper,
  .menu-position-right>.primary-sidebar-wrapper,
  .menu-position-top>.primary-sidebar-wrapper {
    overflow: hidden;
    display: block;
    position: fixed;
    right: 0px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    top: 49px;
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
  }

  .menu-position-left>.primary-sidebar-wrapper .primary-sidebar,
  .menu-position-right>.primary-sidebar-wrapper .primary-sidebar,
  .menu-position-top>.primary-sidebar-wrapper .primary-sidebar {
    position: relative;
  }
}

.menu-position-right.no-sidebar .sidebar-toggler,
.menu-position-right.no-sidebar .sidebar-main-toggler,
.menu-position-top.no-sidebar .sidebar-toggler,
.menu-position-top.no-sidebar .sidebar-main-toggler,
.menu-position-left.no-sidebar .sidebar-toggler,
.menu-position-left.no-sidebar .sidebar-main-toggler {
  display: none !important;
}

@media (min-width: 768px) {

  .menu-position-top .sidebar-toggler,
  .menu-position-top .sidebar-main-toggler {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .menu-position-top.menu-style-v2 .menu-block .menu-inner-w {
    padding: 0px 20px;
  }

  .menu-position-top.menu-style-v2 .menu-block .logo {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {

  .menu-position-left.sidebar-position-left>.primary-sidebar-wrapper,
  .menu-position-left.sidebar-position-right>.primary-sidebar-wrapper,
  .menu-position-right.sidebar-position-left>.primary-sidebar-wrapper,
  .menu-position-right.sidebar-position-right>.primary-sidebar-wrapper {
    top: 0px;
  }

  .menu-position-right.sidebar-active .all-wrapper .main-content-w {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes slideOut {
  0% {
    display: none;
  }

  1% {
    display: block;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.menu-position-top .main-content-w:before,
.menu-position-left .main-content-w:before,
.menu-position-right .main-content-w:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

.menu-position-top.sidebar-active .main-content-w,
.menu-position-left.sidebar-active .main-content-w,
.menu-position-right.sidebar-active .main-content-w {
  -webkit-transform: translateX(-135px);
  -moz-transform: translateX(-135px);
  -ms-transform: translateX(-135px);
  -o-transform: translateX(-135px);
  transform: translateX(-135px);
}

.menu-position-top.sidebar-active .main-content-w:before,
.menu-position-left.sidebar-active .main-content-w:before,
.menu-position-right.sidebar-active .main-content-w:before {
  content: "";
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-position-top.sidebar-active>.primary-sidebar-wrapper,
.menu-position-left.sidebar-active>.primary-sidebar-wrapper,
.menu-position-right.sidebar-active>.primary-sidebar-wrapper {
  display: block !important;
  z-index: 9999;
  max-width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.menu-position-top.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,
.menu-position-left.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,
.menu-position-right.sidebar-active>.primary-sidebar-wrapper .primary-sidebar {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: none !important;
}

.menu-toggler-w {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.menu-toggler-w a {
  display: inline-block;
}

.menu-toggler-w .menu-toggler {
  float: none;
}

.menu-toggler-w .sidebar-toggler {
  float: none;
  margin-left: auto;
}

.menu-toggler-w .logo {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .menu-position-top .main-content-w {
    margin-top: 0px;
  }

  .menu-position-top .menu-block {
    display: none;
  }

  .menu-position-top.side-menu-active .mobile-menu-w {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .menu-position-top .sidebar-main-toggler {
    display: none;
  }
}

@media (max-width: 767px) {

  .menu-position-left .main-content-w,
  .menu-position-right .main-content-w {
    margin-left: 0px;
  }

  .menu-position-left .menu-block,
  .menu-position-right .menu-block {
    left: 0px;
    top: 0px;
    padding-top: 79px;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation-fill-mode: none !important;
    animation: none !important;
  }

  .menu-position-left .all-wrapper,
  .menu-position-right .all-wrapper {
    overflow: hidden;
  }

  .menu-position-left .main-content-w,
  .menu-position-right .main-content-w {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }

  .menu-position-left.side-menu-active .main-content-w:before,
  .menu-position-right.side-menu-active .main-content-w:before {
    content: "";
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .menu-position-left.side-menu-active .main-content-w,
  .menu-position-right.side-menu-active .main-content-w {
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
    -ms-transform: translateX(135px);
    -o-transform: translateX(135px);
    transform: translateX(135px);
  }

  .menu-position-left.side-menu-active .menu-block,
  .menu-position-right.side-menu-active .menu-block {
    left: 0px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  }

  .menu-position-left .sidebar-main-toggler,
  .menu-position-right .sidebar-main-toggler {
    display: none;
  }

  .menu-position-right .main-content-w {
    margin-right: 0px;
  }

  .menu-position-right .menu-block {
    right: 0px;
    left: auto;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
  }

  .menu-position-right.side-menu-active .main-content-w {
    -webkit-transform: translateX(-135px);
    -moz-transform: translateX(-135px);
    -ms-transform: translateX(-135px);
    -o-transform: translateX(-135px);
    transform: translateX(-135px);
  }

  .menu-position-right.side-menu-active .menu-block {
    left: auto;
    right: 0px;
  }
}

.search-results-header,
.archive-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 40px;
}

.search-results-header h3,
.archive-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.search-results-header .author-description,
.search-results-header .taxonomy-description,
.archive-header .author-description,
.archive-header .taxonomy-description {
  margin-top: 5px;
}

@media (max-width: 767px) {

  .search-results-header .avatar-w,
  .archive-header .avatar-w {
    margin-bottom: 30px;
  }

  .search-results-header .avatar-w img,
  .archive-header .avatar-w img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {

  .search-results-header,
  .archive-header {
    text-align: center;
  }
}

.avatar-w img {
  width: inherit;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.isotope-next-link {
  display: none;
}

.isotope-loading {
  background-image: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/images/ajax-loaders/loader-light-blue.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
}

@media (min-width: 991px) {

  .index-isotope .pluto-post-box .post-media-body .figure-link-w,
  .index-isotope .pluto-post-box .post-media-body iframe,
  .index-isotope .product-media-body .figure-link-w,
  .index-isotope .product-media-body iframe {
    text-align: center;
  }
}

.format-audio iframe {
  width: 100%;
  border: none;
  overflow: hidden;
}

.fixed-height-index-posts .format-audio iframe {
  height: 200px;
}

.external-link-link {
  display: inline-block;
  background-color: #3468ad;
  color: #fff;
  padding: 3px 12px;
  margin-top: 20px;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
}

.external-link-link:hover,
.external-link-link:focus {
  background-color: #2e5c99;
  color: #f2f2f2;
  text-decoration: none;
}

.external-link-price {
  display: inline-block;
  font-family: Nunito;
  font-weight: 400;
  font-size: 16px;
  background-color: #2e5c99;
  color: #fff;
  padding: 3px 12px;
  margin-top: 20px;
}

.external-link-price:hover,
.external-link-price:focus {
  background-color: #285086;
  color: #e6e6e6;
  text-decoration: none;
}

.item-isotope .external-link-link,
.item-isotope .external-link-price {
  font-size: 14px;
  padding: 3px 8px;
}

.page article.pluto-page-box,
.single article.pluto-page-box,
.index-fullwidth article.pluto-page-box {
  text-align: left;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 0px;
  max-width: 480px;
  margin: 20px auto 20px auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page article.pluto-page-box figure.abs-slider,
.single article.pluto-page-box figure.abs-slider,
.index-fullwidth article.pluto-page-box figure.abs-slider {
  position: relative;
  overflow: hidden;
}

.page article.pluto-page-box figure.abs-slider .flexslider,
.single article.pluto-page-box figure.abs-slider .flexslider,
.index-fullwidth article.pluto-page-box figure.abs-slider .flexslider {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.page article.pluto-page-box .post-body,
.single article.pluto-page-box .post-body,
.index-fullwidth article.pluto-page-box .post-body {
  padding: 50px;
  position: relative;
}

.page article.pluto-page-box .post-title,
.single article.pluto-page-box .post-title,
.index-fullwidth article.pluto-page-box .post-title {
  margin-bottom: 10px;
  margin-top: 10px;
}

.page article.pluto-page-box .post-title a,
.single article.pluto-page-box .post-title a,
.index-fullwidth article.pluto-page-box .post-title a {
  font-weight: 700;
  color: #2c2d2f;
  font-family: Nunito;
  line-height: 50px;
  text-decoration: none;
}

.page article.pluto-page-box .post-content,
.single article.pluto-page-box .post-content,
.index-fullwidth article.pluto-page-box .post-content {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.page article.pluto-page-box .post-content img,
.single article.pluto-page-box .post-content img,
.index-fullwidth article.pluto-page-box .post-content img {
  width: inherit;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.page article.pluto-page-box .post-meta,
.single article.pluto-page-box .post-meta,
.index-fullwidth article.pluto-page-box .post-meta {
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid #dfe4e7;
}

.page article.pluto-page-box .post-meta:before,
.page article.pluto-page-box .post-meta:after,
.single article.pluto-page-box .post-meta:before,
.single article.pluto-page-box .post-meta:after,
.index-fullwidth article.pluto-page-box .post-meta:before,
.index-fullwidth article.pluto-page-box .post-meta:after {
  content: " ";
  display: table;
}

.page article.pluto-page-box .post-meta:after,
.single article.pluto-page-box .post-meta:after,
.index-fullwidth article.pluto-page-box .post-meta:after {
  clear: both;
}

.page article.pluto-page-box .post-meta:before,
.page article.pluto-page-box .post-meta:after,
.single article.pluto-page-box .post-meta:before,
.single article.pluto-page-box .post-meta:after,
.index-fullwidth article.pluto-page-box .post-meta:before,
.index-fullwidth article.pluto-page-box .post-meta:after {
  content: " ";
  display: table;
}

.page article.pluto-page-box .post-meta:after,
.single article.pluto-page-box .post-meta:after,
.index-fullwidth article.pluto-page-box .post-meta:after {
  clear: both;
}

.page article.pluto-page-box .meta-date,
.single article.pluto-page-box .meta-date,
.index-fullwidth article.pluto-page-box .meta-date {
  padding: 15px 20px;
  float: left;
}

.page article.pluto-page-box .os_social-foot-w,
.single article.pluto-page-box .os_social-foot-w,
.index-fullwidth article.pluto-page-box .os_social-foot-w {
  float: right;
  padding-right: 20px;
  padding-top: 12px;
}

.page article.pluto-page-box .os_social-foot-w .os_social,
.single article.pluto-page-box .os_social-foot-w .os_social,
.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social {
  display: block;
  text-align: right;
}

.page article.pluto-page-box .os_social-foot-w .os_social a,
.single article.pluto-page-box .os_social-foot-w .os_social a,
.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a {
  display: inline-block;
  opacity: .65;
  margin-left: 10px;
  line-height: 1;
  vertical-align: middle;
}

.page article.pluto-page-box .os_social-foot-w .os_social a:hover,
.single article.pluto-page-box .os_social-foot-w .os_social a:hover,
.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a:hover {
  opacity: 1;
}

.page article.pluto-page-box .os_social-foot-w .os_social a img,
.single article.pluto-page-box .os_social-foot-w .os_social a img,
.index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a img {
  display: inline-block;
  vertical-align: middle;
  width: 24px !important;
  height: auto;
}

.page article.pluto-page-box .os_social-foot-w a:first-child,
.single article.pluto-page-box .os_social-foot-w a:first-child,
.index-fullwidth article.pluto-page-box .os_social-foot-w a:first-child {
  margin-left: 5px;
}

.page article.pluto-page-box .post-social-icons,
.single article.pluto-page-box .post-social-icons,
.index-fullwidth article.pluto-page-box .post-social-icons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
  padding: 0px 20px 0px 0px;
}

.page article.pluto-page-box .post-social-icons li,
.single article.pluto-page-box .post-social-icons li,
.index-fullwidth article.pluto-page-box .post-social-icons li {
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

.page article.pluto-page-box .post-social-icons li a,
.single article.pluto-page-box .post-social-icons li a,
.index-fullwidth article.pluto-page-box .post-social-icons li a {
  font-size: 32px;
  color: #9bbddb;
}

.page article.pluto-page-box .post-social-icons li a i,
.single article.pluto-page-box .post-social-icons li a i,
.index-fullwidth article.pluto-page-box .post-social-icons li a i {
  line-height: 44px;
}

.page article.pluto-page-box .post-social-icons li a:hover,
.single article.pluto-page-box .post-social-icons li a:hover,
.index-fullwidth article.pluto-page-box .post-social-icons li a:hover {
  text-decoration: none;
  color: #5795db;
}

.page article.pluto-page-box .post-social-icons li span,
.single article.pluto-page-box .post-social-icons li span,
.index-fullwidth article.pluto-page-box .post-social-icons li span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 44px;
  color: #77878e;
}

.page article.pluto-page-box .meta-author,
.single article.pluto-page-box .meta-author,
.index-fullwidth article.pluto-page-box .meta-author {
  padding: 15px 20px;
  float: left;
}

.page article.pluto-page-box .meta-author i,
.single article.pluto-page-box .meta-author i,
.index-fullwidth article.pluto-page-box .meta-author i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
  color: #637789;
}

.page article.pluto-page-box .meta-share,
.page article.pluto-page-box .meta-like,
.single article.pluto-page-box .meta-share,
.single article.pluto-page-box .meta-like,
.index-fullwidth article.pluto-page-box .meta-share,
.index-fullwidth article.pluto-page-box .meta-like {
  padding: 15px 20px;
  float: left;
  border-right: 1px solid #dfe4e7;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  line-height: 20px;
  font-size: 18px;
  min-height: 50px;
}

.page article.pluto-page-box .meta-share iframe,
.page article.pluto-page-box .meta-like iframe,
.single article.pluto-page-box .meta-share iframe,
.single article.pluto-page-box .meta-like iframe,
.index-fullwidth article.pluto-page-box .meta-share iframe,
.index-fullwidth article.pluto-page-box .meta-like iframe {
  width: 76px;
}

.page article.pluto-page-box .meta-share a:hover,
.page article.pluto-page-box .meta-share a.active,
.page article.pluto-page-box .meta-like a:hover,
.page article.pluto-page-box .meta-like a.active,
.single article.pluto-page-box .meta-share a:hover,
.single article.pluto-page-box .meta-share a.active,
.single article.pluto-page-box .meta-like a:hover,
.single article.pluto-page-box .meta-like a.active,
.index-fullwidth article.pluto-page-box .meta-share a:hover,
.index-fullwidth article.pluto-page-box .meta-share a.active,
.index-fullwidth article.pluto-page-box .meta-like a:hover,
.index-fullwidth article.pluto-page-box .meta-like a.active {
  text-decoration: none;
}

.page article.pluto-page-box .meta-share a:hover i,
.page article.pluto-page-box .meta-share a.active i,
.page article.pluto-page-box .meta-like a:hover i,
.page article.pluto-page-box .meta-like a.active i,
.single article.pluto-page-box .meta-share a:hover i,
.single article.pluto-page-box .meta-share a.active i,
.single article.pluto-page-box .meta-like a:hover i,
.single article.pluto-page-box .meta-like a.active i,
.index-fullwidth article.pluto-page-box .meta-share a:hover i,
.index-fullwidth article.pluto-page-box .meta-share a.active i,
.index-fullwidth article.pluto-page-box .meta-like a:hover i,
.index-fullwidth article.pluto-page-box .meta-like a.active i {
  color: #ed5755;
}

.page article.pluto-page-box .meta-share .os-like-button:hover,
.page article.pluto-page-box .meta-share .os-like-button:focus,
.page article.pluto-page-box .meta-like .os-like-button:hover,
.page article.pluto-page-box .meta-like .os-like-button:focus,
.single article.pluto-page-box .meta-share .os-like-button:hover,
.single article.pluto-page-box .meta-share .os-like-button:focus,
.single article.pluto-page-box .meta-like .os-like-button:hover,
.single article.pluto-page-box .meta-like .os-like-button:focus,
.index-fullwidth article.pluto-page-box .meta-share .os-like-button:hover,
.index-fullwidth article.pluto-page-box .meta-share .os-like-button:focus,
.index-fullwidth article.pluto-page-box .meta-like .os-like-button:hover,
.index-fullwidth article.pluto-page-box .meta-like .os-like-button:focus {
  text-decoration: none;
}

.page article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,
.page article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i,
.single article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,
.single article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i,
.index-fullwidth article.pluto-page-box .meta-share .os-like-button.osetin-vote-has-voted i,
.index-fullwidth article.pluto-page-box .meta-like .os-like-button.osetin-vote-has-voted i {
  color: #ed5755;
}

.page article.pluto-page-box .meta-share .os-like-button-sub-label,
.page article.pluto-page-box .meta-like .os-like-button-sub-label,
.single article.pluto-page-box .meta-share .os-like-button-sub-label,
.single article.pluto-page-box .meta-like .os-like-button-sub-label,
.index-fullwidth article.pluto-page-box .meta-share .os-like-button-sub-label,
.index-fullwidth article.pluto-page-box .meta-like .os-like-button-sub-label {
  vertical-align: middle;
  padding-left: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  color: #464646;
}

.page article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,
.page article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class,
.single article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,
.single article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class,
.index-fullwidth article.pluto-page-box .meta-share .os-like-button-sub-label.zero-class,
.index-fullwidth article.pluto-page-box .meta-like .os-like-button-sub-label.zero-class {
  display: none;
}

.page article.pluto-page-box .meta-share i,
.page article.pluto-page-box .meta-like i,
.single article.pluto-page-box .meta-share i,
.single article.pluto-page-box .meta-like i,
.index-fullwidth article.pluto-page-box .meta-share i,
.index-fullwidth article.pluto-page-box .meta-like i {
  line-height: 20px;
  color: #a9c9e2;
  vertical-align: middle;
}

.page article.pluto-page-box figure,
.page article.pluto-page-box .post-video-box,
.page article.pluto-page-box .post-gallery-box,
.single article.pluto-page-box figure,
.single article.pluto-page-box .post-video-box,
.single article.pluto-page-box .post-gallery-box,
.index-fullwidth article.pluto-page-box figure,
.index-fullwidth article.pluto-page-box .post-video-box,
.index-fullwidth article.pluto-page-box .post-gallery-box {
  text-align: center;
}

.page article.pluto-page-box figure img,
.page article.pluto-page-box .post-video-box img,
.page article.pluto-page-box .post-gallery-box img,
.single article.pluto-page-box figure img,
.single article.pluto-page-box .post-video-box img,
.single article.pluto-page-box .post-gallery-box img,
.index-fullwidth article.pluto-page-box figure img,
.index-fullwidth article.pluto-page-box .post-video-box img,
.index-fullwidth article.pluto-page-box .post-gallery-box img {
  width: inherit;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}

.page .post-meta-top,
.single .post-meta-top,
.index-isotope .post-meta-top,
.index-fullwidth .post-meta-top {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.page .post-meta-top:before,
.page .post-meta-top:after,
.single .post-meta-top:before,
.single .post-meta-top:after,
.index-isotope .post-meta-top:before,
.index-isotope .post-meta-top:after,
.index-fullwidth .post-meta-top:before,
.index-fullwidth .post-meta-top:after {
  content: " ";
  display: table;
}

.page .post-meta-top:after,
.single .post-meta-top:after,
.index-isotope .post-meta-top:after,
.index-fullwidth .post-meta-top:after {
  clear: both;
}

.page .post-meta-top:before,
.page .post-meta-top:after,
.single .post-meta-top:before,
.single .post-meta-top:after,
.index-isotope .post-meta-top:before,
.index-isotope .post-meta-top:after,
.index-fullwidth .post-meta-top:before,
.index-fullwidth .post-meta-top:after {
  content: " ";
  display: table;
}

.page .post-meta-top:after,
.single .post-meta-top:after,
.index-isotope .post-meta-top:after,
.index-fullwidth .post-meta-top:after {
  clear: both;
}

.page .post-meta-top ul,
.single .post-meta-top ul,
.index-isotope .post-meta-top ul,
.index-fullwidth .post-meta-top ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.page .post-meta-top ul li,
.single .post-meta-top ul li,
.index-isotope .post-meta-top ul li,
.index-fullwidth .post-meta-top ul li {
  font-size: 12px;
}

.page .post-meta-top .post-date,
.single .post-meta-top .post-date,
.index-isotope .post-meta-top .post-date,
.index-fullwidth .post-meta-top .post-date {
  float: left;
}

@media (max-width: 767px) {

  .page .post-meta-top .post-date,
  .single .post-meta-top .post-date,
  .index-isotope .post-meta-top .post-date,
  .index-fullwidth .post-meta-top .post-date {
    float: none;
  }
}

.page .post-meta-top .post-author,
.single .post-meta-top .post-author,
.index-isotope .post-meta-top .post-author,
.index-fullwidth .post-meta-top .post-author {
  float: left;
  border-left: 1px solid #e6e6e6;
  margin-left: 8px;
  padding-left: 8px;
}

.page .post-meta-top .post-author a,
.single .post-meta-top .post-author a,
.index-isotope .post-meta-top .post-author a,
.index-fullwidth .post-meta-top .post-author a {
  color: #111;
  border-bottom: 1px solid #111;
}

.page .post-meta-top .post-author a:hover,
.single .post-meta-top .post-author a:hover,
.index-isotope .post-meta-top .post-author a:hover,
.index-fullwidth .post-meta-top .post-author a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {

  .page .post-meta-top .post-author,
  .single .post-meta-top .post-author,
  .index-isotope .post-meta-top .post-author,
  .index-fullwidth .post-meta-top .post-author {
    float: none;
    border: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 5px;
  }
}

.page .post-meta-top .post-tags,
.single .post-meta-top .post-tags,
.index-isotope .post-meta-top .post-tags,
.index-fullwidth .post-meta-top .post-tags {
  margin-left: 0px;
  padding-left: 0px;
}

.page .post-meta-top .post-tags li,
.single .post-meta-top .post-tags li,
.index-isotope .post-meta-top .post-tags li,
.index-fullwidth .post-meta-top .post-tags li {
  margin-left: 3px;
  float: right;
  margin-bottom: 3px;
}

.page .post-meta-top .post-tags li a,
.single .post-meta-top .post-tags li a,
.index-isotope .post-meta-top .post-tags li a,
.index-fullwidth .post-meta-top .post-tags li a {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
  border-radius: 4px;
  text-transform: uppercase;
}

.page .post-meta-top .post-tags li a:hover,
.single .post-meta-top .post-tags li a:hover,
.index-isotope .post-meta-top .post-tags li a:hover,
.index-fullwidth .post-meta-top .post-tags li a:hover {
  border-color: #2f8cbd;
  background-color: #fff;
  text-decoration: none;
}

.page .post-meta-top .post-categories li,
.single .post-meta-top .post-categories li,
.index-isotope .post-meta-top .post-categories li,
.index-fullwidth .post-meta-top .post-categories li {
  margin-left: 3px;
  margin-bottom: 3px;
  float: right;
}

.page .post-meta-top .post-categories li a,
.single .post-meta-top .post-categories li a,
.index-isotope .post-meta-top .post-categories li a,
.index-fullwidth .post-meta-top .post-categories li a {
  display: block;
  padding: 3px 7px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #fcf6d6;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #968836;
  border: 1px solid #dbcd74;
  border-radius: 4px;
}

.page .post-meta-top .post-categories li a:hover,
.single .post-meta-top .post-categories li a:hover,
.index-isotope .post-meta-top .post-categories li a:hover,
.index-fullwidth .post-meta-top .post-categories li a:hover {
  border-color: #b9a630;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {

  .page .post-meta-top .post-author,
  .single .post-meta-top .post-author,
  .index-isotope .post-meta-top .post-author,
  .index-fullwidth .post-meta-top .post-author {
    margin-bottom: 20px;
  }

  .page .post-meta-top .post-categories,
  .page .post-meta-top .post-tags,
  .single .post-meta-top .post-categories,
  .single .post-meta-top .post-tags,
  .index-isotope .post-meta-top .post-categories,
  .index-isotope .post-meta-top .post-tags,
  .index-fullwidth .post-meta-top .post-categories,
  .index-fullwidth .post-meta-top .post-tags {
    float: left;
  }

  .page .post-meta-top .post-categories li,
  .page .post-meta-top .post-tags li,
  .single .post-meta-top .post-categories li,
  .single .post-meta-top .post-tags li,
  .index-isotope .post-meta-top .post-categories li,
  .index-isotope .post-meta-top .post-tags li,
  .index-fullwidth .post-meta-top .post-categories li,
  .index-fullwidth .post-meta-top .post-tags li {
    float: left;
  }
}

.page .figure-link,
.single .figure-link,
.index-isotope .figure-link,
.index-fullwidth .figure-link {
  display: block;
  z-index: 10;
}

.page .figure-link .figure-shade,
.single .figure-link .figure-shade,
.index-isotope .figure-link .figure-shade,
.index-fullwidth .figure-link .figure-shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  border-radius: 6px;
  z-index: 2;
}

.page .figure-link .figure-icon,
.single .figure-link .figure-icon,
.index-isotope .figure-link .figure-icon,
.index-fullwidth .figure-link .figure-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 0;
  left: 50%;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 3;
}

.page .figure-link img,
.single .figure-link img,
.index-isotope .figure-link img,
.index-fullwidth .figure-link img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}

.page .figure-link:hover .figure-shade,
.single .figure-link:hover .figure-shade,
.index-isotope .figure-link:hover .figure-shade,
.index-fullwidth .figure-link:hover .figure-shade {
  background-color: rgba(0, 0, 0, 0.4);
}

.page .figure-link:hover .figure-icon,
.single .figure-link:hover .figure-icon,
.index-isotope .figure-link:hover .figure-icon,
.index-fullwidth .figure-link:hover .figure-icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.page .figure-link:hover img,
.single .figure-link:hover img,
.index-isotope .figure-link:hover img,
.index-fullwidth .figure-link:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.page figure,
.single figure,
.index-isotope figure,
.index-fullwidth figure {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page figure img,
.single figure img,
.index-isotope figure img,
.index-fullwidth figure img {
  width: inherit;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}

.index-isotope figure.abs-slider {
  position: relative;
}

.index-isotope figure.abs-slider .flexslider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.index-isotope figure.abs-image img {
  position: absolute;
}

.read-more-link {
  margin-top: 15px;
}

.read-more-link a {
  font-weight: 700;
  display: inline-block;
  background-color: #f4f9fc;
  border-bottom: 1px solid #55aded;
  padding: 3px 4px 1px 4px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.read-more-link a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1287cc;
  background-color: #fff;
}

.page h1.page-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
}

.page h1.page-title:after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  background-color: #00a8c6;
  position: absolute;
  bottom: 0px;
}

.page h1.page-title:first-child {
  margin-top: 0px;
}

.page .pluto-page-box .post-media-body img,
.single .pluto-page-box .post-media-body img,
.index-fullwidth .pluto-page-box .post-media-body img {
  border-radius: 0px;
  z-index: 1;
  position: relative;
}

.page .pluto-page-box .post-media-body .figure-shade,
.single .pluto-page-box .post-media-body .figure-shade,
.index-fullwidth .pluto-page-box .post-media-body .figure-shade {
  border-radius: 0px;
}

.page .pluto-page-box .post-media-body figure,
.single .pluto-page-box .post-media-body figure,
.index-fullwidth .pluto-page-box .post-media-body figure {
  position: relative;
  z-index: 2;
  border-radius: 0px;
}

.page .pluto-page-box .single-post-top-features,
.single .pluto-page-box .single-post-top-features,
.index-fullwidth .pluto-page-box .single-post-top-features {
  position: relative;
}

.page .pluto-page-box .single-post-top-share,
.page .pluto-page-box .single-post-top-qr,
.single .pluto-page-box .single-post-top-share,
.single .pluto-page-box .single-post-top-qr,
.index-fullwidth .pluto-page-box .single-post-top-share,
.index-fullwidth .pluto-page-box .single-post-top-qr {
  position: absolute;
  top: -34px;
  left: -31px;
  display: block;
}

.page .pluto-page-box .single-post-top-share:before,
.page .pluto-page-box .single-post-top-share:after,
.page .pluto-page-box .single-post-top-qr:before,
.page .pluto-page-box .single-post-top-qr:after,
.single .pluto-page-box .single-post-top-share:before,
.single .pluto-page-box .single-post-top-share:after,
.single .pluto-page-box .single-post-top-qr:before,
.single .pluto-page-box .single-post-top-qr:after,
.index-fullwidth .pluto-page-box .single-post-top-share:before,
.index-fullwidth .pluto-page-box .single-post-top-share:after,
.index-fullwidth .pluto-page-box .single-post-top-qr:before,
.index-fullwidth .pluto-page-box .single-post-top-qr:after {
  content: " ";
  display: table;
}

.page .pluto-page-box .single-post-top-share:after,
.page .pluto-page-box .single-post-top-qr:after,
.single .pluto-page-box .single-post-top-share:after,
.single .pluto-page-box .single-post-top-qr:after,
.index-fullwidth .pluto-page-box .single-post-top-share:after,
.index-fullwidth .pluto-page-box .single-post-top-qr:after {
  clear: both;
}

.page .pluto-page-box .single-post-top-share:before,
.page .pluto-page-box .single-post-top-share:after,
.page .pluto-page-box .single-post-top-qr:before,
.page .pluto-page-box .single-post-top-qr:after,
.single .pluto-page-box .single-post-top-share:before,
.single .pluto-page-box .single-post-top-share:after,
.single .pluto-page-box .single-post-top-qr:before,
.single .pluto-page-box .single-post-top-qr:after,
.index-fullwidth .pluto-page-box .single-post-top-share:before,
.index-fullwidth .pluto-page-box .single-post-top-share:after,
.index-fullwidth .pluto-page-box .single-post-top-qr:before,
.index-fullwidth .pluto-page-box .single-post-top-qr:after {
  content: " ";
  display: table;
}

.page .pluto-page-box .single-post-top-share:after,
.page .pluto-page-box .single-post-top-qr:after,
.single .pluto-page-box .single-post-top-share:after,
.single .pluto-page-box .single-post-top-qr:after,
.index-fullwidth .pluto-page-box .single-post-top-share:after,
.index-fullwidth .pluto-page-box .single-post-top-qr:after {
  clear: both;
}

.page .pluto-page-box .single-post-top-share i,
.page .pluto-page-box .single-post-top-qr i,
.single .pluto-page-box .single-post-top-share i,
.single .pluto-page-box .single-post-top-qr i,
.index-fullwidth .pluto-page-box .single-post-top-share i,
.index-fullwidth .pluto-page-box .single-post-top-qr i {
  font-size: 20px;
  color: #8bacc9;
  float: left;
  line-height: 24px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}

.page .pluto-page-box .single-post-top-share span.caption,
.page .pluto-page-box .single-post-top-qr span.caption,
.single .pluto-page-box .single-post-top-share span.caption,
.single .pluto-page-box .single-post-top-qr span.caption,
.index-fullwidth .pluto-page-box .single-post-top-share span.caption,
.index-fullwidth .pluto-page-box .single-post-top-qr span.caption {
  line-height: 24px;
  float: left;
  color: #8bacc9;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

.page .pluto-page-box .single-post-top-share:hover i,
.page .pluto-page-box .single-post-top-qr:hover i,
.single .pluto-page-box .single-post-top-share:hover i,
.single .pluto-page-box .single-post-top-qr:hover i,
.index-fullwidth .pluto-page-box .single-post-top-share:hover i,
.index-fullwidth .pluto-page-box .single-post-top-qr:hover i {
  color: #f98181;
}

.page .pluto-page-box .single-post-top-share:hover span,
.page .pluto-page-box .single-post-top-qr:hover span,
.single .pluto-page-box .single-post-top-share:hover span,
.single .pluto-page-box .single-post-top-qr:hover span,
.index-fullwidth .pluto-page-box .single-post-top-share:hover span,
.index-fullwidth .pluto-page-box .single-post-top-qr:hover span {
  color: #f98181;
}

.page .pluto-page-box .single-post-top-share .os_social-head-w,
.single .pluto-page-box .single-post-top-share .os_social-head-w,
.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w {
  display: none;
}

.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social,
.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social,
.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social img,
.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social img,
.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social img {
  padding: 0px 6px;
  width: 36px !important;
  display: inline-block;
  vertical-align: middle;
}

.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a,
.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a,
.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a {
  display: inline-block;
  vertical-align: middle;
  opacity: .65;
}

.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover,
.single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover,
.index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.page .pluto-page-box .single-post-top-share .share-activator:hover,
.single .pluto-page-box .single-post-top-share .share-activator:hover,
.index-fullwidth .pluto-page-box .single-post-top-share .share-activator:hover {
  cursor: pointer;
  color: #f98181;
}

.page .pluto-page-box .single-post-top-share:hover span.caption,
.single .pluto-page-box .single-post-top-share:hover span.caption,
.index-fullwidth .pluto-page-box .single-post-top-share:hover span.caption {
  display: none;
}

.page .pluto-page-box .single-post-top-share:hover .os_social-head-w,
.single .pluto-page-box .single-post-top-share:hover .os_social-head-w,
.index-fullwidth .pluto-page-box .single-post-top-share:hover .os_social-head-w {
  display: block;
  white-space: nowrap;
}

.page .pluto-page-box .single-post-top-qr,
.single .pluto-page-box .single-post-top-qr,
.index-fullwidth .pluto-page-box .single-post-top-qr {
  display: none;
}

.page .pluto-page-box .single-post-top-qr:hover,
.single .pluto-page-box .single-post-top-qr:hover,
.index-fullwidth .pluto-page-box .single-post-top-qr:hover {
  cursor: pointer;
}

.page .pluto-page-box .single-post-top-reading-mode,
.single .pluto-page-box .single-post-top-reading-mode,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode {
  position: absolute;
  display: block;
  top: -34px;
  right: -34px;
}

.page .pluto-page-box .single-post-top-reading-mode:before,
.page .pluto-page-box .single-post-top-reading-mode:after,
.single .pluto-page-box .single-post-top-reading-mode:before,
.single .pluto-page-box .single-post-top-reading-mode:after,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:before,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
  content: " ";
  display: table;
}

.page .pluto-page-box .single-post-top-reading-mode:after,
.single .pluto-page-box .single-post-top-reading-mode:after,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
  clear: both;
}

.page .pluto-page-box .single-post-top-reading-mode:before,
.page .pluto-page-box .single-post-top-reading-mode:after,
.single .pluto-page-box .single-post-top-reading-mode:before,
.single .pluto-page-box .single-post-top-reading-mode:after,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:before,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
  content: " ";
  display: table;
}

.page .pluto-page-box .single-post-top-reading-mode:after,
.single .pluto-page-box .single-post-top-reading-mode:after,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
  clear: both;
}

.page .pluto-page-box .single-post-top-reading-mode i,
.single .pluto-page-box .single-post-top-reading-mode i,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode i {
  font-size: 20px;
  color: #8bacc9;
  float: right;
  line-height: 24px;
}

.page .pluto-page-box .single-post-top-reading-mode span,
.single .pluto-page-box .single-post-top-reading-mode span,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode span {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  line-height: 24px;
  float: right;
  color: #8bacc9;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}

.page .pluto-page-box .single-post-top-reading-mode:hover i,
.page .pluto-page-box .single-post-top-reading-mode:hover span,
.single .pluto-page-box .single-post-top-reading-mode:hover i,
.single .pluto-page-box .single-post-top-reading-mode:hover span,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover i,
.index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover span {
  color: #f98181;
}

.page .pluto-page-box .post-media-body,
.single .pluto-page-box .post-media-body,
.index-fullwidth .pluto-page-box .post-media-body {
  margin-bottom: 30px;
}

.page #qrcode,
.single #qrcode,
.index-fullwidth #qrcode {
  margin-top: 10px;
}

.page #qrcode img,
.single #qrcode img,
.index-fullwidth #qrcode img {
  margin: 0px auto;
}

@media (min-width: 1200px) {

  .page .main-content .content,
  .single .main-content .content,
  .index-fullwidth .main-content .content {
    padding: 0px 50px;
  }
}

@media (max-width: 767px) {

  .page article.pluto-page-box .post-body,
  .single article.pluto-page-box .post-body,
  .index-fullwidth article.pluto-page-box .post-body {
    padding: 50px 25px;
  }

  .page article.pluto-page-box .post-title,
  .single article.pluto-page-box .post-title,
  .index-fullwidth article.pluto-page-box .post-title {
    margin: 15px 0px 5px 0px;
    font-size: 26px;
    line-height: 34px;
  }

  .page article.pluto-page-box .post-title a,
  .single article.pluto-page-box .post-title a,
  .index-fullwidth article.pluto-page-box .post-title a {
    font-size: 26px;
    line-height: 34px;
  }

  .page article.pluto-page-box .post-content,
  .single article.pluto-page-box .post-content,
  .index-fullwidth article.pluto-page-box .post-content {
    font-size: 14px;
    line-height: 22px;
  }

  .page article.pluto-page-box .post-date,
  .page article.pluto-page-box .post-author,
  .single article.pluto-page-box .post-date,
  .single article.pluto-page-box .post-author,
  .index-fullwidth article.pluto-page-box .post-date,
  .index-fullwidth article.pluto-page-box .post-author {
    font-size: 12px;
    display: none;
  }

  .page article.pluto-page-box .single-post-top-share,
  .single article.pluto-page-box .single-post-top-share,
  .index-fullwidth article.pluto-page-box .single-post-top-share {
    left: -10px;
  }
}

.index-fullwidth article.pluto-page-box {
  margin-bottom: 50px;
}

.pluto-page-box .edit-link {
  position: absolute;
  top: -22px;
  right: 5px;
}

.pluto-page-box .edit-link .post-edit-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 8px;
  background-color: #d85856;
  color: #fff;
  font-weight: 700;
}

.search-404 .search-form {
  position: relative;
  margin-top: 40px;
}

.search-404 .search-form:before {
  font-family: 'osfonts';
  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;
  content: "\f002";
  top: 12px;
  right: 10px;
  position: absolute;
  color: #bfbfbf;
  font-size: 16px;
}

.search-404 .search-form .screen-reader-text,
.search-404 .search-form .search-submit {
  display: none;
}

.search-404 .search-form label {
  display: block;
  margin-bottom: 0px;
}

.search-404 .search-form .search-field {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #bfbfbf;
  padding: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.search-404 .search-form .search-field:focus {
  border: 1px solid #87a9cb;
  color: #111;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.quote-read-more-link {
  margin-top: 30px;
  font-size: 14px;
  display: block;
}

.featured-posts-slider-w {
  height: 95px;
  overflow: hidden;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #d1d7dc;
}

.featured-posts-slider-w .featured-posts-slider-i {
  position: relative;
  text-align: center;
}

.featured-posts-slider-w .post-body:before,
.featured-posts-slider-w .post-body:after {
  content: " ";
  display: table;
}

.featured-posts-slider-w .post-body:after {
  clear: both;
}

.featured-posts-slider-w .post-body:before,
.featured-posts-slider-w .post-body:after {
  content: " ";
  display: table;
}

.featured-posts-slider-w .post-body:after {
  clear: both;
}

.featured-posts-slider-w .featured-posts-label {
  position: absolute;
  background-color: #00a8c6;
  color: #fff;
  padding: 2px 4px;
  font-size: 11px;
  border-radius: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -15px;
  top: 38px;
  z-index: 9999;
}

.featured-posts-slider-w .featured-posts-slider-controls {
  position: absolute;
  right: -5px;
  top: 20px;
}

.featured-posts-slider-w .featured-posts-slider-controls a {
  text-decoration: none;
  display: block;
  width: 40px;
  margin-bottom: 5px;
}

.featured-posts-slider-w .featured-posts-slider-controls i {
  font-size: 20px;
}

.featured-posts-slider-w .featured-post {
  float: left;
  height: 75px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.featured-posts-slider-w .featured-post figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 75px;
}

.featured-posts-slider-w .featured-post figure img {
  border-radius: 0px;
}

.featured-posts-slider-w .featured-post .post-media-body {
  float: left;
  width: 100px;
  margin-right: 15px;
}

.featured-posts-slider-w .featured-post .post-media-body img {
  max-width: 100%;
  height: auto;
}

.featured-posts-slider-w .featured-post .post-content-body {
  padding-right: 20px;
  border-right: 1px solid #dfe4e7;
  height: 75px;
  overflow: hidden;
  text-align: left;
  padding-top: 5px;
}

.featured-posts-slider-w .featured-post .post-title {
  margin: 0px;
  color: #2c2d2f;
  font-size: 14px;
  line-height: 12px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featured-posts-slider-w .featured-post .post-title:hover {
  text-decoration: none;
  border-color: #2c2d2f;
}

.featured-posts-slider-w .featured-post .figure-link {
  display: block;
}

.featured-posts-slider-w .featured-post .figure-link .figure-shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}

.featured-posts-slider-w .featured-post .figure-link .figure-icon {
  position: absolute;
  bottom: -50%;
  left: 50%;
  font-size: 24px;
  margin-bottom: -12px;
  margin-left: -12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

.featured-posts-slider-w .featured-post .figure-link:hover .figure-shade {
  background-color: rgba(0, 0, 0, 0.4);
}

.featured-posts-slider-w .featured-post .figure-link:hover .figure-icon {
  bottom: 50%;
}

.featured-posts-slider-w ul.post-categories {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px solid #dfe4e7;
}

.featured-posts-slider-w ul.post-categories:before,
.featured-posts-slider-w ul.post-categories:after {
  content: " ";
  display: table;
}

.featured-posts-slider-w ul.post-categories:after {
  clear: both;
}

.featured-posts-slider-w ul.post-categories:before,
.featured-posts-slider-w ul.post-categories:after {
  content: " ";
  display: table;
}

.featured-posts-slider-w ul.post-categories:after {
  clear: both;
}

.featured-posts-slider-w ul.post-categories li {
  margin-right: 3px;
  margin-bottom: 3px;
  float: left;
}

.featured-posts-slider-w ul.post-categories li a {
  display: block;
  padding: 2px 4px;
  background-color: #d4edfc;
  font-size: 9px;
  line-height: 12px;
  color: #3893c1;
  border: 1px solid #75b9dd;
  border-radius: 2px;
}

.featured-posts-slider-w ul.post-categories li a:hover {
  border-color: #2f8cbd;
  background-color: #fff;
  text-decoration: none;
}

.featured-carousel-w {
  position: relative;
}

.featured-carousel-w .featured-posts-label {
  position: absolute;
  left: 20px;
  top: 10px;
  padding: 5px 10px;
  font-family: Nunito;
  font-weight: 700;
  color: #fff;
  background-color: #fb4e23;
  font-size: 19px;
  z-index: 3;
}

.featured-carousel-w .featured-heading {
  padding: 7px 10px;
  background-color: #f3155b;
  border-radius: 0px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  padding-left: 40px;
  z-index: 10;
}

.featured-carousel-w .featured-heading:before {
  position: absolute;
  content: "\e93c";
  font-family: 'osfontnew';
  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;
  font-size: 20px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-carousel-post {
  position: relative;
  width: 25%;
  display: none;
  float: left;
}

.featured-carousel-post .featured-carousel-post-i {
  position: relative;
  overflow: hidden;
}

.featured-carousel-post:focus,
.featured-carousel-post a:focus {
  outline: none;
}

.featured-carousel-post:first-child {
  display: block;
}

.featured-carousel-post .carousel-post-media {
  padding-bottom: 56%;
  background-size: cover;
  background-position: center center;
  display: block;
  overflow: hidden;
  transition: all 0.7s ease;
}

.featured-carousel-post .carousel-post-media .fader {
  content: "";
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.2s ease;
  display: block;
}

.featured-carousel-post.format-gallery {
  padding-bottom: 0;
}

.featured-carousel-post.format-video .post-content-body {
  display: none;
}

.featured-carousel-post .post-video-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.featured-carousel-post .figure-link {
  display: block;
}

.featured-carousel-post .figure-link .figure-shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}

.featured-carousel-post .figure-link .figure-icon {
  position: absolute;
  bottom: -50%;
  left: 50%;
  font-size: 48px;
  margin-bottom: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

.featured-carousel-post figure {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.featured-carousel-post figure img {
  width: inherit;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}

.featured-carousel-post .post-top-share {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding: 0px 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}

.featured-carousel-post .post-top-share i.share-activator-icon {
  vertical-align: middle;
  line-height: 24px;
  font-size: 10px;
  color: #fff;
  padding-right: 3px;
}

.featured-carousel-post .post-top-share span.share-activator-label {
  line-height: 24px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #555;
  letter-spacing: 1px;
  font-weight: 700;
}

.featured-carousel-post .post-top-share:hover {
  cursor: pointer;
}

.featured-carousel-post .post-top-share:hover i.share-activator-icon {
  color: rgba(255, 255, 255, 0.7);
}

.featured-carousel-post .post-top-share:hover i.share-activator-icon:before {
  content: "\f068";
}

.featured-carousel-post .post-top-share:hover span.share-activator-label {
  display: none;
}

.featured-carousel-post .post-top-share:hover .os_social-head-w {
  display: inline-block;
}

.featured-carousel-post .post-top-share .os_social-head-w {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social:before,
.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
  content: " ";
  display: table;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
  clear: both;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social:before,
.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
  content: " ";
  display: table;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
  clear: both;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social img {
  padding: 0px 4px;
  width: 25px !important;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social a {
  float: left;
  display: block;
}

.featured-carousel-post .post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.featured-carousel-post .post-content-body {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
  transition: all 0.2s ease;
}

.featured-carousel-post .post-content-body .post-title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.4;
  display: inline-block;
  transition: all 0.4s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
  text-decoration: none;
}

.featured-carousel-post .post-content-body .post-title:hover {
  text-decoration: none;
}

.featured-carousel-post .post-categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 11px;
  transition: all 0.3s ease;
  display: inline-block;
}

.featured-carousel-post .post-categories li {
  font-size: 9px;
  display: inline-block;
  margin-right: 10px;
}

.featured-carousel-post .post-categories li a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.featured-carousel-post .post-categories li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.featured-carousel-post:hover .post-top-share {
  opacity: 1;
}

.featured-carousel-post:hover .post-title {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.featured-carousel-post:hover .post-categories {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
}

.featured-carousel-post:hover .figure-shade {
  background-color: rgba(0, 0, 0, 0.4);
}

.featured-carousel-post:hover .figure-icon {
  bottom: 50%;
}

.featured-carousel-post:hover .carousel-post-media {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-carousel-post:hover .carousel-post-media .fader {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8));
  background-repeat: no-repeat;
}

.featured-carousel {
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.featured-carousel .slick-arrow {
  cursor: pointer;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px;
  font-size: 0px;
  height: 40px;
  top: 50%;
  border: none;
  width: 40px;
  z-index: 2;
}

.featured-carousel .slick-arrow:focus {
  outline: none;
}

.featured-carousel .slick-arrow:before {
  font-family: 'osfontnew';
  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;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-carousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.featured-carousel .slick-arrow.slick-prev {
  left: 10px;
}

.featured-carousel .slick-arrow.slick-prev:before {
  content: "\e90a";
}

.featured-carousel .slick-arrow.slick-next {
  right: 10px;
}

.featured-carousel .slick-arrow.slick-next:before {
  content: "\e90b";
}

.featured-carousel.slick-initialized {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.featured-carousel.slick-initialized .featured-carousel-post {
  display: block;
}

.widget {
  margin-bottom: 40px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget .widget-title {
  color: #62707c;
  font-size: 17px;
  position: relative;
  margin-bottom: 40px;
}

.widget .widget-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget select {
  max-width: 100%;
}

.widget .shortcode-categories-icons table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.widget .shortcode-categories-icons table tr td {
  width: 50%;
  padding: 25px 0px 25px 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget .shortcode-categories-icons table tr td:last-child {
  border-right: none;
}

.widget .shortcode-categories-icons table tr:last-child td {
  border-bottom: none;
}

.widget .shortcode-categories-icons a {
  color: #2c2d2f;
}

.widget .shortcode-categories-icons h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.widget .shortcode-categories-icons img {
  width: 48px;
  height: auto;
}

.widget_rss ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

.widget_rss ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li {
  margin-bottom: 8px;
  position: relative;
  padding: 3px 0px 3px 15px;
  font-size: 13px;
  line-height: 14px;
}

.widget_rss ul li:before,
.widget_pages ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before {
  content: "\f10c";
  font-family: 'osfonts';
  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;
  color: #6aa3d5;
  font-size: 6px;
  position: absolute;
  left: 0px;
  top: 6px;
}

.widget_rss ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover {
  color: #3878b5;
  text-decoration: underline;
}

.widget_rss .rssSummary {
  font-size: 13px;
}

.widget_rss .rss-date {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget_rss cite {
  font-size: 10px;
  margin-top: 5px;
  display: block;
}

.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  padding: 2px 7px;
  margin-bottom: 4px;
  display: inline-block;
  background-color: #d4edfc;
  color: #3893c1;
  border: 1px solid #75b9dd;
  border-radius: 0px;
}

.widget_tag_cloud .tagcloud a:hover {
  border-color: #89c3e2;
  background-color: #ecf7fe;
  text-decoration: none;
}

.widget_calendar caption {
  text-transform: uppercase;
  color: #748799;
  font-size: 11px;
  margin-bottom: 5px;
}

.widget_calendar table {
  width: 100%;
  font-size: 13px;
}

.widget_calendar th {
  text-align: right;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
}

.widget_calendar tfoot td {
  padding-top: 10px;
}

.widget_calendar tbody td {
  text-align: right;
  padding: 5px;
  border: 1px solid #e6e6e6;
  color: #6a8496;
}

.widget_calendar tbody td a {
  color: #0083ff;
}

.widget_search {
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  border: none;
}

.widget_search form {
  position: relative;
}

.widget_search form:before {
  font-family: 'osfonts';
  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;
  content: "\f002";
  top: 7px;
  right: 10px;
  position: absolute;
  color: #ccc;
  font-size: 16px;
}

.widget_search .widget-title,
.widget_search .search-submit,
.widget_search .screen-reader-text {
  display: none;
}

.widget_search label {
  display: block;
  margin-bottom: 0px;
}

.widget_search .search-field {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #aaa;
  padding: 5px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  outline: none;
  color: #111;
}

.widget_search .search-field:focus {
  border: 1px solid #777;
}

.tptn_posts_widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tptn_posts_widget ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.tptn_posts_widget ul li:before,
.tptn_posts_widget ul li:after {
  content: " ";
  display: table;
}

.tptn_posts_widget ul li:after {
  clear: both;
}

.tptn_posts_widget ul li:before,
.tptn_posts_widget ul li:after {
  content: " ";
  display: table;
}

.tptn_posts_widget ul li:after {
  clear: both;
}

.tptn_posts_widget ul li>a {
  display: block;
  float: left;
  width: 20%;
  border-radius: 0px;
}

.tptn_posts_widget ul li>a img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.tptn_posts_widget ul li .tptn_after_thumb {
  display: block;
  float: left;
  width: 80%;
  padding-left: 10px;
}

.tptn_posts_widget ul li .tptn_after_thumb .tptn_link {
  display: block;
  font-size: 13px;
}

.tptn_posts_widget ul li .tptn_after_thumb .tptn_author {
  font-size: 10px;
}

.tptn_posts_widget ul li .tptn_after_thumb .tptn_date {
  font-size: 10px;
  color: #899caf;
}

.tptn_posts_widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget-written-by,
.widget-related-post {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}

.widget-written-by img,
.widget-related-post img {
  max-width: 100%;
  height: auto;
}

.widget-written-by .widget-caption,
.widget-related-post .widget-caption {
  margin-bottom: 5px;
  margin-top: 0px;
}

.widget-written-by .widget-caption a,
.widget-related-post .widget-caption a {
  color: #2c2d2f;
}

.widget-written-by .widget-title,
.widget-related-post .widget-title {
  color: #2c2d2f;
  margin-top: 0px;
}

.widget-written-by .widget-content,
.widget-related-post .widget-content {
  font-size: 13px;
  color: #3c5b68;
}

@media (max-width: 991px) {

  .widget-written-by .row,
  .widget-related-post .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .sidebar-under-post .under-post-widget-column:first-child .widget {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .sidebar-under-post .under-post-widget-column:first-child .widget {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 992px) {
  .sidebar-under-post .under-post-widget-column:last-child .widget {
    padding-left: 20px;
  }
}

.widget_text iframe {
  width: 100%;
}

.wrapped-widgets .widget {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.wrapped-widgets .widget .widget-title {
  margin-top: 0px;
}

.wrapped-widgets .widget:last-child {
  margin-bottom: 0px;
}

.wrapped-widgets .widget.AdWidget_ImageWidget {
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .no-ads-on-smartphones .top-sidebar-wrapper {
    display: none;
  }

  .no-ads-on-smartphones .AdWidget_HTMLWidget {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .no-ads-on-tablets .top-sidebar-wrapper {
    display: none;
  }

  .no-ads-on-tablets .AdWidget_HTMLWidget {
    display: none;
  }
}

.menu-position-top .top-sidebar-wrapper {
  padding-top: 30px;
}

.ads_top_placeholder_widget {
  background-color: #fff !important;
  color: #333;
  border: 1px solid #aaa !important;
  border-radius: 0px;
  padding: 30px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0px auto;
  max-width: 700px;
  width: auto;
}

.ads_side_placeholder_widget {
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 0px;
  color: #333;
  text-align: center;
  background-color: #eee !important;
  padding: 50px 20px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ads_side_placeholder_widget h4 {
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.ads_menu_placeholder_widget {
  background-color: #eee;
  color: #222;
  border: 1px solid #aaa;
  border-radius: 0px;
  text-align: center;
  background-color: #eee !important;
  padding: 30px 20px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ads_menu_placeholder_widget h4 {
  color: #222;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.mc4wp-form {
  border-radius: 0px;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  border: none;
  position: relative;
  text-align: center;
}

.mc4wp-form label {
  display: block;
  margin-bottom: 7px;
  padding-left: 3px;
}

.mc4wp-form select,
.mc4wp-form textarea,
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #aaa;
  padding: 5px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  outline: none;
  color: #111;
}

.mc4wp-form select:focus,
.mc4wp-form textarea:focus,
.mc4wp-form input[type="text"]:focus,
.mc4wp-form input[type="email"]:focus {
  border: 1px solid #777;
}

.mc4wp-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
  letter-spacing: 0.3px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.mc4wp-form input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:focus {
  color: #333;
  text-decoration: none;
}

.mc4wp-form input[type="submit"]:active,
.mc4wp-form input[type="submit"].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);
}

.mc4wp-form input[type="submit"].disabled,
.mc4wp-form input[type="submit"][disabled],
fieldset[disabled] .mc4wp-form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:focus,
.mc4wp-form input[type="submit"]:active,
.mc4wp-form input[type="submit"].active,
.open .dropdown-toggle.mc4wp-form input[type="submit"] {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.mc4wp-form input[type="submit"]:active,
.mc4wp-form input[type="submit"].active,
.open .dropdown-toggle.mc4wp-form input[type="submit"] {
  background-image: none;
}

.mc4wp-form input[type="submit"].disabled,
.mc4wp-form input[type="submit"].disabled:hover,
.mc4wp-form input[type="submit"].disabled:focus,
.mc4wp-form input[type="submit"].disabled:active,
.mc4wp-form input[type="submit"].disabled.active,
.mc4wp-form input[type="submit"][disabled],
.mc4wp-form input[type="submit"][disabled]:hover,
.mc4wp-form input[type="submit"][disabled]:focus,
.mc4wp-form input[type="submit"][disabled]:active,
.mc4wp-form input[type="submit"][disabled].active,
fieldset[disabled] .mc4wp-form input[type="submit"],
fieldset[disabled] .mc4wp-form input[type="submit"]:hover,
fieldset[disabled] .mc4wp-form input[type="submit"]:focus,
fieldset[disabled] .mc4wp-form input[type="submit"]:active,
fieldset[disabled] .mc4wp-form input[type="submit"].active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.mc4wp-form input[type="submit"] .badge {
  color: #1d6fef;
  background-color: #fff;
}

.mc4wp-form h4 {
  color: #62707c;
  margin-bottom: 35px;
  position: relative;
  font-size: 17px;
}

.mc4wp-form h4:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -15px;
}

.mc4wp-form .mc4wp-alert {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}

.mc4wp-form .mc4wp-alert.mc4wp-success {
  padding: 5px 10px;
  background-color: #648e33;
  color: #fff;
}

.widget .zilla-social a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.widget .zilla-social a img {
  width: 28px;
  opacity: 0.9;
  display: block;
}

.widget .zilla-social a:hover img {
  opacity: 1;
}

@media (min-width: 1550px) {
  .widget .tptn_posts_widget li .tptn_after_thumb {
    padding-left: 20px;
  }

  .widget .tptn_posts_widget li .tptn_after_thumb .tptn_link {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
  }

  .widget .tptn_posts_widget li .tptn_after_thumb .tptn_author {
    font-size: 13px;
  }

  .widget .tptn_posts_widget li .tptn_after_thumb .tptn_date {
    font-size: 13px;
  }

  .widget_rss ul li,
  .widget_pages ul li,
  .widget_meta ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_recent_entries ul li {
    font-size: 14px;
    line-height: 17px;
  }
}

.widget .instagram-pics {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  display: table;
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  display: table;
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  float: left;
  width: 50%;
}

.pre-footer.floated-widgets .widget {
  background-color: #fff;
  float: left;
  border-radius: 0px;
}

.pre-footer.floated-widgets .widget .widget-title {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}

.pre-footer.floated-widgets .widget .shortcode-categories-icons table {
  margin-top: 0px;
}

.pre-footer.floated-widgets.widgets-count-2 .widget {
  width: 47.5%;
  padding: 40px;
  margin-right: 5%;
}

.pre-footer.floated-widgets.widgets-count-2 .widget:last-child {
  margin-right: 0px;
}

.pre-footer.floated-widgets.widgets-count-3 .widget {
  width: 30%;
  padding: 30px;
  margin-right: 5%;
}

.pre-footer.floated-widgets.widgets-count-3 .widget:last-child {
  margin-right: 0px;
}

.pre-footer.floated-widgets.widgets-count-4 .widget {
  width: 22%;
  padding: 20px;
  margin-right: 4%;
}

.pre-footer.floated-widgets.widgets-count-4 .widget:last-child {
  margin-right: 0px;
}

.pre-footer.floated-widgets.widgets-count-4 .widget {
  width: 22%;
  padding: 20px;
  margin-right: 4%;
  margin-bottom: 4%;
}

.pre-footer.floated-widgets.widgets-count-4 .widget:last-child,
.pre-footer.floated-widgets.widgets-count-4 .widget:nth-child(4n) {
  margin-right: 0px;
}

.pre-footer.floated-widgets.widgets-count-4 .widget:nth-child(4n + 5) {
  clear: left;
}

.pre-footer.stacked-widgets .widget {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 25px 50px;
  margin-bottom: 0px;
}

.pre-footer.stacked-widgets .widget.no-padding {
  padding: 0px;
}

.pre-footer.stacked-widgets .widget .widget-title {
  display: table-cell;
  width: 200px;
  font-size: 22px;
  padding-right: 20px;
  vertical-align: middle;
}

.pre-footer.stacked-widgets .widget .widget-title:after {
  height: 30px;
  width: 5px;
  top: 50%;
  bottom: auto;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pre-footer.stacked-widgets .widget ul {
  display: table-cell;
  list-style: none;
  padding-left: 40px;
  vertical-align: middle;
}

.pre-footer.stacked-widgets .widget ul li {
  display: inline-block;
  border: none;
  padding: 0px;
  margin-right: 3px;
  margin-bottom: 6px;
  font-family: Nunito;
  font-weight: 700;
}

.pre-footer.stacked-widgets .widget ul li a {
  font-size: 14px;
  padding: 2px 6px;
  display: inline-block;
  border: none;
}

.pre-footer.stacked-widgets .widget .tagcloud {
  display: table-cell;
  list-style: none;
  padding-left: 40px;
  vertical-align: middle;
  font-family: Nunito;
  font-weight: 400;
}

.pre-footer.stacked-widgets .widget .tagcloud a {
  margin-right: 3px;
  margin-bottom: 6px;
  font-size: 12px;
  padding: 2px 6px;
  display: inline-block;
}

.pre-footer.stacked-widgets .widget #sbi_load {
  padding: 0px !important;
}

.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li {
  width: 300px;
  border: none;
  padding: 0px;
  padding-right: 40px;
  margin: 0px;
  font-family: Nunito;
  font-weight: 700;
  display: table;
  table-layout: fixed;
}

.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li>.tptn_link {
  width: 50px;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li>.tptn_link img {
  width: 100%;
  height: auto;
}

.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb {
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.pre-footer.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a {
  font-size: 14px;
  padding: 2px 6px;
  display: inline-block;
}

.pre-footer.stacked-widgets .widget.widget_categories li a {
  font-family: Nunito;
  font-weight: 400;
}

.pre-footer.color-scheme-dark.stacked-widgets .widget {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pre-footer.color-scheme-dark.stacked-widgets .widget .widget-title {
  color: rgba(255, 255, 255, 0.8);
}

.pre-footer.color-scheme-dark.stacked-widgets .widget ul li {
  color: rgba(255, 255, 255, 0.8);
}

.pre-footer.color-scheme-dark.stacked-widgets .widget ul li a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.2);
}

.pre-footer.color-scheme-dark.stacked-widgets .widget.widget_widget_tptn_pop ul li {
  color: rgba(255, 255, 255, 0.8);
}

.pre-footer.color-scheme-dark.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.pre-footer.color-scheme-light.stacked-widgets .widget {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pre-footer.color-scheme-light.stacked-widgets .widget .widget-title {
  color: rgba(0, 0, 0, 0.8);
}

.pre-footer.color-scheme-light.stacked-widgets .widget ul li {
  color: rgba(0, 0, 0, 0.8);
}

.pre-footer.color-scheme-light.stacked-widgets .widget ul li a {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.pre-footer.color-scheme-light.stacked-widgets .widget.widget_widget_tptn_pop ul li {
  color: rgba(0, 0, 0, 0.8);
}

.pre-footer.color-scheme-light.stacked-widgets .widget.widget_widget_tptn_pop ul li .tptn_after_thumb a {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .main-content-w .main-footer {
    padding: 20px;
  }

  .main-content-w .main-footer.with-social {
    text-align: center;
  }

  .main-content-w .main-footer.with-social .footer-copy-and-menu-w {
    display: block;
    float: none;
    width: auto;
  }

  .main-content-w .main-footer.with-social .footer-copy-and-menu-w .menu li {
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }

  .main-content-w .main-footer.with-social .footer-social-w {
    display: block;
    float: none;
    width: auto;
    margin-top: 20px;
    text-align: center;
  }

  .pre-footer.stacked-widgets .widget {
    display: block;
    padding: 20px;
  }

  .pre-footer.stacked-widgets .widget .widget-title {
    display: block;
    padding: 0px;
    width: 100%;
  }

  .pre-footer.stacked-widgets .widget .widget-title:after {
    height: 5px;
    width: 30px;
    top: auto;
    bottom: -25px;
    left: 0px;
  }

  .pre-footer.stacked-widgets .widget ul,
  .pre-footer.stacked-widgets .widget .tagcloud {
    display: block;
    padding: 0px;
    width: 100%;
  }
}

.post-navigation-unique {
  max-width: 480px;
  margin: 0px auto;
}

.post-navigation-classic .post-navigation-previous {
  padding-bottom: 20px;
}

.post-navigation-classic .post-navigation-next {
  padding-bottom: 20px;
}

.post-navigation-classic .post-navigation-next:before {
  position: absolute;
  width: 1px;
  background-color: #e6e6e6;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.wrapped-widgets .post-navigation-unique,
.wrapped-widgets .post-navigation-classic {
  padding: 10px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.wrapped-widgets .post-navigation-classic {
  max-width: 480px;
  margin: 0px auto;
}

.wrapped-widgets .post-navigation-previous,
.wrapped-widgets .post-navigation-next {
  padding: 0px;
}

.post-navigation-previous,
.post-navigation-next {
  padding-top: 10px;
  text-align: center;
}

.post-navigation-previous .arrow,
.post-navigation-next .arrow {
  color: #456978;
  margin-bottom: 5px;
}

.post-navigation-previous .caption,
.post-navigation-next .caption {
  text-transform: uppercase;
  font-size: 10px;
  color: #456978;
  margin-bottom: 5px;
}

.post-navigation-previous .navi-link,
.post-navigation-next .navi-link {
  margin-bottom: 5px;
}

.post-navigation-previous .navi-link a,
.post-navigation-next .navi-link a {
  border-bottom: 1px solid #428bca;
}

.post-navigation-previous .navi-link a:hover,
.post-navigation-next .navi-link a:hover {
  text-decoration: none;
  color: #357ebd;
  border-bottom-color: #357ebd;
}

.os-back-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/images/back-to-top-arrow.png);
  background-position: center 12px;
  -o-background-size: 20px 15px;
  -moz-background-size: 20px 15px;
  -webkit-background-size: 20px 15px;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1em;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.os-back-to-top:hover {
  background-color: #e24141;
  background-position: center 7px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

.reading-mode-content {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-navigation-previous,
.post-navigation-next {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.reading-mode {
  background-color: #fff;
}

.reading-mode .pre-footer,
.reading-mode .main-footer {
  display: none;
}

.reading-mode .sub-bar-w {
  display: none !important;
}

.reading-mode.menu-position-top.page-fixed-width .main-content-w,
.reading-mode.menu-position-top.page-fixed-width .menu-inner-w {
  max-width: 100%;
  margin: 0px auto;
}

.reading-mode .lightbox-post-w.make-visible {
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-height: 100%;
}

.reading-mode .lightbox-post-w.make-visible .lightbox-post-i {
  max-width: 700px;
  margin: 0px auto;
}

.reading-mode.admin-bar .lightbox-post-w.make-visible {
  top: 32px;
}

.reading-mode.single .type-post,
.reading-mode.page .type-page {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-top: 0px;
}

.reading-mode.single .type-post .single-post-top-features,
.reading-mode.page .type-page .single-post-top-features {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reading-mode.single .type-post .single-post-top-features:before,
.reading-mode.single .type-post .single-post-top-features:after,
.reading-mode.page .type-page .single-post-top-features:before,
.reading-mode.page .type-page .single-post-top-features:after {
  content: " ";
  display: table;
}

.reading-mode.single .type-post .single-post-top-features:after,
.reading-mode.page .type-page .single-post-top-features:after {
  clear: both;
}

.reading-mode.single .type-post .single-post-top-features:before,
.reading-mode.single .type-post .single-post-top-features:after,
.reading-mode.page .type-page .single-post-top-features:before,
.reading-mode.page .type-page .single-post-top-features:after {
  content: " ";
  display: table;
}

.reading-mode.single .type-post .single-post-top-features:after,
.reading-mode.page .type-page .single-post-top-features:after {
  clear: both;
}

.reading-mode.single .type-post .single-post-top-share,
.reading-mode.page .type-page .single-post-top-share {
  position: relative;
  top: 15px;
  left: 15px;
  float: left;
}

.reading-mode.single .type-post .single-post-top-reading-mode,
.reading-mode.page .type-page .single-post-top-reading-mode {
  position: relative;
  top: 15px;
  right: 15px;
  float: right;
}

.reading-mode.single .type-post .single-post-top-qr,
.reading-mode.page .type-page .single-post-top-qr {
  display: block;
  float: left;
  position: relative;
  top: 15px;
  left: 100px;
}

.reading-mode .top-sidebar-wrapper {
  display: none;
}

.reading-mode .main-content {
  margin-left: 0px;
}

.reading-mode .reading-mode-content {
  width: 100%;
}

.reading-mode .post-navigation-previous {
  display: none;
}

.reading-mode .post-navigation-next {
  display: none;
}

.reading-mode .post-meta {
  display: none;
}

.reading-mode .site-footer {
  display: none;
}

.reading-mode .comment-respond {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.reading-mode .main-content-i,
.reading-mode .main-content-w {
  margin-left: 0px;
  margin-right: 0px;
}

.reading-mode .sidebar-under-post {
  display: none;
}

.reading-mode .comments-area {
  display: none;
}

.reading-mode.menu-position-left .menu-block {
  animation-fill-mode: none;
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  -ms-transform: translateX(-290px);
  -o-transform: translateX(-290px);
  transform: translateX(-290px);
}

.reading-mode.menu-position-right .menu-block {
  animation-fill-mode: none;
  -webkit-transform: translateX(290px);
  -moz-transform: translateX(290px);
  -ms-transform: translateX(290px);
  -o-transform: translateX(290px);
  transform: translateX(290px);
}

.reading-mode.menu-position-top .menu-block {
  display: none;
}

.reading-mode.sidebar-position-left.menu-position-left .primary-sidebar-wrapper {
  display: none;
}

.reading-mode.sidebar-position-left.menu-position-right .primary-sidebar-wrapper {
  display: none;
}

.reading-mode.sidebar-position-left.menu-position-top .primary-sidebar-wrapper {
  display: none;
}

.reading-mode.sidebar-position-right.menu-position-left .primary-sidebar-wrapper {
  display: none;
}

.reading-mode.sidebar-position-right.menu-position-right .primary-sidebar-wrapper {
  display: none;
}

.reading-mode.sidebar-position-right.menu-position-top .primary-sidebar-wrapper {
  display: none;
}

.comments-area {
  max-width: 480px;
  margin: 0px auto;
}

.comment-respond {
  padding: 50px;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d1d7dc;
}

.comment-respond .comment-reply-title {
  margin-bottom: 35px;
  position: relative;
}

.comment-respond .comment-reply-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -15px;
}

.comment-respond .comment-form p {
  margin-bottom: 15px;
}

.comment-respond .comment-form p label {
  display: block;
}

.comment-respond .comment-form p input[type="text"],
.comment-respond .comment-form p input[type="url"],
.comment-respond .comment-form p input[type="email"],
.comment-respond .comment-form p textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comment-respond .comment-form p input[type="text"]:focus,
.comment-respond .comment-form p input[type="url"]:focus,
.comment-respond .comment-form p input[type="email"]:focus,
.comment-respond .comment-form p textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.comment-respond .comment-form p input[type="text"]:-moz-placeholder,
.comment-respond .comment-form p input[type="url"]:-moz-placeholder,
.comment-respond .comment-form p input[type="email"]:-moz-placeholder,
.comment-respond .comment-form p textarea:-moz-placeholder {
  color: #999;
}

.comment-respond .comment-form p input[type="text"]::-moz-placeholder,
.comment-respond .comment-form p input[type="url"]::-moz-placeholder,
.comment-respond .comment-form p input[type="email"]::-moz-placeholder,
.comment-respond .comment-form p textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.comment-respond .comment-form p input[type="text"]:-ms-input-placeholder,
.comment-respond .comment-form p input[type="url"]:-ms-input-placeholder,
.comment-respond .comment-form p input[type="email"]:-ms-input-placeholder,
.comment-respond .comment-form p textarea:-ms-input-placeholder {
  color: #999;
}

.comment-respond .comment-form p input[type="text"]::-webkit-input-placeholder,
.comment-respond .comment-form p input[type="url"]::-webkit-input-placeholder,
.comment-respond .comment-form p input[type="email"]::-webkit-input-placeholder,
.comment-respond .comment-form p textarea::-webkit-input-placeholder {
  color: #999;
}

.comment-respond .comment-form p input[type="text"][disabled],
.comment-respond .comment-form p input[type="text"][readonly],
fieldset[disabled] .comment-respond .comment-form p input[type="text"],
.comment-respond .comment-form p input[type="url"][disabled],
.comment-respond .comment-form p input[type="url"][readonly],
fieldset[disabled] .comment-respond .comment-form p input[type="url"],
.comment-respond .comment-form p input[type="email"][disabled],
.comment-respond .comment-form p input[type="email"][readonly],
fieldset[disabled] .comment-respond .comment-form p input[type="email"],
.comment-respond .comment-form p textarea[disabled],
.comment-respond .comment-form p textarea[readonly],
fieldset[disabled] .comment-respond .comment-form p textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.comment-respond .comment-form p input[type="text"],
textarea.comment-respond .comment-form p input[type="url"],
textarea.comment-respond .comment-form p input[type="email"],
textarea.comment-respond .comment-form p textarea {
  height: auto;
}

.comment-respond .comment-form p textarea {
  height: auto;
}

.comment-respond .comment-form p.comment-notes {
  text-transform: uppercase;
  font-size: 11px;
  color: #6c7b84;
  margin-bottom: 30px;
}

.comment-respond .comment-form input#submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.comment-respond .comment-form input#submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.comment-respond .comment-form input#submit:hover,
.comment-respond .comment-form input#submit:focus {
  color: #333;
  text-decoration: none;
}

.comment-respond .comment-form input#submit:active,
.comment-respond .comment-form input#submit.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);
}

.comment-respond .comment-form input#submit.disabled,
.comment-respond .comment-form input#submit[disabled],
fieldset[disabled] .comment-respond .comment-form input#submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.comment-respond .comment-form input#submit:hover,
.comment-respond .comment-form input#submit:focus,
.comment-respond .comment-form input#submit:active,
.comment-respond .comment-form input#submit.active,
.open .dropdown-toggle.comment-respond .comment-form input#submit {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.comment-respond .comment-form input#submit:active,
.comment-respond .comment-form input#submit.active,
.open .dropdown-toggle.comment-respond .comment-form input#submit {
  background-image: none;
}

.comment-respond .comment-form input#submit.disabled,
.comment-respond .comment-form input#submit.disabled:hover,
.comment-respond .comment-form input#submit.disabled:focus,
.comment-respond .comment-form input#submit.disabled:active,
.comment-respond .comment-form input#submit.disabled.active,
.comment-respond .comment-form input#submit[disabled],
.comment-respond .comment-form input#submit[disabled]:hover,
.comment-respond .comment-form input#submit[disabled]:focus,
.comment-respond .comment-form input#submit[disabled]:active,
.comment-respond .comment-form input#submit[disabled].active,
fieldset[disabled] .comment-respond .comment-form input#submit,
fieldset[disabled] .comment-respond .comment-form input#submit:hover,
fieldset[disabled] .comment-respond .comment-form input#submit:focus,
fieldset[disabled] .comment-respond .comment-form input#submit:active,
fieldset[disabled] .comment-respond .comment-form input#submit.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.comment-respond .comment-form input#submit .badge {
  color: #1d6fef;
  background-color: #fff;
}

.comments-title {
  margin-bottom: 60px;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}

.comments-title i {
  margin-right: 10px;
  font-size: 38px;
  color: #87a5b5;
}

.comments-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -15px;
}

.comment-list,
.children {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
}

.comment-list .comment-body,
.children .comment-body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.comment-list .comment-meta:before,
.comment-list .comment-meta:after,
.children .comment-meta:before,
.children .comment-meta:after {
  content: " ";
  display: table;
}

.comment-list .comment-meta:after,
.children .comment-meta:after {
  clear: both;
}

.comment-list .comment-meta:before,
.comment-list .comment-meta:after,
.children .comment-meta:before,
.children .comment-meta:after {
  content: " ";
  display: table;
}

.comment-list .comment-meta:after,
.children .comment-meta:after {
  clear: both;
}

.comment-list .comment-author,
.children .comment-author {
  float: left;
  margin-bottom: 20px;
}

.comment-list .comment-author img,
.children .comment-author img {
  margin-right: 10px;
}

.comment-list .comment-metadata,
.children .comment-metadata {
  float: right;
  text-transform: uppercase;
  font-size: 10px;
  color: #738c9b;
}

.comment-list .comment-reply-link,
.children .comment-reply-link {
  display: inline-block;
  background-color: #f4f9fc;
  border-bottom: 1px solid #55aded;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 14px;
  float: right;
}

.comment-list .comment-reply-link:hover,
.children .comment-reply-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #1287cc;
  background-color: #fff;
}

.comment-list .comment-content p:last-child,
.children .comment-content p:last-child {
  margin-bottom: 0px;
}

.comment-list ol.children {
  padding-left: 40px;
}

.comment-list>li:last-child .comment-body {
  border-bottom: none;
}

.site-footer {
  padding: 30px;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  text-align: right;
  color: #3c5b68;
}

.menu-position-top .site-footer {
  text-align: center;
}

.menu-position-left .site-footer {
  text-align: right;
}

.menu-position-right .site-footer {
  text-align: left;
}

.wrapped-widgets .site-footer-i {
  display: inline-block;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
}

.pre-footer {
  padding: 0px;
  margin-top: 30px;
}

.pre-footer:before,
.pre-footer:after {
  content: " ";
  display: table;
}

.pre-footer:after {
  clear: both;
}

.pre-footer:before,
.pre-footer:after {
  content: " ";
  display: table;
}

.pre-footer:after {
  clear: both;
}

.pre-footer .widget.ads_top_placeholder_widget {
  margin-bottom: 20px !important;
}

.pre-footer.color-scheme-dark {
  background-color: #111;
  border-bottom: 1px solid #000;
}

.pre-footer.color-scheme-light {
  background-color: #f6f7f9;
  border-bottom: 1px solid #c8ceda;
}

.main-footer {
  padding: 30px 50px;
}

.main-footer .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-family: Nunito;
  font-weight: 600;
}

.main-footer .menu li {
  display: inline-block;
  margin-right: 25px;
}

.main-footer .menu li a {
  font-size: 20px;
  font-family: Nunito;
  font-weight: 700;
}

.main-footer .footer-copyright {
  padding-top: 10px;
  font-size: 12px;
}

.main-footer p {
  margin: 0px;
}

.main-footer.with-social:before,
.main-footer.with-social:after {
  content: " ";
  display: table;
}

.main-footer.with-social:after {
  clear: both;
}

.main-footer.with-social:before,
.main-footer.with-social:after {
  content: " ";
  display: table;
}

.main-footer.with-social:after {
  clear: both;
}

.main-footer.with-social .footer-copy-and-menu-w {
  float: left;
  width: 70%;
}

.main-footer.with-social .footer-social-w {
  float: left;
  width: 30%;
  text-align: right;
}

.main-footer.with-social .footer-social-w a {
  display: inline-block;
  margin-left: 10px;
}

.main-footer.with-social .footer-social-w a img {
  width: 30px;
  height: 30px;
}

.main-footer.with-social .footer-social-w ul {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main-footer.with-social .footer-social-w ul li {
  display: inline-block;
}

.main-footer.with-social .footer-social-w ul li a {
  font-size: 32px;
}

.main-footer.color-scheme-dark {
  background-color: #dcecfb;
  color: rgba(255, 255, 255, 0.5);
}

.main-footer.color-scheme-dark .menu li a {
  color: rgba(255, 255, 255, 0.9);
}

.main-footer.color-scheme-dark .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.color-scheme-dark .footer-copyright a {
  color: rgba(255, 255, 255, 0.9);
}

.main-footer.color-scheme-light {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}

.main-footer.color-scheme-light .menu li a {
  color: rgba(0, 0, 0, 0.9);
}

.main-footer.color-scheme-light .footer-copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-footer.color-scheme-light .footer-copyright a {
  color: rgba(0, 0, 0, 0.9);
}

.pagination-w {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  margin-top: 30px;
  padding-top: 40px;
}

.pagination-w .wp-pagenavi {
  text-transform: uppercase;
  font-size: 12px;
}

.pagination-w .wp-pagenavi a,
.pagination-w .wp-pagenavi span {
  border: none;
  margin: 0px 10px;
  font-weight: normal;
}

.pagination-w .wp-pagenavi a:hover,
.pagination-w .wp-pagenavi span:hover {
  text-decoration: none;
}

.pagination-w .wp-pagenavi .pages {
  color: #85a9b8;
  margin-right: 30px;
}

.no-more-posts-message {
  text-align: center;
  padding: 30px 10px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #9eabbd;
}

.load-more-posts-button-w {
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.load-more-posts-button-w a {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #3c91e0;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.load-more-posts-button-w a i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.load-more-posts-button-w a span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  font-weight: 700;
}

.load-more-posts-button-w a:hover,
.load-more-posts-button-w a:focus {
  text-decoration: none;
  background-color: #111;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.load-more-posts-button-w a:hover i,
.load-more-posts-button-w a:focus i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.infinite-loading-pending .load-more-posts-button-w {
  opacity: 0;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

.wrapped-widgets .wp-pagenavi {
  display: inline-block;
  padding: 20px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.wrapped-widgets .pagination-w>a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.wrapped-widgets .no-more-posts-message {
  text-align: center;
  border: none;
  padding: 0px;
}

.wrapped-widgets .no-more-posts-message span {
  display: inline-block;
  padding: 20px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.index-filter-bar {
  background-color: #fff;
  padding: 0px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  z-index: 999;
}

.index-filter-bar+.content .index-isotope {
  padding-top: 0px;
}

.index-filter-bar+.main-content-m .index-isotope {
  padding-top: 0px;
}

.index-filter-bar .index-sort-w {
  display: inline-block;
  padding: 15px 20px 15px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.index-filter-bar .index-filter-w {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  vertical-align: middle;
}

.index-filter-bar .index-sort-w+.index-filter-w {
  padding-left: 0px;
}

.index-filter-bar .index-clear-filter-w {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-filter-bar .index-clear-filter-w button {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0px;
  border: none;
  font-size: 10px;
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-filter-bar .index-clear-filter-w button .os-new-icon {
  margin-right: 8px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}

.index-filter-bar .index-clear-filter-w button span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  font-weight: 700;
}

.index-filter-bar .index-clear-filter-w button:hover .os-new-icon {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-filter-bar .index-clear-filter-w button.active,
.index-filter-bar .index-clear-filter-w button.active:hover,
.index-filter-bar .index-clear-filter-w button.inactive:hover {
  color: #fff;
}

.index-filter-bar .index-clear-filter-w.inactive {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.index-filter-bar .index-filter-label,
.index-filter-bar .index-sort-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.index-filter-bar .index-filter-label .os-new-icon,
.index-filter-bar .index-sort-label .os-new-icon {
  margin-right: 12px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
}

.index-filter-bar .index-filter-label span,
.index-filter-bar .index-sort-label span {
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.index-filter-bar .index-sort-options,
.index-filter-bar .index-filter-categories {
  display: inline-block;
  vertical-align: middle;
}

.index-filter-bar .index-sort-options .index-sort-option,
.index-filter-bar .index-sort-options .index-filter-option,
.index-filter-bar .index-filter-categories .index-sort-option,
.index-filter-bar .index-filter-categories .index-filter-option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 4px 10px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.05);
  outline: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index-filter-bar .index-sort-options .index-sort-option:hover,
.index-filter-bar .index-sort-options .index-filter-option:hover,
.index-filter-bar .index-filter-categories .index-sort-option:hover,
.index-filter-bar .index-filter-categories .index-filter-option:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.index-filter-bar .index-sort-options .index-sort-option.active,
.index-filter-bar .index-sort-options .index-sort-option.active:hover,
.index-filter-bar .index-sort-options .index-sort-option.inactive:hover,
.index-filter-bar .index-sort-options .index-filter-option.active,
.index-filter-bar .index-sort-options .index-filter-option.active:hover,
.index-filter-bar .index-sort-options .index-filter-option.inactive:hover,
.index-filter-bar .index-filter-categories .index-sort-option.active,
.index-filter-bar .index-filter-categories .index-sort-option.active:hover,
.index-filter-bar .index-filter-categories .index-sort-option.inactive:hover,
.index-filter-bar .index-filter-categories .index-filter-option.active,
.index-filter-bar .index-filter-categories .index-filter-option.active:hover,
.index-filter-bar .index-filter-categories .index-filter-option.inactive:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

.index-filter-bar .index-sort-options .index-sort-option.inactive,
.index-filter-bar .index-sort-options .index-filter-option.inactive,
.index-filter-bar .index-filter-categories .index-sort-option.inactive,
.index-filter-bar .index-filter-categories .index-filter-option.inactive {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.05);
}

.index-filter-bar .index-filter-categories {
  padding-right: 20px;
}

.index-filter-bar .index-filter-categories-select {
  margin-right: 20px;
  display: inline-block;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-radius: 0px;
  position: relative;
  min-width: 120px;
}

.index-filter-bar .index-filter-categories-select:before {
  content: "\e90f";
  font-family: 'osfontnew';
  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;
  font-size: 12px;
  color: #111;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 9999;
}

.index-filter-bar .index-filter-categories-select.active .index-filter-options {
  display: block;
}

.index-filter-bar .index-filter-categories-select.active .index-filter-select-selected {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected {
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  padding-right: 30px;
  white-space: nowrap;
  cursor: pointer;
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-select-placeholder {
  padding: 0px 7px;
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option {
  display: inline-block;
  border-radius: 4px;
  padding: 0px 7px;
  background-color: #537eff;
  color: #fff;
  position: relative;
  padding-right: 22px;
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option:before {
  font-family: 'osfontnew';
  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;
  content: '\e93b';
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option:hover {
  background-color: #3a6bff;
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected .index-filter-option+.index-filter-option {
  margin-left: 10px;
}

.index-filter-bar .index-filter-categories-select .index-filter-select-selected.has-items .index-filter-select-placeholder {
  display: none;
}

.index-filter-bar .index-filter-categories-select .index-filter-options {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px;
  padding: 10px;
  z-index: 999;
  left: 0px;
  right: 0px;
  top: 0px;
  padding-top: 40px;
  box-shadow: none;
}

.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option {
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #f8f8f8;
  margin-bottom: 5px;
}

.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option:hover {
  background-color: #537eff;
  color: #fff;
  cursor: pointer;
}

.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option:last-child {
  margin-bottom: 0px;
}

.index-filter-bar .index-filter-categories-select .index-filter-options .index-filter-option.selected {
  display: none;
}

.index-filter-bar .index-filter-formats {
  display: inline-block;
  vertical-align: middle;
}

.index-filter-bar .index-filter-sub-label {
  display: inline-block;
  margin-right: 15px;
  font-size: 10px;
  vertical-align: middle;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.index-filter-bar .index-filter-format {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 26px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.index-filter-bar .index-filter-format i {
  line-height: 34px;
  vertical-align: middle;
}

.index-filter-bar .index-filter-format .os-filter-tooltip {
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #111;
  color: #fff;
  padding: 2px 5px;
  font-size: 8px;
  text-transform: uppercase;
  border-radius: 2px;
  letter-spacing: 1px;
  font-weight: ;
}

.index-filter-bar .index-filter-format.active {
  color: #fff;
}

.index-filter-bar .index-filter-format.inactive {
  color: rgba(255, 255, 255, 0.4);
}

.index-filter-bar .index-filter-format:hover {
  color: #fff;
}

.index-filter-bar .index-filter-format:hover .os-filter-tooltip {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.index-filter-bar.color-scheme-light {
  color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.index-filter-bar.color-scheme-light .index-clear-filter-w {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.index-filter-bar.color-scheme-light .index-clear-filter-w button .os-new-icon {
  color: rgba(0, 0, 0, 0.7);
}

.index-filter-bar.color-scheme-light .index-clear-filter-w button span {
  border-bottom: 1px solid #111;
}

.index-filter-bar.color-scheme-light .index-clear-filter-w button:hover .os-new-icon {
  color: #111;
}

.index-filter-bar.color-scheme-light .index-clear-filter-w button.active,
.index-filter-bar.color-scheme-light .index-clear-filter-w button.active:hover,
.index-filter-bar.color-scheme-light .index-clear-filter-w button.inactive:hover {
  color: #111;
}

.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: none;
}

.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option:hover,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.active,
.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.active:hover,
.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.inactive:hover,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.active,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.active:hover,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.inactive:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.active,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.active:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.inactive:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.active,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.active:hover,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.inactive:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #000;
  color: #111;
}

.index-filter-bar.color-scheme-light .index-sort-options .index-sort-option.inactive,
.index-filter-bar.color-scheme-light .index-sort-options .index-filter-option.inactive,
.index-filter-bar.color-scheme-light .index-filter-categories .index-sort-option.inactive,
.index-filter-bar.color-scheme-light .index-filter-categories .index-filter-option.inactive {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.05);
}

.index-filter-bar.color-scheme-light .index-filter-format.active {
  color: #111;
}

.index-filter-bar.color-scheme-light .index-filter-format.inactive {
  color: rgba(0, 0, 0, 0.4);
}

.index-filter-bar.color-scheme-light .index-filter-format:hover {
  color: #111;
}

.index-filter-bar.color-scheme-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.index-filter-bar.color-scheme-dark .index-filter-categories-select:before {
  color: rgba(255, 255, 255, 0.4);
}

.index-filter-bar.color-scheme-dark button {
  color: rgba(255, 255, 255, 0.8);
}

.index-filter-bar.color-scheme-dark .index-filter-sub-label {
  color: rgba(255, 255, 255, 0.5);
}

.index-filter-bar.color-scheme-dark .index-filter-label span,
.index-filter-bar.color-scheme-dark .index-sort-label span {
  color: rgba(255, 255, 255, 0.5);
}

.index-filter-bar.minimal .index-filter-format {
  font-size: 18px;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .index-filter-bar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 885px) {
  .index-filter-bar .index-filter-sub-label {
    display: none;
  }
}

@media (max-width: 991px) {

  .index-filter-bar .index-sort-label,
  .index-filter-bar .index-filter-label {
    display: none;
  }
}

@media (max-width: 1400px) {
  .index-filter-bar .index-clear-filter-btn span {
    display: none !important;
  }

  .index-filter-bar .index-clear-filter-w {
    padding-left: 20px;
    margin-left: 0px;
  }
}

@media (max-width: 1150px) {

  .index-filter-bar .index-sort-label span,
  .index-filter-bar .index-filter-label span {
    display: none !important;
  }

  .index-filter-bar .index-sort-label .os-new-icon,
  .index-filter-bar .index-filter-label .os-new-icon {
    margin-right: 0px;
  }
}

.main-search-form-overlay {
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-search-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  position: fixed;
  left: 50%;
  top: -400px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: auto;
  width: 550px;
  max-width: 95%;
}

.main-search-form form .search-field-w {
  position: relative;
}

.main-search-form form .search-field-w:before {
  font-family: 'osfonts';
  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;
  content: "\f002";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.2);
}

.main-search-form form.search-loading .search-field-w:before {
  content: "\f017";
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: spinningAnimation 0.8s linear infinite;
  animation: spinningAnimation 0.8s linear infinite;
}

.main-search-form form .search-field {
  padding: 20px;
  padding-left: 85px;
  font-size: 30px;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  position: relative;
  width: 100%;
}

.main-search-form form .search-field:focus {
  outline: none;
}

.main-search-form form .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  background-color: #537eff;
  color: #fff;
  padding: 15px 30px;
  border: none;
  font-size: 24px;
  border-radius: 0px;
}

.autosuggest-results {
  position: relative;
}

.autosuggest-results .no-results-augosuggest {
  padding: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px;
}

.autosuggest-results .autosuggest-items {
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px 0px;
}

.autosuggest-results .autosuggest-items-shadow {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.autosuggest-results .autosuggest-item {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.autosuggest-results .autosuggest-item .autosuggest-item-title {
  margin: 0px;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.autosuggest-results .autosuggest-item .autosuggest-item-media-w {
  width: 55px;
  display: table-cell;
  vertical-align: middle;
}

.autosuggest-results .autosuggest-item .autosuggest-item-media-thumbnail {
  height: 55px;
  width: 100%;
  border-radius: 0px;
  position: relative;
  display: block;
}

.autosuggest-results .autosuggest-item:hover {
  background-color: #eee;
  text-decoration: none;
}

.autosuggest-results .autosuggest-item:hover .autosuggest-item-title {
  color: #000;
}

.autosuggest-results .autosuggest-item:focus {
  text-decoration: none;
}

.active-search-form .main-search-form {
  top: 50%;
}

.copyright-tooltip {
  background-color: #111;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 12000;
  display: none;
}

@keyframes showPageBox {
  0% {
    transform: translate3d(0, 35px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}

@keyframes showLeftMenu {
  0% {
    transform: translate3d(-60px, 0px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0px, 0px, 0);
    opacity: 1;
  }
}

@keyframes showFeaturedHeading {
  0% {
    transform: translate3d(0px, 80px, 0) scale(0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0px, 0px, 0) scale(1);
    opacity: 1;
  }
}

.pluto-page-box {
  animation: 0.4s cubic-bezier(.25, 1.1, .5, 1) 0.1s showPageBox;
  animation-fill-mode: both;
}

.menu-position-left .menu-block {
  animation: 0.5s cubic-bezier(.25, 1.1, .5, 1) 0.1s showLeftMenu;
  animation-fill-mode: both;
}

.featured-carousel-w .featured-heading {
  animation: 0.4s cubic-bezier(.25, 1.1, .5, 1.2) 0.6s showFeaturedHeading;
  animation-fill-mode: both;
}

@keyframes showFilter {
  0% {
    transform: translate3d(60px, 0px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0px, 0px, 0);
    opacity: 1;
  }
}

@keyframes introLoading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

.index-filter-bar {
  animation: 0.4s cubic-bezier(.25, 1.1, .5, 1) 0.6s showFilter;
  animation-fill-mode: both;
}

.all-wrapper.with-loading:before {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  background-color: #eee;
  animation: 0.7s ease 0.8s introLoading;
  animation-fill-mode: both;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  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;
}

[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;
}

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}

.wpcf7-form {
  margin-top: 40px;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 5px;
  margin-bottom: 20px;
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wpcf7-form .wpcf7-text:-moz-placeholder,
.wpcf7-form .wpcf7-textarea:-moz-placeholder {
  color: #999;
}

.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  color: #999;
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #999;
}

.wpcf7-form .wpcf7-text[disabled],
.wpcf7-form .wpcf7-text[readonly],
fieldset[disabled] .wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea[disabled],
.wpcf7-form .wpcf7-textarea[readonly],
fieldset[disabled] .wpcf7-form .wpcf7-textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.wpcf7-form .wpcf7-text,
textarea.wpcf7-form .wpcf7-textarea {
  height: auto;
}

.wpcf7-form .wpcf7-textarea {
  height: auto;
}

.wpcf7-form .wpcf7-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.wpcf7-form .wpcf7-submit:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
  color: #333;
  text-decoration: none;
}

.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit.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);
}

.wpcf7-form .wpcf7-submit.disabled,
.wpcf7-form .wpcf7-submit[disabled],
fieldset[disabled] .wpcf7-form .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-form .wpcf7-submit {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.wpcf7-form .wpcf7-submit:active,
.wpcf7-form .wpcf7-submit.active,
.open .dropdown-toggle.wpcf7-form .wpcf7-submit {
  background-image: none;
}

.wpcf7-form .wpcf7-submit.disabled,
.wpcf7-form .wpcf7-submit.disabled:hover,
.wpcf7-form .wpcf7-submit.disabled:focus,
.wpcf7-form .wpcf7-submit.disabled:active,
.wpcf7-form .wpcf7-submit.disabled.active,
.wpcf7-form .wpcf7-submit[disabled],
.wpcf7-form .wpcf7-submit[disabled]:hover,
.wpcf7-form .wpcf7-submit[disabled]:focus,
.wpcf7-form .wpcf7-submit[disabled]:active,
.wpcf7-form .wpcf7-submit[disabled].active,
fieldset[disabled] .wpcf7-form .wpcf7-submit,
fieldset[disabled] .wpcf7-form .wpcf7-submit:hover,
fieldset[disabled] .wpcf7-form .wpcf7-submit:focus,
fieldset[disabled] .wpcf7-form .wpcf7-submit:active,
fieldset[disabled] .wpcf7-form .wpcf7-submit.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.wpcf7-form .wpcf7-submit .badge {
  color: #1d6fef;
  background-color: #fff;
}

.wpcf7-form p {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
}

.wpurp-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10%;
  margin-top: 50px;
  font-size: 13px;
}

.wpurp-container .wpurp-columns {
  width: 100%;
}

.wpurp-container .wpurp-columns td {
  vertical-align: top;
}

.wpurp-container .wpurp-columns td:first-child {
  width: 150px;
}

.wpurp-container .wpurp-columns td+td+td {
  padding-left: 50px;
}

.wpurp-container .wpurp-recipe-title {
  font-family: Nunito;
  font-weight: 700;
  font-size: 20px;
  display: block;
  color: #2c2d2f;
  margin-bottom: 5px;
}

.wpurp-container .wpurp-title {
  margin-top: 40px;
  font-family: Nunito;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #2c2d2f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.wpurp-container .wpurp-recipe-ingredient-name a {
  color: #2c2d2f;
  border-bottom: 1px dotted #2c2d2f;
}

.wpurp-container .wpurp-recipe-ingredient-container {
  margin-top: 10px;
}

.wpurp-container .wpurp-recipe-ingredient {
  margin-bottom: 10px;
}

.wpurp-container .wpurp-recipe-tags {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.wpurp-container .wpurp-recipe-tags li {
  display: inline-block;
}

.wpurp-container .wpurp-recipe-tags li .wpurp-recipe-tag-terms a {
  display: inline-block;
  padding: 1px 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  font-family: Nunito;
  font-weight: 400;
  font-size: 9px;
  color: #2c2d2f;
}

.wpurp-container .wpurp-recipe-tags .wpurp-recipe-tags-course {
  margin-right: 20px;
}

.wpurp-container .wpurp-pinterest {
  padding-top: 30px;
}

.wpurp-container .wpurp-recipe-servings-changer {
  display: block;
  margin-top: 10px;
}

.wpurp-container .wpurp-recipe-servings-changer input {
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.wpurp-container .wpurp-recipe-stars {
  display: inline-block;
  margin-bottom: 10px;
}

.wpurp-container .wpurp-recipe-stars .fa-star:before {
  content: "\f005";
  color: #bd9f24;
  font-size: 18px;
  display: inline-block;
  margin: 0px 2px;
}

.wpurp-container .wpurp-recipe-stars .fa-star-o:before {
  content: "\f005";
  color: #d7cb9a;
  font-size: 18px;
  display: inline-block;
  margin: 0px 2px;
}

.wpurp-container .wpurp-recipe-print-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wpurp-container .wpurp-recipe-print-button .fa-print:before {
  color: #111;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}

.wpurp-container .wpurp-recipe-instruction-container {
  font-family: Nunito;
  font-weight: 400;
  color: #2c2d2f;
  font-size: 16px;
}

.wpurp-container .wpurp-recipe-instruction-container .wpurp-rows-row {
  font-family: Nunito;
  font-weight: 400;
  color: #3c5b68;
  font-size: 13px;
  padding-left: 10px;
}

.wpurp-container .wpurp-recipe-instruction {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wpurp-container ul {
  margin-top: 20px;
  margin-bottom: 0px;
}

.wpurp-container .wpurp-recipe-ingredient-group {
  font-size: 11px;
  margin-left: 25px;
  border-bottom: 1px solid #2c2d2f;
  display: inline-block;
  font-family: Nunito;
  font-weight: 400;
  color: #2c2d2f;
  padding-top: 20px;
  margin-bottom: 5px;
}

.wpurp-container .wpurp-recipe-instruction-group {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f1eacc;
  display: inline-block;
  margin-top: 10px;
  font-family: Nunito;
  font-weight: 400;
  color: #484539;
}

.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 10px;
  width: 50%;
}

.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td:first-child {
  padding-right: 0px;
}

.wpurp-container table.wpurp-columns .wpurp-rows-row:last-child table.wpurp-columns>tbody>tr>td:last-child {
  padding-left: 0px;
}

.wpurp-container table.wpurp-columns table.wpurp-columns .wpurp-table .wpurp-title {
  margin-top: 0px;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 9px;
}

.wpurp-container table.wpurp-columns table.wpurp-columns .wpurp-table td {
  white-space: nowrap;
  padding: 0px 10px;
  text-align: center;
}

html body .wpurp-container .recipe-tooltip-content {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px;
  padding: 5px 10px !important;
  white-space: nowrap;
  box-shadow: none !important;
  font-family: Nunito;
  font-weight: 400;
}

div.userpro {
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-radius: 0px;
}

div.userpro-head,
div.userpro-centered {
  border-radius: 0px 0px 0px 0px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

div.userpro-head div.userpro-left {
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 15px;
  font-size: 17px !important;
  font-family: Nunito;
  font-weight: 700;
}

div.userpro-head div.userpro-left:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

div.userpro-head.userpro-centered-header-only,
div.userpro-centered.userpro-centered-header-only {
  border-radius: 0px;
}

.userpro.userpro-users {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
}

.review-wrapper {
  margin-top: 1.5em;
  float: none !important;
}

.review-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.review-wrapper .review-title {
  font-size: 24px;
  line-height: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@font-face {
  font-family: 'star';
  src: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.eot);
  src: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.eot?#iefix) format('embedded-opentype'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.woff) format('woff'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.ttf) format('truetype'), url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/fonts/woo/star.svg#star) format('svg');
  font-weight: normal;
  font-style: normal;
}

.woocommerce-breadcrumb {
  padding: 30px 2% 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

.woocommerce-breadcrumb a:first-child {
  margin-left: 0px;
}

.star-rating-w {
  text-align: center;
  border-bottom: 1px solid #dfe4e7;
  padding-top: 5px;
  margin-top: 5px;
}

.star-rating {
  margin: 0px auto 10px auto;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  width: 75px;
  font-family: 'star';
  color: #e0d0a1;
}

.star-rating:before {
  content: "\73\73\73\73\73";
  color: #000;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce-message {
  padding: 10px 20px;
  border: 1px solid #bfbba8;
  background-color: #f7f3e1;
  color: #4f4e4b;
  font-size: 11px;
  margin-bottom: 20px;
}

.woocommerce-info {
  padding: 10px 20px;
  border: 1px solid #c5d8e2;
  background-color: #f2f7f9;
  color: #3b667f;
  font-size: 11px;
  margin-bottom: 20px;
}

.woocommerce-page .quantity.buttons_added {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}

.woocommerce-page .quantity .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  text-align: center;
  border-right: none;
  border-left: none;
  padding-left: 15px;
  padding-right: 0px;
  width: 45px;
}

.woocommerce-page .quantity .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce-page .quantity .input-text:-moz-placeholder {
  color: #999;
}

.woocommerce-page .quantity .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce-page .quantity .input-text:-ms-input-placeholder {
  color: #999;
}

.woocommerce-page .quantity .input-text::-webkit-input-placeholder {
  color: #999;
}

.woocommerce-page .quantity .input-text[disabled],
.woocommerce-page .quantity .input-text[readonly],
fieldset[disabled] .woocommerce-page .quantity .input-text {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.woocommerce-page .quantity .input-text {
  height: auto;
}

.woocommerce-page .quantity input.minus,
.woocommerce-page .quantity input.plus {
  display: inline-block;
  width: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce-page .quantity input.minus:focus,
.woocommerce-page .quantity input.plus:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-page .quantity input.minus:hover,
.woocommerce-page .quantity input.minus:focus,
.woocommerce-page .quantity input.plus:hover,
.woocommerce-page .quantity input.plus:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-page .quantity input.minus:active,
.woocommerce-page .quantity input.minus.active,
.woocommerce-page .quantity input.plus:active,
.woocommerce-page .quantity input.plus.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);
}

.woocommerce-page .quantity input.minus.disabled,
.woocommerce-page .quantity input.minus[disabled],
fieldset[disabled] .woocommerce-page .quantity input.minus,
.woocommerce-page .quantity input.plus.disabled,
.woocommerce-page .quantity input.plus[disabled],
fieldset[disabled] .woocommerce-page .quantity input.plus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-page .quantity input.minus:hover,
.woocommerce-page .quantity input.minus:focus,
.woocommerce-page .quantity input.minus:active,
.woocommerce-page .quantity input.minus.active,
.open .dropdown-toggle.woocommerce-page .quantity input.minus,
.woocommerce-page .quantity input.plus:hover,
.woocommerce-page .quantity input.plus:focus,
.woocommerce-page .quantity input.plus:active,
.woocommerce-page .quantity input.plus.active,
.open .dropdown-toggle.woocommerce-page .quantity input.plus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.woocommerce-page .quantity input.minus:active,
.woocommerce-page .quantity input.minus.active,
.open .dropdown-toggle.woocommerce-page .quantity input.minus,
.woocommerce-page .quantity input.plus:active,
.woocommerce-page .quantity input.plus.active,
.open .dropdown-toggle.woocommerce-page .quantity input.plus {
  background-image: none;
}

.woocommerce-page .quantity input.minus.disabled,
.woocommerce-page .quantity input.minus.disabled:hover,
.woocommerce-page .quantity input.minus.disabled:focus,
.woocommerce-page .quantity input.minus.disabled:active,
.woocommerce-page .quantity input.minus.disabled.active,
.woocommerce-page .quantity input.minus[disabled],
.woocommerce-page .quantity input.minus[disabled]:hover,
.woocommerce-page .quantity input.minus[disabled]:focus,
.woocommerce-page .quantity input.minus[disabled]:active,
.woocommerce-page .quantity input.minus[disabled].active,
fieldset[disabled] .woocommerce-page .quantity input.minus,
fieldset[disabled] .woocommerce-page .quantity input.minus:hover,
fieldset[disabled] .woocommerce-page .quantity input.minus:focus,
fieldset[disabled] .woocommerce-page .quantity input.minus:active,
fieldset[disabled] .woocommerce-page .quantity input.minus.active,
.woocommerce-page .quantity input.plus.disabled,
.woocommerce-page .quantity input.plus.disabled:hover,
.woocommerce-page .quantity input.plus.disabled:focus,
.woocommerce-page .quantity input.plus.disabled:active,
.woocommerce-page .quantity input.plus.disabled.active,
.woocommerce-page .quantity input.plus[disabled],
.woocommerce-page .quantity input.plus[disabled]:hover,
.woocommerce-page .quantity input.plus[disabled]:focus,
.woocommerce-page .quantity input.plus[disabled]:active,
.woocommerce-page .quantity input.plus[disabled].active,
fieldset[disabled] .woocommerce-page .quantity input.plus,
fieldset[disabled] .woocommerce-page .quantity input.plus:hover,
fieldset[disabled] .woocommerce-page .quantity input.plus:focus,
fieldset[disabled] .woocommerce-page .quantity input.plus:active,
fieldset[disabled] .woocommerce-page .quantity input.plus.active {
  background-color: #fff;
  border-color: #ccc;
}

.woocommerce-page .quantity input.minus .badge,
.woocommerce-page .quantity input.plus .badge {
  color: #fff;
  background-color: #fff;
}

.woocommerce-page .quantity input.minus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.woocommerce-page .quantity input.plus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.woo-shop .page-title {
  margin-top: 25px;
}

.woo-shop .term-description {
  margin-bottom: 30px;
}

.woo-shop-head {
  padding: 0px 2%;
}

.woo-shop-head .top-sidebar-wrapper {
  padding: 0px;
  padding-bottom: 20px;
  border: none;
}

.woocommerce-pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1dbe1;
}

.woocommerce-pagination ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.woocommerce-pagination ul li {
  display: inline-block;
  margin: 0px 5px;
}

.shop-loop-results-meta-wrapper {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 20px 2%;
}

.shop-loop-results-meta-wrapper:before,
.shop-loop-results-meta-wrapper:after {
  content: " ";
  display: table;
}

.shop-loop-results-meta-wrapper:after {
  clear: both;
}

.shop-loop-results-meta-wrapper:before,
.shop-loop-results-meta-wrapper:after {
  content: " ";
  display: table;
}

.shop-loop-results-meta-wrapper:after {
  clear: both;
}

.shop-loop-results-meta-wrapper .woocommerce-result-count {
  float: left;
  margin: 0px;
}

.shop-loop-results-meta-wrapper .woocommerce-ordering {
  float: right;
  margin: 0px;
}

.woo-products:before,
.woo-products:after {
  content: " ";
  display: table;
}

.woo-products:after {
  clear: both;
}

.woo-products:before,
.woo-products:after {
  content: " ";
  display: table;
}

.woo-products:after {
  clear: both;
}

.woo-products .product {
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
}

.woo-products .product .product-media-body {
  text-align: center;
}

.woo-products .product .product-media-body img {
  max-width: 100%;
  height: auto;
}

.woo-products .product h3 {
  font-size: 16px;
  text-align: center;
}

.woo-products .product h3 a {
  color: #2c2d2f;
  font-family: Nunito;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woo-products .product h3 a:hover {
  text-decoration: none;
  border-color: #2c2d2f;
}

.woo-products .product img+h3 {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dfe4e7;
}

.woo-products .product.first {
  margin-left: 0px;
  clear: left;
}

.woo-products .product.last {
  margin-right: 0px;
  clear: right;
}

.woo-products .product .product-body {
  padding: 30px;
  padding-bottom: 0px;
  position: relative;
}

.woo-products .product .product-body .post-top-share {
  position: absolute;
  left: 12px;
  top: 5px;
}

.woo-products .product .product-body .post-top-share i.share-activator-icon {
  vertical-align: middle;
  line-height: 17px;
  font-size: 10px;
  color: #60717e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-right: 6px;
}

.woo-products .product .product-body .post-top-share span.share-activator-label {
  line-height: 16px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  color: #60717e;
  padding-left: 10px;
  border-left: 1px solid #ccd9e2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.woo-products .product .product-body .post-top-share:hover {
  cursor: pointer;
}

.woo-products .product .product-body .post-top-share:hover i.share-activator-icon {
  color: #f98181;
}

.woo-products .product .product-body .post-top-share:hover span.share-activator-label {
  color: #f98181;
}

.woo-products .product .product-body .post-top-share .os_social-head-w {
  display: none;
  margin-left: 2px;
  vertical-align: middle;
}

.woo-products .product .product-body .post-top-share .os_social-head-w .os_social {
  font-size: 10px;
}

.woo-products .product .product-body .post-top-share .os_social-head-w .os_social img {
  padding: 0px 4px;
  width: 25px !important;
}

.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a {
  opacity: .65;
}

.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a:hover {
  opacity: 1;
}

.woo-products .product .product-body .post-top-share.active span.share-activator-label {
  display: none;
}

.woo-products .product .product-body .post-top-share.active .os_social-head-w {
  display: inline-block;
}

.woo-products .product span.onsale {
  background-color: #ceb548;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.woo-products .product .product-meta {
  padding: 20px 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid #dfe4e7;
  -webkit-box-shadow: inset 0px 0px 2px 1px #fff;
  box-shadow: inset 0px 0px 2px 1px #fff;
  margin-top: 20px;
}

.woo-products .product .product-meta:before,
.woo-products .product .product-meta:after {
  content: " ";
  display: table;
}

.woo-products .product .product-meta:after {
  clear: both;
}

.woo-products .product .product-meta:before,
.woo-products .product .product-meta:after {
  content: " ";
  display: table;
}

.woo-products .product .product-meta:after {
  clear: both;
}

.woo-products .product .product-meta .price {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin-right: -14px;
  background-color: #fafafa;
  color: #5d6677;
  text-shadow: none;
  border-radius: 20px;
  padding: 5px 35px 5px 10px;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #b8c1c7;
  border-top: 1px solid #aab5bc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woo-products .product .product-meta .price .amount {
  margin: 0px 2px;
}

.woo-products .product .product-meta .price ins {
  text-decoration: none;
}

.woo-products .product .product-meta .price del {
  display: none;
}

.woo-products .product .product-meta .button-w {
  display: inline-block;
  margin-left: -14px;
}

.woo-products .product .product-meta .button-w .button {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 16px;
  background-color: #3b8cbf;
  background-image: -webkit-linear-gradient(top, #3b8cbf 0%, #3380af 100%);
  background-image: linear-gradient(to bottom, #3b8cbf 0%, #3380af 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b8cbf', endColorstr='#ff3380af', GradientType=0);
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, 0.6), 0px 0px 2px 2px #fff;
  box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, 0.6), 0px 0px 2px 2px #fff;
  border-radius: 20px;
  border: 1px solid #116872;
  text-transform: uppercase;
  font-weight: 700;
}

.woo-products .product .product-meta .button-w .button:hover {
  text-decoration: none;
  background-color: #357eac;
  background-image: -webkit-linear-gradient(top, #357eac 0%, #2d729b 100%);
  background-image: linear-gradient(to bottom, #357eac 0%, #2d729b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff347dab', endColorstr='#ff2d719b', GradientType=0);
}

.product .woocommerce-tabs {
  margin-top: 60px;
}

.product .woocommerce-tabs>ul.tabs {
  list-style: none;
  margin: 0px;
  margin-bottom: -1px;
  padding: 0px;
}

.product .woocommerce-tabs>ul.tabs:before,
.product .woocommerce-tabs>ul.tabs:after {
  content: " ";
  display: table;
}

.product .woocommerce-tabs>ul.tabs:after {
  clear: both;
}

.product .woocommerce-tabs>ul.tabs:before,
.product .woocommerce-tabs>ul.tabs:after {
  content: " ";
  display: table;
}

.product .woocommerce-tabs>ul.tabs:after {
  clear: both;
}

.product .woocommerce-tabs>ul.tabs li {
  float: left;
}

.product .woocommerce-tabs>ul.tabs li a {
  border: 1px solid #d1d7dc;
  border-right: none;
  display: block;
  padding: 10px 30px;
  background-color: #f7f7f7;
  color: #62676b;
}

.product .woocommerce-tabs>ul.tabs li:first-child a {
  border-top-left-radius: 0px;
}

.product .woocommerce-tabs>ul.tabs li:last-child a {
  border-top-right-radius: 0px;
  border-right: 1px solid #d1d7dc;
}

.product .woocommerce-tabs>ul.tabs li.active a {
  color: #2c2d2f;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.product .woocommerce-tabs .panel {
  padding: 40px 50px;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  border-top-left-radius: 0px;
}

.product .woocommerce-tabs .panel h2 {
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
  font-size: 17px;
}

.product .woocommerce-tabs .panel h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.product .single-product-main-info {
  margin-top: 30px;
  position: relative;
  border: 1px solid #d1d7dc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 0px;
  padding: 40px;
}

.product .single-product-main-info:before,
.product .single-product-main-info:after {
  content: " ";
  display: table;
}

.product .single-product-main-info:after {
  clear: both;
}

.product .single-product-main-info:before,
.product .single-product-main-info:after {
  content: " ";
  display: table;
}

.product .single-product-main-info:after {
  clear: both;
}

.product .single-product-main-info span.onsale {
  background-color: #ceb548;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 34px;
  left: 4px;
  padding: 1px 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.product .images {
  float: left;
  width: 35%;
  padding-right: 40px;
}

.product .images img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

.product .images .woocommerce-main-image {
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.product .images .thumbnails:before,
.product .images .thumbnails:after {
  content: " ";
  display: table;
}

.product .images .thumbnails:after {
  clear: both;
}

.product .images .thumbnails:before,
.product .images .thumbnails:after {
  content: " ";
  display: table;
}

.product .images .thumbnails:after {
  clear: both;
}

.product .images .thumbnails a {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
}

.product .summary {
  float: right;
  width: 65%;
}

.product .summary .product_title {
  margin-top: 0px;
  margin-bottom: 35px;
  position: relative;
}

.product .summary .product_title:after {
  content: "";
  position: absolute;
  width: 40px;
  display: block;
  height: 4px;
  background-color: #00a8c6;
  bottom: -15px;
}

.product .summary .woocommerce-product-rating:before,
.product .summary .woocommerce-product-rating:after {
  content: " ";
  display: table;
}

.product .summary .woocommerce-product-rating:after {
  clear: both;
}

.product .summary .woocommerce-product-rating:before,
.product .summary .woocommerce-product-rating:after {
  content: " ";
  display: table;
}

.product .summary .woocommerce-product-rating:after {
  clear: both;
}

.product .summary .woocommerce-product-rating .star-rating {
  margin-left: 0px;
  float: left;
  margin-right: 10px;
}

.product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-size: 11px;
  float: left;
}

.product .summary .price {
  margin-top: 20px;
  font-size: 26px;
  color: #3b525e;
}

.product .summary .price del {
  margin-right: 10px;
  font-size: 17px;
  color: #7f2b2a;
}

.product .summary .price ins {
  text-decoration: none;
  color: #3b525e;
}

.product .summary .variations {
  margin-bottom: 20px;
}

.product .summary .variations label {
  color: #2c2d2f;
}

.product .summary .variations select {
  margin-right: 10px;
}

.product .summary .variations .reset_variations {
  font-size: 11px;
  text-transform: uppercase;
}

.product .summary .single_variation {
  margin-bottom: 20px;
}

.product .summary div[itemprop="description"] {
  margin: 30px 0px;
  padding: 30px 0px;
  border-top: 1px solid #d1dbe1;
  border-bottom: 1px solid #d1dbe1;
}

.product .summary div[itemprop="description"] p:last-child {
  margin-bottom: 0px;
}

.product .summary form.cart button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.product .summary form.cart button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.product .summary form.cart button:hover,
.product .summary form.cart button:focus {
  color: #333;
  text-decoration: none;
}

.product .summary form.cart button:active,
.product .summary form.cart button.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);
}

.product .summary form.cart button.disabled,
.product .summary form.cart button[disabled],
fieldset[disabled] .product .summary form.cart button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product .summary form.cart button:hover,
.product .summary form.cart button:focus,
.product .summary form.cart button:active,
.product .summary form.cart button.active,
.open .dropdown-toggle.product .summary form.cart button {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.product .summary form.cart button:active,
.product .summary form.cart button.active,
.open .dropdown-toggle.product .summary form.cart button {
  background-image: none;
}

.product .summary form.cart button.disabled,
.product .summary form.cart button.disabled:hover,
.product .summary form.cart button.disabled:focus,
.product .summary form.cart button.disabled:active,
.product .summary form.cart button.disabled.active,
.product .summary form.cart button[disabled],
.product .summary form.cart button[disabled]:hover,
.product .summary form.cart button[disabled]:focus,
.product .summary form.cart button[disabled]:active,
.product .summary form.cart button[disabled].active,
fieldset[disabled] .product .summary form.cart button,
fieldset[disabled] .product .summary form.cart button:hover,
fieldset[disabled] .product .summary form.cart button:focus,
fieldset[disabled] .product .summary form.cart button:active,
fieldset[disabled] .product .summary form.cart button.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.product .summary form.cart button .badge {
  color: #1d6fef;
  background-color: #fff;
}

.product #reviews h2 {
  margin-bottom: 40px;
}

.product #reviews ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.product #reviews ol li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ededed;
}

.product #reviews ol li:before,
.product #reviews ol li:after {
  content: " ";
  display: table;
}

.product #reviews ol li:after {
  clear: both;
}

.product #reviews ol li:before,
.product #reviews ol li:after {
  content: " ";
  display: table;
}

.product #reviews ol li:after {
  clear: both;
}

.product #reviews ol li .avatar {
  float: left;
  margin-right: 30px;
}

.product #reviews ol li p.meta {
  font-size: 9px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.product #reviews ol li .star-rating {
  float: right;
}

.product #reviews .comment-respond {
  margin-top: 80px;
  padding: 0px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.product #reviews .comment-reply-title {
  text-transform: uppercase;
  font-size: 17px;
}

.product .related.products,
.product .upsells.products {
  margin-top: 70px;
}

.product .related.products h2,
.product .upsells.products h2 {
  font-size: 26px;
  position: relative;
  margin-bottom: 40px;
}

.product .related.products h2:after,
.product .upsells.products h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.product ul.products {
  padding: 0px;
}

.latest-posts-w {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
}

.latest-posts-w a {
  padding-bottom: 100%;
  position: relative;
  color: #fff;
  font-size: 21px;
  text-decoration: none;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  margin-bottom: 20px;
}

.latest-posts-w a:after {
  content: "";
  position: absolute;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.latest-posts-w a:hover {
  text-decoration: none;
}

.latest-posts-w a span {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-family: Nunito;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.latest-posts-w a:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.latest-posts-w a:hover span {
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

@media (max-width: 767px) {

  .product .images,
  .product .summary {
    float: none;
    width: auto;
    padding: 0px;
  }

  .product .images {
    text-align: center;
  }

  .product .summary {
    padding: 20px;
  }
}

.os-lightbox-close-btn {
  display: none;
}

.lightbox-post-w {
  position: fixed;
  width: 700px;
  max-height: 95%;
  left: 50%;
  top: 50%;
  z-index: 1042;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}

.lightbox-post-w .edit-link {
  top: 0px;
  right: 0px;
}

.lightbox-post-w .lightbox-post-media-w:hover .gif-label {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.lightbox-post-w .gif-label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 5px;
  border-radius: 4px;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.lightbox-post-w .gif-label .os-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.lightbox-post-w .gif-label span {
  display: inline-block;
  vertical-align: middle;
}

.lightbox-post-w article.pluto-page-box {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px;
}

.lightbox-post-w.make-visible {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.lightbox-post-w .lightbox-post-media-w {
  text-align: center;
}

.lightbox-post-w img {
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.lightbox-post-w .lightbox-post-content-w {
  padding: 30px 70px 100px 120px;
  position: relative;
}

.lightbox-post-w .lightbox-post-content-w .lightbox-post-title {
  margin-top: 0px;
}

.lightbox-post-w .lightbox-author-like {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  position: relative;
}

.lightbox-post-w .lightbox-author-like:before,
.lightbox-post-w .lightbox-author-like:after {
  content: " ";
  display: table;
}

.lightbox-post-w .lightbox-author-like:after {
  clear: both;
}

.lightbox-post-w .lightbox-author-like:before,
.lightbox-post-w .lightbox-author-like:after {
  content: " ";
  display: table;
}

.lightbox-post-w .lightbox-author-like:after {
  clear: both;
}

.lightbox-post-w .lightbox-author-like .author-avatar-w {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.lightbox-post-w .lightbox-author-like .author-avatar-w img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lightbox-post-w .lightbox-author-like .author-avatar-w a {
  display: block;
}

.lightbox-post-w .lightbox-author-like .author-details {
  float: left;
}

.lightbox-post-w .lightbox-author-like .author-details .author-name {
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-top: 0px;
  font-family: Nunito;
  font-weight: 400;
}

.lightbox-post-w .lightbox-author-like .author-details .author-name a {
  padding-bottom: 2px;
  line-height: 1;
  display: inline-block;
}

.lightbox-post-w .lightbox-author-like .author-details .single-post-date-posted {
  line-height: 1;
  font-family: Nunito;
  font-weight: 400;
}

.lightbox-post-w .lightbox-author-like .single-post-likes {
  float: right;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i {
  position: relative;
  display: block;
  font-family: Nunito;
  font-weight: 400;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i .os-like-button-label {
  display: none;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #fff;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-i .os-like-button-sub-label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button {
  text-align: center;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button.zero-votes .os-like-button-label {
  display: block;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button.zero-votes .os-like-button-sub-label {
  display: none;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-icon {
  font-size: 45px;
  display: block;
  line-height: 1;
  vertical-align: middle;
}

.lightbox-post-w .lightbox-author-like .single-post-likes .os-like-button-icon .os-icon {
  vertical-align: middle;
}

.lightbox-post-share-buttons {
  position: absolute;
  top: 30px;
  left: -10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-left: none;
  padding: 5px;
  border-radius: 0px 4px 4px 0px;
  background-color: #fff;
}

.lightbox-post-share-buttons a {
  display: block;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: Nunito;
  font-weight: 400;
}

.lightbox-post-share-buttons a .os-icon {
  font-size: 30px;
}

.lightbox-post-share-buttons a:last-child {
  border-radius: 0px 4px 4px 0px;
  border-bottom: none;
}

.lightbox-post-share-buttons a span {
  display: block;
}

.lightbox-post-share-buttons a .osetin-vote-count {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
}

.lightbox-post-share-buttons a.osetin-vote-has-voted .os-icon {
  color: #e74343;
}

.lightbox-post-share-buttons .os-icon {
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
}

.lightbox-post-share-buttons .split-share {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  border-radius: 4px;
}

.lightbox-post-share-buttons .split-share .os-icon {
  font-size: 18px;
  color: #333;
}

.lightbox-post-share-buttons .split-share a {
  padding: 8px;
}

.lightbox-post-share-buttons .lightbox-post-share-label {
  font-family: Nunito;
  font-weight: 400;
}

.lightbox-post-share-buttons .os-like-button-icon {
  display: block;
}

.lightbox-post-share-buttons .os-like-button-icon .os-icon {
  font-size: 34px;
}

.lightbox-post-share-buttons .os-like-button-label {
  display: block;
  color: #222;
  font-size: 12px;
  line-height: 14px;
  display: none;
}

.lightbox-post-share-buttons.from-single {
  top: 60px;
  left: 0px;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}

.close-lightbox-post {
  position: fixed;
  right: 50px;
  top: 30px;
  color: #fff;
  font-size: 36px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  z-index: 10000;
  display: none;
}

.lightbox-post-shadow {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1041;
  background-image: url(http://editor.fzn.cc/xpuzi/wp-content/themes/pluto-by-osetin/assets/images/loader-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.post-next-lightbox,
.post-prev-lightbox {
  position: fixed;
  top: 50%;
  z-index: 1043;
  background-color: #fff;
  border-radius: 0px;
  opacity: 0;
  border-radius: 4px;
  padding: 20px;
  width: 190px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}

.post-next-lightbox:hover,
.post-prev-lightbox:hover {
  text-decoration: none;
}

.post-next-lightbox:hover .post-next-prev-nav-arrow,
.post-prev-lightbox:hover .post-next-prev-nav-arrow {
  opacity: 0;
}

.post-next-lightbox .post-next-prev-image,
.post-prev-lightbox .post-next-prev-image {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  margin-bottom: 20px;
}

.post-next-lightbox h4,
.post-prev-lightbox h4 {
  vertical-align: middle;
  margin-top: 0px;
}

.post-next-lightbox .post-next-prev-nav-arrow,
.post-prev-lightbox .post-next-prev-nav-arrow {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-next-lightbox {
  left: 50%;
  -webkit-transform: translate(520px, -50%);
  -moz-transform: translate(520px, -50%);
  -ms-transform: translate(520px, -50%);
  -o-transform: translate(520px, -50%);
  transform: translate(520px, -50%);
}

.post-next-lightbox.make-visible {
  -webkit-transform: translate(480px, -50%);
  -moz-transform: translate(480px, -50%);
  -ms-transform: translate(480px, -50%);
  -o-transform: translate(480px, -50%);
  transform: translate(480px, -50%);
  opacity: 0.9;
}

.post-next-lightbox.make-visible:hover {
  opacity: 1;
  -webkit-transform: translate(460px, -50%);
  -moz-transform: translate(460px, -50%);
  -ms-transform: translate(460px, -50%);
  -o-transform: translate(460px, -50%);
  transform: translate(460px, -50%);
}

.post-prev-lightbox {
  right: 50%;
  -webkit-transform: translate(-520px, -50%);
  -moz-transform: translate(-520px, -50%);
  -ms-transform: translate(-520px, -50%);
  -o-transform: translate(-520px, -50%);
  transform: translate(-520px, -50%);
}

.post-prev-lightbox.make-visible {
  -webkit-transform: translate(-480px, -50%);
  -moz-transform: translate(-480px, -50%);
  -ms-transform: translate(-480px, -50%);
  -o-transform: translate(-480px, -50%);
  transform: translate(-480px, -50%);
  opacity: 0.9;
}

.post-prev-lightbox.make-visible:hover {
  opacity: 1;
  -webkit-transform: translate(-460px, -50%);
  -moz-transform: translate(-460px, -50%);
  -ms-transform: translate(-460px, -50%);
  -o-transform: translate(-460px, -50%);
  transform: translate(-460px, -50%);
}

.woocommerce-cart .cart_totals h2 {
  margin-bottom: 40px;
  margin-top: 0px;
  position: relative;
  font-size: 26px;
  color: #2c2d2f;
}

.woocommerce-cart .cart_totals h2:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.woocommerce-cart .cart_totals h2 a {
  color: #2c2d2f;
}

.woocommerce-cart .shop_table {
  width: 100%;
}

.woocommerce-cart .shop_table thead th {
  color: #94a1a8;
  border-bottom: 1px solid #d5dce0;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: left;
}

.woocommerce-cart .shop_table tr.cart_item td {
  padding: 20px;
  border-bottom: 1px solid #d5dce0;
  font-size: 14px;
}

.woocommerce-cart .shop_table tr.cart_item td a.remove {
  display: inline-block;
  padding: 2px 5px;
  background-color: #d6c3c2;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
}

.woocommerce-cart .shop_table tr.cart_item td a.remove:hover {
  text-decoration: none;
  background-color: #ed4c49;
}

.woocommerce-cart .shop_table tr.cart_item td .attachment-shop_thumbnail {
  margin-bottom: 0px;
}

.woocommerce-cart .shop_table tr.cart_item td .quantity.buttons_added {
  margin: 0px;
}

.woocommerce-cart .shop_table .actions {
  padding: 20px 0px;
}

.woocommerce-cart .shop_table .actions:before,
.woocommerce-cart .shop_table .actions:after {
  content: " ";
  display: table;
}

.woocommerce-cart .shop_table .actions:after {
  clear: both;
}

.woocommerce-cart .shop_table .actions:before,
.woocommerce-cart .shop_table .actions:after {
  content: " ";
  display: table;
}

.woocommerce-cart .shop_table .actions:after {
  clear: both;
}

.woocommerce-cart .shop_table .actions input.button {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.woocommerce-cart .shop_table .actions input.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-cart .shop_table .actions input.button:hover,
.woocommerce-cart .shop_table .actions input.button:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-cart .shop_table .actions input.button:active,
.woocommerce-cart .shop_table .actions input.button.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);
}

.woocommerce-cart .shop_table .actions input.button.disabled,
.woocommerce-cart .shop_table .actions input.button[disabled],
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart .shop_table .actions input.button:hover,
.woocommerce-cart .shop_table .actions input.button:focus,
.woocommerce-cart .shop_table .actions input.button:active,
.woocommerce-cart .shop_table .actions input.button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.woocommerce-cart .shop_table .actions input.button:active,
.woocommerce-cart .shop_table .actions input.button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button {
  background-image: none;
}

.woocommerce-cart .shop_table .actions input.button.disabled,
.woocommerce-cart .shop_table .actions input.button.disabled:hover,
.woocommerce-cart .shop_table .actions input.button.disabled:focus,
.woocommerce-cart .shop_table .actions input.button.disabled:active,
.woocommerce-cart .shop_table .actions input.button.disabled.active,
.woocommerce-cart .shop_table .actions input.button[disabled],
.woocommerce-cart .shop_table .actions input.button[disabled]:hover,
.woocommerce-cart .shop_table .actions input.button[disabled]:focus,
.woocommerce-cart .shop_table .actions input.button[disabled]:active,
.woocommerce-cart .shop_table .actions input.button[disabled].active,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:hover,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:focus,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:active,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.active {
  background-color: #fff;
  border-color: #ccc;
}

.woocommerce-cart .shop_table .actions input.button .badge {
  color: #fff;
  background-color: #fff;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
  margin-left: 20px;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button:hover,
.woocommerce-cart .shop_table .actions input.button.checkout-button:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button:active,
.woocommerce-cart .shop_table .actions input.button.checkout-button.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);
}

.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled,
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled],
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button:hover,
.woocommerce-cart .shop_table .actions input.button.checkout-button:focus,
.woocommerce-cart .shop_table .actions input.button.checkout-button:active,
.woocommerce-cart .shop_table .actions input.button.checkout-button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button:active,
.woocommerce-cart .shop_table .actions input.button.checkout-button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button {
  background-image: none;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled,
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:hover,
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:focus,
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:active,
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled.active,
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled],
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:hover,
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:focus,
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:active,
.woocommerce-cart .shop_table .actions input.button.checkout-button[disabled].active,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:hover,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:focus,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:active,
fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.woocommerce-cart .shop_table .actions input.button.checkout-button .badge {
  color: #1d6fef;
  background-color: #fff;
}

.woocommerce-cart .shop_table .actions .coupon {
  float: left;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
}

.woocommerce-cart .shop_table .actions .coupon:before,
.woocommerce-cart .shop_table .actions .coupon:after {
  content: " ";
  display: table;
}

.woocommerce-cart .shop_table .actions .coupon:after {
  clear: both;
}

.woocommerce-cart .shop_table .actions .coupon:before,
.woocommerce-cart .shop_table .actions .coupon:after {
  content: " ";
  display: table;
}

.woocommerce-cart .shop_table .actions .coupon:after {
  clear: both;
}

.woocommerce-cart .shop_table .actions .coupon label {
  font-size: 11px;
  float: left;
  margin: 0px;
  margin-right: 10px;
  line-height: 34px;
  height: 34px;
  display: none;
}

.woocommerce-cart .shop_table .actions .coupon .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  text-align: center;
  border-right: none;
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
  width: 140px;
  float: left;
}

.woocommerce-cart .shop_table .actions .coupon .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce-cart .shop_table .actions .coupon .input-text:-moz-placeholder {
  color: #999;
}

.woocommerce-cart .shop_table .actions .coupon .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce-cart .shop_table .actions .coupon .input-text:-ms-input-placeholder {
  color: #999;
}

.woocommerce-cart .shop_table .actions .coupon .input-text::-webkit-input-placeholder {
  color: #999;
}

.woocommerce-cart .shop_table .actions .coupon .input-text[disabled],
.woocommerce-cart .shop_table .actions .coupon .input-text[readonly],
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon .input-text {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.woocommerce-cart .shop_table .actions .coupon .input-text {
  height: auto;
}

.woocommerce-cart .shop_table .actions .coupon input.button {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.woocommerce-cart .shop_table .actions .coupon input.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-cart .shop_table .actions .coupon input.button:hover,
.woocommerce-cart .shop_table .actions .coupon input.button:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-cart .shop_table .actions .coupon input.button:active,
.woocommerce-cart .shop_table .actions .coupon input.button.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);
}

.woocommerce-cart .shop_table .actions .coupon input.button.disabled,
.woocommerce-cart .shop_table .actions .coupon input.button[disabled],
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart .shop_table .actions .coupon input.button:hover,
.woocommerce-cart .shop_table .actions .coupon input.button:focus,
.woocommerce-cart .shop_table .actions .coupon input.button:active,
.woocommerce-cart .shop_table .actions .coupon input.button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.woocommerce-cart .shop_table .actions .coupon input.button:active,
.woocommerce-cart .shop_table .actions .coupon input.button.active,
.open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button {
  background-image: none;
}

.woocommerce-cart .shop_table .actions .coupon input.button.disabled,
.woocommerce-cart .shop_table .actions .coupon input.button.disabled:hover,
.woocommerce-cart .shop_table .actions .coupon input.button.disabled:focus,
.woocommerce-cart .shop_table .actions .coupon input.button.disabled:active,
.woocommerce-cart .shop_table .actions .coupon input.button.disabled.active,
.woocommerce-cart .shop_table .actions .coupon input.button[disabled],
.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:hover,
.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:focus,
.woocommerce-cart .shop_table .actions .coupon input.button[disabled]:active,
.woocommerce-cart .shop_table .actions .coupon input.button[disabled].active,
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button,
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:hover,
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:focus,
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:active,
fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button.active {
  background-color: #fff;
  border-color: #ccc;
}

.woocommerce-cart .shop_table .actions .coupon input.button .badge {
  color: #fff;
  background-color: #fff;
}

.woocommerce-cart .cart_totals {
  margin-top: 50px;
}

.woocommerce-cart .cart_totals table {
  width: 100%;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  text-align: left;
  padding: 10px 0px;
  padding-right: 20px;
  border-bottom: 1px solid #d5dce0;
  font-size: 15px;
}

.woocommerce-cart .cart_totals table td {
  padding-left: 20px;
  border-left: 1px solid #d5dce0;
}

.woocommerce-cart .cart_totals table tr.order-total td,
.woocommerce-cart .cart_totals table tr.order-total th {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-cart .shipping_calculator {
  margin-top: 50px;
}

.woocommerce-cart .shipping_calculator h2 {
  font-size: 11px;
  text-transform: uppercase;
}

.woocommerce-cart .shipping_calculator h2 a {
  text-decoration: underline;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select:focus,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-moz-placeholder,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-moz-placeholder {
  color: #999;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-moz-placeholder,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-ms-input-placeholder,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-ms-input-placeholder {
  color: #999;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-webkit-input-placeholder,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-webkit-input-placeholder {
  color: #999;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form select[disabled],
.woocommerce-cart .shipping_calculator .shipping-calculator-form select[readonly],
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form select,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[disabled],
.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[readonly],
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form select,
textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
  height: auto;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.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);
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled],
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active,
.open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active,
.open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
  background-image: none;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:hover,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:focus,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled.active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled],
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:hover,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:focus,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:active,
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled].active,
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button,
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover,
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus,
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active,
fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.woocommerce-cart .shipping_calculator .shipping-calculator-form .button .badge {
  color: #1d6fef;
  background-color: #fff;
}

.woocommerce-checkout .checkout_coupon {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}

.woocommerce-checkout .checkout_coupon:before,
.woocommerce-checkout .checkout_coupon:after {
  content: " ";
  display: table;
}

.woocommerce-checkout .checkout_coupon:after {
  clear: both;
}

.woocommerce-checkout .checkout_coupon:before,
.woocommerce-checkout .checkout_coupon:after {
  content: " ";
  display: table;
}

.woocommerce-checkout .checkout_coupon:after {
  clear: both;
}

.woocommerce-checkout .checkout_coupon .form-row-first {
  float: left;
  width: 140px;
}

.woocommerce-checkout .checkout_coupon .form-row-last {
  float: left;
}

.woocommerce-checkout .checkout_coupon .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  text-align: center;
  border-right: none;
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
}

.woocommerce-checkout .checkout_coupon .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce-checkout .checkout_coupon .input-text:-moz-placeholder {
  color: #999;
}

.woocommerce-checkout .checkout_coupon .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce-checkout .checkout_coupon .input-text:-ms-input-placeholder {
  color: #999;
}

.woocommerce-checkout .checkout_coupon .input-text::-webkit-input-placeholder {
  color: #999;
}

.woocommerce-checkout .checkout_coupon .input-text[disabled],
.woocommerce-checkout .checkout_coupon .input-text[readonly],
fieldset[disabled] .woocommerce-checkout .checkout_coupon .input-text {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.woocommerce-checkout .checkout_coupon .input-text {
  height: auto;
}

.woocommerce-checkout .checkout_coupon input.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.woocommerce-checkout .checkout_coupon input.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-checkout .checkout_coupon input.button:hover,
.woocommerce-checkout .checkout_coupon input.button:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-checkout .checkout_coupon input.button:active,
.woocommerce-checkout .checkout_coupon input.button.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);
}

.woocommerce-checkout .checkout_coupon input.button.disabled,
.woocommerce-checkout .checkout_coupon input.button[disabled],
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-checkout .checkout_coupon input.button:hover,
.woocommerce-checkout .checkout_coupon input.button:focus,
.woocommerce-checkout .checkout_coupon input.button:active,
.woocommerce-checkout .checkout_coupon input.button.active,
.open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.woocommerce-checkout .checkout_coupon input.button:active,
.woocommerce-checkout .checkout_coupon input.button.active,
.open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button {
  background-image: none;
}

.woocommerce-checkout .checkout_coupon input.button.disabled,
.woocommerce-checkout .checkout_coupon input.button.disabled:hover,
.woocommerce-checkout .checkout_coupon input.button.disabled:focus,
.woocommerce-checkout .checkout_coupon input.button.disabled:active,
.woocommerce-checkout .checkout_coupon input.button.disabled.active,
.woocommerce-checkout .checkout_coupon input.button[disabled],
.woocommerce-checkout .checkout_coupon input.button[disabled]:hover,
.woocommerce-checkout .checkout_coupon input.button[disabled]:focus,
.woocommerce-checkout .checkout_coupon input.button[disabled]:active,
.woocommerce-checkout .checkout_coupon input.button[disabled].active,
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button,
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:hover,
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:focus,
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:active,
fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button.active {
  background-color: #fff;
  border-color: #ccc;
}

.woocommerce-checkout .checkout_coupon input.button .badge {
  color: #fff;
  background-color: #fff;
}

.woocommerce-checkout .col2-set {
  margin-bottom: 50px;
}

.woocommerce-checkout .col2-set:before,
.woocommerce-checkout .col2-set:after {
  content: " ";
  display: table;
}

.woocommerce-checkout .col2-set:after {
  clear: both;
}

.woocommerce-checkout .col2-set:before,
.woocommerce-checkout .col2-set:after {
  content: " ";
  display: table;
}

.woocommerce-checkout .col2-set:after {
  clear: both;
}

.woocommerce-checkout .col2-set .col-1 {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.woocommerce-checkout .col2-set .col-2 {
  float: right;
  width: 50%;
  padding-left: 30px;
}

.woocommerce-checkout form.checkout .form-row label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.woocommerce-checkout form.checkout .form-row .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce-checkout form.checkout .form-row .input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.woocommerce-checkout form.checkout .form-row .input-text:-moz-placeholder {
  color: #999;
}

.woocommerce-checkout form.checkout .form-row .input-text::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.woocommerce-checkout form.checkout .form-row .input-text:-ms-input-placeholder {
  color: #999;
}

.woocommerce-checkout form.checkout .form-row .input-text::-webkit-input-placeholder {
  color: #999;
}

.woocommerce-checkout form.checkout .form-row .input-text[disabled],
.woocommerce-checkout form.checkout .form-row .input-text[readonly],
fieldset[disabled] .woocommerce-checkout form.checkout .form-row .input-text {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.woocommerce-checkout form.checkout .form-row .input-text {
  height: auto;
}

.woocommerce-checkout form.checkout .form-row textarea.input-text {
  height: auto;
}

.woocommerce-checkout form.checkout h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.woocommerce-checkout form.checkout #ship-to-different-address {
  font-size: 14px;
  padding-top: 31px;
}

.woocommerce-checkout form.checkout #ship-to-different-address label.checkbox {
  display: inline;
  margin: 0px;
  padding-left: 10px;
}

.woocommerce-checkout form.checkout #ship-to-different-address .input-checkbox {
  float: left;
  margin: 0px;
}

.woocommerce-checkout form.checkout .woocommerce-billing-fields h3 {
  position: relative;
  margin-bottom: 40px;
}

.woocommerce-checkout form.checkout .woocommerce-billing-fields h3:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.woocommerce-checkout #order_review_heading {
  position: relative;
  margin-bottom: 40px;
}

.woocommerce-checkout #order_review_heading:after {
  content: "";
  position: absolute;
  display: block;
  height: 7px;
  width: 16px;
  border-radius: 2px;
  background-color: #00a8c6;
  bottom: -18px;
}

.woocommerce-checkout #order_review {
  margin-bottom: 50px;
}

.woocommerce-checkout #order_review table {
  width: 100%;
  margin-bottom: 50px;
}

.woocommerce-checkout #order_review table thead th,
.woocommerce-checkout #order_review table thead td,
.woocommerce-checkout #order_review table tfoot th,
.woocommerce-checkout #order_review table tfoot td {
  color: #94a1a8;
  border-bottom: 1px solid #d5dce0;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 20px;
  text-align: left;
}

.woocommerce-checkout #order_review table thead tr.order-total th,
.woocommerce-checkout #order_review table thead tr.order-total td,
.woocommerce-checkout #order_review table tfoot tr.order-total th,
.woocommerce-checkout #order_review table tfoot tr.order-total td {
  font-size: 16px;
  padding: 10px 20px;
  color: #2c2d2f;
}

.woocommerce-checkout #order_review table tfoot th,
.woocommerce-checkout #order_review table tfoot td {
  padding: 10px 20px;
}

.woocommerce-checkout #order_review table tbody td {
  border-bottom: 1px solid #d5dce0;
  padding: 10px 20px;
  font-size: 14px;
}

.woocommerce-checkout #order_review .payment_methods {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.woocommerce-checkout #order_review .payment_methods li {
  margin-bottom: 20px;
}

.woocommerce-checkout #order_review .payment_methods li label {
  margin-left: 5px;
}

.woocommerce-checkout #order_review .payment_methods li .payment_box {
  padding: 10px 20px;
  border: 1px solid #c5d8e2;
  background-color: #f2f7f9;
  color: #3b667f;
  font-size: 11px;
  line-height: 19px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.woocommerce-checkout #order_review .payment_methods li .payment_box p:last-child {
  margin-bottom: 0px;
}

.woocommerce-checkout #order_review input#place_order {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.woocommerce-checkout #order_review input#place_order:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.woocommerce-checkout #order_review input#place_order:hover,
.woocommerce-checkout #order_review input#place_order:focus {
  color: #333;
  text-decoration: none;
}

.woocommerce-checkout #order_review input#place_order:active,
.woocommerce-checkout #order_review input#place_order.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);
}

.woocommerce-checkout #order_review input#place_order.disabled,
.woocommerce-checkout #order_review input#place_order[disabled],
fieldset[disabled] .woocommerce-checkout #order_review input#place_order {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-checkout #order_review input#place_order:hover,
.woocommerce-checkout #order_review input#place_order:focus,
.woocommerce-checkout #order_review input#place_order:active,
.woocommerce-checkout #order_review input#place_order.active,
.open .dropdown-toggle.woocommerce-checkout #order_review input#place_order {
  color: #fff;
  background-color: #0f5cd4;
  border-color: #0e54c1;
}

.woocommerce-checkout #order_review input#place_order:active,
.woocommerce-checkout #order_review input#place_order.active,
.open .dropdown-toggle.woocommerce-checkout #order_review input#place_order {
  background-image: none;
}

.woocommerce-checkout #order_review input#place_order.disabled,
.woocommerce-checkout #order_review input#place_order.disabled:hover,
.woocommerce-checkout #order_review input#place_order.disabled:focus,
.woocommerce-checkout #order_review input#place_order.disabled:active,
.woocommerce-checkout #order_review input#place_order.disabled.active,
.woocommerce-checkout #order_review input#place_order[disabled],
.woocommerce-checkout #order_review input#place_order[disabled]:hover,
.woocommerce-checkout #order_review input#place_order[disabled]:focus,
.woocommerce-checkout #order_review input#place_order[disabled]:active,
.woocommerce-checkout #order_review input#place_order[disabled].active,
fieldset[disabled] .woocommerce-checkout #order_review input#place_order,
fieldset[disabled] .woocommerce-checkout #order_review input#place_order:hover,
fieldset[disabled] .woocommerce-checkout #order_review input#place_order:focus,
fieldset[disabled] .woocommerce-checkout #order_review input#place_order:active,
fieldset[disabled] .woocommerce-checkout #order_review input#place_order.active {
  background-color: #1d6fef;
  border-color: #1d6fef;
}

.woocommerce-checkout #order_review input#place_order .badge {
  color: #1d6fef;
  background-color: #fff;
}

@media (max-width: 767px) {
  .menu-position-top.menu-style-v1 .logo {
    padding: 0px 10px;
  }

  .comment-respond {
    padding: 20px !important;
  }

  .page .post-meta-top,
  .single .post-meta-top,
  .index-isotope .post-meta-top,
  .index-fullwidth .post-meta-top {
    padding: 5px 0px;
  }

  .lightbox-post-w {
    max-height: 80% !important;
    top: 49%;
  }

  .lightbox-post-w .os-lightbox-close-btn {
    display: block;
    position: absolute;
    top: -38px;
    right: -10px;
    color: #8bacc9;
    font-size: 26px;
  }

  .menu-position-left .main-content-w .primary-sidebar-wrapper,
  .menu-position-right .main-content-w .primary-sidebar-wrapper,
  .menu-position-top .main-content-w .primary-sidebar-wrapper {
    display: none !important;
  }

  .search-and-sidebar-togglers .search-trigger+.sidebar-toggler {
    margin-left: 10px;
  }

  .menu-position-top.sidebar-position-left .main-content-m,
  .menu-position-top.sidebar-position-right .main-content-m {
    display: block;
    overflow: hidden;
  }

  .menu-position-top.sidebar-position-left .main-content-m .main-content-i,
  .menu-position-top.sidebar-position-right .main-content-m .main-content-i {
    display: block;
  }

  .menu-position-top.sidebar-position-left>.primary-sidebar-wrapper,
  .menu-position-top.sidebar-position-right>.primary-sidebar-wrapper {
    display: block;
    position: fixed;
    right: 0px;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
    top: 0px;
    padding-top: 49px;
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9998;
    overflow: hidden;
  }

  .menu-position-top.sidebar-position-left .main-content-i,
  .menu-position-top.sidebar-position-right .main-content-i {
    margin-left: 0px;
    margin-right: 0px;
  }

  .menu-position-left .sidebar-main-toggler,
  .menu-position-right .sidebar-main-toggler,
  .menu-position-top .sidebar-main-toggler {
    display: none !important;
  }

  .menu-block form.search-form {
    margin-bottom: 20px;
  }

  .menu-position-top .main-content-w:before,
  .menu-position-left .main-content-w:before,
  .menu-position-right .main-content-w:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: "";
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
  }

  .menu-position-top.sidebar-active .main-content-w,
  .menu-position-left.sidebar-active .main-content-w,
  .menu-position-right.sidebar-active .main-content-w {
    -webkit-transform: translateX(-135px);
    -moz-transform: translateX(-135px);
    -ms-transform: translateX(-135px);
    -o-transform: translateX(-135px);
    transform: translateX(-135px);
  }

  .menu-position-top.sidebar-active .main-content-w:before,
  .menu-position-left.sidebar-active .main-content-w:before,
  .menu-position-right.sidebar-active .main-content-w:before {
    content: "";
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9997;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  .menu-position-top.sidebar-active>.primary-sidebar-wrapper,
  .menu-position-left.sidebar-active>.primary-sidebar-wrapper,
  .menu-position-right.sidebar-active>.primary-sidebar-wrapper {
    display: block !important;
    z-index: 9998;
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-position-top.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,
  .menu-position-left.sidebar-active>.primary-sidebar-wrapper .primary-sidebar,
  .menu-position-right.sidebar-active>.primary-sidebar-wrapper .primary-sidebar {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none !important;
  }
}

@media (max-width: 1200px) {
  .lightbox-post-w {
    width: 650px;
  }

  .post-next-lightbox {
    left: auto;
    right: 10px;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .post-next-lightbox.make-visible {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
  }

  .post-prev-lightbox {
    left: 10px;
    right: auto;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .post-prev-lightbox.make-visible {
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
}

@media (max-width: 1050px) {
  .lightbox-post-w {
    width: 550px;
  }

  .post-prev-lightbox,
  .post-next-lightbox {
    padding: 10px;
    width: 130px;
  }

  .post-prev-lightbox h4,
  .post-next-lightbox h4 {
    font-size: 14px;
  }

  .post-prev-lightbox .post-next-prev-image,
  .post-next-lightbox .post-next-prev-image {
    width: 100%;
    height: 120px;
  }

  .post-next-lightbox {
    left: auto;
    right: 10px;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .post-next-lightbox.make-visible {
    -webkit-transform: translate(20px, -50%);
    -moz-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    -o-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
  }

  .post-prev-lightbox {
    left: 10px;
    right: auto;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .post-prev-lightbox.make-visible {
    -webkit-transform: translate(-20px, -50%);
    -moz-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    -o-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
  }
}

@media (max-width: 991px) {
  .active-search-form .main-search-form {
    top: 80px;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .all-wrapper {
    padding-top: 49px;
  }

  .main-search-form {
    border-radius: 4px;
  }

  .main-search-form form .search-field-w:before {
    font-size: 18px;
    left: 10px;
  }

  .main-search-form form .search-field {
    padding: 15px;
    padding-left: 40px;
    font-size: 16px;
  }

  .main-search-form form .search-submit {
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 4px;
  }
}

@media (max-width: 600px) {
  .lightbox-post-w {
    width: 96%;
  }

  .post-next-lightbox,
  .post-prev-lightbox {
    width: 47%;
    height: 8%;
    display: flex;
    align-items: center;
  }

  .post-next-lightbox .post-next-prev-image,
  .post-prev-lightbox .post-next-prev-image {
    height: auto;
    align-self: stretch;
    margin-bottom: 0px;
    flex: 0 0 40px;
  }

  .post-next-lightbox .post-next-prev-nav-arrow,
  .post-prev-lightbox .post-next-prev-nav-arrow {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 10px;
    padding-left: 0px;
    background-color: transparent;
    color: #111;
  }

  .post-next-lightbox h4,
  .post-prev-lightbox h4 {
    padding: 10px;
    margin-bottom: 0px;
    align-self: top;
    overflow: hidden;
    height: 33px;
    padding: 0px;
  }

  .post-next-lightbox {
    flex-direction: row-reverse;
  }

  .post-next-lightbox .post-next-prev-nav-arrow {
    padding-right: 0px;
    padding-left: 10px;
  }

  .post-next-lightbox h4 {
    padding-right: 10px;
  }

  .post-prev-lightbox {
    bottom: 1%;
    top: auto;
    left: 2%;
    -webkit-transform: translate(10px, 0px);
    -moz-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
  }

  .post-prev-lightbox.make-visible {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .post-prev-lightbox h4 {
    padding-left: 10px;
  }

  .post-next-lightbox {
    bottom: 1%;
    top: auto;
    right: 2%;
    -webkit-transform: translate(-10px, 0px);
    -moz-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
  }

  .post-next-lightbox.make-visible {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*
Theme Name: Theme Pluto by PinSupreme
Theme URI: https://pinsupreme.com/wordpress-theme/clean-personal-masonry-blog-wordpress-theme
Author: PinSupreme
Author URI: https://pinsupreme.com/
Description: Masonry Grid Style Wordpress Theme
Version: 4.1.0
License:
License URI:
Tags: black, white
Text Domain: pluto-by-osetin
*/

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.screen-reader-text {
  display: none;
}

.container_main img {
  width: 100%;
  height: auto;
}
.dololr_text{
  color: #666;
}
.more_btn {
  width: 100%;
  height: 40px;
  padding: 15px;
}