/* Fonts */
/* Color palette */
.section-bk {
  background-color: #f2f2f2;
}
.primary-bk {
  background-color: #000;
}
.primary-text {
  color: #000;
}
.primary-dark-bk {
  background-color: #000;
}
.primary-dark-text {
  color: #000;
}
.secondary-bk {
  background-color: #fa6400;
}
.secondary-text {
  color: #fa6400;
}
.secondary-dark-bk {
  background-color: #a84300;
}
.secondary-dark-text {
  color: #a84300;
}
.body-bk {
  background-color: #000;
}
.body-text {
  color: #000;
}
.heading-bk {
  background-color: #000;
}
.heading-text {
  color: #000;
}
.grey-text-text {
  color: #767776;
}
.grey-text-bk {
  background-color: #767776;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.greydark-bk {
  background-color: #343433;
}
.greydark-text {
  color: #343433;
}
.grey-bk {
  background-color: #9e9f9e;
}
.grey-text {
  color: #767776;
}
.greylight-bk {
  background-color: #f2f2f2;
}
.greylight-text {
  color: #f2f2f2;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.btn-primary.btn {
  background: #000;
  color: #fff;
}
.btn-primary.btn:hover {
  background-color: #fa6400;
  color: #000;
}
.btn-primary.btn:hover i {
  color: #000;
}
.btn-primary.btn-text {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text:hover i {
  color: #fa6400;
}
.btn-primary.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-primary.btn-text-underline:hover {
  background: none !important;
  color: #fa6400;
  border-bottom-color: #fa6400;
}
.btn-primary.btn-text-underline:hover i {
  color: #fa6400;
}
.btn-primary.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-primary.btn-ghost:hover {
  background-color: #fa6400;
  color: #000;
  border-color: #fa6400;
}
.btn-primary.btn-ghost:hover i {
  color: #000;
}
.btn-secondary.btn {
  background: #fa6400;
  color: #fff;
}
.btn-secondary.btn:hover {
  background-color: #a84300;
  color: #fff;
}
.btn-secondary.btn:hover i {
  color: #fff;
}
.btn-secondary.btn-text {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text:hover i {
  color: #a84300;
}
.btn-secondary.btn-text-underline {
  background: none !important;
  color: #fa6400;
}
.btn-secondary.btn-text-underline:hover {
  background: none !important;
  color: #a84300;
  border-bottom-color: #a84300;
}
.btn-secondary.btn-text-underline:hover i {
  color: #a84300;
}
.btn-secondary.btn-ghost {
  border-color: #fa6400;
  color: #fa6400;
  background-color: transparent;
}
.btn-secondary.btn-ghost:hover {
  background-color: #a84300;
  color: #fff;
  border-color: #a84300;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn {
  background: #000;
  color: #fff;
}
.btn-body.btn:hover {
  background-color: #767776;
  color: #fff;
}
.btn-body.btn:hover i {
  color: #fff;
}
.btn-body.btn-text {
  background: none !important;
  color: #000;
}
.btn-body.btn-text:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text:hover i {
  color: #767776;
}
.btn-body.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-body.btn-text-underline:hover {
  background: none !important;
  color: #767776;
  border-bottom-color: #767776;
}
.btn-body.btn-text-underline:hover i {
  color: #767776;
}
.btn-body.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-body.btn-ghost:hover {
  background-color: #767776;
  color: #fff;
  border-color: #767776;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn {
  background: #9e9f9e;
  color: #fff;
}
.btn-grey.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-grey.btn:hover i {
  color: #fff;
}
.btn-grey.btn-text {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text:hover i {
  color: #000;
}
.btn-grey.btn-text-underline {
  background: none !important;
  color: #9e9f9e;
}
.btn-grey.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey.btn-text-underline:hover i {
  color: #000;
}
.btn-grey.btn-ghost {
  border-color: #9e9f9e;
  color: #9e9f9e;
  background-color: transparent;
}
.btn-grey.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-greylight.btn {
  background: #f2f2f2;
  color: #fff;
}
.btn-greylight.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greylight.btn:hover i {
  color: #fff;
}
.btn-greylight.btn-text {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text:hover i {
  color: #000;
}
.btn-greylight.btn-text-underline {
  background: none !important;
  color: #f2f2f2;
}
.btn-greylight.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greylight.btn-text-underline:hover i {
  color: #000;
}
.btn-greylight.btn-ghost {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
.btn-greylight.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greylight.btn-ghost:hover i {
  color: #fff;
}
.btn-greydark.btn {
  background: #343433;
  color: #fff;
}
.btn-greydark.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-greydark.btn:hover i {
  color: #fff;
}
.btn-greydark.btn-text {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text:hover i {
  color: #000;
}
.btn-greydark.btn-text-underline {
  background: none !important;
  color: #343433;
}
.btn-greydark.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-greydark.btn-text-underline:hover i {
  color: #000;
}
.btn-greydark.btn-ghost {
  border-color: #343433;
  color: #343433;
  background-color: transparent;
}
.btn-greydark.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-greydark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn {
  background: #000;
  color: #fff;
}
.btn-black.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-black.btn:hover i {
  color: #fff;
}
.btn-black.btn-text {
  background: none !important;
  color: #000;
}
.btn-black.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text:hover i {
  color: #000;
}
.btn-black.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-black.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-black.btn-text-underline:hover i {
  color: #000;
}
.btn-black.btn-ghost {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.btn-black.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn {
  background: #fff;
  color: #000;
}
.btn-white.btn:hover {
  background-color: #9e9f9e;
  color: #fff;
}
.btn-white.btn:hover i {
  color: #fff;
}
.btn-white.btn-text {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text:hover i {
  color: #9e9f9e;
}
.btn-white.btn-text-underline {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text-underline:hover {
  background: none !important;
  color: #9e9f9e;
  border-bottom-color: #9e9f9e;
}
.btn-white.btn-text-underline:hover i {
  color: #9e9f9e;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-ghost:hover {
  background-color: #9e9f9e;
  color: #fff;
  border-color: #9e9f9e;
}
.btn-white.btn-ghost:hover i {
  color: #fff;
}
.absolute, .image-link:after {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid #fff;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  cursor: pointer;
}
.image-link * {
  cursor: pointer;
}
.image-link span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0px;
  margin: auto !important;
  color: #fff !important;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  opacity: 0;
  z-index: 3;
}
.image-link span i {
  opacity: 1;
  color: #fff !important;
}
.image-link img {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  transform: scale(1);
}
.image-link:after {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  content: '';
}
a:hover.image-link, a:hover > .image-link {
  border-bottom: 3px solid #000;
}
a:hover.image-link:after, a:hover > .image-link:after {
  opacity: 1;
}
a:hover.image-link span, a:hover > .image-link span {
  opacity: 1;
}
a:hover.image-link img, a:hover > .image-link img {
  transform: scale(1.05);
}
.no-js img.lazyload {
  display: none;
}
img[w="div"] {
  width: 100%;
}
.videocontainer {
  height: 100%;
}
.video-insitu {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.video-insitu a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.video-insitu a:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.video-insitu iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}
.overlay-open-video {
  text-decoration: none;
}
.overlay-open-video.image-link {
  position: relative;
  display: inline-block;
}
.overlay-open-video.image-link:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  font-size: 55px;
  z-index: 1;
  line-height: 1em;
}
a.overlay-open-video.image-link {
  display: block !important;
}
.play-btn {
  position: relative;
  display: inline-block;
}
.play-btn.absolute, .image-link:after.play-btn {
  position: absolute;
}
.play-btn:before {
  content: "\e91f";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 60px;
  z-index: 1;
  line-height: 1em;
}
.mobile-video {
  visibility: hidden;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-useragent*="iPhone"] .mobile-video, [data-useragent*="iPad"] .mobile-video, [data-useragent*="Android"] .mobile-video {
  visibility: visible;
}
.ug-lightbox .ug-lightbox-top-panel-overlay {
  background-color: #fff !important;
}
.ug-lightbox .ug-lightbox-arrow-right {
  background: transparent !important;
  padding: 12px 0;
}
.ug-lightbox .ug-lightbox-arrow-right:before {
  font-size: 32px;
  width: 18px;
  height: 32px;
  color: #fff;
  font-family: 'sd-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3d3935 !important;
  width: auto;
  padding: 0 17px;
  margin: 7px 0;
  content: '\e940';
}
.ug-lightbox .ug-textpanel-title, .ug-lightbox .ug-textpanel-description {
  color: #000 !important;
  text-align: center !important;
}
.ug-lightbox .ug-textpanel-title a, .ug-lightbox .ug-textpanel-description a {
  color: #000 !important;
  text-decoration: none;
}
.ug-lightbox .ug-textpanel-title a:hover, .ug-lightbox .ug-textpanel-description a:hover {
  text-decoration: underline;
}
.ug-lightbox-top-panel {
  top: unset !important;
  bottom: 0;
}
@media (min-width: 1270px) {
  .ug-item-wrapper img {
    top: 0 !important;
  }
}
.ug-lightbox .ug-lightbox-arrow-left {
  background: transparent !important;
  padding: 12px 0;
}
.ug-lightbox .ug-lightbox-arrow-left:before {
  font-size: 32px;
  width: 18px;
  height: 32px;
  color: #fff;
  font-family: 'sd-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3d3935 !important;
  width: auto;
  padding: 0 17px;
  margin: 7px 0;
  content: '\e903';
}
.ug-lightbox .ug-lightbox-button-close {
  background: transparent !important;
  padding: 0;
  width: 40px;
  top: 0 !important;
  right: 0 !important;
  height: 40px;
}
.ug-lightbox .ug-lightbox-button-close:before {
  content: "\e92e";
  font-family: 'sd-icons';
  cursor: pointer;
  line-height: 40px;
  font-size: 40px;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fa6400;
  text-align: center;
  display: block;
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.ug-thumb-wrapper.ug-tile:before {
  content: '\e925';
  font-family: 'sd-icons';
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 55px;
  height: 55px;
  font-size: 35px;
  line-height: 1em;
  color: #fff;
  z-index: 9999;
  position: absolute;
  transition: 0.2s ease all;
  border-radius: 1000px;
  padding: 8px 12px 12px 8px;
  opacity: 0;
}
.ug-thumb-wrapper.ug-tile:hover {
  cursor: pointer;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.ug-thumb-wrapper.ug-tile:hover:before {
  opacity: 1;
}
.ug-thumb-overlay {
  opacity: 1 !important;
}
.ug-thumb-overlay > div {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity !important;
  transition: 0.2s ease opacity !important;
}
.ug-thumb-overlay > div.ug-icon-play, .ug-thumb-overlay:hover > div {
  opacity: 1;
}
#gallery_list li {
  padding-bottom: 10px;
}
@media (max-width: 735px) {
  #gallery_list li {
    padding-bottom: 0px;
  }
}
#gallery_list li a {
  width: 100%;
  overflow: hidden;
  display: block;
}
#gallery_list li a img {
  -webkit-transition: ease 0.8s all;
  transition: ease 0.8s all;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
#gallery_list li a:before {
  opacity: 0.9;
}
#gallery_list li a:hover:before {
  opacity: 1;
}
#gallery_list li a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
#gallery_list li .play-btn:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 90px;
}
#gallery_list li .magnify-btn {
  position: relative;
}
#gallery_list li .magnify-btn:before {
  opacity: 0;
  -webkit-transition: ease 0.8s all;
  transition: ease 0.8s all;
}
#gallery_list li .magnify-btn:before {
  content: "\e925";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 60px;
  z-index: 1;
  line-height: 1em;
}
@media (max-width: 1020px) {
  .product-gallery {
    width: 100%;
    overflow-y: scroll;
  }
}
@media (min-width: 1020px) {
  .product-gallery #gallery_list {
    width: 100% !important;
  }
  .product-gallery #gallery_list li {
    height: auto !important;
  }
}
@media (max-width: 1020px) {
  .product-gallery #gallery_list {
    width: 99999px;
  }
  .product-gallery #gallery_list li, .product-gallery #gallery_list a, .product-gallery #gallery_list img {
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
  }
  .product-gallery #gallery_list li {
    height: 400px;
  }
}
@media (max-width: 735px) {
  .product-gallery #gallery_list li {
    height: 300px;
  }
}
.gmap_canvas div[style*="rgb(255, 255, 255)"] {
  background-color: #fff !important;
  border: none;
  color: #000;
  border-radius: 0px !important;
}
.gmap_canvas .gmnoprint div[style*="rgb(255, 255, 255)"] {
  background: #fff !important;
  border-radius: 0px !important;
}
.gmap_canvas div[style*="border-radius"] {
  border-radius: 0px !important;
}
.gmap_canvas div[style*="box-shadow"] {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
}
.gmap_canvas div[style*="background-color: rgba(0, 0, 0, 0.2);"] {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.gmap_canvas .gmnoprint div[style*="border-radius"] {
  border-radius: 0px !important;
}
.gmap_canvas .gmnoprint div[style*="border-bottom-left-radius"] {
  border-bottom-left-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-top-left-radius"] {
  border-top-left-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-bottom-right-radius"] {
  border-bottom-right-radius: 2px !important;
}
.gmap_canvas .gmnoprint div[style*="border-top-right-radius"] {
  border-top-right-radius: 2px !important;
}
.gmap_canvas .gm-style .gm-style-iw-c {
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.gmap_canvas .gm-style .gm-style-iw-d {
  padding: 0 10px 10px 10px;
}
.gmap_canvas .gm-style .gm-style-iw-d a {
  font-size: 14px;
  font-weight: 300;
  color: #767776;
  text-decoration: none;
}
.gmap_canvas .gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important;
}
.gmap_canvas img[src*="mapcnt6.png"] {
  display: none;
}
.gmap_canvas img[src*="pin.png"] {
  padding: 10px !important;
}
.gmap_canvas .infowindow {
  background-color: #fff;
  color: #000 !important;
  padding: 6px 10px 9px 10px;
}
.gmap_canvas .infowindow strong, .gmap_canvas .infowindow a span, .gmap_canvas .infowindow a {
  background-color: #fff;
  color: #000 !important;
  margin: 0;
  max-width: 200px;
}
.gmap_canvas .infowindow a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.41;
  text-align: left;
  color: #000;
  text-decoration: none;
}
.gmap_canvas .infowindow a span, .gmap_canvas .infowindow strong {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  text-align: left;
  color: #000;
  margin-bottom: 4px;
  display: inline-block;
}
.gmap_canvas div[style*="border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 24px solid rgba(0, 0, 0, 0.1);"], .gmap_canvas div[style*="border-top-width: 24px;"] {
  transform: rotate(90deg) scaleX(2);
  left: 7px !important;
  top: 99px !important;
  bottom: 0;
  margin: auto;
  height: 8px;
}
.leftright-content .mfp-content {
  padding: 30px 0;
}
.leftright-content .page-container {
  background: #fff;
  position: relative;
  max-width: 900px;
}
.leftright-content .content-image {
  width: 100%;
}
.leftright-content .content-image img {
  width: 100%;
}
.leftright-content .content-text {
  width: 100%;
  padding: 50px;
}
@media (max-width: 735px) {
  .leftright-content .content-text {
    padding: 20px;
  }
}
.leftright-content .content-text article {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .leftright-content .equal {
    height: auto;
  }
}
.share-content #mfp-post-share-overlay, .share-content #mfp-share-overlay {
  max-width: 586px;
  background: #fff;
  padding: 0 90px;
  position: relative;
  margin: auto;
}
@media (max-width: 735px) {
  .share-content #mfp-post-share-overlay, .share-content #mfp-share-overlay {
    padding: 0px;
  }
}
.share-content #mfp-post-share-overlay button.mfp-close, .share-content #mfp-share-overlay button.mfp-close {
  position: absolute;
  top: -28px;
  right: -28px;
  font-size: 33px;
  padding: 12px;
  background: #f2f2f2;
  line-height: 0.7em;
  height: auto;
  width: auto;
  border-radius: 1000px;
  opacity: 1;
}
@media (max-width: 735px) {
  .share-content #mfp-post-share-overlay button.mfp-close, .share-content #mfp-share-overlay button.mfp-close {
    top: -24px;
    right: -15px;
    font-size: 31px;
    padding: 8px;
  }
}
.share-content #mfp-post-share-overlay .share-icons, .share-content #mfp-share-overlay .share-icons {
  text-align: center;
}
.share-content #mfp-post-share-overlay .share-icons > span, .share-content #mfp-share-overlay .share-icons > span, .share-content #mfp-post-share-overlay .share-icons > a, .share-content #mfp-share-overlay .share-icons > a {
  display: inline-block;
  margin: 28px;
  cursor: pointer;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
}
@media (max-width: 735px) {
  .share-content #mfp-post-share-overlay .share-icons > span, .share-content #mfp-share-overlay .share-icons > span, .share-content #mfp-post-share-overlay .share-icons > a, .share-content #mfp-share-overlay .share-icons > a {
    margin: 20px;
  }
}
@media (max-width: 370px) {
  .share-content #mfp-post-share-overlay .share-icons > span, .share-content #mfp-share-overlay .share-icons > span, .share-content #mfp-post-share-overlay .share-icons > a, .share-content #mfp-share-overlay .share-icons > a {
    margin: 16px;
  }
}
.share-content #mfp-post-share-overlay .share-icons > span span, .share-content #mfp-share-overlay .share-icons > span span, .share-content #mfp-post-share-overlay .share-icons > a span, .share-content #mfp-share-overlay .share-icons > a span {
  display: block;
  margin-top: 11px;
}
@media (max-width: 370px) {
  .share-content #mfp-post-share-overlay .share-icons > span span, .share-content #mfp-share-overlay .share-icons > span span, .share-content #mfp-post-share-overlay .share-icons > a span, .share-content #mfp-share-overlay .share-icons > a span {
    font-size: 14px;
  }
}
.share-content #mfp-post-share-overlay .share-icons > span i, .share-content #mfp-share-overlay .share-icons > span i, .share-content #mfp-post-share-overlay .share-icons > a i, .share-content #mfp-share-overlay .share-icons > a i {
  padding: 11px;
  line-height: 1em;
  background: #000;
  border-radius: 1000px;
  color: #fff;
  font-size: 32px;
  display: inline-block;
}
@media (max-width: 735px) {
  .share-content #mfp-post-share-overlay .share-icons > span i, .share-content #mfp-share-overlay .share-icons > span i, .share-content #mfp-post-share-overlay .share-icons > a i, .share-content #mfp-share-overlay .share-icons > a i {
    font-size: 25px;
  }
}
@media (max-width: 370px) {
  .share-content #mfp-post-share-overlay .share-icons > span i, .share-content #mfp-share-overlay .share-icons > span i, .share-content #mfp-post-share-overlay .share-icons > a i, .share-content #mfp-share-overlay .share-icons > a i {
    font-size: 20px;
  }
}
.share-content #mfp-post-share-overlay .share-icons > span:hover i, .share-content #mfp-share-overlay .share-icons > span:hover i, .share-content #mfp-post-share-overlay .share-icons > a:hover i, .share-content #mfp-share-overlay .share-icons > a:hover i {
  background: #000;
}
.tooltip-share .tooltipster-box {
  background: #4caf50 !important;
}
.tooltip-share .tooltipster-arrow-border {
  border-top-color: #4caf50 !important;
}
.tooltip-share .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
/*# sourceMappingURL=modules.css.map */