
@font-face {
    font-family: 'gillsans_lightregular';
    src: url('../fonts/ufonts.com_gillsans-light-webfont.eot');
    src: url('../fonts/ufonts.com_gillsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_gillsans-light-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_gillsans-light-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_gillsans-light-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_gillsans-light-webfont.svg#gillsans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.eot');
    src: url('../fonts/GillSansMT.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GillSansMT.woff2') format('woff2'),
      url('../fonts/GillSansMT.woff') format('woff'),
      url('../fonts/GillSansMT.ttf') format('truetype'),
      url('../fonts/GillSansMT.svg#GillSansMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans MTB';
    src: url('../fonts/GillSansMT-Bold.eot');
    src: url('../fonts/GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GillSansMT-Bold.woff2') format('woff2'),
      url('../fonts/GillSansMT-Bold.woff') format('woff'),
      url('../fonts/GillSansMT-Bold.ttf') format('truetype'),
      url('../fonts/GillSansMT-Bold.svg#GillSansMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'heydings_iconsregular';
    src: url('../fonts/heydings_icons-webfont.eot');
    src: url('../fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heydings_icons-webfont.woff2') format('woff2'),
         url('../fonts/heydings_icons-webfont.woff') format('woff'),
         url('../fonts/heydings_icons-webfont.ttf') format('truetype'),
         url('../fonts/heydings_icons-webfont.svg#heydings_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
html{
  height: 100%;
}
body{
   font:normal 11px/1.5 'Gill Sans MT', sans-serif;
   color: #fff;
   background-attachment: fixed;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 50% 50%
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 300;
}
h1, .h1, h2, .h2, h3, .h3{
  margin-bottom: 23px;
}
strong{
  font-family: 'Gill Sans MTB', Arial;
  font-weight: normal;
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover, a:active, a:focus{
  color: #d8bb92;
}

.container-fluid{
  max-width: 1048px;
}

.heydings{
  font-family: 'heydings_iconsregular';
  font-size: 15px;
}
/*nav*/
.navbar-collapse{
  text-align: center;
}
.navbar-custom{
  background: rgba(58,58,58,0.8);
}
.navbar-brand, .navbar-nav{
  float: none;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.navbar-brand{
  padding: 10px 25px 20px;
  margin: 0 !important;
  position: relative;
}
.navbar-brand i{
  font-size: 24px;
  font-family: 'gillsans_lightregular', Arial;
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-style: normal;
  width: 100%;
  text-transform: uppercase;
  bottom: 36px;
  letter-spacing: 2px;
  text-align: center;
}

.navbar-brand span{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'gillsans_lightregular', Arial;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  text-align: center;
  width: 100%;
  padding-left: 7px;
}

.navbar-nav{
  margin-top: 14px;
  font-size: 12px;
}
.nav > li > a{
  padding: 0 25px;
}
.nav > li > a:hover, .nav > li > a:focus{
  background: none;
}
.nav > li.active > a{
  font-family: 'Gill Sans MTB', Arial;
  color: #d8bb92;
}

/*Slider*/
.flexslider{
  border:0;
  background: none;
  margin: 0;
}

.flex-direction-nav a{
  background:rgba(255, 255, 255, 0.78);
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev{
  text-align: center;
}
.flex-direction-nav .flex-next{ right: 0}
.flex-direction-nav .flex-prev{ left: 0}
.flex-direction-nav a:before{
  font-size: 18px;
}
.flex-direction-nav a{
  height: 32px;
  width: 32px;
  padding: 4px 0;
}

#page-slider{
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  #page-slider .slides li{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: auto;
  }

  .welcome-text{  
    width: 100%;
    display: table;
    height: 100%;
    text-align: center;
    
  }
  .wt-content{
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 1.3;
    padding-top: 107px;
  }
  
  #footer{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 13px;
  }

.wt-content div{
  font-family: 'gillsans_lightregular', Arial;
  font-size: 13px;
  letter-spacing: 5px;
}
.wt-content div.sm{
  font-size: 10px;
}

#pagebody{
  background-color: rgba(0,0,0,0.8);
  margin: 0 auto;
  margin-top: 180px;
  padding: 25px 0;
}
      /*.services #pagebody{
        margin-top: 150px;
      }*/
     /* .contact #pagebody{
        margin-top: 150px;
      }*/
      .about #pagebody{
        margin-top: 155px;
      }

#pagebody.boxed{
  max-width: 534px;
  margin-left:auto;
  margin-right: auto;
}
#pagebody .p-heading{
  color: #d8bb92;
  margin-bottom: 0px;
}
.page-title{
  margin-top: 0;
}
.download{
  line-height: 17px;
  font-size: 10.5px;
}
.download img{
  vertical-align: baseline;
}
.download ul{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding:0;
}
.download ul li{
  display: inline-block;
  border-left:1px solid #fff; 
  padding-left: 5px;
  margin-left: 3px;
  line-height: 10px;
}
.download ul li:first-child{
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.contact-details{
  font-size: 13px;
}

/*form*/
.form-group{
  margin-bottom: 10px;
}
.form-control{
  border-radius: 0;
  font-size: 10px;
  height: 29px;
}
.btn-default{
  font-size: 10px;
  background-color: #8f8f8f;
  border-radius: 0;
  color: #fff;
  border:0;
  padding: 8px 18px;
}

/*gallery*/
body.gallery{
  background:#464646 url('../images/body-gallery.png') no-repeat 90px 129px; 
}
#pagebody.page-gallery{
  background: none;
  padding-top:3px;
  padding-bottom: 3px;
  margin-top: 106px;
}
.gallery{
  max-width: 926px;
  margin: 0 auto;
}
.gallery:after{
  content: "";
  display: block;
  clear: both;
}
.gallery .gal-link{
  display: block;
  float: left;
  margin: 3px;
  width: 122px;
  overflow: hidden;
  height: 69px;
}

    @-moz-document url-prefix() { 
     .gallery .gal-link{
         height: 65px;
      }
    }
.gallery .gal-img{
  max-width: 100%;
}
/*Footer*/
#footer{
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
}

#footer a{
  color: #fff;
}
.copyrights, .trademarked{
  font-family: 'Gill Sans MTB', Arial;
}
#footer.inverted{
  color: #000;
}
#footer.inverted a{
  color: #000;
}