@charset "UTF-8";

 .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,100%,20%,53%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}100%{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,100%{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}100%{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,100%,60%,75%,90%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}100%{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}100%{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}100%{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}100%{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}100%{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}100%{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}100%{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}100%{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}100%{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}100%{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}100%{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}100%{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}100%{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}100%{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}100%{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}100%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}100%{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}100%{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}100%{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}100%{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}100%{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}100%{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}100%{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}100%{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}100%{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.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; } 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; } .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) { .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; } }.mapplic-element {
position: relative;
overflow: hidden;
font-size: 0;
height: 420px;
}
.mapplic-element input,
.mapplic-element button,
.mapplic-element a,
.mapplic-element a:active {
outline: none;
box-shadow: none;
text-decoration: none !important;
}
.mapplic-element a:focus {
outline: none;
}
.mapplic-element > * {
opacity: 1;
transition: opacity 0.4s;
}
.mapplic-element.mapplic-loading > * {
opacity: 0;
}
.mapplic-element strong {
color: #333;
} .mapplic-element.mapplic-loading { background: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/loader.gif) no-repeat center; }
.mapplic-element.mapplic-error { background: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/error-icon.png) no-repeat center; } .mapplic-container {
display: inline-block;
position: relative;
width: 70%;
height: 100%;
}
.mapplic-map {
transform-origin: 0 0;
} .mapplic-layer { visibility: hidden; }
.mapplic-visible.mapplic-layer { visibility: visible; }
.mapplic-layer img {
width: 100%;
}
.mapplic-map .mapplic-map-image {
position: absolute;
width: 100%;
height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .mapplic-map.mapplic-zoomable .mapplic-map-image {
cursor: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/openhand.cur), default;
}
.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
cursor: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/closedhand.cur), move;
} .mapplic-pin {
background-color: #fb7575;
background-image: none;
background-position: center;
background-repeat: no-repeat;
border-radius: 6px;
box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
box-sizing: border-box;
font-size: 0;
width: 12px;
height: 12px;
margin-left: -6px;
margin-top: -6px;
position: absolute;
transform-origin: 50% 50%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mapplic-pin:before {
box-sizing: content-box !important;
}
.mapplic-pin.hide {
display: none;
}
.mapplic-pin.mapplic-active {
display: block !important;
}
.mapplic-pin.pin-classic {
background-color: #f23543;
background-image: none;
border-color: #f23543;
border-radius: 10px;
line-height: 22px !important;
width: 20px;
height: 20px;
margin-top: -22px;
margin-left: -10px;
transform-origin: 50% 140%;
}
.mapplic-pin.pin-classic:before {
border-style: solid;
border-width: 9px 8px 0 8px;
border-color: inherit;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
content: '';
display: block;
position: absolute;
top: 16px;
left: 2px;
}
.mapplic-pin.pin-marker {
background-color: #fdca2a;
background-image: none;
border-color: #fdca2a;
border-radius: 8px;
width: 16px;
height: 16px;
margin-top: -8px;
margin-left: -8px;
transform-origin: 50% 50%;
}
.mapplic-pin.pin-marker:before {
border-color: inherit;
border-style: solid;
border-width: 6px;
border-radius: 16px;
content: '';
display: block;
opacity: 0.2;
width: 16px;
height: 16px;
position: absolute;
left: -6px;
top: -6px;
}
.mapplic-pin.pin-disk {
background-color: white !important;
background-image: none;
border-color: #f19819;
border-radius: 8px;
color: #333 !important;
width: 16px;
height: 16px;
margin-top: -8px;
margin-left: -8px;
transform-origin: 50% 50%;
}
.mapplic-pin.pin-disk:before {
border-color: inherit;
border-style: solid;
border-width: 3px;
border-radius: 16px;
content: '';
display: block;
width: 16px;
height: 16px;
position: absolute;
left: -3px;
top: -3px;
}
.mapplic-pin.pin-ribbon {
background-color: #46b450;
background-image: none;
border-color: #46b450;
border-radius: 2px 2px 2px 0;
height: 16px;
min-width: 10px;
width: auto;
padding: 0 3px;
margin-left: -8px;
margin-top: -20px;
transform-origin: 8px 20px;
}
.mapplic-pin.pin-ribbon:after {
border-style: solid;
border-width: 0 8px 4px 0;
border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
content: '';
display: block;
position: absolute;
top: 16px;
left: 0px;
}
.mapplic-pin.pin-ribbon:before {
border-style: solid;
border-width: 0 8px 4px 0;
border-color: inherit;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
content: '';
display: block;
position: absolute;
top: 16px;
left: 0px;
}
.mapplic-pin.pin-dot {
background-color: transparent !important;
background-image: none;
border-color: #29afa1;
color: #333 !important;
height: 16px;
min-width: 10px;
width: auto;
padding: 0 3px;
margin-left: 4px;
margin-top: -8px;
transform-origin: -4px 8px;
}
.mapplic-pin.pin-dot:before {
border-color: inherit;
border-style: solid;
border-width: 3px;
border-radius: 12px;
content: '';
display: block;
width: 0px;
height: 0px;
position: absolute;
top: 5px;
left: -7px;
}
.mapplic-pin.pin-image {
background-size: 32px;
border: 2px solid #fff;
border-radius: 50%;
box-sizing: border-box;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
font-size: 0 !important;
width: 32px;
height: 32px;
margin-top: -16px;
margin-left: -16px;
transform-origin: 50%;
}
.mapplic-pin.pin-icon {
background-size: 16px;
background-color: transparent;
border: none;
border-radius: 0;
font-size: 0 !important;
width: 16px;
height: 16px;
margin-top: -8px;
margin-left: -8px;
transform-origin: 50%;
}
.mapplic-pin.pin-circle {
background: none !important;
border: 2px solid #fb7575;
width: 8px;
height: 8px;
margin-left: -6px;
margin-top: -6px;
transform-origin: 50% 50%;
}
.mapplic-pin.pin-transparent {
background-image: none;
background-color: #795ecd;
border-radius: 10px;
width: 20px;
height: 20px;
margin-left: -10px;
margin-top: -10px;
opacity: 0.5 !important;
transform-origin: 50% 50%;
}
.mapplic-pin.pin-label {
color: #fff;
font-size: 10px;
font-weight: 600;
text-align: center;
text-decoration: none;
line-height: 16px;
}
.mapplic-pin.pin-label:visited {
color: #fff;
}
.mapplic-pin.pin-md {
border-radius: 50%;
margin-left: -10px;
margin-top: -10px;
line-height: 20px;
width: 20px;
height: 20px;
}
.mapplic-pin.pin-lg {
border-radius: 50%;
margin-left: -15px;
margin-top: -15px;
line-height: 30px;
width: 30px;
height: 30px;
}
.mapplic-pin.pin-pulse:before {
content: '';
border: 2px solid #888;
border-radius: 30px;
height: inherit;
width: inherit;
top: -2px;
left: -2px;
position: absolute;
animation: pulsate 1.8s ease-out;
animation-iteration-count: infinite;
animation-delay: 1s;
opacity: 0;
box-sizing: content-box;
}
@-webkit-keyframes pulsate {
0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
25% {opacity: 0.5; }
50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
} .mapplic-minimap {
border: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
margin: 12px;
bottom: 0;
left: 0;
opacity: 0.5;
overflow: hidden;
transition: opacity 0.4s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mapplic-minimap-layer { line-height: 0; }
.mapplic-minimap img { width: 100%; }
.mapplic-minimap-overlay {
background-color: rgba(0, 0, 0, 0.4);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.mapplic-minimap .mapplic-minimap-active {
position: absolute;
opacity: 1;
top: 0;
left: 0;
}
.mapplic-minimap-background {
width: 140px !important;
-webkit-filter: blur(2px);
} .mapplic-button {
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
border: none !important;
cursor: pointer;
width: 28px;
height: 28px;
transition: background-color 0.2s;
position: relative;
}
.mapplic-container > .mapplic-button {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
position: absolute;
margin: 12px;
}
.mapplic-icon {
box-sizing: content-box;
fill: #222;
width: 16px;
height: 16px;
margin: 6px;
position: absolute;
top: 0;
left: 0;
} .mapplic-clear-button {
background-size: 16px 16px;
display: none;
bottom: 69px;
right: 0;
} .mapplic-zoom-buttons {
box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
margin: 12px;
position: absolute;
right: 0;
bottom: 0;
}
.mapplic-zoom-buttons button {
display: block;
}
.mapplic-zoom-buttons .mapplic-disabled {
background-color: #eee;
cursor: default;
}
button.mapplic-zoomin-button {
background-size: 10px 10px;
border-bottom: 1px solid #eee;
}
button.mapplic-zoomout-button {
background-size: 10px 10px;
} .mapplic-fullscreen {
background-color: rgba(248, 248, 248, 0.95);
position: fixed !important;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
margin: 0 !important;
max-width: 100% !important;
max-height: 100% !important;
z-index: 99980;
}
.mapplic-fullscreen-button {
background-size: 14px 14px;
top: 0;
left: 0;
}
.mapplic-fullscreen-button .mapplic-icon-fullscreen-exit,
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen { display: none; }
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen-exit { display: block; }
.mapplic-fullscreen .mapplic-container { width: 80%; }
.mapplic-fullscreen .mapplic-sidebar { width: 20%; } .mapplic-levels {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
position: absolute;
top: 0;
right: 0;
margin: 12px;
overflow: hidden;
}
.mapplic-levels > * {
display: block;
box-sizing: border-box;
}
.mapplic-levels-select {
background-color: #fff;
border: none;
border-radius: 0;
color: #2f3435;
margin: 0;
padding: 10px 8px;
margin-right: 20px;
font-size: 13px;
font-weight: 600;
outline: none;
-webkit-appearance: none;
}
.mapplic-levels button {
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: 8px 4px;
border: none;
cursor: pointer;
height: 50%;
width: 20px;
position: absolute;
right: 0;
}
.mapplic-levels .mapplic-levels-down { bottom: 0; }
.mapplic-levels .mapplic-icon {
width: 8px;
height: 4px;
margin: 0;
margin-left: -4px;
margin-top: -2px;
left: 50%;
top: 50%;
}
.mapplic-levels .mapplic-disabled {
background-color: #eee;
cursor: default;
} .mapplic-sidebar {
width: 30%;
height: 100%;
padding: 92px 0 12px 12px;
position: relative;
box-sizing: border-box;
pointer-events: none;
}
.mapplic-sidebar > * {
pointer-events: auto;
}
.mapplic-container {
float: right;
} .mapplic-sidebar-right .mapplic-container { float: left; }
.mapplic-sidebar-right .mapplic-sidebar {
float: right;
padding: 92px 12px 12px 0;
} .mapplic-filter {
background-color: #fff;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
margin: 0;
overflow: hidden;
margin-top: -80px;
padding: 16px 20px;
position: relative;
width: 100%;
z-index: 1;
}
.mapplic-filter > .mapplic-icon {
margin-left: 20px;
margin-top: 16px;
}
.mapplic-search-input {
background: none !important;
border: none !important;
box-shadow: none !important;
box-sizing: border-box;
border-radius: 0;
font-size: 20px !important;
font-family: inherit;
line-height: 20px;
width: 100%;
height: 48px !important;
margin: 0 !important;
padding: 24px 24px 4px 0 !important;
}
.mapplic-search-input:focus {
outline: none !important;
}
.mapplic-search-input::placeholder {
opacity: 0.5;
font-weight: 400;
}
.mapplic-search-input::-ms-clear { display: none; width:0; height:0; }
.mapplic-search-clear {
background-size: 8px 8px;
background-repeat: no-repeat;
background-color: transparent;
background-position: center;
box-shadow: none;
border: none;
cursor: pointer;
display: none;
position: absolute;
margin: 0;
padding: 0;
top: 32px;
right: 8px;
width: 34px;
height: 34px;
}
.mapplic-icon.mapplic-icon-cross {
width: 8px;
height: 8px;
padding: 8px;
} .mapplic-sidebar-nosearch { padding-top: 56px; }
.mapplic-sidebar-nosearch .mapplic-filter {
margin-top: -44px;
height: 44px;
} .mapplic-filter-tags {
text-align: right;
position: absolute;
top: 14px;
right: 16px;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
}
.mapplic-tag {
background-color: #2f3434;
border-radius: 12px;
color: #fff;
cursor: pointer;
font-size: 11px;
font-weight: 600;
margin-left: 4px;
padding: 1px 6px 2px 8px;
display: inline-block;
}
.mapplic-tag > span {
background-image: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/cross-light.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 6px 6px;
display: inline-block;
margin-left: 6px;
margin-bottom: 1px;
width: 6px;
height: 6px;
opacity: 0.5;
transition: opacity 0.2s;
}
.mapplic-tag:hover > span {
transform: scale(1.2);
opacity: 1.0;
} .mapplic-list-container {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
box-sizing: border-box;
height: auto;
max-height: 100%;
overflow-y: auto;
position: relative;
-webkit-overflow-scrolling: touch;
}
.mapplic-list-container:before {
display: block;
content: '';
background-color: #fff;
width: 100%;
height: 10px;
position: absolute;
z-index: 100;
}
.mapplic-list {
list-style: none;
padding: 0;
padding-bottom: 10px;
margin: 0;
overflow-y: auto;
height: 100%;
}
.mapplic-list-container ol {
border-color: #eee;
list-style: none;
padding: 0;
margin: 0;
}
.mapplic-list-expandable {
background-color: #fff;
padding: 10px 0;
}
.mapplic-list-container li {
margin: 0 !important;
}
.mapplic-list-category > a {
background-color: #fff;
border-radius: 4px;
box-sizing: border-box;
color: #2f3434 !important;
display: block;
margin: 6px 10px;
margin-bottom: 0;
padding: 10px;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
transition: background-color 0.2s;
}
.mapplic-list-category > a:hover {
background-color: #f8f8f8;
}
.mapplic-list-category h4 {
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: 22px;
margin: 0;
}
.mapplic-list-category h4.mapplic-margin {
margin-top: 9px;
}
.mapplic-about {
color: #aaa;
display: block;
font-weight: normal;
font-size: 13px;
line-height: 16px;
} .mapplic-list-category .mapplic-thumbnail {
background-color: #aaa;
border-radius: 50%;
width: 40px;
height: 40px;
}
.mapplic-list-category .mapplic-thumbnail-placeholder {
font-size: 18px;
font-weight: bold;
line-height: 25px;
}
.mapplic-thumbnail {
border-radius: 0px;
box-shadow: none !important;
margin-right: 10px;
float: left;
width: 50px;
height: 50px;
object-fit: cover;
}
.mapplic-thumbnail-placeholder {
background-color: #eee;
box-sizing: border-box;
color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 34px;
padding: 8px 4px;
width: 50px;
height: 50px;
text-align: center;
}
.mapplic-list-category > a .mapplic-list-count {
color: #aaa;
font-size: 12px;
font-weight: normal;
margin-left: 4px;
opacity: 0.5;
} .mapplic-list-location {
border-color: #aaa;
margin: 0 !important;
padding: 0 !important;
}
.mapplic-list-location[data-location=init] {
display: none !important;
}
.mapplic-list-location > a {
background-color: #fff;
border-left: 2px solid transparent;
display: block;
font-size: 14px;
padding: 10px 20px 10px 18px;
text-decoration: none;
transition: border, background-color 0.1s;
}
.mapplic-list-location > a:after {
content: '';
display:block;
clear:both;
}
.mapplic-list-location > a:hover,
.mapplic-list-location > a:focus,
.mapplic-list-location.mapplic-focus > a {
background-color: #fafafa;
}
.mapplic-list-location.mapplic-active > a {
background-color: #fafafa;
border-color: inherit;
}
.mapplic-list-location h4 {
color: #2f3435;
font-size: 16px;
font-weight: normal;
line-height: 18px;
margin: 4px 0 !important;
padding: 0;
clear: none;
} .mapplic-tooltip {
display: none;
position: absolute;
transform-origin: 0 0;
padding-bottom: 30px;
pointer-events: none;
}
.mapplic-tooltip:after {
content: '';
border-color: #fff transparent transparent transparent !important;
border-style: solid;
border-width: 8px 7px 0 7px;
width: 0;
height: 0;
position: absolute;
top: 0;
margin-left: -7px;
margin-top: -33px; }
.mapplic-tooltip-wrap {
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
max-width: 300px;
min-width: 120px;
pointer-events: auto;
transform: translate(-50%, -100%);
margin-top: -32px; transition: transform 0.1s;
}
.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
transform: translate(-50%, 0);
margin-top: 17px; }
.mapplic-tooltip-bottom.mapplic-tooltip:after {
border-color: transparent transparent #fff transparent !important;
border-width: 0 7px 8px 7px;
margin-top: 10px;
}
.mapplic-tooltip-body {
padding: 16px;
}
.mapplic-tooltip-body::after {
content: '';
clear: both;
display: table;
}
.mapplic-tooltip img {
max-width: 100%;
}
.mapplic-tooltip-title {
color: #333;
display: inline-block;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin: 0 12px 0 0 !important;
}
.mapplic-hovertip,
.mapplic-hovertip > .mapplic-tooltip-wrap {
pointer-events: none;
}
.mapplic-hovertip > .mapplic-tooltip-wrap {
min-width: 20px;
padding: 6px 14px;
}
.mapplic-hovertip .mapplic-tooltip-title {
margin: 0 !important;
font-size: 16px;
line-height: 24px;
text-align: center;
}
.mapplic-tooltip-content {
margin-top: 10px;
margin-bottom: 6px;
max-height: 160px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.mapplic-tooltip .mapplic-thumbnail {
border-radius: 50% !important;
width: 48px;
height: 48px;
margin-right: 12px;
}
.mapplic-tooltip-description,
.mapplic-tooltip p {
font-size: 13px;
line-height: 20px;
margin: 0;
}
.mapplic-tooltip p {
margin-top: 0;
margin-bottom: 6px !important;
}
.mapplic-tooltip-description p:last-child {
margin: 0;
}
.mapplic-popup-link {
background-color: #888;
border-radius: 4px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
color: #fff !important;
font-size: 14px;
font-weight: 600;
display: inline-block;
float: right;
margin-top: 4px;
padding: 4px 8px;
text-decoration: none;
transition: background-color 0.2s, box-shadow 0.2s;
}
.mapplic-popup-link:hover {
background-color: #666;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}
.mapplic-tooltip-close {
background-position: center;
background-repeat: no-repeat;
background-size: 8px 8px;
border: none;
cursor: pointer;
position: absolute;
right: 36px;
top: 0;
padding: 0;
margin: 0;
opacity: 0.6;
transition: opacity 0.2s;
}
.mapplic-tooltip-close:hover {
opacity: 1.0;
}
.mapplic-tooltip-close .mapplic-icon {
background-color: #fff;
border-radius: 50%;
} .mapplic-lightbox-title {
color: #333;
font-weight: bold;
margin-top: 0;
margin-bottom: 20px;
}
.mapplic-lightbox {
background-color: #fff;
position: relative;
padding: 20px;
width: auto;
max-width: 500px;
margin: 20px auto;
}
.mapplic-lightbox:after {
content: '';
display: block;
clear: both;
}
.mapplic-popup-image {
outline: none;
}
.mfp-bg { z-index: 99981 !important; }
.mfp-wrap { z-index: 99982 !important; }
.mfp-content { z-index: 99983 !important; } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } .mapplic-toggle {
display: block;
cursor: pointer;
font-size: 14px;
position: relative;
margin: 6px 0;
min-width: 20px;
min-height: 20px;
}
.mapplic-toggle > .mapplic-toggle-circle {
background-color: #aaa;
border-radius: 50%;
position: absolute;
left: 1px;
top: 1px;
width: 18px;
height: 18px;
transform-origin: center;
transform: scale(0);
transition: 0.2s;
}
.mapplic-toggle:before {
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 50%;
box-sizing: content-box;
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
}
.mapplic-toggle > input { display: none; }
.mapplic-toggle > input:checked + span {
transform: scale(0.7);
}
.mapplic-list-category { position: relative; }
.mapplic-list-category .mapplic-toggle {
position: absolute;
right: 20px;
top: 50%;
margin-top: -10px;
box-sizing: border-box;
} .mapplic-legend {
background-color: rgba(255,255,255, 0.9);
margin: 12px;
padding: 0 8px;
position: absolute;
left: 0;
bottom: 0;
}
.mapplic-legend-label {
display: block;
font-size: 14px;
font-weight: normal;
margin: 6px 0;
padding-left: 28px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.mapplic-legend-key {
background-color: #aaa;
border: 2px solid #fff;
border-radius: 50%;
box-sizing: content-box;
display: inline-block;
height: 16px;
width: 16px;
position: absolute;
left: 8px;
} .mapplic-revealed {
visibility: visible !important;
} .mapplic-portrait .mapplic-container,
.mapplic-portrait .mapplic-sidebar {
width: 100% !important;
}
.mapplic-portrait .mapplic-sidebar {
padding: 92px 12px 12px 12px !important;
}
.mapplic-portrait .mapplic-tooltip {
max-width: 240px;
}
.mapplic-portrait .mapplic-minimap-background {
width: 100px !important;
}
.mapplic-portrait.mapplic-element {
height: auto !important;
}
.mapplic-portrait .mapplic-list-container {
max-height: 600px;
} .mapplic-map svg {
width: 100%;
height: 100%;
}
.mapplic-element svg a {
cursor: pointer;
}
.mapplic-clickable:not(g),
g.mapplic-clickable > * {
cursor: pointer;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.mapplic-map-image *[id^=MNOINT],
.mapplic-map-image *[id^=nopointer] {
pointer-events: none;
}
[id^=landmarks] .mapplic-clickable {
cursor: pointer;
} .mapplic-coordinates {
background-color: rgba(255, 255, 255, 0.9);
color: #333;
position: absolute;
margin: 10px;
margin-left: -80px;
padding: 4px 6px;
font-size: 14px;
top: 0;
left: 50%;
pointer-events: none;
}  .mapplic-booking .mapplic-active,
.mapplic-booking .mapplic-active > * {
fill: #A8D865;
}
.mapplic-booking .unavailable,
.mapplic-booking .unavailable > * {
fill: #F7B332;
opacity: 1;
cursor: default;
}  .mapplic-clickable:not(g),
g.mapplic-clickable > * {
transition: fill 0.2s;
} .mapplic-highlight:not(g),
g.mapplic-highlight > *,
.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover > * {
} .mapplic-active:not(g),
g.mapplic-active > * {
} .defaultstyle.mapplic-clickable:not(g), g.defaultstyle.mapplic-clickable > * {
fill: #70899C;
}
.defaultstyle.mapplic-highlight:not(g), g.defaultstyle.mapplic-highlight > *, .defaultstyle.mapplic-clickable:not(g):hover, g.defaultstyle.mapplic-clickable:hover > * {
fill: #596D7E;
}
.defaultstyle.mapplic-active:not(g), g.defaultstyle.mapplic-active > * {
fill: #4D5E6D !important;
} .mapplic-filtered .mapplic-pin { opacity: 0.4 !important; }
.mapplic-filtered .mapplic-pin.mapplic-highlight {
display: block !important;
opacity: 1 !important;
}
.mapplic-filtered svg [id^=landmark] > * { opacity: 0.4 !important; }
.mapplic-filtered .mapplic-clickable.mapplic-highlight { opacity: 1 !important; } .mapplic-image,
.mapplic-tooltip-wrap { max-width: 300px !important; } .mapplic-tooltip-content { max-height: 160px; }  .mapplic-pin.my-new-pin { background-image: url(//www.homemakersmediaholdings.co.za/wp-content/plugins/mapplic/core/images/my-new-pin.png); background-size: 20px 30px;
width: 20px;
height: 30px;
margin-left: -10px; margin-top: -15px; }body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//www.homemakersmediaholdings.co.za/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//www.homemakersmediaholdings.co.za/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/prev.png) left 48% no-repeat;opacity:0;transition:opacity .6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//www.homemakersmediaholdings.co.za/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/next.png) right 48% no-repeat;opacity:0;transition:opacity .6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//www.homemakersmediaholdings.co.za/wp-content/plugins/js_composer/assets/lib/lightbox2/dist/images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}