h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 0.1em;
}
.mainLogo {
  max-width: 80%;
  margin-top: 100px;
}
#s-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition-property: top;
  transition-duration: 0.5s;
}
#s-nav {
  font-weight: 200;
  width: 100%;
}
#s-nav .nav-border {
  background-color: #932e2e;
  height: 5px;
  display: none;
}
#s-nav ul {
  text-align: center;
  list-style: none;
  background: #212c37;
  color: #eee;
  margin-left: 0px;
  padding: 0px;
  margin: 0px;
}
#s-nav li {
  display: inline-block;
  zoom: 1;
}
#s-nav li a {
  display: block;
  padding: 10px 10px;
  color: #fff;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  font-size: 13px;
  text-decoration: none;
}
#s-nav li a.selected,
#s-nav li a:hover {
  background: #932e2e;
}
body {
  font-family: "Montserrat", Copperplate Gothic Light, sans-serif;
  margin-bottom: 35px;
  margin: 0;
}
.vacancy_banner {
  position: fixed;
  top: 35px;
  right: 15px;
  width: 275px;
  top: -300px;
  max-width: 47%;
  z-index: 90;
}
.vacancy_banner img {
  width: 100%;
}
.vacancy_banner .contactLink {
  z-index: 99;
  position: absolute;
  bottom: 32px;
  left: 65px;
  color: #555;
}
.vacancy_banner .closeLink {
  background-color: #000;
  position: absolute;
  bottom: 11px;
  right: 35px;
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .contactLink {
    display: none;
  }
  #s-nav li a:hover {
    background: inherit;
  }
  #s-nav li a.selected {
    background: #932e2e;
  }
  #s-nav.fixed.rollup {
    top: -150px;
  }
}
.lotPlan {
  text-align: center;
  margin-top: 10px;
}
.lotPlan img {
  max-width: 90%;
}
.vacancy_banner.showing {
  top: 0px;
  transition-property: top;
  transition-duration: 2s;
}
#home.bckWideDiv {
  background: url("../images/main_bkg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#home.bckWideDiv h3 {
  max-width: 825px;
  margin: 0px auto;
  font-size: 0.9em;
}
.GoogMap {
  text-align: center;
  vertical-align: top;
}
.mapList {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}
.sm_map {
  display: inline-block;
  margin-left: 30px;
}
.bckWideDiv {
  padding-top: 318px;
  padding-bottom: 319px;
  background-position: 49.5% 0%;
  background-repeat: no-repeat;
  xmargin-left: -20px;
  xmargin-right: -20px;
  xcolor: #fff;
  text-align: center;
}
.bckWideDiv#contact .inner-content {
  max-width: 380px;
}
.bckWideDiv#contact .inner-content .companyName {
  text-align: center;
  font-size: 30px;
}
.bckWideDiv > .inner-content {
  margin: 0px auto;
  width: 80%;
  text-align: left;
  color: #000;
  padding: 10px;
  color: #8a8a8a;
  font-size: 20px;
}
.bckWideDiv > .inner-content > h3.bigAd {
  font-size: 48px;
  color: #000;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-top: 60px;
}
.bckWideDiv > .inner-content a {
  color: #57bcdb;
}
.bckWideDiv > .inner-content .img_center {
  text-align: center;
}
.bckWideDiv > .inner-content .sm_images {
  width: 200px;
  margin: 5px;
}
.bckWideDiv > .inner-content ul {
  max-width: 98%;
}
.GalleryTitle {
  text-align: center;
}
.imageGallery {
  text-align: center;
  background-color: #e7e7e7;
  width: 80%;
  padding: 10px;
  margin-left: 10%;
}
.imageGallery img {
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
  width: 80px;
  height: 60px;
  box-shadow: 3px 3px 5px black;
}
.imageGallery a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.container-fluid {
  position: relative;
}
.Clear10 {
  clear: both;
  height: 10px;
}
@media (max-width: 480px) {
  .bckWideDiv > .inner-content > h3.bigAd {
    font-size: 35px;
  }
}
