/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, flegend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
html, body {
  height: 100%;
}
svg {
  overflow: hidden;
}
input {     /*IE6*/
  width: auto;
  overflow: visible;
}

/* end reset */

html {  
  height: 100%;
  font-size: 16px;
}
body {  
  height: 100%;
  color: #FFF;
  background-color: #A8C7B1;
  font-family: 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 62.5%; /*10px*/
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  overflow: hidden;
}
h1.page-title {
  margin-bottom: 10px;
  color: #A8C7B1;
  font-size: 5em;
  line-height: 1;
  font-weight: bold;
}
h1.page-title span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 0.5em;
}
h2 {
  margin-bottom: 0.5em;
  font-size: 2.4em;
  font-weight: bold;
}
h3 {
  font-size: 1.4em;
}
p {
  margin-bottom: 1.2em;
  font-size: 1.6em;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
th, td {
  padding: 5px;
  font-size: 1.6em;
  vertical-align: top;
}
a {
  text-decoration: none;
}
p a {
  color: #FFF;
  font-size: 1.2em;
}
img {
  max-width: 100%;
  border: 0;
}
span.description {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  font: 0/0 a;
  overflow: hidden;
}

/* ALL */
.container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.black-bar {
  display: table;
  table-layout: fixed;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: rgba(10,10,10,0.8);
  overflow: hidden;
  z-index: 10;
}
.black-bar-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.main-logo {
  width: 60%;
  height: 100px;
  margin: 0 auto;
  text-align: left;
}
.main-menu li, .main-menu li a {
  color: #FFF;
}
.main-menu li.active, .main-menu li.active a {
  color: #68BC19;
}
.main-menu li {
  width: 60%;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.main-menu li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 8px 0;
  font-size: 1em;
}
.main-menu li.download {
  padding-top: 20px;
}
.main-menu li.download a {
  padding: 10px 15px;
  color: #FFF;
  background-color: #68BC19;
}

.main {
  width: 100%;
  height: 100%;
  padding-left: 200px;
}
.content {
  width: 100%;
  height: 100%;
}
.content-row {
  padding: 50px;
  overflow: auto;
}
.text-col {
  float: left;
  width: 40%;
  margin-right: 8%;
}
.content-photo {
  width: 100%;
}
.content-photo img {
  display: block;
  width: 100%;
  max-width: auto;
}
.content-branding {
  position: relative;
  width: 100%;
  height: 500px;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.branding {
  float: left;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.content-branding .caption {
  position: absolute;
  bottom: 15px;
  color: #FFF;
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0,0,0,0.6);
  text-transform: uppercase;
}
.content-branding .caption span {
  font-size: 0.5em;
}
.caption1 {
  left: 50px;
}
.caption2 {
  left: 63%;
}
.white {
  background-color: #FFF;
}

/* HOME */
.page-home {
  background-image: url('../images/home.jpg');
  background-position: center center;
}
.page-home .main {
  height: 100%;
}
.page-home .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/home-bg.png') no-repeat right 50%;
}
h1.home-title {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 35%;
  height: auto;
}

/* ABOUT */
.page-about .content-branding {
  background-image: url('../images/about-new.jpg');
}
.page-about .page-title {
  float: left;
  margin-top: -15px;
}
.logo, .logo img {
  width: 100px;
  height: 102px;
}
.logo {
  float: right;
}

/* DESIGNER */
.page-designer .branding-left {
  width: 50%;
  background-image: url('../images/designer-left.jpg');
}
.page-designer .branding-right {
  width: 50%;
  background-image: url('../images/designer-right.jpg');
}

/* LOCATION */
.map {
  width: 100%;
  height: 100%;
  background: url('../images/map-100.jpg') no-repeat center center;
}

/* VIDEO */
.content-video {
  position: relative;
}
.video-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url('../images/video-mask@2x.png') no-repeat center center;
  background-size: 400px auto;
  z-index: 10;
  cursor: pointer;
}
.page-video, .page-location {
  background-color: #A8C7B1;
}
.iframe-wrapper {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
  overflow: hidden;
}
.iframe-wrapper iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* PHOTOS */
.photos {
  padding: 50px;
  margin: 0 auto;
}
.photo-col {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 45%;
  margin-right: 3%;
  vertical-align: top;
}
.photos img {
  display: block;
  margin: 0 auto;
}
.photo {
  width: 100%;
  padding: 10px;
  margin: 0 auto 20px auto;
  border: 1px solid #FFF;
}
.photo-caption {
  font-size: 1.6em;
  font-weight: bold;
}
.slider, .slide {
  width: 100%;
  height: 100%;
}
.slide {
  background-position: center center;
  background-repeat: no-repeat;
}
.slide1 {
  background-image: url('../images/photo1-large.jpg');
}

/* FLOOR PLAN */
.page-floor-plan .content {
  text-align: center;
}
.floor-content-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.floor-col-2, .floor-col-3 {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.floor-col-1, .floor-col-2, .floor-col-3 {
  padding: 40px 40px 40px 40px;
  text-align: left;
}
.floor-col-1 {
  width: 100%;
}
.floor-col-2 {
  width: 50%;
  color: #727272;
  background-color: #FFF;
}
.floor-col-3 {
  width: 50%;
  background-color: #AAA;
}
.floor-area h2, .floor-property h2 {
  margin-bottom: 30px;
}
.area-table, .property-table {
  width: 100%;
  margin: 0 auto;
  font-size: 90%;
}
.area-table {
  max-width: 500px;
}
.property-table {
  max-width: 650px;
}
.area-table th {
  font-weight: bold;
  text-align: center;
  padding-left: 20px;
  padding-bottom: 10px;
  border-right: 1px solid #727272;
  border-bottom: 1px solid #727272;
}
.area-table td {
  text-align: center;
  border-right: 1px solid #727272;
}
.area-table tr th:last-child, .area-table tr td:last-child {
  border-right: 0;
}
.property-table th {
  padding-right: 20px;
  border-right: 1px solid #FFF;
}
.property-table td {
  padding-left: 20px;
}
.floor-plan {
  text-align: center;
}
.floor-plan h2, .floor-plan p {
  text-align: left;
}
.floor-plan .plan {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 14%;
  padding: 5px;
  border: 1px solid #FFF;
  margin: 1% 2% 1% 0;
  background-color: transparent;
  vertical-align: top;
}


/* CONTACT */
.page-contact {
  background-image: url('../images/contact.jpg');
}
.page-contact .content {
  width: 80%;
  max-width: 700px;
  height: auto;
  padding: 50px 20px;
  margin: 100px auto;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
  overflow: auto;
}
.table-contact {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.table-contact th,
.table-contact td {
  color: #727272;
}
.table-contact th {
  padding-right: 20px;
}
.table-contact td {
  padding-bottom: 15px;
}
.table-contact a {
  color: #727272;
  text-decoration: underline;
}
.disclaimer {
  width: 90%;
  margin: 50px auto 0 auto;
  font-size: 70%;
  color: #727272;
}
.disclaimer p {
  text-align: justify;
}

/* POPUP */
.mfp-content {
  height: 100%;
}
.with-popup {
  position: relative;
  cursor: pointer;
}
.with-popup:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5) url('../images/zoom@2x.png') no-repeat center center;
  background-size: 32px 32px;
}
.page-floor-plan .popup {
  position: relative; /* for the close button absolute positioning */
  max-width: 60%;
  height: 90%;
  padding: 20px;
  margin: 2.5% auto 0 auto;
  background-color: #A8C7B1;
  text-align: center;
}
.page-photos img.popup, .page-floor-plan .popup img, #storybook {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#storybook {
  width: 90%;
  max-width: 500px;
  height: 200px;
  padding: 30px;
  border: 1px solid #FFF;
  background-color: rgb(150,150,150);
  background-color: rgba(150,150,150,0.9);
  text-align: center;
}
#storybook h2 {
  margin-bottom: 30px;
}
.storybook-btn {
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px 20px;
  color: #FFF;
  background-color: #68BC19;
}
.page-photos img.popup {
  max-width: 80%;
  max-height: 90%;
}
.page-floor-plan .popup img {
  max-width: 100%;
  max-height: 100%;
}

/* COVER */
body, .content-branding, .branding, .slide,
.page-home .content, .map {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(http://demo.moltodigital.com/waiyipstreet/ie/backgroundsize.min.htc);
  behavior: url(http://demo.moltodigital.com/waiyipstreet/ie/ie/backgroundsize.min.htc);
}

/* MEDIA QUERIES */
@media screen and (max-width:1000px) {
  .floor-content-bottom, .floor-col-2, .floor-col-3 {
    display: block;
    width: 100%;
  }
  .floor-plan .plan {
    width: 22%;
  }
  .page-designer .content-branding {
    height: 600px;
  }
  .page-designer .branding-left, .page-designer .branding-right {
    float: none;
    width: 100%;
    height: 300px;
    background-position: left center;
  }
  .photo-col {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-height:700px) {
  .main-logo {
    height: 80px;
  }
  .main-menu li {
    padding: 3px 0;
  }
}
@media screen and (max-width:750px), screen and (max-height:550px) {
  html.menu-open body {
    overflow: hidden;
  }
  .black-bar {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 93px;
    overflow: auto;
    transition: height 0.3s ease-out;
  }
  html.menu-open .black-bar {
    height: 100%;
    transition: height 0.3s ease-in;
  }
  .black-bar-content {
    display: block;
  }
  html.menu-open .main-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 93px;
    background-color: #000;
  }
  .main-logo {
    float: left;
    width: 150px;
    padding: 20px;
    margin: 0 0 0 20px;
  }
  .main-menu-mobile-btn {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin: 26px 20px 0 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
  }
  .main-menu-mobile-btn span {
    display: block;
    width: 55%;
    height: 3px;
    margin: 5px auto 0 auto;
    background-color: #FFF;
  }
  .main-menu-close {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px;
    border-bottom: 1px solid #008cb8;
    text-align: right;
    cursor: pointer;
  }
  .main-menu {
    display: none;
    clear: both;
    padding-top: 93px;
    padding-bottom: 20px;
  }
  .main-menu li {
    text-align: center;
  }
  html.menu-open .main-menu {
    display: block;
  }
  .main {
    padding-left: 0;
    padding-top: 93px;
  }
  .content-row {
    padding: 20px 40px;
  }
  .caption1 {
    left: 40px;
  }
  .text-col {
    float: none;
    width: 100%;
  }
  h1.home-title {
    width: 30%;
    max-width: 300px;
  }
  .page-contact .content {
    margin: 50px auto;
  }
}
@media screen and (max-width: 750px) {
  .page-designer .content-branding {
    height: 500px;
  }
  .page-designer .branding-left, .page-designer .branding-right {
    height: 250px;
  }
  .video-mask {
    background-size: 30% auto;
  }
}
@media screen and (max-width:600px) {
  .floor-plan .plan {
    width: 30%;
  }
}
@media screen and (max-width:400px) {
  .black-bar {
    height: 84px;
  }
  .video-mask {
    background-size: 40% auto;
  }
  .main-logo {
    width: 130px;
    margin-left: 10px;
  }
  .main {
    padding-top: 84px;
    font-size: 90%;
  }
  html.menu-open .main-top {
    height: 84px;
  }
  .main-menu {
    padding-top: 84px;
  }
  .home-title {
    display: none;
  }
  .content-row {
    padding: 20px 30px;
  }
  .caption1 {
    left: 30px;
  }
  .floor-plan .plan {
    width: 44%;
    margin: 1% 4% 4% 0;
  }
}


/* 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) {
  .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; }
  }