/*
@c1:#09347a;
@c2:#007dc3;
@c3:#0169a4;
@c4:#3399cc;
@c5:#f1632a;
@c6:#464646;
@c7:#b7b7b7;
@c8:#f6f6f5;
*/
#g3580 {
  fill: #464646;
}
#text3586 {
  fill: #464646;
  stroke: #464646;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #f6f6f5;
  box-shadow: inset 0 160px 160px -160px #000000;
}
body,
input,
select,
textarea,
button {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #464646;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
a {
  color: #f1632a;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #f1632a;
  text-decoration: underline;
}
.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1200px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.row *[class*="col-"] {
  float: left;
  min-height: 1px;
}
.tal-r {
  text-align: right;
}
.tal-l {
  text-align: left;
}
.tal-j {
  text-align: justify;
}
.tal-c {
  text-align: center;
}
.logo {
  display: block;
  background: url("./logo.svg?v=2") no-repeat center transparent;
  background-size: contain;
}
.logo:after {
  content: '';
  display: block;
  clear: both;
  padding-top: 24.5%;
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-default {
  border: 1px solid #464646;
  color: #464646;
}
.loading {
  display: none;
}
header#header {
  margin-bottom: 16px;
}
header#header .contact {
  background: rgba(70, 70, 70, 0.1);
  margin-bottom: 16px;
}
header#header .contact a {
  padding: 8px 16px;
  display: inline-block;
  margin-right: 16px;
}
header#header .contact a.add {
  background: #f1632a;
  color: #f6f6f5;
}
header#header .contact a:hover {
  text-decoration: none;
  background: #464646;
  color: #f6f6f5;
}
header#header .logo {
  background-position: bottom center;
  margin-top: -14px;
}
header#header .logo:before {
  content: '';
  display: block;
  clear: both;
  padding-top: 20%;
}
header#header .contact_header {
  background: #464646;
  margin-top: -1px;
  padding-top: 1px;
}
header#header .contact_header ._GTM_goal {
  width: 49%;
  min-width: 190px;
  display: inline-block;
  text-align: center;
  color: #f6f6f5;
}
header#header .headerMenu {
  background: #f1632a;
  border-top: 2px solid #464646;
  border-bottom: 2px solid #464646;
}
header#header .headerMenu .menu > ul,
header#header .headerMenu .menu,
header#header .headerMenu .menu > ul ul,
header#header .headerMenu .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#header .headerMenu .menu > ul a,
header#header .headerMenu .menu a,
header#header .headerMenu .menu > ul input,
header#header .headerMenu .menu input,
header#header .headerMenu .menu > ul button,
header#header .headerMenu .menu button {
  padding: 8px 16px;
  color: #f6f6f5;
}
header#header .headerMenu .menu > ul a:hover,
header#header .headerMenu .menu a:hover,
header#header .headerMenu .menu > ul input:hover,
header#header .headerMenu .menu input:hover,
header#header .headerMenu .menu > ul button:hover,
header#header .headerMenu .menu button:hover,
header#header .headerMenu .menu > ul a:hover *,
header#header .headerMenu .menu a:hover *,
header#header .headerMenu .menu > ul input:hover *,
header#header .headerMenu .menu input:hover *,
header#header .headerMenu .menu > ul button:hover *,
header#header .headerMenu .menu button:hover * {
  text-decoration: none;
}
header#header .headerMenu .menu > ul a,
header#header .headerMenu .menu a {
  display: block;
}
header#header .headerMenu .menu > ul input,
header#header .headerMenu .menu input,
header#header .headerMenu .menu > ul button,
header#header .headerMenu .menu button {
  border: none;
  display: inline-block;
}
header#header .headerMenu .menu > ul form,
header#header .headerMenu .menu form {
  white-space: nowrap;
}
header#header .headerMenu .menu > ul button,
header#header .headerMenu .menu button {
  cursor: pointer;
}
header#header .headerMenu .menu > ul ul,
header#header .headerMenu .menu ul {
  display: block;
}
header#header .headerMenu .menu > ul > li,
header#header .headerMenu .menu > li {
  display: inline-block;
  position: relative;
  -webkit-transition: background ease 0.2s;
  -moz-transition: background ease 0.2s;
  transition: background ease 0.2s;
  color: #f6f6f5;
}
header#header .headerMenu .menu > ul > li.current-menu-item,
header#header .headerMenu .menu > li.current-menu-item {
  background: rgba(246, 246, 245, 0.3);
}
header#header .headerMenu .menu > ul > li.search,
header#header .headerMenu .menu > li.search {
  float: right;
}
header#header .headerMenu .menu > ul > li.search:hover,
header#header .headerMenu .menu > li.search:hover {
  background: transparent;
}
header#header .headerMenu .menu > ul > li > ul,
header#header .headerMenu .menu > li > ul {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: -1000;
  min-width: 200%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  background: #464646;
  white-space: nowrap;
  border-left: 2px solid #464646;
}
header#header .headerMenu .menu > ul > li > ul li a,
header#header .headerMenu .menu > li > ul li a {
  color: #f6f6f5;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
header#header .headerMenu .menu > ul > li > ul li a,
header#header .headerMenu .menu > li > ul li a,
header#header .headerMenu .menu > ul > li > ul li a span,
header#header .headerMenu .menu > li > ul li a span {
  position: relative;
  z-index: 1;
}
header#header .headerMenu .menu > ul > li > ul li a:before,
header#header .headerMenu .menu > li > ul li a:before {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background: #f6f6f5;
}
header#header .headerMenu .menu > ul > li > ul li a:hover,
header#header .headerMenu .menu > li > ul li a:hover {
  color: #f1632a;
}
header#header .headerMenu .menu > ul > li > ul li a:hover:before,
header#header .headerMenu .menu > li > ul li a:hover:before {
  right: 0;
}
header#header .headerMenu .menu > ul > li:hover,
header#header .headerMenu .menu > li:hover {
  background: #464646;
}
header#header .headerMenu .menu > ul > li:hover > a,
header#header .headerMenu .menu > li:hover > a {
  color: #f6f6f5;
}
header#header .headerMenu .menu > ul > li:hover > ul,
header#header .headerMenu .menu > li:hover > ul {
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 100%;
}
.headerSlider__item img {
  max-width: 100%;
}
.col-equal {
  display: flex;
  display: -webkit-flex;
}
.GoodsFilter__form_bg {
  background: rgba(70, 70, 70, 0.05);
  padding: 16px 0 16px 0;
  border-top: 2px solid rgba(70, 70, 70, 0.025);
  border-bottom: 2px solid rgba(70, 70, 70, 0.025);
}
.GoodsFilter_collapse_container {
  padding: 0 32px 16px 32px;
}
.GoodsFilter {
  display: block;
}
.GoodsFilter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.GoodsFilter li {
  display: block;
}
.GoodsFilter .taxonomy-row {
  margin-bottom: 8px;
}
.GoodsFilter .btn {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
.GoodsFilter .fa {
  width: 24px;
}
.GoodsFilter label {
  display: block;
  padding: 5.33333333px 8px;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.GoodsFilter .dropdown-menu {
  min-width: 100%;
}
.GoodsFilter .dropdown-menu li a {
  padding: 0;
}
.GoodsFilter .slider-handle {
  background: #f1632a;
}
.GoodsFilter .slider-selection {
  background: #f1632a;
}
.GoodsFilter .slider.slider-horizontal .slider-track {
  height: 4px;
  margin-top: -2px;
}
.GoodsFilter .dropdown-menu > .active > a {
  background: #f1632a;
}
.GoodsFilter .dropdown-menu > .active > a:focus,
.GoodsFilter .dropdown-menu > .active > a:hover {
  background: #f1632a;
}
.expMeta {
  display: inline-block;
  white-space: nowrap;
  padding: 5.33333333px 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #b7b7b7;
}
.expMeta .fa {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.expMeta:hover {
  background: rgba(183, 183, 183, 0.25);
  border: 1px solid rgba(183, 183, 183, 0.5);
  color: #464646;
}
.postsContainer {
  background: white;
}
.expire,
.taxList__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expire .expire__item,
.taxList__list .expire__item {
  display: block;
}
.expire .expire__item figure,
.taxList__list .expire__item figure {
  border: 1px solid #f6f6f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 16px 0 16px 0;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  box-shadow: 0 1px 3.2px #f6f6f5;
}
.expire .expire__item figure .item_pic,
.taxList__list .expire__item figure .item_pic {
  overflow: hidden;
  position: relative;
}
.expire .expire__item figure .item_pic:after,
.taxList__list .expire__item figure .item_pic:after {
  content: '';
  display: block;
  clear: both;
  padding-top: 50%;
}
.expire .expire__item figure .item_pic img,
.taxList__list .expire__item figure .item_pic img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.expire .expire__item figure .item_pic picture,
.taxList__list .expire__item figure .item_pic picture,
.expire .expire__item figure .item_pic img,
.taxList__list .expire__item figure .item_pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.expire .expire__item figure .item_pic .item_desc,
.taxList__list .expire__item figure .item_pic .item_desc {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  right: 100%;
  z-index: 2;
  background: rgba(246, 246, 245, 0.75);
  color: #464646;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.expire .expire__item figure .item_pic .item_desc p,
.taxList__list .expire__item figure .item_pic .item_desc p {
  position: absolute;
  top: 50%;
  left: 16px;
  bottom: auto;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.expire .expire__item figure h3,
.taxList__list .expire__item figure h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19.2px;
}
.expire .expire__item figure h3 a,
.taxList__list .expire__item figure h3 a {
  display: block;
  padding: 8px 16px;
  background: #f1632a;
  color: #f6f6f5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.expire .expire__item figure h3 a:hover,
.taxList__list .expire__item figure h3 a:hover {
  text-decoration: none;
  background: #f1632a !important;
}
.expire .expire__item figure .item_meta,
.taxList__list .expire__item figure .item_meta {
  padding-top: 16px;
  padding-bottom: 16px;
}
.expire .expire__item figure .item_meta .item_price,
.taxList__list .expire__item figure .item_meta .item_price {
  padding-top: 16px;
  font-size: 19.2px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: padding ease 0.5s;
  -moz-transition: padding ease 0.5s;
  transition: padding ease 0.5s;
}
.expire .expire__item figure .item_link,
.taxList__list .expire__item figure .item_link {
  display: block;
  padding: 16px;
  position: relative;
}
.expire .expire__item figure .item_link,
.taxList__list .expire__item figure .item_link,
.expire .expire__item figure .item_link:hover,
.taxList__list .expire__item figure .item_link:hover {
  text-decoration: none;
}
.expire .expire__item figure .item_link span,
.taxList__list .expire__item figure .item_link span {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.expire .expire__item figure .item_link:before,
.taxList__list .expire__item figure .item_link:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  right: -100%;
  background: rgba(70, 70, 70, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.expire .expire__item figure .item_metaList,
.taxList__list .expire__item figure .item_metaList {
  height: 48px;
  overflow: hidden;
}
.expire .expire__item figure:hover,
.taxList__list .expire__item figure:hover {
  border: 1px solid rgba(70, 70, 70, 0.25);
  box-shadow: 0 1px 4px rgba(70, 70, 70, 0.2);
}
.expire .expire__item figure:hover .item_pic .item_desc,
.taxList__list .expire__item figure:hover .item_pic .item_desc {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.expire .expire__item figure:hover .item_pic img,
.taxList__list .expire__item figure:hover .item_pic 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);
}
.expire .expire__item figure:hover h3 a,
.taxList__list .expire__item figure:hover h3 a {
  background: #f1632a;
}
.expire .expire__item figure:hover .item_meta .item_price,
.taxList__list .expire__item figure:hover .item_meta .item_price {
  padding-left: 32px;
}
.expire .expire__item figure:hover .item_link:before,
.taxList__list .expire__item figure:hover .item_link:before {
  left: 0;
  right: 0;
}
.expire .expire__item figure:hover .item_link span,
.taxList__list .expire__item figure:hover .item_link span {
  color: #f1632a;
}
.NF_result {
  padding: 16px 0;
  background: #f6f6f5;
}
.NF_form {
  display: block;
  padding: 16px 0;
  background: rgba(70, 70, 70, 0.1);
}
.saled,
.objhot,
.priceFall,
.exclusive,
.eosela {
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  color: white;
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 9;
  -webkit-transform: rotate(10deg) translateY(-50%);
  -moz-transform: rotate(10deg) translateY(-50%);
  -ms-transform: rotate(10deg) translateY(-50%);
  -o-transform: rotate(10deg) translateY(-50%);
  transform: rotate(10deg) translateY(-50%);
  font-weight: bold;
  -webkit-animation: saled_ani 0.2s linear infinite alternate;
  -moz-animation: saled_ani 0.2s linear infinite alternate;
  animation: saled_ani 0.2s linear infinite alternate;
}
@-moz-keyframes saled_ani {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes saled_ani {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes saled_ani {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.saled {
  background: #900;
  border: 1px solid red;
  margin-top: -50px;
}
.objhot {
  background: #990;
  border: 1px solid orange;
  margin-top: -15px;
}
.priceFall {
  background: #090;
  border: 1px solid green;
  margin-top: 18px;
}
.exclusive {
  background: #009;
  border: 1px solid blue;
  margin-top: 55px;
}
.eosela {
  background: #099;
  border: 1px solid orangered;
  margin-top: 55px;
}
.single {
  position: relative;
}
.single .saled,
.single .objhot,
.single .priceFall,
.single .exclusive,
.single .eosela {
  position: fixed;
}
.single .single_header {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.single .single_header img {
  width: 100%;
  min-height: 150%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.single .single_header .header_in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-shadow: inset 0 160px 160px -160px #000000, inset 0 320px 320px -320px #000000;
  padding: 80px 0 0 0;
}
.single .single_header .container h1,
.single .single_header .container .item_price {
  color: #f6f6f5;
  margin: 0;
  text-shadow: 5.33333333px 0 16px rgba(0, 0, 0, 0.99), 0 0 3.2px rgba(0, 0, 0, 0.5);
}
.single .single_header .container h1 {
  display: block;
  clear: both;
  font-size: 250%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.single .single_header .container .item_price {
  float: left;
  padding-top: 16px;
  font-size: 19.2px;
}
.single .single_header:hover h1 {
  letter-spacing: 5.33333333px;
}
.single img {
  max-width: 100%;
}
.single .single_content {
  text-align: justify;
  padding: 32px 0 32px 0;
}
.taxList .taxList__title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 32px 0 16px 0;
}
.taxList .taxList__title a {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  line-height: 1;
  background: white;
  z-index: 1;
}
.taxList .taxList__title a:hover {
  text-decoration: none;
}
.taxList .taxList__title .badge {
  margin: 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.taxList .taxList__title:after {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: 1em;
  height: 1px;
  width: 9999px;
  background-color: #777;
}
.taxList .taxList__title:hover .badge {
  margin: 0 32px;
}
.taxList .taxList__title:hover:after,
.taxList .taxList__title:hover .badge {
  background-color: #f1632a;
}
.MS_gallery {
  padding: 16px 0;
}
.MS_gallery .MS_gallery__linx,
.MS_gallery .MS_gallery__images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MS_gallery .MS_gallery__linx:after,
.MS_gallery .MS_gallery__images:after {
  content: '';
  display: block;
  clear: both;
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link,
.MS_gallery .MS_gallery__images .MS_gallery__images__image {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(70, 70, 70, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(70, 70, 70, 0);
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  -ms-filter: grayscale(0.5);
  filter: grayscale(0.5);
  background-color: #f6f6f5;
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link.active,
.MS_gallery .MS_gallery__images .MS_gallery__images__image.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.MS_gallery .MS_gallery__images {
  position: relative;
}
.MS_gallery .MS_gallery__images .MS_gallery__images__image {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #f6f6f5;
  overflow: hidden;
  cursor: pointer;
  min-height: 200px;
  cursor: ne-resize;
}
.MS_gallery .MS_gallery__images .MS_gallery__images__image img {
  max-width: 100%;
}
.MS_gallery .MS_gallery__images .MS_gallery__images__image.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.MS_gallery .MS_gallery__images.ready .MS_gallery__images__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.MS_gallery .MS_gallery__images.ready .MS_gallery__images__image img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.MS_gallery .MS_gallery__images.ready .MS_gallery__images__image.active {
  box-shadow: 4px 4px 16px rgba(70, 70, 70, 0.25);
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link {
  background-size: cover!important;
  display: block;
  width: 23%;
  float: left;
  margin: 8px 1%;
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link:after {
  content: '';
  display: block;
  clear: both;
  padding-top: 100%;
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 4px 4px 16px rgba(70, 70, 70, 0.25);
}
.MS_gallery .MS_gallery__linx .MS_gallery__linx__link.active {
  border: 1px solid #464646;
}
.MS_gallery .MS_gallery__linx.active {
  display: block;
}
.MS_gallery .MS_gallery_popup {
  position: relative;
  z-index: -999997;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.MS_gallery .MS_gallery_popup .MS_gallery_popup__container {
  position: fixed;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(70, 70, 70, 0);
  cursor: pointer;
  overflow: hidden;
}
.MS_gallery .MS_gallery_popup .MS_gallery_popup__container .MS_gallery__foolscreens {
  display: block;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin-left: -9999px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: 5.33333333px solid #f6f6f5;
  box-shadow: 0 0 16px rgba(70, 70, 70, 0.75);
}
.MS_gallery .MS_gallery_popup.active {
  display: block;
  z-index: 999997;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.MS_gallery .MS_gallery_popup.active .MS_gallery_popup__container {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  background: rgba(70, 70, 70, 0.85);
}
.MS_gallery .MS_gallery_popup.active .MS_gallery_popup__container .MS_gallery__foolscreens.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-left: 0;
}
.MS_gallery .MS_gallery_popup.active .MS_gallery_popup__container .MS_gallery__foolscreens.unactive {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  margin-left: 9999px;
}
.MS_gallery .MS_gallery_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999998;
}
.MS_gallery .MS_gallery_nav a {
  display: block;
  float: left;
  height: 100%;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__arr {
  width: 25%;
  position: relative;
  cursor: pointer;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__arr .fa {
  font-size: 80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px;
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(246, 246, 245, 0.5);
  text-shadow: 4px 4px 8px rgba(70, 70, 70, 0.5);
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__arr:hover .fa {
  color: rgba(246, 246, 245, 0.85);
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__prev {
  text-align: left;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__prev .fa {
  left: 16px;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__prev:hover .fa {
  left: 64px;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__next {
  text-align: right;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__next .fa {
  right: 16px;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__next:hover .fa {
  right: 64px;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_popup__closer {
  width: 100%;
  cursor: se-resize;
}
.MS_gallery .MS_gallery_nav a.MS_gallery_nav__prev + .MS_gallery_popup__closer {
  width: 50%;
}
#footer {
  padding: 16px 0;
  background: #464646;
  color: #f1632a;
}
.NF {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.NF .NF_select {
  background: rgba(70, 70, 70, 0.1);
}
.NF .NF_select.collapsed {
  background: #f6f6f5;
}
.NF .padder {
  padding-bottom: 16px;
}
.NF .input-group-addon {
  min-width: 50px;
}
.MS_socialShareBtns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MS_socialShareBtns .MS_socialShareBtns_link {
  display: inline-block;
}
.MS_socialShareBtns .MS_socialShareBtns_link .fa {
  display: block;
  padding: 8px;
  cursor: pointer;
}
