/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* font-family: 'MonotypeOldStyleMTStdBoldOutline'; */
/* font-family: 'GillSansRegular'; */
/* font-family: 'MongolianBaitiRegular'; */


/*
  monarch blue
  #cae3f3 / (202, 227, 243)

  grey
  #ccc / (204, 204, 204)
*/


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

html, body{
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  /*background: #cae3f3;
   background-color: rgb(202, 227, 243);*/
  background-color: #ccc; 
  margin: 0; 
  padding: 0;
  font-family: 'GillSansRegular';
}

.blue{
  background-color: #cae3f3;
}

.grey {
  background-color: #ccc;
}

a{
   color: #fff;
}

a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff ;
  z-index: 100000;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #cae3f3;
  z-index: 200000;
  display: none;
}

#overlay #thanks p{
  color: #fff;
}

#close {
  color: #fff;
  padding-right: 2%;
  float: right;
}

p{
    font-family: 'GillSansRegular';
}


.full-width{
  width: 100% !important;
  max-width: 100% !important;
}

.about{
  text-align: center;
  margin-top: 25px;
  text-transform: uppercase;
}

.about a{
  color: #000 !important;
}

/*.row {
    max-width: 71.25rem;
}*/

#wrapper { 
    margin: 0 auto;
    overflow: hidden;
    /*min-height: 5000px; for testing*/
}


a.mPS2id-highlight{ 
    border-bottom: 1px solid #000 !important;
}

/*sections bg colour*/
/*#architecture, #location, #team {
  background: #cae3f3;
  width: 100%;
  height: auto;
}


#interiors, #lifestyle, #register {
  background: #cccccc;
}*/

/*intro div*/

#intro, #logo, #scroll{
    z-index: 1;
    -webkit-transform: translateZ(1px);
   /* color: #fff;
    font-size: 80px;*/
    /*font-family: 'MonotypeOldStyleMTStdBoldOutline';*/
   /* font-family: 'GillSansRegular';*/
   /* font-family: 'MongolianBaitiRegular';*/
}


#logo{
   position: absolute;
   left: 50%;
}

#intro h1{
    font-family: 'MonotypeOldStyleMTStdBoldOutline';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

#scroll {
    text-align: center;
    color: #fff;
}

#scroll p{

    font-family: 'MongolianBaitiRegular';
}

a.black, a.black:hover {
  color: #000;
}

#scroll img{

    display: block;
    margin: 20px auto;
}

#register-now a, #register-now a:hover, #register-now a:focus, #register-now a:active{
  color: #000;
}

.slicknav_btn {
  float: left !important;
}



/*modal gallery*/

#baguetteBox-overlay {
    background-color: #cae3f3 !important;
    /*#cae3f3 / 202, 227, 243*/
    background-color: rgba(202, 227, 243, 0.8) !important;
}

.baguetteBox-button {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 1);
  color: #cae3f3;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
          transition: background-color 0.4s ease;
}


.baguetteBox-button:hover, .baguetteBox-button:focus {
  background-color: rgba(255, 255, 255, 1);
}

/*structure*/

.section-heading h2{
  font-family: 'MonotypeOldStyleMTStdBoldOutline';
  text-transform: uppercase;
  color: #000;
  text-align: center;
}



.content-col img{
  display: block;
  margin: 30px auto;
}


.content-block h3{
   font-family: 'MonotypeOldStyleMTStdBoldOutline';
   text-transform: uppercase;
}

.content-block h4{
   font-family: 'GillSansRegular';
   text-transform: uppercase;
   font-size: 16px;
}

.special-char{
   font-family: 'MongolianBaitiRegular' !important;
}

.content-block p{
  font-size: 14px;
}

.divider{
  background: url('../img/centerline.png') center center repeat-y;
}

#location ul{
  list-style-type: none;
}

#location ul li{
  margin-bottom: 10px;
}

#location ul li span {
  margin-right: 5px;
  background: #fff;
  border: 1px solid #000;
  padding: 2px 7px;
  color: #000;
}

#location ul li span.double-digit {
  padding: 3px 5px;
  margin-left: -2px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  /*background: #000;
  background: rgba(0,0,0, .8);*/
  color: #fff;
  overflow: hidden;
  text-shadow: 1px 1px #000;
}

.form-wrapper{
  background: url('../img/nav-bg.png') repeat;
  padding: 50px 50px 30px;
  border:1px solid #000;
}


/*inner border*/
.form-wrapper:before{
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  top:2px;
  left:2px;
  right:2px; 
  bottom:2px;
  border:3px solid #000;
}

.form-wrapper h3{
   font-family: 'GillSansRegular';
   text-transform: uppercase;
   font-size: 16px;
   text-align: center;
}

#footer{
  height: 100px
}

#register{
  padding-bottom: 100px;

}

.top-line{
  margin-bottom: 20px;
}



/*#form-right{
  padding-right: 0;
}*/


#submit {
  height: 37px;
  margin-right: -17px;
  float: right;
  background: #ccc;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

#submit:hover {
  background: #bcd0df;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

#response p {
  color: #4d4d4d;
  font-size: 0.875rem;
  text-align: right;
  padding-top: 5px;
  margin-right: -17px;
}

.special-select label.error {
  margin-top: -12px;
  margin-bottom: 10px;
}

#thanks, #error{
  text-align: center;
}

#error{
  color: #f04124;
}


#starryland img {
 float: right;
}


h2.phone a {
  color: #000000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
    #logo{
       width: 159px;
       margin-left: -79.5px;
       top: 10px;
    }

    #intro{
        top: 90px;
        width: 20em;
        left: 50%;
        margin-left: -160px;
        position: absolute;
    }

    #intro h1{
      font-size: 22px;
    }

    #scroll{
      top: 210px;
      left: 50%;
      width: 65px;
      margin-left: -32.5px;
      position: absolute;
    }

    #scroll p{
        font-size: 18px; 
    }

    #stickyheader{
      display: none;
    }

    .section-heading h2{
      padding: 40px 0 20px;
    }

    /*#form-right{
      padding-right: 0;
    }*/


    #submit {
      width: 160px;
    }

    #register-now{
      position: fixed;
      z-index: 1000;
      display: block;
      right: 10px;
      top: 10px;
      background: url('../img/nav-bg.png') repeat;
      border:1px solid #000;
      padding:  20px;
      font-family: 'MongolianBaitiRegular';
      text-transform: uppercase;
    }

    #register-now:before{
      content:"";
      display:block;
      position:absolute;
      z-index:-1;
      top: 2px;
      left: 2px;
      right: 2px; 
      bottom: 2px;
      border:2px solid #000;
    }

    .slicknav_menu {
       position: fixed;
       z-index: 1000;
       display: block;
       left: 10px;
       top: 10px;
       background: url('../img/nav-bg.png') repeat;
       border:1px solid #000;
       padding: 8px 5px 5px;
    }


    /*inner border*/
    .slicknav_menu:before{
      content:"";
      display:block;
      position:absolute;
      z-index:-1;
      top: 2px;
      left: 2px;
      right: 2px; 
      bottom: 2px;
      border:2px solid #000;
    }


    .slicknav_btn {
      margin: 0px 5px 6px;
      text-decoration: none;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
     background: none;
    }

    .slicknav_menu .slicknav_menutxt {
      color: #000;
      text-shadow: none;
      font-family: 'MongolianBaitiRegular';
      font-weight: normal;
    }

    .slicknav_menu .slicknav_icon-bar {
      background-color: #000;
    }

    .slicknav_nav a {
      color: #000;
      text-transform: uppercase;
    }

    .slicknav_nav a:hover {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
     
    }


    #left-bg, #right-bg{
      display: none !important;
      visibility: hidden !important;
    }


  

   
}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    #logo{
       width: 259px;
       margin-left: -129.5px;
       margin-top: 10px;
       /*position: fixed;*/
    }

    #intro, #scroll{
      position: relative;
    }

    #intro{
        margin-top: 140px;
    }

    #scroll p{
        font-size: 21px; 
    }

   .divider{
    margin-bottom: 50px;
   }

    /*sticky menu*/

    #stickyheader {
      width: 259px;
      background:#fff;
      margin-left: 20px;
      margin-top: 80px;
      padding-top: 20px;
      color: #000;
      z-index: 100;
      position: absolute;
      padding: 20px;
      background: url('../img/nav-bg.png') repeat;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s;
      border:1px solid #000;
    }


    /*inner border*/
    #stickyheader:before{
      content:"";
      display:block;
      position:absolute;
      z-index:-1;
      top:2px;
      left:2px;
      right:2px; 
      bottom:2px;
      border:2px solid #000;
    }

    .menu_fixed{
      position: fixed !important;
      top: 0px;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -o-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s;
    }

    #menu {
      list-style-type: none;
    }

    #menu li {
      padding: 20px 0;
    }

    #menu li a{
      color: #000;
      text-transform: uppercase;
      font-family: 'MongolianBaitiRegular';
      font-size: 20px;
    }


    .section-heading h2{
      padding: 80px 0;
    }

    .content-block{
      margin: 50px auto;
    }

    .team {
      margin-bottom: 120px;
    }

    #form-left{
      padding-left: 0;
    }

    

    #submit {
      height: 37px;
      width: 335px;
      margin-right: -17px;
      float: right;
    }

    .slicknav_menu {
      display: none;
   }

   #register-now{
     display: none;
   }

  


}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {

    #left-bg, #right-bg{
      display: none !important;
      visibility: hidden !important;
    }

    #register-now{
      position: fixed;
      z-index: 1000;
      display: block;
      right: 10px;
      top: 10px;
      background: url('../img/nav-bg.png') repeat;
      border:1px solid #000;
      padding:  20px;
      font-family: 'MongolianBaitiRegular';
      text-transform: uppercase;
    }

    #register-now:before{
      content:"";
      display:block;
      position:absolute;
      z-index:-1;
      top: 2px;
      left: 2px;
      right: 2px; 
      bottom: 2px;
      border:2px solid #000;
    }

    .slicknav_menu {
       position: fixed;
       z-index: 1000;
       display: block;
       left: 10px;
       top: 10px;
       background: url('../img/nav-bg.png') repeat;
       border:1px solid #000;
       padding: 8px 5px 5px;
    }


    /*inner border*/
    .slicknav_menu:before{
      content:"";
      display:block;
      position:absolute;
      z-index:-1;
      top: 2px;
      left: 2px;
      right: 2px; 
      bottom: 2px;
      border:2px solid #000;
    }


    .slicknav_btn {
      margin: 0px 5px 6px;
      text-decoration: none;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: none;
    }

    .slicknav_menu .slicknav_menutxt {
      color: #000;
      text-shadow: none;
      font-family: 'MongolianBaitiRegular';
      font-weight: normal;
    }

    .slicknav_menu .slicknav_icon-bar {
      background-color: #000;
    }

    .slicknav_nav a {
      color: #000;
      text-transform: uppercase;
    }

    .slicknav_nav a:hover {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      background: none;
      border-bottom: 1px solid #000;
     
    }


   #logo{
      top: 10px;
   }

   #intro{
       top: 0px;
       width: 40em;
       left: 50%;
       margin-left: -320px;
       position: absolute;
   }

   #intro h1{
     font-size: 32px;
   }

   #scroll{
     top: 260px;
     left: 50%;
     width: 65px;
     margin-left: -32.5px;
     position: absolute;
   }

   #scroll p{
       display: none !important;
   }

   #stickyheader{
     display: none;
   }

    #wrapper { 
        background: none;
    }

     #form-left{
     padding-left: 0.9375rem;
    }
}

@media (min-width: 641px) and (max-width: 1024px) and (orientation: landscape) { 

  #register-now{
    display: block !important;
  }

}
 


/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
  



    #left-bg{
      position: absolute;
      width: 350px;
      background:  url('../img/tile-left.png') left center repeat-y;
      min-height: 500px;
      left: 0;
      display: block !important;
    }

    
    #right-bg{
      position: absolute;
      width: 350px;
      background:  url('../img/tile-right.png') right center repeat-y;
      min-height: 500px;
      right: 0;
      display: block !important;
    }

    #register{
      min-height: 1000px;
    }
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
   fonts
   ========================================================================== */

@font-face {
    font-family: 'MonotypeOldStyleMTStdBoldOutline';
    src: url('../fonts/monotypeoldstylemtstd-bdout.eot');
    src: url('../fonts/monotypeoldstylemtstd-bdout.eot?#iefix') format('embedded-opentype'),
         url('../fonts/monotypeoldstylemtstd-bdout.woff') format('woff'),
         url('../fonts/monotypeoldstylemtstd-bdout.ttf') format('truetype'),
         url('../fonts/monotypeoldstylemtstd-bdout.svg#MonotypeOldStyleMTStdBoldOutline') format('svg');
}

@font-face {
    font-family: 'MongolianBaitiRegular';
    src: url('../fonts/monbaiti.eot');
    src: url('../fonts/monbaiti.eot?#iefix') format('embedded-opentype'),
         url('../fonts/monbaiti.woff') format('woff'),
         url('../fonts/monbaiti.ttf') format('truetype'),
         url('../fonts/monbaiti.svg#MongolianBaitiRegular') format('svg');
}

@font-face {
    font-family: 'GillSansRegular';
    src: url('../fonts/gillsans.eot');
    src: url('../fonts/gillsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans.woff') format('woff'),
         url('../fonts/gillsans.ttf') format('truetype'),
         url('../fonts/gillsans.svg#GillSansRegular') format('svg');
}

