.preHeader {
    height: 23px;
    background: #333;
    border-bottom: 1px solid #111;
}


.headerStyleSearch #mainHeader .preHeader {
    background: #136597;
    border: none;
}

.headerStyleSearch ul.quickMenu li a:hover {
    color: #ccc;
}

.headerStyleBigLogo #mainHeader {
    background: #fff;
}

ul.dropdown-menu.preHeaderDrop  {
    right: auto;
  position: absolute;
  top: 24px;
  left: auto;
  z-index: 9900;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.open > .dropdown-menu.preHeaderDrop {
  display: block;
}


.btn-default.preHeaderbutton {
  color: #fff;
  font-weight: 200;
  background-color: transparent;
  border-color: transparent;
    padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-default.preHeaderbutton :hover active{
  color: #fff;
  font-weight: 200;
  background-color: transparent;
  border-color: transparent;
    padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}


.inner-content {
  width: 90%!important;
  margin: 0 auto!important;
  max-width: 1360px;
}

.fl {
  float: left;
}


.logo {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  margin-left: -10px;
}

.mainNav {
  padding: 0 0 3px;
  padding-bottom: 0;
  margin-left: -20px;
  display: inline-block;
  width:100%;
  font-weight:900;
}

header .logo a{display:inline-block;margin-bottom:0;width:auto}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.navbar-wrapper {
     background-color: #ffffff;
}

/* =========================================================== 
    3.  Hero Section
============================================================ */

#logo {
    position: relative;
    height: 80px;
    color: #FF8C89;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font: 28px/80px 'Playfair Display', serif;
    letter-spacing: 3px;
    margin-left: -20px;
}
#logo span {
    color: #D9C6B1;
    font-size: 38px;
    vertical-align: bottom;
}
.hero {
    background-image:url(/images/back1.png);
    background-position: center top;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hero.not-mobile, #background-image.not-mobile, .parallax.not-mobile {
    background-attachment: fixed;
}
.hero h1 {
     font: 28px/80px 'Playfair Display', serif;
     margin: 10px 0;
    color: #fff;
    font-size: 94px;

}

.hero #main-menu {
    border-top: 1px solid #f3f3f3;
}
.hero .container {
    display: table;
    height: 100%;
}
.hero-inner {
    z-index: 9;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.hero #countdown:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: -12px;
    left: 50%;
    margin-left: -25px;
}
.hero #countdown:after {
    position: absolute;
    content: '●';
    top: -39px;
    font-size: 21px;
    left: 50%;
    margin-left: -6px;
}
.hero #countdown {
    position: absolute;
    display: inline-block;
    line-height: 52px;
    font-size: 28px;
    color: #fff;
    bottom: 90px;
    left: 0;
    right: 0;
    font-weight: 100;
}
.hero #countdown span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    margin: 0 15px 0 5px;
    letter-spacing: 2px;
}
.hero .info .date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 180px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}
.hero-inner .mouse {
    display: block;
    position: absolute;
    opacity: 0.7;
    bottom: 30px;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 36px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 24px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .9s linear;
}
.hero-inner .mouse:hover {
    opacity: 0.3 !important;
}
.hero-inner .mouse i {
    display: block;
    -webkit-animation: 1.4s ease 0s normal none infinite mouse-down;
    -moz-animation: 1.4s ease 0s normal none infinite mouse-down;
    -o-animation: 1.4s ease 0s normal none infinite mouse-down;
    animation: 1.4s ease 0s normal none infinite mouse-down;
    color: #fff;
    font-size: 12px;
}
.hero .hero-slideshow .slide {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.hero .hero-slideshow img {
    display: none;
}
@-moz-keyframes mouse-down {
    0% {
        margin-top: 4px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 11px;
        opacity: 0;
    }
}
@-webkit-keyframes mouse-down {
    0% {
        margin-top: 4px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 11px;
        opacity: 0;
    }
}
@-o-keyframes mouse-down {
    0% {
        margin-top: 4px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 11px;
        opacity: 0;
    }
}
@keyframes mouse-down {
    0% {
        margin-top: 4px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 11px;
        opacity: 0;
    }
}

.innerfeaturette {
     padding-top: 90px ;

}

.imgWrapper {
     padding-top:30px;
     padding-bottom: 30px;
}

.blockquotewrapper {
  padding: 0 22px;
  margin: 0 0 22px;
 
}

#topFooter {

    background-color: #136597;
}

#topFooter p{
      margin-top: 20px;
    font-size: 1em;
    color:#7fd0f9;
}

#mainFooter {

    background-color: #111;
    font-size:1em;
     color:#777;
}

#topFooter address {
    font-size: 1em;
    color: #7fd0f9;
}

#topFooter h1 {
    font-size: 1.2em;
    color: #7fd0f9;
      margin-top: 20px;
    margin-bottom: 5px;
}

 .bandup {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.band { padding: 60px 0;
}

.banddown { padding: 0 0 50px 0;
}

.dark-blueback {
    background-color: #195C8B;
    /*background: #09b39c;*/
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  
}

 .slate-bg {
  background: #909192 !important;
  color: #fff;
}

  .slate-cube-bg {
  background: #909192 url(/images/slate-cube-v1.png) repeat top center !important;
  color: #fff;
}

    .slate-cube-bg p {
          color: #fff;
    }
/*
     FILE ARCHIVED ON 19:17:48 Mar 22, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:10:47 May 21, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/