/* 
	Project CSS by: d-engine.nl
	Author: Jerome Bohg - fuel@d-engine.nl
	Date: 14-01-2015
*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font: 14px 'Open Sans', sans-serif;
  font-weight: 400;
  color: #818181;
  line-height: 21px;
  display: block;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
}
input,
textarea {
  font: 15px 'Open Sans', sans-serif;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
}
h1 {
  font-size: 28px;
  font-weight: 600;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
.brd-header {
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
.brd-header h1 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
}
.brd-header h2 {
  font-size: 16px;
  color: #479226;
  margin: 0;
}
.brd-header::after {
  display: block;
  content: " ";
  width: 220px;
  height: 1px;
  background: #fed300;
  position: absolute;
  bottom: 0;
  left: 0;
}
p,
ul,
ol {
  margin-bottom: 20px;
}
p,
footer ul {
  line-height: 1.6em;
}
b,
strong {
  font-weight: bold;
}
italic {
  font-style: italic;
}
.hide {
  display: none;
}
.clear {
  clear: both;
}
hr {
  clear: both;
  display: block;
  height: 0px;
  border: none;
}
a {
  color: #db2b5d;
  cursor: pointer;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #000;
}
.noclick {
  cursor: default;
}
/* @end */
/* @group HEADER */
.header {
  position: relative;
  z-index: 9999999;
  padding-top: 40px;
}
.header .topbar {
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
}
.header .topbar .container {
  background: url(../images/minilogo.png) left center no-repeat;
}
.header .topbar span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.header .topbar .contact {
  color: #479226;
}
.header .topbar .contact a {
  color: #fff !important;
}
.header .topbar .contact a:hover {
  text-decoration: underline;
}
.header .topbar .contact .phone {
  margin-right: 5px;
}
.header .shopnow {
  display: inline-block;
  background: #fed300;
  color: #000;
  padding: 0 30px;
  font-weight: 700;
  margin-left: 80px;
  margin-right: 30px;
  float: left;
}
.header .shopnow:hover {
  background: #000;
  color: #fed300;
}
.header nav {
  border-bottom: 1px solid #fed300;
  text-align: right;
  background: url(../images/carlton-logo.png) left center no-repeat;
}
.home .header nav {
  text-align: center;
  background: none;
}
.mainnav {
  margin: 0 0 20px 0;
}
.mainnav li {
  display: inline-block;
  margin: 0 0 0 18px;
}
.mainnav a {
  display: inline-block;
  text-transform: uppercase;
  line-height: 109px;
  font-weight: 600;
  color: #479226;
  font-size: 14px;
}
.mainnav a:hover {
  color: #fed300 !important;
}
.mainnav li.active a {
  color: #fed300 !important;
}
.home .mainnav {
  margin: 0;
}
.home .mainnav li {
  margin: 0 12px;
}
.home .mainnav a {
  color: #fff;
  font-size: 16px;
  line-height: 90px;
}
.home .topbar {
  background: #fff;
}
.home .topbar span {
  color: #000;
}
.home .topbar .contact {
  color: #479226;
}
.home .topbar .contact a {
  color: #000 !important;
}
.sliderbox {
  height: 660px;
  background: #eee;
  margin-top: -91px;
}
/* @end */
/* @group BODY */
.body {
  padding-top: 110px;
}
.home .body {
  padding-top: 0;
}
/* @end */
/* @group bestellen */
.bestellen .top {
  padding: 60px 0 30px;
}
/* @end */
/* @group cubes */
.bestellen {
  background: #fff;
  margin-bottom: 110px;
}
.bestellen .cuberow {
  background: url(../images/bg-bestellen.jpg) center bottom no-repeat;
  overflow: hidden;
}
.bestellen .cuberow article {
  float: left;
  background: #fff;
  position: relative;
}
.bestellen .cuberow article .text,
.bestellen .cuberow article .info {
  width: 235px;
  height: 235px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
}
.bestellen .cuberow article .text {
  top: 0;
  left: 0;
}
.bestellen .cuberow article .text h4 {
  display: block;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin: 70px 0 15px;
  font-weight: 700;
}
.bestellen .cuberow article .info,
.bestellen .cuberow article img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bestellen .cuberow article .info {
  display: none;
  padding: 15px;
  background: url(../images/bg-yellow.png);
  color: #000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bestellen .cuberow article .info p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
}
.bestellen .cuberow article img {
  z-index: 0;
  max-width: 235px;
}
.bestellen .cuberow article .button {
  background: #fff;
}
.bestellen .cuberow .tall {
  width: 25%;
  height: 470px;
}
.bestellen .cuberow .wide {
  width: 50%;
  height: 235px;
}
.bestellen .cuberow .tall.odd .text {
  top: auto;
  bottom: 0;
}
.bestellen .cuberow .tall.odd .info,
.bestellen .cuberow .tall.odd img {
  bottom: auto;
  top: 0;
}
.bestellen .cuberow .wide.odd .text {
  left: auto;
  right: 0;
}
.bestellen .cuberow .wide.odd .info,
.bestellen .cuberow .wide.odd img {
  bottom: auto;
  right: auto;
  left: 0;
}
.bestellen .cuberow article:hover .text {
  background: #fed300;
}
.bestellen .cuberow article:hover .info {
  display: block;
}
.bestellen .cuberow article:hover .button {
  color: #000 !important;
}
/* @end */
/* @group halfomhalf */
.halfomhalf .item {
  min-height: 300px;
  background: url(../images/blackwhite.gif) center top repeat-y;
  overflow: hidden;
}
.halfomhalf .item .mainimage {
  float: left;
  max-width: 470px;
}
.halfomhalf .item .box {
  width: 470px;
  float: left;
  box-sizing: border-box;
  padding: 60px 60px 0 60px;
  color: #909090;
}
.halfomhalf .item header h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
}
.halfomhalf .item header h2 {
  font-size: 16px;
  color: #fed300;
  margin: 0;
}
.halfomhalf .item.odd {
  background-image: url(../images/blackwhite-odd.gif);
}
.halfomhalf .item.odd .mainimage {
  float: right;
}
.halfomhalf .item.odd .box {
  float: right;
  text-align: right;
}
.halfomhalf .item.odd header::after {
  left: auto;
  right: 0;
}
/* @end */
/* @group about */
.about {
  padding: 90px 0;
  background: url(../images/bg-about.gif) center center no-repeat;
}
.about .tabcontent ul.sigProSleek li.sigProThumb a.sigProLink,
.about .tabcontent ul.sigProSleek li.sigProThumb a.sigProLink:hover {
  border: none;
}
.about .tabcontent ul.sigProSleek li {
  margin: 0;
}
.about .tabcontent ul.sigProSleek li:nth-of-type(1) {
  margin: 0 20px 20px 0;
}
.about .tabcontent ul.sigProSleek li:nth-of-type(2) {
  margin: 0 0 20px 0;
}
.about .tabcontent ul.sigProSleek li:nth-of-type(3) {
  margin: 0 20px 0 0;
}
.facebook {
  clear: both;
  min-height: 350px;
  background: #f4f4f4;
}
/* @end */
/* @group nieuwsbrief */
.nieuwsbrief {
  background: #608f42 url(../images/bg-nieuwsbrief.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 75px 0 60px;
  border-top: 40px solid #fff;
  border-bottom: 40px solid #fff;
}
.nieuwsbrief h1,
.nieuwsbrief h2 {
  color: #fff;
  margin: 0;
}
.nieuwsbrief h1 {
  text-align: right;
  padding-right: 50px;
  margin-top: -5px;
}
.nieuwsbrief form .inner {
  margin-bottom: 15px;
  overflow: hidden;
}
.nieuwsbrief form input {
  width: 230px;
  float: left;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #fff;
}
.nieuwsbrief form button {
  float: right;
}
.home .nieuwsbrief {
  border: none;
}
/* @end */
/* @group faq */
.faq {
  border-top: 110px solid #fff;
  border-bottom: 110px solid #fff;
  background: url(../images/bg-faq.jpg) center center no-repeat;
}
.faq .boxes {
  min-height: 500px;
  position: relative;
}
.faq .boxes .box {
  width: 210px;
  height: 210px;
  background: url(../images/bg-yellow.png);
  box-sizing: border-box;
  padding-top: 60px;
  color: #fff;
  position: absolute;
  top: 135px;
  left: 30px;
  text-transform: uppercase;
  text-align: center;
}
.faq .boxes .box h4.newsflash-title {
  display: block;
  margin: 0 15px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.faq .boxes .box span {
  display: block;
  width: 105px;
  height: 1px;
  border-top: 1px solid #000;
  margin: 0 auto 20px;
}
.faq .boxes .box a:hover {
  font-weight: bold;
}
.faq .boxes .box2 {
  left: 250px;
}
/* @end */
/* @group accordeon */
.accordeon {
  padding-top: 2px;
  margin-right: 30px;
  border-bottom: 1px solid #479226;
}
.accordeon h3 {
  border: 1px solid #479226;
  border-bottom: none;
  font-size: 14px;
  line-height: 49px;
  margin: 0;
  padding: 0 25px;
  color: #479226;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
.accordeon h3 span {
  display: inline-block;
  width: 22px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  margin-right: 15px;
  margin-top: 12px;
  float: left;
}
.accordeon h3.open {
  color: #000;
}
.accordeon .answer {
  padding: 15px 25px;
  font-size: 14px;
}
.accordeon .answer p {
  margin: 0;
}
/* @end */
/* @group page */
.blog .items-row {
  margin-bottom: 100px;
}
.blog .items-row header.brd-header h2 a {
  font-weight: 700;
}
.blog .items-row .item-image img {
  margin-right: 20px;
  max-width: 300px;
}
/* @end */
/* @group sidebar */
.sidebar aside {
  text-align: center;
}
.sidebar h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
  line-height: 1;
}
/* @end */
/* @group buttons */
.button,
button,
.moduletable_submenu .subnav li a {
  display: inline-block;
  color: #fed300 !important;
  border: 1px solid #fed300;
  line-height: 38px;
  padding: 0 50px;
  text-align: center;
  text-transform: uppercase;
  background: none;
}
.button:hover,
button:hover {
  background: #fed300;
  color: #000 !important;
}
.subnav {
  text-align: right;
}
.subnav li {
  margin-bottom: 20px;
}
.subnav .button,
.subnav a {
  background: #fff;
  width: 208px;
  padding: 0 !important;
}
.subnav .button:hover,
.subnav .button.active,
.subnav li a:hover,
.subnav li a.active {
  background: #fed300 !important;
  color: #000 !important;
}
/* @end */
/* @group FOOTER */
.footer {
  background: #000;
  padding: 40px 0;
  color: #fff;
}
.footer h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fed300;
  padding-bottom: 10px;
}
.footer .adres strong {
  font-weight: normal;
  color: #479226;
}
.footer .adres a {
  color: #fff;
  text-decoration: underline;
}
.footer .logo {
  margin: 10px 0 20px;
}
.footer .links a {
  color: #fff;
}
.footer .links a span {
  color: #479226;
}
.footer .links a:hover {
  color: #fed300;
}
.footer .tijden strong {
  display: inline-block;
  width: 110px;
  font-weight: normal;
}
.credits {
  padding: 10px 0;
  color: #bbb;
}
.credits a {
  color: #bbb;
  text-decoration: underline;
}
/* @end */
/*  JML4 aanpassingen - JBO - 26-05-2023 */
.mod-hero {
  background: #eee;
  margin-top: -91px;
  overflow: hidden;
}
.mod-hero .slick-hero .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.mod-hero .slick-hero .slick-prev {
  left: 20px;
}
.mod-hero .slick-hero .slick-next {
  right: 20px;
}
.mod-hero .slick-hero .slide-item {
  display: block !important;
  position: relative;
  overflow: hidden;
}
.mod-hero .slick-hero .slide-item .bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 10s ease-in-out;
  transform: scale(1.3);
}
.mod-hero .slick-hero .slide-item .container {
  height: 600px;
  position: relative;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
}
.mod-hero .slick-hero .slide-item .logo {
  display: block;
  width: 500px;
  height: 250px;
  background-image: url("../images/logo-wit-geel-schaduw.png");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  transition: all 0.8s ease-in-out 0.2s;
  opacity: 0;
  left: -120px;
}
.mod-hero .slick-hero .slide-item .overlay {
  display: block;
  width: 990px;
  height: 510px;
  background-image: url("../images/beeldmerk-wit-transparant.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 30%;
  z-index: 2;
}
.mod-hero .slick-hero .slick-active .slide-item .bgimg {
  transform: scale(1);
}
.mod-hero .slick-hero .slick-active .slide-item .logo {
  opacity: 1;
  left: -30px;
}
@media (max-width: 1200px) {
  .mod-hero .slick-hero .slide-item .container {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .mod-hero .slick-hero .slide-item .container {
    height: 500px;
  }
  .mod-hero .slick-hero .slide-item .logo {
    height: 200px;
    top: 55%;
  }
  .mod-hero .slick-hero .slide-item .overlay {
    width: 990px;
    height: 380px;
    left: 20%;
  }
  .mod-hero .slick-hero .slick-active .slide-item .logo {
    left: 0;
  }
}
@media (max-width: 767px) {
  .mod-hero .slick-hero .slide-item .container {
    height: 450px;
  }
  .mod-hero .slick-hero .slide-item .logo {
    height: 180px;
  }
}
@media (max-width: 650px) {
  .mod-hero .slick-hero .slide-item .container {
    height: 400px;
  }
  .mod-hero .slick-hero .slide-item .logo {
    height: 160px;
  }
}
.mod-photo-gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.mod-photo-gallery * {
  box-sizing: border-box;
}
.mod-photo-gallery li {
  width: 50%;
  float: left;
  padding: 10px;
}
.mod-photo-gallery li a {
  display: block;
}
.mod-photo-gallery li a:hover {
  opacity: 0.8;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
          * Remove all paddings around the image on small screen
          */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
