/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, legend,
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: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.618em; }

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; }

/* fix for IE */
object {
  width: 100%; }

html, body, form {
  margin: 0;
  padding: 0; }

a {
  color: #888C71;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #4F6476; }
  a:hover {
    color: #A3B842; }

img {
  max-width: 100%;
  height: auto; }

hr.carved {
  clear: both;
  float: none;
  width: 100%;
  height: 2px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #dddddd), color-stop(0.5, white));
  background-image: -moz-linear-gradient(center top, #dddddd 50%, white 50%); }

h1 {
  font-size: 2.291em;
  line-height: 0.946em;
  margin: 1em 0px 0.324em 0px;
  font-weight: 400;
  font-style: normal;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: -1px; }

h2 {
  font-size: 22.65px;
  line-height: 30px;
  margin: 0px 0px 15px 0px;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase; }

h3 {
  font-size: 1.25em;
  line-height: 1.286em;
  margin: 0px 0px 0.8em 0px;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 400;
  font-style: normal; }

h4 {
  font-weight: 700;
  font-style: normal;
  font-family: "Sentinel A", "Sentinel B", serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.563em;
  margin: 0px 0px 0.625em 0px; }

p {
  margin: 0px 0px 1.429em 0px;
  text-transform: inherit;
  font-size: 0.875em;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.429em; }

p.intro {
  font-size: 0.875em;
  line-height: 1.429em;
  margin: 0px 0px 1.357em 0px;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 700;
  font-style: normal; }

h3.why_head {
  margin-top: 1em; }

blockquote.pull-quote {
  margin: 0em 1em 1em 0em;
  border-left: 3px solid #ccc;
  padding: 0em 0em 0em 0.7em;
  font-style: italic;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 700; }

blockquote.pull-quote em {
  display: block;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60%; }

div.content {
  margin: 0 auto;
  text-align: left;
  width: 90%;
  padding: 50px 0px 0px 0px; }

h5 {
  margin: 0px 0px 0.313em 0px;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.563em; }

p.quote {
  font-size: 0.885em;
  line-height: 1.087em;
  font-style: italic;
  color: #666666;
  margin: 0px;
  font-family: "Sentinel A", "Sentinel B", serif;
  font-weight: 700; }

blockquote {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 25px; }

span {
  font-size: 1em;
  line-height: 1.304em; }

@media screen and (min-width: 480px) {
  p {
    font-size: 1em;
    line-height: 1.563em;
    margin: 0px 0px 1.563em 0px; }

  p.intro {
    font-size: 1.125em;
    line-height: 1.389em;
    margin: 0px 0px 1.389em 0px; }

  p.intro {
    font-size: 1.125em;
    line-height: 1.389em;
    margin: 0px 0px 1.389em 0px; }

  p.quote {
    font-size: 0.962em;
    line-height: 1.2em; }

  h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0px 0px 0.65em 0px; }

  h4 {
    font-size: 1.25em;
    margin: 0px 0px 0.625em 0px; }

  h3 {
    font-size: 1.618em;
    margin: 0px 0px 0.769em 0px;
    line-height: 1.357em; }

  h1 {
    font-size: 2.618em;
    margin: 0px 0px 0.476em 0px;
    line-height: 1.19em; }

  span {
    font-size: 1.011em;
    line-height: 1.212em;
    margin: 0px 0px 0.152em 0px;
    width: 252.359375px; }

  h2 {
    margin: 0px 0px 17px 0px;
    font-size: 32.36px; } }
@media screen and (min-width: 768px) {
  p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0px 0px 1.5em 0px; }

  p.intro {
    font-size: 1.438em;
    line-height: 1.304em;
    margin: 0px 0px 0.957em 0px; }

  h5 {
    font-size: 1.438em;
    line-height: 1.043em;
    margin: 0px; }

  h4 {
    font-size: 1.563em;
    line-height: 1.2em;
    margin: 0px 0px 0.625em 0px; }

  h3 {
    font-size: 2.022em;
    line-height: 1.25em;
    margin: 0px 0px 0.469em 0px; }

  span {
    font-size: 1.264em;
    line-height: 1.22em;
    margin: 0px 0px 0.15em 0px; }

  h1 {
    font-size: 3.272em;
    line-height: 1.058em;
    margin: 0px 0px 0.231em 0px; }

  p.quote {
    font-size: 1.346em;
    line-height: 1.143em; } }
.italic {
  font-style: italic; }

strong, em {
  font-weight: 500;
  color: #000;
  font-weight: 700; }

.header_intro h1 {
  text-transform: uppercase;
  font-weight: 400; }

.header_intro strong, .header_intro em {
  color: #FEFFCC; }

.header_intro a, .header_intro a:visited {
  color: #FEFFCC;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease; }

.header_intro a:hover {
  color: #A3B842; }

.sub_text {
  font-size: .9em;
  color: #999;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: italic; }

a.active {
  color: #A3B842; }

body {
  background-color: #FFFFF0;
  background-image: url("../img/backgrounds/ricepaper.png"); }

#main {
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #FEFFCC;
  clear: both;
  overflow: auto; }

.wrapper {
  margin: 0 auto;
  max-width: 1300px; 
  padding: 0 10px;}

.hero {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-image: url("../img/backgrounds/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 250px;
      background-position: center top; } }
  @media only screen and (min-width: 990px) {
    .hero {
      height: 300px; } }
  @media only screen and (min-width: 1300px) {
    .hero {
      height: 300px;
      background-position: center bottom; } }

.voucher_link {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 40%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.voucher_link:hover {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg); }

.logo_container {
  width: 30%;
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media only screen and (min-width: 450px) {
    .logo_container {
      width: 20%; } }
  @media only screen and (min-width: 990px) {
    .logo_container {
      width: 15%; } }

.about_section {
  background-color: rgba(68, 56, 30, 0.7);
  color: #FFFFF0;
  box-shadow: -40rem 0 0 rgba(68, 56, 30, 0.7), 40rem 0 0 rgba(68, 56, 30, 0.7);
  border-bottom: 1px solid rgba(68, 56, 30, 0.7);
  overflow: hidden;
  padding: 2em 0; }

.vouchers_section {
  background-color: rgba(195, 213, 199, 0.7);
  color: #121D1E;
  box-shadow: -40rem 0 0 rgba(195, 213, 199, 0.7), 40rem 0 0 rgba(195, 213, 199, 0.7);
  border-bottom: 1px solid rgba(195, 213, 199, 0.7);
  overflow: hidden; }

.voucher_header {
  position: relative;
  z-index: 10;
  height: 200px;
  margin: 0 auto;
  background-image: url("../img/backgrounds/gift_box.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center; }

.voucher_header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/headings/Vouchers_head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.voucher_header h2, .testimonials_header h2, .treatments_header h2 {
  display: none; }

.testimonials_section {
  background-color: rgba(79, 100, 118, 0.7);
  color: #FFFFF0;
  box-shadow: -40rem 0 0 rgba(79, 100, 118, 0.7), 40rem 0 0 rgba(79, 100, 118, 0.7);
  border-bottom: 1px solid rgba(79, 100, 118, 0.7);
  overflow: hidden; }

.testimonials_header {
  position: relative;
  z-index: 10;
  height: 200px;
  margin: 0 auto;
  background-image: url("../img/backgrounds/shop_floor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center; }

.testimonials_header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/headings/Testimonials_head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.treatments_section {
  background-color: rgba(136, 140, 113, 0.7);
  color: #121D1E;
  box-shadow: -40rem 0 0 rgba(136, 140, 113, 0.7), 40rem 0 0 rgba(136, 140, 113, 0.7);
  border-bottom: 1px solid rgba(136, 140, 113, 0.7);
  overflow: hidden; }

.treatments_header {
  position: relative;
  z-index: 10;
  height: 200px;
  margin: 0 auto;
  background-image: url("../img/backgrounds/candle_snow.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center; }

.treatments_header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/headings/Treatments_head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.quote_valign::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.seperator {
  width: 100%;
  height: 70px;
  border: 0;
  background-image: url("../img/icons/seperator.png");
  background-repeat: no-repeat;
  background-position: left center; }

.seperator_2 {
  width: 100%;
  height: 70px;
  border: 0;
  background-image: url("../img/icons/seperator2.png");
  background-repeat: no-repeat;
  background-position: left center; }

.fleuron {
  height: 70px;
  border: 0;
  background-image: url("../img/icons/fleuron.png");
  background-repeat: no-repeat;
  background-position: center bottom 1em; }

.ui-icon-plus {
  background-image: url("../img/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }

.ui-icon-minus {
  background-image: url("../img/icons/arrow_up.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }

.treat {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 1em; }

.treat_tile {
  background-image: url("../img/backgrounds/ricepaper.png");
  padding: 1em;
  float: left;
  margin: 1em .5em 0 .5em;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.43);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.43); }

.treat_tile h2 {
  text-align: center;
  margin: 1em 0;
  text-transform: none; }

.time {
  text-align: center;
  margin: .5em 0;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em; }

.price {
  text-align: center;
  margin: .5em 0;
  font-size: 1.8em;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.treat_button {
  margin: 0 auto;
  text-align: center; }

.terms_wrapper {
  width: 80%;
  max-width: 800px;
  margin: 2em auto;
  padding: .5em 0;
  color: #FEFFCC;
  background-image: url("../img/headings/terms_header.png");
  background-repeat: no-repeat;
  background-position: center top; }
  @media only screen and (min-width: 481px) {
    .terms_wrapper {
      padding: 3em 0; } }

.terms_wrapper h1 {
  text-align: center;
  font-family: "Sentinel A", "Sentinel B", serif;
  padding: 0 0 1.3em 0;
  background-image: url("../img/headings/terms_footer.png");
  background-repeat: no-repeat;
  background-position: center bottom; }

.terms_footer {
  border: 1px solid red;
  height: 100px;
  border: 0;
  background-image: url("../img/headings/terms_break.png");
  background-repeat: no-repeat;
  background-position: center center; }

ol li {
  list-style-type: decimal;
  line-height: 1.5em;
  margin-bottom: .5em;
  margin-left: 2em;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.footer_container {
  text-align: center; }

footer {
  clear: both;
  background-color: #c1d4c5;
  overflow: auto;
  box-shadow: -40rem 0 0 #c1d4c5, 40rem 0 0 #c1d4c5; }

.address_info {
  text-align: left;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  margin: 1em 0 1em .5em; }

.add_add, .add_phone, .add_email, .add_facebook, .add_twitter {
  padding: 0 0 1em 2.5em;
  background-repeat: no-repeat;
  background-position: left top; }

.add_add {
  background-image: url("../img/icons/address-book.png"); }

.add_phone {
  background-image: url("../img/icons/phone.png"); }

.add_email {
  background-image: url("../img/icons/envelope.png");
  font-size: .8em;
  padding: 0 0 1em 3em; }

.add_facebook {
  background-image: url("../img/icons/facebook.png"); }

.add_twitter {
  background-image: url("../img/icons/twitter.png"); }

.copyright {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .8em;
  text-align: center;
  background-color: #44381E;
  color: #888C71;
  line-height: 1.1em;
  box-shadow: -40rem 0 0 #44381e, 40rem 0 0 #44381e;
  padding: .5em 0; }

.copyright a {
  text-decoration: none;
  font-style: italic;
  color: #888C71;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .copyright a:visited {
    color: #888C71; }
  .copyright a:hover {
    color: #A3B842; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="tel"],
input[type="month"],
input[type="week"],
input[type="search"],
textarea, select {
  border: 1px solid #C3D5C7;
  border-radius: 2px;
  color: #121D1E;
  padding: 0.50rem;
  width: 80%;
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1em;
  margin: .25rem 0; }

label {
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .75em;
  text-transform: uppercase;
  display: block;
  margin-top: 1em; }

button {
  font-family: "Ideal Sans A", "Ideal Sans B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -moz-box-orient: vertical;
  display: inline-block;
  margin: 1em 0px;
  background: none repeat scroll 0% 0% #A3B842;
  border: 1px solid #888C71;
  border-radius: 5px;
  padding: 15px 0.49em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFF0;
  cursor: pointer;
  outline-color: #4F6476;
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  outline: 0; }

button:hover {
  background-color: #44381E;
  color: #A3B842; }

button.low {
  background-color: #4F6476;
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

button.ghost {
  background-color: transparent;
  color: #4F6476;
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

button.white_ghost {
  background-color: transparent;
  color: #FFFFF0;
  -webkit-transition: width 0.4s, background-color 0.4s;
  transition: width 0.4s, background-color 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

button.low:hover, button.ghost:hover, button.white_ghost:hover {
  background-color: #44381E;
  color: #A3B842; }

@media screen and (min-width: 420px) {
  .vouchers_section button {
    float: left;
    margin: 0 1em 2em 1em; } }
.alert {
  background-color: #A3B842;
  padding: .5em; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-preloader {
  display: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }

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;
  filter: alpha(opacity=90);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FEFFCC; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #44381E; }

.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
