.container {
  width: 100%;
  min-height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
    margin: 0px auto;
    padding: 0px;
  }
  .container.small {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.small-container {
  width: 100%;
  min-height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .small-container {
    width: 768px;
    margin: 0px auto;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .small-container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .small-container {
    width: 992px;
  }
}
.tiny-container {
  width: 100%;
  min-height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .tiny-container {
    width: 768px;
    margin: 0px auto;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .tiny-container {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .tiny-container {
    width: 768px;
  }
}
.wrap {
  padding: 10px;
  overflow: auto;
}
@media (min-width: 768px) {
  .wrap {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .wrap {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .wrap {
    padding: 20px;
  }
}
.c300 {
  max-width: 300px;
  margin: auto;
}
.c400 {
  max-width: 400px;
  margin: auto;
}
.c500 {
  max-width: 500px;
  margin: auto;
}
.c600 {
  max-width: 600px;
  margin: auto;
}
.c700 {
  max-width: 700px;
  margin: auto;
}
.c800 {
  max-width: 800px;
  margin: auto;
}
.c900 {
  max-width: 900px;
  margin: auto;
}
.c1000 {
  max-width: 1000px;
  margin: auto;
}
.c1100 {
  max-width: 1100px;
  margin: auto;
}
.g15 {
  height: 15px;
}
.g30 {
  height: 30px;
}
.g50 {
  height: 50px;
}
.g75 {
  height: 75px;
}
.g100 {
  height: 100px;
}
.g150 {
  height: 150px;
}
.g200 {
  height: 200px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb150 {
  margin-bottom: 150px;
}
.mb200 {
  margin-bottom: 200px;
}
.mt0 {
  margin-top: 0px !important;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt75 {
  margin-top: 75px;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.bsc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pl {
  padding: 15px;
  overflow: auto;
}
@media (min-width: 768px) {
  .pl {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .pl {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .pl {
    padding: 50px;
  }
}
.pm {
  padding: 5px;
  overflow: auto;
}
@media (min-width: 768px) {
  .pm {
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .pm {
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .pm {
    padding: 15px;
  }
}
.ps {
  padding: 2px;
  overflow: auto;
}
@media (min-width: 768px) {
  .ps {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .ps {
    padding: 7px;
  }
}
@media (min-width: 1200px) {
  .ps {
    padding: 10px;
  }
}
.p0 {
  padding: 0px !important;
}
.ml {
  margin: 10px;
  overflow: auto;
}
@media (min-width: 768px) {
  .ml {
    margin: 10px;
  }
}
@media (min-width: 992px) {
  .ml {
    margin: 15px;
  }
}
@media (min-width: 1200px) {
  .ml {
    margin: 20px;
  }
}
.mm {
  margin: 5px;
  overflow: auto;
}
@media (min-width: 768px) {
  .mm {
    margin: 8px;
  }
}
@media (min-width: 992px) {
  .mm {
    margin: 12px;
  }
}
@media (min-width: 1200px) {
  .mm {
    margin: 15px;
  }
}
.ms {
  margin: 2px;
  overflow: auto;
}
@media (min-width: 768px) {
  .ms {
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .ms {
    margin: 7px;
  }
}
@media (min-width: 1200px) {
  .ms {
    margin: 10px;
  }
}
.m0 {
  padding: 0px !important;
}
@media only screen and (max-width: 760px) {
  .m-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 761px) {
  .m-hide {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 760px) {
  .m-hide {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 760px) {
  .t-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 761px) {
  .t-hide {
    display: block !important;
  }
}
@media only screen and (max-width: 599px) {
  .t-hide {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 760px) {
  .mt-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 761px) {
  .mt-hide {
    display: block !important;
  }
}
@media only screen and (max-width: 599px) {
  .mt-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 760px) {
  .dt-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 761px) {
  .dt-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .dt-hide {
    display: block !important;
  }
}
@media only screen and (max-width: 760px) {
  .d-hide {
    display: block !important;
  }
}
@media only screen and (min-width: 761px) {
  .d-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 760px) {
  .d-hide {
    display: block !important;
  }
}
.hide {
  display: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.pr {
  position: relative;
}
/*============================
=            TYPO            =
============================*/
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .m-tc {
    text-align: center;
  }
  .m-tr {
    text-align: right;
  }
  .m-tl {
    text-align: left;
  }
}
.fw-bold {
  font-weight: 700;
}
.fw-medium {
  font-weight: 500;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
.white,
.c-whit {
  color: #FFF;
}
.orange,
.c-orange {
  color: #F36A4F;
}
.c-black {
  color: #403E3E;
}
.c-light-grey {
  color: #AAA;
}
.c-blue {
  color: #2399BC;
}
.c-red {
  color: #D9514D;
}
.h-u:hover {
  text-decoration: underline;
}
/*=====  End of TYPO  ======*/
.ab-center {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ab-center-right {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.ori-center {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.ver-center {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.fh {
  position: relative;
}
.nopad {
  padding: 0px !important;
}
.npl {
  padding-left: 0px !important;
}
.npr {
  padding-right: 0px !important;
}
.ov {
  overflow: visible !important;
}
.oh {
  overflow: hidden !important;
}
.oa {
  overflow: auto !important;
}
.divider {
  border-bottom: 1px solid #AAA;
  width: 100%;
}
.max-100 {
  max-width: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #403E3E;
}
a {
  text-decoration: none;
}
video {
  width: 100%;
  height: auto;
}
/**
 *
 * LANGUAGE HIDE
 *
 */
.lang-en .hide-en {
  display: none !important;
}
.lang-it .hide-it {
  display: none !important;
}
.ec-modal-container {
  position: fixed;
  display: none;
  z-index: 490;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.ec-modal-container .ec-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100px;
  min-width: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #F3F3F3;
  padding: 20px 15px;
}
.ec-modal-container .ec-modal .close {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 20px;
  cursor: pointer;
}
.ec-modal-container .ec-modal .close i {
  font-size: 30px;
}
.ec-modal-container .ec-modal .title {
  font-size: 1.4em;
  padding-right: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ec-modal-container .ec-modal .title span {
  color: #2399BC;
}
.preview-avatar {
  height: 80px;
  width: 80px;
  display: inline-block;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #AAA;
}
.preview-avatar.small {
  height: 60px;
  width: 60px;
}
.preview-avatar.large {
  height: 100px;
  width: 100px;
}
.preview-avatar.no-border {
  border: 2px solid transparent;
}
.preview-avatar.active {
  box-shadow: 0px 0px 6px #F36A4F;
}
@media only screen and (max-width: 599px) {
  .preview-avatar.large {
    height: 60px;
    width: 60px;
  }
}
body.backend-section {
  background: #F3F3F3;
}
body.backend-section.page-wizard {
  background-color: #23282C;
  color: #FFF;
}
body.backend-section.page-gestione-beacon,
body.backend-section.page-aggiungi-beacon,
body.backend-section.page-modifica-beacon {
  background-color: #F5C800;
  color: #FFF;
}
body.backend-section.page-gestione-beacon .page-head h1,
body.backend-section.page-aggiungi-beacon .page-head h1,
body.backend-section.page-modifica-beacon .page-head h1 {
  color: #FFF;
}
body.backend-section.page-gestione-beacon .page-head p,
body.backend-section.page-aggiungi-beacon .page-head p,
body.backend-section.page-modifica-beacon .page-head p {
  color: #403E3E;
}
.row-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100px;
  width: 100%;
}
.row-image.ri10 {
  min-height: 10rem;
}
.row-image.ri20 {
  min-height: 20rem;
}
.row-image.ri30 {
  min-height: 30rem;
}
.row-image.ri40 {
  min-height: 40rem;
}
.featherlight-inner {
  overflow: hidden;
}
/**
 *
 * Gallery Modal
 *
 */
.featherlight .featherlight-content.gallery-modal {
  background: transparent;
  overflow: visible;
  padding: 0px !important;
}
.featherlight .featherlight-content.gallery-modal .index {
  position: absolute;
  color: #F36A4F;
  top: -30px;
  right: 0px;
}
.featherlight .featherlight-content.gallery-modal .featherlight-close {
  background: #F36A4F;
}
.featherlight .featherlight-content.gallery-modal .featherlight-next {
  width: 50px;
  left: auto;
  right: -50px;
}
.featherlight .featherlight-content.gallery-modal .featherlight-next span {
  background-image: url(/img/right-arrow-small.png);
}
.featherlight .featherlight-content.gallery-modal .featherlight-previous {
  width: 50px;
  left: -50px;
  right: auto;
}
.featherlight .featherlight-content.gallery-modal .featherlight-previous span {
  background-image: url(/img/left-arrow-small.png);
}
.featherlight .featherlight-content.gallery-modal .featherlight-previous,
.featherlight .featherlight-content.gallery-modal .featherlight-next {
  display: block;
  background: transparent;
}
.featherlight .featherlight-content.gallery-modal .featherlight-previous span,
.featherlight .featherlight-content.gallery-modal .featherlight-next span {
  display: block;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
}
.featherlight .featherlight-content.gallery-modal .featherlight-previous:hover,
.featherlight .featherlight-content.gallery-modal .featherlight-next:hover {
  background: transparent;
}
.exp-news-row-preview {
  max-width: 650px;
  margin: 0px auto 20px auto;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 250px;
}
.exp-news-row-preview .filter {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.exp-news-row-preview .date {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
}
.exp-news-row-preview .type {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
}
.exp-news-row-preview .brand {
  position: absolute;
  color: #FFF;
  left: 15px;
  bottom: 20px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
}
.exp-news-row-preview h4 {
  font-weight: 300;
  padding: 50px 15px 70px 15px;
  font-size: 1.9em;
}
.exp-news-row-preview .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.featherlight-content {
  max-width: 98%;
}
.loading-gif {
  padding: 30px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
iframe {
  max-width: 100%;
}
.meridiobandwall .meridiobandwall-head {
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
}
.meridiobandwall .meridiobandwall-head h1 {
  font-size: 4rem;
  line-height: 4rem;
}
.meridiobandwall .meridiobandwall-head h2 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.meridiobandwall .meridiobandwall-head h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  border-bottom: 4px solid #000;
  width: 100px;
  margin-left: -50px;
}
.meridiobandwall .meridiobandwall-head .button {
  background: #000 !important;
  border-color: #000 !important;
  max-width: 90%;
}
.meridiobandwall .meridiobandwall-filter {
  margin-top: 20px;
  text-align: center;
}
.meridiobandwall .meridiobandwall-filter p {
  margin-bottom: 5px;
}
.meridiobandwall .meridiobandwall-filter p.filter-head {
  font-size: 70%;
}
.meridiobandwall .meridiobandwall-filter span {
  padding: 0px 10px;
}
.meridiobandwall .meridiobandwall-filter span a {
  position: relative;
  padding: 0px 5px;
}
.meridiobandwall .meridiobandwall-filter span a:after {
  position: absolute;
  width: 100%;
  content: '';
  border-bottom: 1px solid #B6A59A;
  left: 0px;
  -webkit-transition: all 0.2s ease-out 0ms;
  -moz-transition: all 0.2s ease-out 0ms;
  -o-transition: all 0.2s ease-out 0ms;
  transition: all 0.2s ease-out 0ms;
  opacity: 0;
  bottom: -5px;
}
.meridiobandwall .meridiobandwall-filter span a:hover:after,
.meridiobandwall .meridiobandwall-filter span a.current:after {
  opacity: 1;
  bottom: -3px;
}
.meridiobandwall .meridiobandwall-grid {
  padding-top: 50px;
  overflow: auto;
}
.meridiobandwall .meridiobandwall-grid .social-photo {
  background: #333;
  position: relative;
  width: 50%;
  float: left;
}
.meridiobandwall .meridiobandwall-grid .social-photo.disabled {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (min-width: 761px) {
  .meridiobandwall .meridiobandwall-grid .social-photo {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .meridiobandwall .meridiobandwall-grid .social-photo {
    width: 20%;
  }
}
.meridiobandwall .meridiobandwall-grid .social-photo img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.meridiobandwall .meridiobandwall-grid .social-photo .date {
  position: absolute;
  bottom: 100px;
  opacity: 0;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.meridiobandwall .meridiobandwall-grid .social-photo .icon {
  position: absolute;
  bottom: 140px;
  opacity: 0;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-size: 3rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.meridiobandwall .meridiobandwall-grid .social-photo .add_to_cart_button {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  color: #fff;
  z-index: 100;
  padding: 12px 30px;
  /* font-size: 20px; */
  width: 100%;
  font-size: 1rem;
  max-width: 80%;
  left: 10%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.meridiobandwall .meridiobandwall-grid .social-photo:hover img {
  opacity: 0.6;
}
.meridiobandwall .meridiobandwall-grid .social-photo:hover .date,
.meridiobandwall .meridiobandwall-grid .social-photo:hover .icon,
.meridiobandwall .meridiobandwall-grid .social-photo:hover .add_to_cart_button {
  opacity: 1;
}
.meridiobandwall-preview .single-preview {
  width: 1000px;
  max-height: 500px;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 599px) {
  .meridiobandwall-preview .single-preview {
    max-height: none;
  }
}
.meridiobandwall-preview .single-preview .image-left {
  width: 50%;
  position: relative;
  float: left;
}
.meridiobandwall-preview .single-preview .image-left .icon {
  position: absolute;
  color: #222;
  font-size: 3rem;
  text-align: center;
  bottom: 50px;
  width: 100%;
  z-index: 400;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
@media only screen and (max-width: 599px) {
  .meridiobandwall-preview .single-preview .image-left {
    width: 100%;
    float: none;
  }
}
.meridiobandwall-preview .single-preview .image-left img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.meridiobandwall-preview .single-preview .image-left:hover img {
  opacity: 0.5;
}
.meridiobandwall-preview .single-preview .image-left:hover .icon {
  opacity: 1;
}
.meridiobandwall-preview .single-preview .product-right {
  text-align: center;
  width: 50%;
  float: right;
  overflow-y: scroll;
  max-height: 500px;
}
@media only screen and (max-width: 599px) {
  .meridiobandwall-preview .single-preview .product-right {
    overflow-y: visible;
    max-height: none;
  }
}
@media only screen and (max-width: 599px) {
  .meridiobandwall-preview .single-preview .product-right {
    width: 100%;
    float: none;
  }
}
.meridiobandwall-preview .single-preview .product-right .date {
  font-weight: bold !important;
  text-transform: uppercase;
  color: #444;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
  float: left;
}
.meridiobandwall-preview .single-preview .product-right.hide-desc .short-description {
  display: none;
}
.meridiobandwall-preview .single-preview .product-right .products {
  max-width: 300px;
  margin: auto;
  padding-top: 2rem;
  overflow: auto;
  display: inline-block;
  width: calc(50% - 0rem);
  float: left;
}
@media only screen and (max-width: 599px) {
  .meridiobandwall-preview .single-preview .product-right .products {
    width: 100%;
  }
}
.meridiobandwall-preview .single-preview .product-right .products .short-description p {
  margin-bottom: 0px;
  display: none;
}
.meridiobandwall-preview .single-preview .product-right .products img {
  width: 200px;
  height: 200px;
}
.meridiobandwall-preview .single-preview .product-right.count-1 .products {
  float: none;
  width: 100%;
}
.meridiobandwall-footer {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.meridiobandwall-footer .button {
  background: #000 !important;
  border-color: #000 !important;
  max-width: 90%;
}
.featherlight .featherlight-close-icon {
  line-height: 50px;
  font-size: 50px;
  width: 50px;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0ms;
  -moz-transition: all 0.3s ease-out 0ms;
  -o-transition: all 0.3s ease-out 0ms;
  transition: all 0.3s ease-out 0ms;
}
.featherlight .featherlight-close-icon:hover {
  color: #222;
}
