.abs-full {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.black-bottom-fade {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.black-bottom-fade-dark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.add-black-fade:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.add-black-dark-fade:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.black-bottom-fade-fill {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.active-push {
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.active-push:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .show-initialized {
    -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
    transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
    opacity: 1;
  }
  body:not(.initialized) .show-initialized {
    opacity: 0;
  }
}
.modern-icon-base {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.metro-icon-inline {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.2em;
  font-size: 1.5em;
  display: inline-block;
  height: 0.5em;
  line-height: 0.5em;
  width: 0.5em;
  position: relative;
  left: -0.25em;
  margin-right: 0.125em;
}
.modern-icon-circle {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0.075em solid !important;
  border-radius: 50% !important;
  height: 0.8em !important;
  line-height: 0.8em;
  width: 0.8em;
  text-indent: -0.1em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
  display: inline-block;
  padding: 0.1em;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}
.animating:not(.not-animating) {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.quick-animating:not(.not-animating) {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.sharp-animating:not(.not-animating) {
  -webkit-transition: 1.55s all cubic-bezier(0, 1, 0, 1);
  transition: 1.55s all cubic-bezier(0, 1, 0, 1);
}
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.post-hero {
  display: block;
  background-color: #111;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-hero .hero-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-hero.little-hero {
    min-height: 300px;
  }
  .post-hero.little-hero .bottom-fade-label {
    position: absolute;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-hero i[data-icon="arrow-expand"] {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #fff;
  }
}
.post-hero.little-hero:hover .bottom-fade-label {
  opacity: 0.8;
}
.post-hero .bottom-fade-label {
  opacity: 1;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .post-hero {
    width: 75%;
    height: 100%;
    margin-right: 50px;
  }
  .post-hero.little-hero {
    width: 15%;
  }
  .post-hero.little-hero:hover .bottom-fade-label {
    opacity: 0.8;
  }
  .post-hero.little-hero:hover i {
    opacity: 0.8;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .post-hero.little-hero i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
    transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
    opacity: 0.1;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  .post-hero + [data-back-button] {
    left: auto;
  }
  .post-hero + [data-back-button] + * {
    margin-left: 70px;
  }
}
.post-hero .post-hero-bg {
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  will-change: transform, -webkit-transform;
}
.modern-label {
  padding: 25px;
}
.modern-label > *:last-child {
  margin-bottom: 0;
}
.modern-label > *:first-child {
  margin-top: 0;
}
.modern-well {
  background: #fff;
  padding: 12px;
  border-right: 1px solid rgba(128, 128, 128, 0.2);
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  position: relative;
}
.modern-well.condensed {
  padding: 3px;
}
.bottom-fade-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .bottom-fade-label {
    padding-top: 50px;
  }
}
.bottom-fade-label .label-content {
  padding: 250px 120px 60px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  color: #fff;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .bottom-fade-label .label-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-hero .bottom-fade-label {
    position: relative;
  }
  .post-hero .bottom-fade-label .label-content {
    position: relative;
  }
}
.modern-full-label {
  padding: 80px 0 50px 120px;
  background: #f4f4f4;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#fixed-search-results {
  height: 100%;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  #fixed-search-results {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  #fixed-search-results {
    overflow-y: auto;
  }
}
#fixed-search-results:empty:after {
  content: attr(data-placeholder);
  padding-left: 10px;
  font-size: 32px;
  font-weight: 100;
  opacity: 0.2;
}
#close-fixed-search {
  position: absolute;
  left: 20px;
  z-index: 2;
  top: 30px;
  left: 40px;
  font-size: 35px;
  color: inherit;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  #close-fixed-search {
    left: 30px;
  }
}
.fixed-search {
  position: fixed;
  top: 30px;
  right: 30px;
  left: 0;
  z-index: 3;
  height: auto !important;
  bottom: auto;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-search {
    position: absolute;
    top: 70px;
  }
}
.fixed-search:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed-search .circle-loader {
  margin-left: 10px;
}
.fixed-search.fixed-search-small input {
  width: 35px;
}
.fixed-search input {
  background: #fff;
  width: 250px;
  position: relative;
  z-index: 2;
  float: right;
  -webkit-transform: scale3d(1, 1, 1);
  will-change: width, background, font-weight, border, opacity;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  /* Place Holder CSS */
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-search input:not(:focus) {
    max-width: 35px;
    opacity: 0;
  }
}
.fixed-search input::-webkit-input-placeholder {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.fixed-search input:-moz-placeholder {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.fixed-search input::-moz-placeholder {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.fixed-search input:-ms-input-placeholder {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.fixed-search input ~ button {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.fixed-search input:hover {
  border-color: rgba(128, 128, 128, 0.6);
}
.fixed-search input:hover::-webkit-input-placeholder {
  opacity: 0;
}
.fixed-search input:hover:-moz-placeholder {
  opacity: 0;
}
.fixed-search input:hover::-moz-placeholder {
  opacity: 0;
}
.fixed-search input:hover:-ms-input-placeholder {
  opacity: 0;
}
.fixed-search input:focus ~ .search-results {
  display: block;
  opacity: 0;
  background: #f4f4f4;
}
.fixed-search input:focus ~ .search-results > * {
  display: none;
}
.fixed-search input:focus ~ button {
  background: #444;
}
.fixed-search input:focus ~ button:hover {
  background: #555;
}
.fixed-search input:focus ~ button:active {
  background: #666;
}
.fixed-search input:valid,
.fixed-search input.force-valid {
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  background: transparent;
  border: 0;
  font-weight: 900;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-search input:valid,
  .fixed-search input.force-valid {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
.fixed-search input:valid ~ .search-results,
.fixed-search input.force-valid ~ .search-results,
* .fixed-search input:valid ~ .search-results:active,
* .fixed-search input.force-valid ~ .search-results:active {
  display: block;
  background: #f4f4f4;
  opacity: 1;
}
.fixed-search input:valid ~ .search-results > *,
.fixed-search input.force-valid ~ .search-results > *,
* .fixed-search input:valid ~ .search-results:active > *,
* .fixed-search input.force-valid ~ .search-results:active > * {
  display: block;
}
.fixed-search input:valid ~ button,
.fixed-search input.force-valid ~ button {
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.fixed-search .search-results {
  display: none;
  background: transparent;
}
.fixed-search .search-results,
.fixed-search .search-results * {
  will-change: padding, background, display, opacity;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-search .search-results {
    padding-left: 70px;
    margin-top: 40px;
  }
}
.fixed-search .input-button {
  border: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 31px;
  font-size: 31px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  color: #fff;
  z-index: 2;
  background: #b9b9b9;
  -webkit-transform: scale3d(1, 1, 1);
}
.fixed-search .input-button:hover {
  background: #b3b3b3;
}
.fixed-search .input-button:active {
  outline: 0;
  background: #aaaaaa;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-search .input-button {
    display: none;
  }
}
.modern-lightbox-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: rgba(0, 0, 0, 0.99);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 1000;
}
.modern-lightbox-wrapper img {
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
}
.modern-lightbox-wrapper img:not(:active) {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-lightbox-wrapper img.no-animation {
  -webkit-animation-name: none;
  animation-name: none;
}
.modern-lightbox-wrapper .modern-lightbox-tools {
  position: absolute;
  top: 30px;
  right: 30px;
  color: inherit;
}
.modern-lightbox-wrapper .modern-lightbox-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 10px;
}
.widget {
  position: relative;
  padding-top: 0px;
  min-width: 280px;
  overflow: visible;
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .widget {
    margin-right: 50px;
    width: 32vh;
    -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
    transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  }
  .widget .widgettitle {
    position: absolute;
    top: -40px;
    margin: 0 !important;
  }
  .widget:last-of-type {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .widget {
    width: 100% !important;
  }
}
.widget .widgettitle {
  font-weight: 400;
  font-size: 14pt;
}
.widget.widget_categories ul,
.widget.widget_archive ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_entries ul {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .widget.widget_categories ul,
  .widget.widget_archive ul,
  .widget.widget_pages ul,
  .widget.widget_meta ul,
  .widget.widget_recent_entries ul {
    max-height: 78vh;
    overflow-y: auto;
    padding-right: 10px;
  }
}
.widget.widget_categories ul.children,
.widget.widget_archive ul.children,
.widget.widget_pages ul.children,
.widget.widget_meta ul.children,
.widget.widget_recent_entries ul.children {
  padding-left: 20px;
  padding-right: 0;
  border-left: 2px solid rgba(128, 128, 128, 0.2);
}
.widget.widget_categories ul li.cat-item-none,
.widget.widget_archive ul li.cat-item-none,
.widget.widget_pages ul li.cat-item-none,
.widget.widget_meta ul li.cat-item-none,
.widget.widget_recent_entries ul li.cat-item-none {
  padding: 10px;
  padding-top: 25px;
  padding-left: 15px;
}
.widget.widget_categories ul li.cat-item-none:hover,
.widget.widget_archive ul li.cat-item-none:hover,
.widget.widget_pages ul li.cat-item-none:hover,
.widget.widget_meta ul li.cat-item-none:hover,
.widget.widget_recent_entries ul li.cat-item-none:hover {
  opacity: 0.4;
  cursor: not-allowed;
}
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_entries ul li a {
  background: #fff;
  color: #111;
  opacity: 0.8;
  padding: 10px;
  padding-top: 25px;
  display: block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  margin-bottom: 5px;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .widget.widget_categories ul li a,
  .widget.widget_archive ul li a,
  .widget.widget_pages ul li a,
  .widget.widget_meta ul li a,
  .widget.widget_recent_entries ul li a {
    padding: 5px 10px;
  }
}
.widget.widget_categories ul li a:active,
.widget.widget_archive ul li a:active,
.widget.widget_pages ul li a:active,
.widget.widget_meta ul li a:active,
.widget.widget_recent_entries ul li a:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_recent_entries ul li a:hover {
  outline: 2px solid rgba(128, 128, 128, 0.7);
}
.widget.widget_categories ul li a:active,
.widget.widget_archive ul li a:active,
.widget.widget_pages ul li a:active,
.widget.widget_meta ul li a:active,
.widget.widget_recent_entries ul li a:active {
  outline: 2px solid rgba(128, 128, 128, 0.8);
}
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_recent_entries ul li a:before {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
.widget.widget_archive ul li a:before {
  content: "\e68a";
}
.widget.widget_categories ul li a:before,
.widget.widget_recent_entries ul li a:before {
  content: "\e646";
}
.widget.widget_pages ul li a:before {
  content: "\e64d";
}
.widget.widget_meta ul li a:before {
  content: "\e670";
}
.widget.widget_recent_comments ul {
  list-style: none;
  padding: 0;
}
.widget.widget_recent_comments ul li {
  padding: 10px;
  background: #fff;
  color: #111;
  margin-bottom: 10px;
  position: relative;
}
.widget.widget_recent_comments ul li .comment-author-link:after {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e8ad";
}
.widget.widget_recent_comments ul li:after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: " ";
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: 10px;
  background: inherit;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .widget.widget_categories,
  .widget.widget_archive,
  .widget.widget_pages,
  .widget.widget_meta,
  .widget.widget_recent_comments,
  .widget.widget_calendar,
  .widget.widget_tag_cloud,
  .widget.widget_recent_entries {
    overflow: visible;
    margin-bottom: 70px;
  }
}
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar caption {
  text-align: left;
  opacity: 0.3;
}
.widget #wp-calendar caption:before {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  vertical-align: -0.2em;
  font-size: 1.5em;
  display: inline-block;
  height: 0.5em;
  line-height: 0.5em;
  width: 0.5em;
  position: relative;
  left: -0.25em;
  margin-right: 0.125em;
  margin-right: 5px;
  content: "\e656";
}
.widget #wp-calendar th,
.widget #wp-calendar td {
  vertical-align: bottom;
  padding: 4px;
  padding-top: 20px;
  border: 1px solid rgba(128, 128, 128, 0.2);
  font-size: 11px;
  font-weight: 900;
  position: relative;
}
.widget #wp-calendar th.pad,
.widget #wp-calendar td.pad {
  background: rgba(128, 128, 128, 0.05);
}
.widget #wp-calendar th.pad:first-child,
.widget #wp-calendar td.pad:first-child {
  border-top-color: rgba(128, 128, 128, 0.05);
  border-left-color: rgba(128, 128, 128, 0.05);
}
.widget #wp-calendar th.pad:last-child,
.widget #wp-calendar td.pad:last-child {
  border-bottom-color: rgba(128, 128, 128, 0.05);
  border-right-color: rgba(128, 128, 128, 0.05);
}
.widget #wp-calendar th a,
.widget #wp-calendar td a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(128, 128, 128, 0.2);
  color: #fff;
  padding: 4px;
  padding-top: 20px;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.widget #wp-calendar th a:hover,
.widget #wp-calendar td a:hover {
  opacity: 0.95;
}
.widget #wp-calendar th a:active,
.widget #wp-calendar td a:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.widget #wp-calendar tr:hover td {
  background: rgba(128, 128, 128, 0.1);
}
.widget #wp-calendar th {
  opacity: 0.8;
  border: 0;
  padding-top: 3px;
}
.widget #wp-calendar tfoot {
  display: none;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-widgets {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
  }
}
.grid-item.widget-advertisement {
  min-height: 50px !important;
  max-width: none !important;
  outline: 2px solid rgba(128, 128, 128, 0.2);
  width: auto !important;
}
.grid-item.widget-advertisement .widget-advertisement-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 20px;
  margin: 0;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.grid-item.widget-advertisement .widget-advertisement-label.widget-advertisement-label-bottom {
  top: auto;
  bottom: 10px;
}
.grid-item.widget-advertisement:hover .widget-advertisement-label {
  left: 15px;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.widget-advertisement {
    margin: 0;
  }
}
.grid-item.widget-advertisement:hover {
  outline: 5px solid rgba(128, 128, 128, 0.4);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item.widget-advertisement img {
    height: 100% !important;
    max-height: 100%;
    width: auto !important;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.widget-advertisement img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .post-comments {
    width: 480px;
    margin-right: 30px;
    overflow-y: auto;
    height: 100%;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .post-comments {
    padding: 20px;
  }
}
.post-comments h3#comments {
  margin-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
}
.post-comments ol.commentlist {
  list-style: none;
  padding: 0;
}
.post-comments ol.commentlist li.comment,
.post-comments ol.commentlist li.pingback {
  margin-top: 15px;
}
.post-comments ol.commentlist li.comment:hover .fn,
.post-comments ol.commentlist li.pingback:hover .fn {
  opacity: 1 !important;
}
.post-comments ol.commentlist li.comment .comment-body .comment-author,
.post-comments ol.commentlist li.pingback .comment-body .comment-author {
  float: left;
}
.post-comments ol.commentlist li.comment .comment-body .comment-author .avatar,
.post-comments ol.commentlist li.pingback .comment-body .comment-author .avatar {
  display: block;
  vertical-align: top;
  margin-right: 10px;
  height: 60px;
  width: 60px;
}
.post-comments ol.commentlist li.comment .comment-body .comment-author cite.fn,
.post-comments ol.commentlist li.pingback .comment-body .comment-author cite.fn {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  font-size: 12px;
  font-weight: bold;
  opacity: 0.6;
  max-width: 60px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}
.post-comments ol.commentlist li.comment .comment-body .comment-author .says,
.post-comments ol.commentlist li.pingback .comment-body .comment-author .says {
  display: none;
}
.post-comments ol.commentlist li.comment .comment-body .comment-meta,
.post-comments ol.commentlist li.pingback .comment-body .comment-meta,
.post-comments ol.commentlist li.comment .comment-body > p,
.post-comments ol.commentlist li.pingback .comment-body > p {
  background: #fff;
  color: #111;
  margin-left: 80px;
  padding: 10px;
}
.post-comments ol.commentlist li.comment .comment-body .comment-meta,
.post-comments ol.commentlist li.pingback .comment-body .comment-meta {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 0;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-bottom: none;
}
.post-comments ol.commentlist li.comment .comment-body .comment-meta a,
.post-comments ol.commentlist li.pingback .comment-body .comment-meta a {
  color: inherit;
}
.post-comments ol.commentlist li.comment .comment-body .comment-meta:after,
.post-comments ol.commentlist li.pingback .comment-body .comment-meta:after {
  content: " ";
  position: absolute;
  top: 11px;
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.post-comments ol.commentlist li.comment .comment-body .comment-meta:before,
.post-comments ol.commentlist li.pingback .comment-body .comment-meta:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent rgba(128, 128, 128, 0.3) transparent transparent;
}
.post-comments ol.commentlist li.comment .comment-body > p,
.post-comments ol.commentlist li.pingback .comment-body > p {
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 3px;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-top: none;
}
.post-comments ol.commentlist li.comment .comment-body .reply,
.post-comments ol.commentlist li.pingback .comment-body .reply {
  margin-left: 80px;
  font-size: 12px;
}
.post-comments ol.commentlist li.comment .comment-body .reply .comment-reply-link,
.post-comments ol.commentlist li.pingback .comment-body .reply .comment-reply-link {
  color: inherit;
  font-weight: 900;
}
.post-comments ol.commentlist li.comment .comment-body .reply .comment-reply-link:after,
.post-comments ol.commentlist li.pingback .comment-body .reply .comment-reply-link:after {
  font-family: "modern-icons";
  content: "\e7df";
  font-size: 140%;
  vertical-align: middle;
  margin-left: 3px;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.post-comments ol.commentlist li.comment .comment-body .reply .comment-reply-link:hover:after,
.post-comments ol.commentlist li.pingback .comment-body .reply .comment-reply-link:hover:after {
  margin-left: 7px;
}
.post-comments ol.commentlist li.comment #respond,
.post-comments ol.commentlist li.pingback #respond {
  margin-left: 80px;
}
.post-comments ol.commentlist li.comment #respond h3:first-child,
.post-comments ol.commentlist li.pingback #respond h3:first-child {
  display: none;
}
.post-comments ol.commentlist li.comment ul.children,
.post-comments ol.commentlist li.pingback ul.children {
  list-style: none;
  padding-left: 15px;
}
.post-comments ol.commentlist .bypostauthor cite:before {
  content: "Author";
  background: rgba(128, 128, 128, 0.7);
  margin-right: 5px;
  padding: 0 5px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}
.post-comments #respond {
  margin-bottom: 10px;
}
.post-comments #respond #cancel-comment-reply-link {
  font-weight: bold;
  font-size: 12px;
}
.post-comments #respond #cancel-comment-reply-link:before {
  font-family: "modern-icons";
  content: "\e898";
  font-size: 140%;
  vertical-align: middle;
}
.post-comments #respond form p:first-of-type {
  font-size: 12px;
  font-weight: bold;
}
.post-comments #respond form label {
  opacity: 0.4;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.post-comments #respond form label small {
  font-weight: 900 !important;
  font-size: 12px;
}
.post-comments #respond form p {
  margin: 0;
}
.post-comments #respond form input {
  font-weight: 200;
}
.post-comments #respond form input:hover + label,
.post-comments #respond form input:focus + label {
  opacity: 0.7;
}
.post-comments #respond form textarea {
  max-width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  height: 80px;
  min-height: 50px;
  margin-top: 5px;
}
.post-comments #respond form textarea:focus,
.post-comments #respond form input:focus {
  outline: 1px dotted rgba(128, 128, 128, 0.5);
}
.post-comments #respond form p:last-of-type {
  font-size: 12px;
}
.post-comments #respond form p:last-of-type:after {
  font-family: "modern-icons";
  content: "\e7df";
  font-size: 140%;
  vertical-align: middle;
  margin-left: 3px;
}
.post-comments #respond form #submit {
  background: transparent;
  font-weight: bold;
  border: 1px solid rgba(128, 128, 128, 0.3);
  padding: 4px 12px;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.post-comments #respond form #submit:hover {
  background: rgba(128, 128, 128, 0.05);
}
.post-comments #respond form #submit:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.modern-navigation {
  position: fixed;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: -38px;
  left: 0;
  right: 0;
  will-change: transform, padding, color, background;
  padding: 15px 0 20px;
  z-index: 1000;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-navigation .nav-logo-image {
  max-height: 16px;
}
.modern-navigation .nav-label {
  padding-left: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  body:not(.show-navigation) .modern-navigation .nav-label {
    -webkit-transform: translate(0, 33px);
    -ms-transform: translate(0, 33px);
    transform: translate(0, 33px);
  }
}
.modern-navigation ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-navigation {
    padding-bottom: 40px;
    position: absolute;
  }
}
body.show-navigation .modern-navigation {
  -webkit-transform: translate(0, 38px);
  -ms-transform: translate(0, 38px);
  transform: translate(0, 38px);
  background: #111;
  color: #fff;
}
.modern-navigation:hover,
.modern-navigation.force-hover {
  background: #111;
  color: #fff;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-navigation {
    background: #111;
    color: #fff;
  }
}
.modern-navigation ul {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 2;
  overflow-x: -moz-scrollbars-none;
  padding: 0 20px;
}
.modern-navigation ul ::-webkit-scrollbar {
  display: none;
}
.modern-navigation ul li {
  display: inline-block;
}
body:not(.show-navigation) .modern-navigation ul li {
  display: none;
}
.modern-navigation ul li a {
  display: inline-block;
  color: inherit;
  background: rgba(128, 128, 128, 0.1);
  padding: 10px;
  min-width: 150px;
  margin-right: 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  opacity: 0.95;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-navigation ul li a i {
  font-size: 30px !important;
  margin-right: 8px !important;
  vertical-align: -0.25em !important;
}
.modern-navigation ul li a:hover {
  background: rgba(128, 128, 128, 0.2);
  padding-left: 13px;
  -webkit-box-shadow: inset 3px 0px 0px rgba(128, 128, 128, 0.5);
  box-shadow: inset 3px 0px 0px rgba(128, 128, 128, 0.5);
  opacity: 1;
}
.modern-navigation ul li a:active {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.modern-navigation .navigation-toggle {
  font-size: 22px;
  text-align: right;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-right: 20px;
}
.modern-navigation .navigation-toggle span {
  font-size: 70px;
  line-height: 0;
}
.modern-navigation .navigation-toggle i {
  border-width: 0.095em !important;
}
.modern-navigation .navigation-toggle i[data-toggle-nav] {
  text-indent: .06em;
  text-align: left;
  line-height: 0.7em;
}
.modern-navigation .navigation-toggle i[data-toggle-nav]:before {
  content: "..." !important;
  position: relative;
  bottom: 0.33em;
  font-family: weblysleek;
  font-weight: bold;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-navigation .navigation-toggle {
    padding-bottom: 8px;
  }
  .modern-navigation .navigation-toggle span {
    display: none;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-navigation .navigation-toggle i {
    display: none;
  }
}
.modern-navigation .navigation-toggle .navigation-toggle-suggestion {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #111;
  opacity: 0.03;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-navigation .navigation-toggle .navigation-toggle-suggestion {
    display: none;
  }
}
.nav-fade-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
body:not(.show-navigation) .nav-fade-cover {
  visibility: hidden;
  opacity: 0;
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid {
  position: absolute;
  bottom: 110px;
  height: 200px !important;
  white-space: nowrap !important;
  left: 0;
  color: #fff;
  padding-right: 20px;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .page-template-page-gallery-php-NONE .gallery-bottom-grid {
    margin-left: 20px;
  }
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  vertical-align: top;
  position: relative;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item:hover {
  overflow: visible;
  z-index: 2;
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item:hover .gallery-grid-item-label {
  right: auto;
  background: #000;
  padding: 0 5px;
  opacity: 1;
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item .gallery-grid-item-label {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  opacity: 0.4;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item img {
  height: 100%;
  width: auto;
  margin-right: 10px;
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item:hover img {
  outline: 2px solid rgba(128, 128, 128, 0.4);
}
.page-template-page-gallery-php-NONE .gallery-bottom-grid .gallery-grid-item.active img {
  outline: 2px solid rgba(128, 128, 128, 0.5);
}
.page-template-page-gallery-php-NONE .bottom-grid-tools {
  position: fixed;
  bottom: 40px;
  right: 30px;
  height: auto !important;
  -webkit-transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .page-template-page-gallery-php-NONE .modern-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
  }
  .page-template-page-gallery-php-NONE .modern-footer .copyright {
    margin-left: -5px;
  }
  .page-template-page-gallery-php-NONE .fixed-big-title {
    margin-top: 0;
    padding-top: 0;
  }
}
.page-template-page-gallery-php {
  background: #020202;
}
.page-template-page-gallery-php .parallax-bg:not(.gallery-parallax) {
  display: none;
}
.page-template-page-gallery-php .fixed-big-title,
.page-template-page-gallery-php *[data-back-button],
.page-template-page-gallery-php .load-more,
.page-template-page-gallery-php .fixed-big-title:hover,
.page-template-page-gallery-php *[data-back-button]:hover,
.page-template-page-gallery-php .load-more:hover {
  color: #eee;
}
.page-template-page-gallery-php .gallery-grid .grid-item.grid-item-gallery {
  max-height: 300px;
  outline: 2px solid rgba(128, 128, 128, 0.2);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.page-template-page-gallery-php .gallery-grid .grid-item.grid-item-gallery:hover {
  outline-color: rgba(128, 128, 128, 0.3);
}
.page-template-page-gallery-php .gallery-grid .grid-item.grid-item-gallery img {
  visibility: hidden;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .page-template-page-gallery-php .gallery-grid .grid-item.grid-item-gallery {
    width: 150px;
  }
}
.page-template-page-gallery-php .gallery-parallax:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.gallery[id*="gallery"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery[id*="gallery"] .gallery-item {
  min-width: 100px;
  width: 25% !important;
  margin: 0 !important;
  padding: 3px;
}
.gallery[id*="gallery"] .gallery-item a img {
  border: 0 !important;
  width: 100%;
  height: auto;
}
.gallery[id*="gallery"] .gallery-item a img:hover {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  outline: 2px solid rgba(128, 128, 128, 0.7);
  outline-offset: -2px;
}
.gallery[id*="gallery"] .gallery-item a img:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.modern-footer {
  text-align: right;
  z-index: 20;
  position: relative;
  padding: 10px 30px;
  -webkit-transform: scale3d(1, 1, 1);
  color: rgba(128, 128, 128, 0.95);
  font-weight: 900;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-footer {
    padding: 10px 20px;
  }
}
.modern-footer a.copyright {
  color: inherit;
  margin-left: 10px;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-footer a.copyright {
    display: block;
    margin: 7px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
.modern-footer:hover {
  background: #060606;
  color: #fff;
  left: 0px;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-footer:hover {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .hero-contact {
    min-height: 400px;
  }
  .hero-contact .bottom-fade-label {
    position: absolute;
  }
}
.hero-contact .hero-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-contact .hero-map iframe {
  height: 100%;
  width: 100%;
}
.hero-contact .hero-contact-address-container {
  position: absolute;
  bottom: 52%;
  text-align: center;
  left: 0;
  right: 0;
}
.hero-contact .hero-contact-address-container .hero-contact-address {
  background: #111;
  display: inline-block;
  padding: 20px;
  color: #fff;
  z-index: 222;
  position: relative;
  cursor: default;
  font-weight: 100;
  max-width: 400px;
  text-align: center;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  opacity: 1;
}
.hero-contact .hero-contact-address-container .hero-contact-address:hover {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.hero-contact .hero-contact-address-container .hero-contact-address:after {
  display: block;
  width: 20px;
  height: 20px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  content: " ";
}
.notice {
  position: fixed;
  z-index: 20;
  background: #060606;
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  z-index: 1000;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.notice.notice-hidden {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.notice,
.notice * {
  will-change: transform;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .notice .notice-content {
    float: left;
  }
}
.notice .notice-close {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .notice .notice-close {
    font-size: 30px;
    margin-top: 20px !important;
    float: none;
  }
}
.widget-tweets .tweets-feed .tweet-single {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.widget-tweets .tweets-feed .tweet-single:hover {
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .widget-tweets .tweets-feed .tweet-single:nth-child(5) ~ .tweet-single {
    display: none;
  }
}
.widget-tweets .tweets-feed .tweet-single .tweet-timestamp {
  position: absolute;
  right: 0;
  font-weight: bold;
  opacity: 0.4;
  font-size: 11px;
}
.widget-tweets .tweets-feed .tweet-single .tweet-avatar {
  float: left;
}
.widget-tweets .tweets-feed .tweet-single .tweet-avatar .tweet-avatar-img {
  width: 36px;
  height: auto;
}
.widget-tweets .tweets-feed .tweet-single .tweet-body {
  margin-left: 42px;
}
.widget-tweets .tweets-feed .tweet-single:before,
.widget-tweets .tweets-feed .tweet-single:after {
  content: " ";
  display: table;
}
.widget-tweets .tweets-feed .tweet-single:after {
  clear: both;
}
.widget-posts-grid,
.widget-gallery-grid {
  padding-top: 0;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .widget-posts-grid,
  .widget-gallery-grid {
    padding: 0 !important;
  }
}
.widget-posts-grid .horizontal-content,
.widget-gallery-grid .horizontal-content {
  padding-top: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .widget-posts-grid .horizontal-content,
  .widget-gallery-grid .horizontal-content {
    padding: 0 !important;
    margin: 0 -10px !important;
  }
}
.tagcloud a:before {
  font-family: 'modern-icons' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.2em;
  font-size: 1.5em;
  display: inline-block;
  height: 0.5em;
  line-height: 0.5em;
  width: 0.5em;
  position: relative;
  left: -0.25em;
  margin-right: 0.125em;
  content: "\e670" !important;
}
.post-tags,
.tagcloud {
  clear: both;
}
.post-tags a,
.tagcloud a {
  background: rgba(128, 128, 128, 0.2);
  padding: 15px 15px 5px 5px;
  margin: 0 5px 5px 0;
  color: inherit;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  display: inline-block;
  float: left;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.post-tags a:hover,
.tagcloud a:hover {
  outline: 2px solid rgba(128, 128, 128, 0.4);
  background: rgba(128, 128, 128, 0.3);
}
.post-tags a:active,
.tagcloud a:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.modern-grid {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .no-flexbox .modern-grid {
    white-space: nowrap;
  }
  .no-flexbox .modern-grid > * {
    display: inline-block;
    white-space: normal;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    max-width: 100%;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
  }
  .modern-grid .grid-title {
    margin-left: 5px;
  }
  .modern-grid .grid-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid {
    height: 100%;
    margin-right: 50px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  body:not(.initialized) .modern-grid {
    display: none;
  }
}
.modern-grid .grid-item {
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: top;
  max-height: 100%;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid .grid-item {
    width: 24vh;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid .grid-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid .grid-item.wide {
    width: 32vh;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid .grid-item.very-wide {
    width: 40vh;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid .grid-item.very-wide {
    width: 100%;
  }
}
.modern-grid .grid-item.full {
  height: 100%;
}
.modern-grid .grid-item.scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.modern-grid .grid-item img {
  max-width: 100%;
  height: auto;
}
.modern-grid .grid-item *:first-child {
  margin-top: 0;
}
.modern-grid .grid-item *:last-child {
  margin-bottom: 0;
}
.modern-grid .grid-limiter {
  height: 100%;
  width: 50px;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid .grid-limiter {
    display: inline-block;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid .grid-limiter {
    width: 100%;
    height: 20px;
  }
}
.modern-grid .grid-limiter.wide {
  width: 100px;
}
.modern-grid .grid-limiter.breaker,
.modern-grid .grid-limiter.invisible {
  width: 1px;
  opacity: 0;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid .grid-limiter.breaker,
  .modern-grid .grid-limiter.invisible {
    height: 1px;
  }
}
.modern-grid .grid-limiter.visible {
  background: rgba(128, 128, 128, 0.1);
  margin-right: 30px;
}
.modern-grid .grid-limiter:last-child {
  opacity: 0;
}
.modern-grid .grid-title:not(.no-outside) {
  position: relative;
  overflow: visible;
}
.modern-grid .grid-title:not(.no-outside),
.modern-grid .grid-title:not(.no-outside) > * {
  font-weight: 400;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .modern-grid .grid-title:not(.no-outside) {
    width: 100%;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .modern-grid .grid-title:not(.no-outside) {
    height: 1px;
    height: 0.1px;
    white-space: nowrap;
  }
  .modern-grid .grid-title:not(.no-outside) > * {
    position: absolute;
    bottom: 20px;
    margin: 0 !important;
  }
}
.container-middle {
  padding-top: 100px;
  padding-bottom: 50px;
}
.container-middle-low {
  padding-top: 150px;
  padding-bottom: 50px;
}
.container-middle-medium {
  padding-top: 120px;
  padding-bottom: 50px;
}
.container-full {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .container-full,
  .container-middle-low,
  .container-middle,
  .container-middle-medium {
    height: 100%;
    display: inline-block;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .container-full,
  .container-middle-low,
  .container-middle,
  .container-middle-medium {
    padding-top: 10px;
  }
}
.columnized {
  white-space: normal;
  position: relative;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .columnized {
    -webkit-column-width: 48vh;
    -moz-column-width: 48vh;
    column-width: 48vh;
    height: 96vh;
    width: 48.01vh;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    height: 100%;
  }
  .columnized .full-column {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .columnized > * {
    max-width: 48vh;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .columnized {
    margin-right: 0 !important;
    padding: 20px;
    padding-top: 0;
  }
}
.columnized .cutout-title {
  width: -webkit-calc(96vh + 50px);
  width: calc(96vh + 50px);
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: auto !important;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 5px;
  font-size: 35px;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .columnized .cutout-title {
    position: relative;
    width: auto;
  }
  .columnized .cutout-title + * {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .columnized .cutout-title:after {
    display: block;
    position: absolute;
    width: inherit;
    height: 1px;
    bottom: 15px;
    background: rgba(128, 128, 128, 0.6);
    content: " ";
  }
}
.columnized .cutout-title .post-meta {
  margin-bottom: 0;
}
.columnized .cutout-keeper {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  -o-break-inside: avoid;
  -ms-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-break-before: always;
  -moz-break-before: always;
  break-before: always;
  -moz-column-break-before: always;
  -webkit-column-break-before: always;
  display: block !important;
}
.columnized .cutout-keeper + * {
  margin-top: 0;
}
.columnized .cutout-keeper + *:empty {
  display: none;
}
.columnized > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .columnized > *:first-child {
    margin-top: 0 !important;
  }
}
.columnized img {
  max-width: 100%;
  height: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}
.columnized .break-column {
  -webkit-break-after: always;
  -moz-break-after: always;
  break-after: always;
  -moz-column-break-after: always;
  -webkit-column-break-after: always;
}
.columnized .dont-break,
.columnized img,
.columnized h1,
.columnized h2,
.columnized h3,
.columnized h4,
.columnized h5,
.columnized h6,
.columnized pre {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  -o-break-inside: avoid;
  -ms-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columnized.dont-break * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  -o-break-inside: avoid;
  -ms-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  html.no-csscolumns .columnized-container {
    max-width: 70%;
    overflow-y: auto;
  }
  html.no-csscolumns .columnized-container > * {
    height: auto;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .columnized-container {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .columns-container {
    margin-right: 0 !important;
  }
}
.load-more {
  padding: 10px;
  text-align: center;
  position: relative;
  background: rgba(128, 128, 128, 0.05);
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .load-more {
    width: 35px;
    height: 100%;
  }
  .load-more > * {
    position: absolute;
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .load-more {
    width: 100%;
  }
  .load-more > * {
    font-size: 2em;
  }
}
.load-more:hover {
  background: rgba(128, 128, 128, 0.1);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .load-more:hover {
    width: 40px;
  }
}
.load-more:active {
  background: rgba(128, 128, 128, 0.2);
}
.load-more:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.load-more.no-more {
  opacity: 0;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .load-more.no-more {
    width: 1px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .load-more.no-more {
    height: 1px;
  }
}
.grid-item.more-hidden:not(.more-hidden-show) {
  display: none;
}
.wp-caption {
  position: relative;
  max-width: 100%;
}
.wp-caption:before,
.wp-caption:after {
  content: " ";
  display: table;
}
.wp-caption:after {
  clear: both;
}
.wp-caption:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(95%, rgba(0, 0, 0, 0.99)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.99) 95%);
}
.wp-caption .wp-caption-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.aligncenter {
  float: none;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignnone,
img.aligncenter,
img.alignright,
img.alignleft {
  max-width: 100%;
  height: auto;
}
.lorem-tag + br {
  display: none;
}
.oembed:not([data-twttr-id]) {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.oembed:not([data-twttr-id]) iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modern-rating {
  letter-spacing: -0.3em;
  position: relative;
  white-space: nowrap;
}
.modern-rating .rating-filled {
  position: absolute;
  overflow: hidden;
}
.modern-rating .rating-empty {
  opacity: 0.4;
}
.modern-customization-tools {
  position: fixed;
  bottom: 50px;
  border: 2px solid rgba(128, 128, 128, 0.3);
  padding: 20px;
  background: #111;
  color: #eee;
  width: 740px;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-customization-tools .customization-picker {
  height: 40px;
  width: 40px;
  display: inline-block;
  padding: 4px;
}
.modern-customization-tools .customization-picker * {
  height: 100%;
  width: 100%;
  padding: 4px;
}
.modern-customization-tools:hover {
  left: 10px;
}
.modern-customization-tools:hover .customization-toggle {
  opacity: 0;
}
.modern-customization-tools .customization-toggle {
  position: absolute;
  right: -50px;
  bottom: 20px;
  padding: 5px;
  padding-bottom: 9px;
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-customization-tools .customization-toggle i {
  background: #111;
  color: #eee;
}
.modern-customization-tools button {
  color: inherit;
  border: 2px solid;
  padding: 4px 12px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
}
.modern-customization-tools .color-single {
  display: inline-block;
  width: 40px;
  height: 30px;
  outline: 1px solid rgba(128, 128, 128, 0.3);
  outline-offset: -2px;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.modern-customization-tools .color-single:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .archive-title {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .archive-title .archive-headline {
    display: block;
  }
  .archive-title .archive-details {
    display: block;
    font-size: 0.5em;
  }
}
html,
body {
  height: 100%;
}
body {
  background: #f4f4f4;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  body {
    padding-top: 39px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  body {
    overflow-y: hidden;
    -webkit-transition: 1.55s all cubic-bezier(0, 1, 0, 1);
    transition: 1.55s all cubic-bezier(0, 1, 0, 1);
  }
}
body.bold-headers h1,
body.bold-headers h2,
body.bold-headers h3,
body.bold-headers .h1,
body.bold-headers .h2,
body.bold-headers .h3,
body.bold-headers .widgettitle {
  font-weight: 900;
}
body.upper-headers h1,
body.upper-headers h2,
body.upper-headers h3,
body.upper-headers .h1,
body.upper-headers .h2,
body.upper-headers .h3,
body.upper-headers .widgettitle {
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small,
.widgettitle small {
  font-size: 50%;
  color: inherit;
  opacity: 0.5;
}
.null-transform {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
mark,
.mark {
  background: rgba(128, 128, 128, 0.1);
  color: inherit;
}
blockquote {
  border-left-color: rgba(128, 128, 128, 0.2);
}
blockquote[author]:after {
  content: "- " attr(author);
  display: block;
  clear: both;
  font-style: italic;
  opacity: 0.6;
}
.scroll-helper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -99999;
  background: transparent !important;
  opacity: 0 !important;
}
.back-push-right {
  margin-left: 100px;
}
[data-back-button] {
  height: auto !important;
  position: relative;
  font-size: 35px;
  color: inherit;
}
[data-back-button] a {
  color: inherit;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
[data-back-button]:hover {
  color: inherit;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  [data-back-button] {
    position: absolute;
    top: 53px;
    left: 46px;
  }
  [data-back-button] [data-back-home] {
    -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
    transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
    opacity: 0;
    position: absolute;
    left: -41px;
    padding-right: 5px;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  [data-back-button]:hover [data-back-home] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
[data-back-button] + * {
  margin-left: 120px;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  [data-back-button] + * {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  [data-back-button] {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    left: 20px;
    position: relative;
    top: 0;
  }
}
pre {
  font-size: 12px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  padding: 10px;
  overflow-x: auto;
}
.parallax-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
article table {
  border: 1px solid rgba(128, 128, 128, 0.3);
}
article table td,
article table th {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
article table td:not(:last-child),
article table th:not(:last-child) {
  border-right: 1px solid rgba(128, 128, 128, 0.2);
}
article table thead {
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
}
article table thead th {
  font-size: 12px;
  text-transform: uppercase;
}
article table tr {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}
article table tr:hover {
  background: rgba(128, 128, 128, 0.05);
}
.fw-ajax-loader {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
}
.abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fade-initialized {
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  opacity: 0;
}
body.initialized .fade-initialized {
  opacity: 1;
}
.error-huge-header {
  display: block !important;
  height: auto;
  font-size: 1500%;
  margin-bottom: 0;
  height: auto !important;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .error-huge-header {
    margin-top: 0.4em;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .error-huge-header {
    font-size: 700%;
  }
}
.fullscreen-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  z-index: 100000;
}
.fade {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  opacity: 0;
  will-change: transform, opacity;
}
.fade.in {
  opacity: 1;
}
.fade-right {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fade-right.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.title-header {
  font-weight: 400;
}
.neutralizer-color {
  color: rgba(128, 128, 128, 0.5);
}
.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
hr.strong {
  border-top-width: 3px;
  border-top-color: rgba(128, 128, 128, 0.3);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .fixed-big-title {
    position: fixed;
    top: 50px;
    left: 120px;
    margin: 0;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .fixed-big-title {
    padding: 20px;
  }
}
.ios input,
.ios textarea {
  -webkit-appearance: none;
}
ul,
ol {
  font-weight: 400;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .metro-notification {
    display: none !important;
  }
}
.brand-logo-image {
  max-height: 50px;
}
.title-more-link i {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.title-more-link:hover i {
  margin-left: 5px;
}
.horizontal-wrapper > br {
  display: none;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .horizontal-wrapper {
    height: 100%;
    white-space: nowrap;
  }
  .horizontal-wrapper > * {
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    height: 100%;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .horizontal-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }
}
.horizontal-parts-container > br {
  display: none;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .horizontal-parts-container {
    white-space: nowrap;
  }
  .horizontal-parts-container > * {
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    height: 100%;
  }
}
.page-brand {
  position: fixed;
  z-index: 2;
  left: 120px;
  color: #fff;
  top: 40px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  height: auto;
  -webkit-transform: scale3d(1, 1, 1);
}
body.no-hero .page-brand {
  color: inherit;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .page-brand {
    display: none;
  }
}
.grid-item {
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item {
    min-width: 240px;
  }
}
.grid-item[data-href] {
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.grid-item[data-href]:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.grid-item.type-post {
  width: 250px;
  overflow: hidden;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  color: inherit;
}
.grid-item.type-post.sticky {
  background: #fff;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.type-post.sticky {
    padding: 10px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item.type-post {
    width: 24vh;
    min-width: 240px;
    outline: 2px solid transparent;
    outline-offset: 5px;
    padding: 10px;
    -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
    transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  }
  .grid-item.type-post:hover {
    outline-offset: 0px;
    outline-color: rgba(128, 128, 128, 0.2);
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.type-post {
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.grid-item.type-post .grid-item-small-image {
  display: none;
  width: 80px;
}
.grid-item.type-post .post-title {
  margin-top: 5px;
  margin-bottom: 10px;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.grid-item.type-post .post-title:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.grid-item.type-post .post-meta {
  margin-bottom: 5px;
}
@media only screen and (min-height: 570px) and (max-height: 840px) and (min-width: 961px) {
  .grid-item.type-post .post-meta {
    margin-bottom: 0;
  }
  .grid-item.type-post .post-title {
    font-family: inherit;
    margin-top: 0;
  }
  .grid-item.type-post .post-author {
    display: none;
  }
  .grid-item.type-post .post-excerpt {
    max-height: 60px;
    overflow: hidden;
  }
  .grid-item.type-post .grid-item-small-image {
    display: inline-block;
    height: 70px;
    width: auto;
    float: left;
    margin-right: 10px;
  }
  .grid-item.type-post .grid-item-small-image ~ .grid-item-details {
    display: block;
  }
  .grid-item.type-post .grid-item-featured-image {
    display: none;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item.type-post {
    margin: -10px 20px 20px -10px;
  }
}
.grid-item.type-gallery {
  color: inherit;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item.type-gallery {
    margin: 0 10px 10px 0;
    height: 24vh;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    min-width: 100px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.type-gallery {
    width: 250px;
    margin-bottom: 10px;
    height: 0;
    padding-bottom: 50%;
  }
}
.grid-item.type-gallery .grid-item-bottom .post-meta {
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  opacity: 0;
  height: 0;
  margin-top: 0;
}
.grid-item.type-gallery .grid-item-bottom h3 {
  margin-bottom: 0;
}
.grid-item.type-gallery:hover .grid-item-bottom .post-meta {
  opacity: 1;
  height: 15px;
  margin-top: 10px;
}
.grid-item.type-gallery img {
  visibility: hidden;
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  outline-offset: -2px;
}
.grid-item.type-gallery img:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.grid-item.type-gallery img:hover {
  outline: 2px solid rgba(128, 128, 128, 0.5);
  outline-offset: -2px;
}
.grid-item.full {
  white-space: normal;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 40vh;
  max-width: 40vh;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.full {
    max-width: 100%;
    width: 100%;
    min-height: 400px;
  }
  .grid-item.full .bottom-fade-label {
    position: absolute;
  }
}
.grid-item.type-product {
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.grid-item.type-product .grid-item-bottom {
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .grid-item.type-product {
    height: 24vh;
    width: 24vh;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .grid-item.type-product {
    min-height: 50vw;
  }
}
.grid-item .grid-item-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px;
}
.grid-item:first-child:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.grid-item[href] {
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.grid-item[href]:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .no-hero .home-container {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .woocommerce .product[itemscope] {
    height: 100%;
    white-space: nowrap;
  }
}
.woocommerce .product[itemscope] > * {
  white-space: normal;
  vertical-align: top;
  float: none !important;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .woocommerce .product[itemscope] > * {
    display: inline-block;
    height: 100%;
    max-width: 450px;
    margin-right: 50px;
    overflow-y: auto;
  }
  .woocommerce .product[itemscope] > *:not(.summary) {
    padding-top: 70px;
  }
  .woocommerce .product[itemscope] > *.product-gallery {
    max-width: 600px;
  }
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  .woocommerce .product[itemscope] > * {
    padding: 0 20px;
  }
}
.woocommerce .product[itemscope] > *.woocommerce-tabs {
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .woocommerce .product[itemscope] > *.woocommerce-tabs ul.tabs {
    display: none;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  .woocommerce .product[itemscope] > *.woocommerce-tabs .panel {
    display: inline-block !important;
    white-space: normal;
    max-width: 450px;
    vertical-align: top;
    margin-right: 50px;
    height: 100%;
    overflow-y: auto;
  }
  .woocommerce .product[itemscope] > *.woocommerce-tabs .panel > *:first-child,
  .woocommerce .product[itemscope] > *.woocommerce-tabs .panel > *:first-child > *:first-child,
  .woocommerce .product[itemscope] > *.woocommerce-tabs .panel > *:first-child > *:first-child,
  .woocommerce .product[itemscope] > *.woocommerce-tabs .panel > *:first-child > *:first-child > *:first-child {
    margin-top: 0;
  }
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-big {
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-big:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-big:hover {
  outline: 2px solid rgba(128, 128, 128, 0.7);
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-thumbnails {
  margin-top: 5px;
  padding-right: 2px;
  height: 80px;
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-thumbnails .gallery-thumbnail {
  height: 100%;
  display: inline-block;
  will-change: transform;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.55s all cubic-bezier(0.1, 0.9, 0.2, 1);
  margin-right: 5px;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-thumbnails .gallery-thumbnail:active {
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-thumbnails .gallery-thumbnail:hover {
  outline: 2px solid rgba(128, 128, 128, 0.7);
}
.woocommerce .product[itemscope] > *.product-gallery .gallery-thumbnails .gallery-thumbnail img {
  height: 100%;
  width: auto;
}
.woocommerce #reviews #comments .commentlist {
  padding: 0;
}
.woocommerce #reviews #comments .commentlist .comment .comment_container .avatar {
  width: 50px;
}
.woocommerce input,
.woocommerce .button,
.woocommerce button,
.woocommerce textarea,
.woocommerce select,
.woocommerce .checkout_coupon {
  border-radius: 0 !important;
}
.woocommerce .checkout_coupon {
  padding: 10px !important;
}
.woocommerce .checkout_coupon > * {
  margin: 0 !important;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input[type=submit],
.product .woocommerce .button,
.product .woocommerce button.button,
.product .woocommerce input[type=submit],
.product .cart .woocommerce .button,
.product .cart .woocommerce button.button,
.product .cart .woocommerce input[type=submit],
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input[type=submit].alt {
  background-image: none;
  background: rgba(128, 128, 128, 0.05);
  color: inherit;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid;
  text-shadow: none;
  font-weight: 100;
  padding: 8px 12px;
}
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input[type=submit]:hover,
.product .woocommerce .button:hover,
.product .woocommerce button.button:hover,
.product .woocommerce input[type=submit]:hover,
.product .cart .woocommerce .button:hover,
.product .cart .woocommerce button.button:hover,
.product .cart .woocommerce input[type=submit]:hover,
.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input[type=submit].alt:hover {
  background: rgba(128, 128, 128, 0.1);
  text-shadow: none;
  color: inherit;
}
.woocommerce .button:active,
.woocommerce button.button:active,
.woocommerce input[type=submit]:active,
.product .woocommerce .button:active,
.product .woocommerce button.button:active,
.product .woocommerce input[type=submit]:active,
.product .cart .woocommerce .button:active,
.product .cart .woocommerce button.button:active,
.product .cart .woocommerce input[type=submit]:active,
.woocommerce .button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce input[type=submit].alt:active {
  outline: 1px dotted;
  outline-offset: 1px;
}
.woocommerce .quantity input[type=number].qty {
  height: 35px;
  font-weight: 100;
  border-color: rgba(128, 128, 128, 0.2);
}
.woocommerce .quantity input[type=number].qty:hover {
  border-color: rgba(128, 128, 128, 0.3);
}
.woocommerce .quantity input[type=number].qty:focus {
  border-color: rgba(128, 128, 128, 0.4);
  outline: none;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  height: 18px;
  outline: none;
  background-image: none;
  background: rgba(128, 128, 128, 0.8);
  text-shadow: none;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
  transition: 0.25s all cubic-bezier(0.1, 0.9, 0.2, 1);
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
  background-image: none;
  background: rgba(128, 128, 128, 0.7);
}
.woocommerce .quantity .minus:active,
.woocommerce .quantity .plus:active {
  background: rgba(128, 128, 128, 0.6);
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-warning {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid !important;
  border: none !important;
  outline: 2px solid rgba(128, 128, 128, 0.5);
  outline-offset: -2px;
  background: #222;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-warning:before {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: auto !important;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-warning .button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 2px solid !important;
  background-image: none !important;
  display: inline-block !important;
  margin-top: -5px !important;
  margin-left: 10px !important;
  font-weight: 100 !important;
}
.wc-notices {
  position: fixed;
  z-index: 30;
  top: 30px;
  right: 20px;
  height: auto;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  body.page-template-default .horizontal-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-default .horizontal-wrapper .post-hero {
  min-width: 15%;
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  body.page-template-default .container-full {
    overflow-y: auto;
    width: 100%;
  }
}
body.page-template-default .container-full .vertical-content {
  padding-right: 20%;
}
@media only screen and (max-width: 960px) , only screen and (max-height: 570px)  {
  body.page-template-default .container-full .vertical-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 961px) and (min-height: 571px)  {
  html.no-flexbox body.page-template-default .container-full {
    max-width: 70%;
  }
}
