/*
Theme Name: Main
Author: Well Creative
Author URI: http://wellcreative.com.au
Version: 1.0.0
*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:10px 0 20px}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 20px}nav ul,nav ol{list-style:none;list-style-image:none}img{max-width:100%;height:auto;border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{-moz-box-sizing:inherit;-webkit-box-sizing:inherit;box-sizing:inherit;}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.clearfix:before,.clearfix:after{content:"";display:table;}.clearfix:after{clear:both;}.clearfix{zoom:1;}html{overflow-y:scroll;overflow-x:hidden;width:100%;}body{margin:0;width:100%;min-width:960px;}@media all and (max-width:9999px){ body{min-width:320px;} }.wrapper{width:100%;max-width:1360px;margin:0 auto;padding:0 30px;}.wrapper:before,.wrapper:after{content:"";display:table;}.wrapper:after{clear:both;}.wrapper{zoom:1;}@media all and (max-width:400px){.wrapper{padding:0 10px;}}.clear:before,.clear:after{content:"";display:table;}.clear:after{clear:both;}.clear{zoom:1;}

html{ background: #1169a2; }
body{ background: #FFFFFF; overflow-x:hidden; }

/* Typography */
body{
  font-family: 'Khula', sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.25;
  color:#44515d;
  -webkit-font-smoothing: subpixel-antialiased;
}
p{
  margin:10px 0 12px;
}
a{
  color:#44515d;
  text-decoration:none;
}
a:hover{
  color:#44c8f5;
}
h1{
  font-family: 'Khula', sans-serif;
  font-weight:700;
  font-size:2.4em;
  color:#1169a2;
}
h2{
  font-family: 'Flamenco', cursive;
  font-weight:400;
  font-size:1.6em;
  color:#1169a2;
  letter-spacing: 0.45px;
}
h3{
  font-family: 'Khula', sans-serif;
  font-weight:700;
  font-size:1.45em;
  color:#1169a2;
}
h4{
  font-family: 'Flamenco', cursive;
  font-weight:400;
  font-size:1.3em;
  color:#1169a2;
  text-transform:uppercase;
  letter-spacing: 0.45px;
}
h5{
  font-family: 'Khula', sans-serif;
  font-weight:400;
  font-size:1.25em;
  color:#1169a2;
}
h6{
  font-family: 'Khula', sans-serif;
  font-weight:700;
  font-size:1em;
  color:#1169a2;
  margin:0;
}
h1,h2,h3,h4,h5{
  margin: 0 0 10px;
}
p + h1{ margin-top:24px; }
p + h2{ margin-top:24px; }
p + h3{ margin-top:24px; }
p + h4{ margin-top:24px; }
p + h5{ margin-top:24px; }
p + h6{ margin-top:24px; }
pre{
  font-family: 'Khula', sans-serif;
  font-weight:400;
  font-size:0.75em;
  color:#44515d;
  margin:12px 0;
}
blockquote h1{
  font-size:4.333em;
}
blockquote {
  padding: 20px 10px 15px 80px;
  margin: 0;
}
ul,li{ }
table,th,td{ }
table{ width:100%; }
hr{
  height:2px;
  width:100%;
  border:0;
  background:#1169a2;
}
mark{
  background: transparent none repeat scroll 0% 0%;
  font-weight: bold;
}
h3 a{
  color:#1169a2;
}
h3 a:hover{
  color:#44c8f5;
}
@media all and (max-width:860px){
  h1{
    font-size: 1.8em;
  }
  h2{
    font-size: 1.35em;
  }
  h3{
    font-size: 1.25em;
  }
  h4{
    font-size: 1.25em;
  }
  h5{
    font-size: 1.15em;
  }
}

/****** Core ******/

.site-header{
  background:#1169a2;
}
.site-header__logo{
  display:inline-block;
  float:left;
  width:200px;
  margin:20px 0 20px 0;
}
.site-header__nav{
  display:block;
  margin-left:250px;
}
.site-footer{
  background:#1169a2;
  padding:30px 0;
}
.site-footer__logo{
  display:inline-block;
  float:left;
  width:200px;
  margin:0 0 20px 0;
}
.site-footer__content{
  display:block;
  margin-left:230px;
}
.site-footer__notice, 
.site-footer__notice-link{
  color:#FFFFFF;
  display:block;
  font-size:13px;
  line-height:14px;
  margin:0 0 8px;
}
.site-footer__notice-link:hover{
  color:#44c8f5;
}

.site-header__nav{
  margin-top:38px;
}
.site-header__nav-menu{
  margin:0;
  padding:0;
}
.site-header__nav-menu .menu-item{
  display:inline-block;
  vertical-align:top;
  margin-right:30px;
  margin-bottom:6px;
}
.site-header__nav-menu .item-link{
  text-transform:uppercase;
  color:#44c8f5;
}
.site-header__nav-menu .item-link:hover,
.site-header__nav-menu .current-menu-item .item-link{
  color:#ffffff;
}

.site-header__nav-menu .current-menu-item:before{
  content:'(';
  color:#ffffff;
  padding-right: 3px;
}
.site-header__nav-menu .current-menu-item:after{
  content:')';
  color:#ffffff;
  padding-left: 3px;
}
#nav-item-225 .item-link{
  color:#44c8f5;
}
#nav-item-225 .item-link:hover{
  color:#ffffff;
}
#nav-item-225:before,
#nav-item-225:after{
  content:normal;
}
@media all and (max-width:650px){
  .site-header__logo {
    display: block;
    float: none;
    width: 230px;
    margin: 30px auto 20px;
  }
  .site-header__nav {
    margin: 0 auto 20px;
    text-align: center;
  }
  .site-header__nav-menu .menu-item{
    margin: 0 10px 6px;
  }
}
@media all and (max-width:550px){
  .site-footer__logo {
    display: block;
    float: none;
    width: 200px;
    margin: 0 auto 20px;
  }
  .site-footer__content {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}

/****** Google Map ******/
.google-map{
  width:100%;
  height:320px;
  position:relative;
}
.google-map__embed{
  width:100%;
  height:320px;
}
.google-map__overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
}
.google-map__overlay--clicked{
  z-index:-1;
}

/****** Page Sections ******/
.breakline__rule{
  display:block;
  height:2px;
  margin:0px auto 30px;
  padding:0;
  width:100%;
}
.breakline__rule--50{ width:50%; }
.row{
  margin:0 0 0 -30px;
  text-align:center;
}
.col{
  display:inline-block;
  vertical-align:top;
  width:100%;
  text-align:left;
  margin:0 0 30px 0;
  padding-left:30px;
}
.col .inner{
  display: block;
  padding: 20px;
  vertical-align: top;
  overflow:hidden;
}
.row.cols-1 .col{ margin-bottom:25px !important; }
.row.cols-2 .col{ width:50%; }
.row.cols-3 .col{ width:33.333%; }
.row.cols-4 .col{ width:25%; }
.row.no-gutter{ margin:0 auto; }
.row.no-gutter .col{ padding-left:0; }
.col.no-padding .inner{ padding:0; }
@media all and (max-width:1280px){
  .row.cols-4 .col{ width:33.333%; }
}
@media all and (max-width:900px){
  .row.cols-4 .col{ width:50%;}
  .row.cols-3 .col{ width:50%; }
}
@media all and (max-width:650px){
  .breakline__rule--50{ width:100%; }
  .row.cols-4 .col{ width:100%; }
  .row.cols-3 .col{ width:100%; }
  .row.cols-2 .col{ width:100%; }
}

/****** Custom Page Sections******/

.row.cols-1 .col.half-width{ max-width:650px; display:block; }

.section.padded{
  padding-top:40px;
  padding-bottom:20px;
}
.section.light-blue {
  background: #aae1fa;
}
.section.tinted-light-blue {
  background: #d4effc;
}
img.aligncenter.size-full{
  margin:30px auto 50px;
}
.row.cols-2.img-text .col.img{
  width: 30%;
}
.row.cols-2.img-text .col.text{
  width: 70%;
}
.row.cols-2.valign .col{
  vertical-align:middle;
}
@media all and (max-width:900px){
  .row.cols-2.img-text .col.img{
    width: 80%;
    max-width:500px;
    margin:0 auto;
  }
  .row.cols-2.img-text .col.text{
    width: 100%;
  }
  .row.payments-section .payment-options,
  .row.payments-section .payment-special{
    width:100%;
  }
}


/****** Gallery ******/
.gallery{
  margin-left:-30px;
  margin-bottom:-20px;
  margin-top:10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align:center;
}
.gallery .gallery-item{
  display:inline-block;
  vertical-align:top;
  width:25%;
  padding-left:30px;
  margin-bottom:30px;
}
.gallery.gallery-columns-3 .gallery-item{ width:33.333%; }
.gallery figcaption.gallery-caption{ display:none;}
.gallery.gallery-size-web-thumb{ width:100%; margin:0 auto;}
.gallery.gallery-size-web-thumb .gallery-item{
  width: auto;
  max-width: 300px;
  margin-left: 0;
  padding: 15px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.gallery.gallery-size-web-thumb .gallery-item .portrait img{ max-width: none; max-height: 180px; width: auto;}
.gallery .gallery-item img{ display:block; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.gallery .gallery-item img:hover{ -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08);}
@media all and (max-width:900px){
  .gallery .gallery-item{ width:33.333%;}
}
@media all and (max-width:680px){
  .gallery.gallery-size-web-thumb .gallery-item{ max-width: 240px; }
  .gallery.gallery-size-web-thumb .gallery-item .portrait img { max-height: 140px; }
}
@media all and (max-width:560px){
  .gallery .gallery-item{ width:50%; }
  .gallery.gallery-size-web-thumb .gallery-item{ max-width: 210px; padding:10px; }
}
@media all and (max-width:490px){
  .gallery.gallery-size-web-thumb .gallery-item { max-width: 310px; padding: 0px; margin-bottom: 25px;}
  .gallery.gallery-size-web-thumb .gallery-item .portrait img { max-height: 300px; }
}
@media all and (max-width:380px){
  .gallery{ width:100%; margin-left:0; }
  .gallery .gallery-item{
    width:100%;
    display:block;
    margin:0 auto 30px;
    padding:0;
  }
}

/****** Flexslider ******/
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider { margin: 0; padding: 0;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
.flexslider { position: relative; zoom: 1; }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-direction-nav{
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin-top: -25px;
}
.flex-nav-prev{ display: inline-block; position: absolute; left: -75px; }
.flex-nav-next{ display: inline-block; position: absolute; right: -75px; }
.flex-prev, .flex-next{
  display:block;
  height:100px;
  width:60px;
  position: relative;
  z-index: 2;
}
.flex-nav-prev:before{
  position: absolute;
  z-index:1;
  top:0;
  display:block;
  content: "\0020";
  height:100px;
  width:60px;
  background: url('images/slider-left.png') no-repeat;
}
.flex-nav-next:before{
  position: absolute;
  top:0;
  display:block;
  content: "\0020";
  height:100px;
  width:60px;
  background: url('images/slider-right.png') no-repeat;
}
/*
.js #featured-slides li img{
  display:none;
}
#featured-slides li:first-child img,
.js #featured-slides li.flex-active-slide img{
  display:block;
}
.flexslider.loading .slides > li:first-child { opacity: 1 !important; }
.loading #featured-slides {
  max-height: 418px;
}
*/
@media all and (max-width:1460px){
  .flex-direction-nav{ opacity:0; }
  .flexslider:hover .flex-direction-nav{ opacity:1; -webkit-transition: opacity .7s linear; -moz-transition: opacity .7s linear; -o-transition: opacity .7s linear; transition: opacity .7s linear; }
  .flex-nav-prev{ left:10px; }
  .flex-nav-next{ right:10px; }
  .flex-prev, .flex-next { height: 60px; width: 35px; }
  .flex-nav-prev:before,.flex-nav-next:before{ height: 60px; width: 35px; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -ms-behavior: url('/backgroundsize.min.htc'); }
}


/****** Magnific Popup ******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); 
}
.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-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;
  -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=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; filter: alpha(opacity=100); }
.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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.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 #FFF; 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 #FFF; 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: #000; 
}
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; 
}
.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;
    -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; }

/****** Utility Classes ******/

.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.alignnone{margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter{display:block; margin:5px auto 5px auto;}
.alignright{float:right; margin:5px 0 20px 20px;}
.alignleft{float:left; margin:5px 20px 20px 0;}
a img.alignright{float:right;margin:5px 0 20px 20px;}
a img.alignnone{margin:5px 20px 20px 0;}
a img.alignleft{float:left; margin: 5px 20px 20px 0;}
a img.aligncenter {display:block; margin-left:auto; margin-right:auto}
.box-shadow{-webkit-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7); -moz-box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7); box-shadow:0px 0px 20px -5px rgba(0,0,0,0.7);}
.drop-shadow{-webkit-box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7); -moz-box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7); box-shadow:7px 7px 7px -5px rgba(0,0,0,0.7);}
.p-t-0{padding-top:0 !important;}
img.post-image{display: block;margin: 10px auto;}