body {
  background: url(../img/bg_texture-small.jpg);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

/* -------------------------------------------
FONT STYLES 
---------------------------------------------*/

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  color: #2A723B;
  margin-top: 15px;
  margin-bottom: 8px;
}

p {
  font-family: 'Roboto Slab', serif;
  font-size: 15.5px;
  line-height: 150%;
  color: rgb(40, 55, 40);
}

/* -------------------------------------------
DIVS
---------------------------------------------*/

#header-wrap {
  border-top: 8px solid #2A723B;
  top: 0;
  margin: 0 auto;
}

header {
  width: 960px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 2px solid #2A723B;
}

#logo {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  float: none;
}

.slide-container, .popup-gallery {
  padding-top: 10px;
  margin: 0 auto;
  max-width: 960px;
}

.body-container {
  width: 960px;
  margin: 15px auto;
  line-height: 150%;
  border-top: 2px solid #2A723B;
}

#about-text {
  line-height: 150%;
  max-width: 960px;
  margin: auto;
}

#family-photo {
  width: 45%;
  float: right;
  padding: 0 0 10px 30px;
}

#spacer1{
  height: 120px;
}

#spacer2{
  height: 10px;
}

/* -------------------------------------------
CONTACT FORM
---------------------------------------------*/

#contact-wrap {
  width: 960px;
  height: 850px;
  margin: 0 auto;
}

#contact-form {
  width: 440px;
  margin: 0;
  float: left;
  display: block;
}

label {
  font-family: 'Roboto Slab', serif;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}

form {
  margin: 0 auto;
  padding-bottom: 30px;
}

input, textarea {
  font-family: sans-serif;
  width: 439px;
  height: 27px;
  background: #efefef;
  border:1px solid #dedede;
  padding:10px;
  margin-top:3px;
  font-size:0.9em;
  color:#3a3a3a;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

textarea {
  height:213px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    border:1px solid #dedede;
}

#submit:hover {
      background:#dcdcdc;
}

#status-message {
    color: red; 
    font-size: 20px;
    font-style: bold; 
    font-family: sans-serif;
    margin-top:20px;
    margin-bottom:20px;
}

#map {
  float: right;
  margin-top: 20px;
  width: 440px;
  height: 440px;
}

/* -------------------------------------------
FOOTER
---------------------------------------------*/

#footer-wrap {
  height: 100px;
  width: 100%;
  background-color: #2A723B;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px 0px 0px 0px;
}

footer {
  width: 960px;
  margin: auto;
}

#copyright-wrap {
  float: left;
  padding: 10px 0px 0px 0px;
}

p#copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 25px;
  color: #FFF;
  display: block;
  height: 25px;
  margin: 0;
  padding: 0;
}

#footer-contact-wrap {
  float: right;
  padding: 10px 0px 0px 0px;
}

#footer-contact {
  display: block;
  height: 25px;
}

p#footer-contact, a.footer-link {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: .5px;
  color: #FFF;
  display: inline;
  margin:0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

img#contact-icons {
  height: 20px;
  width: 25px;
  vertical-align: middle;
  margin-right: 3px;
}

a.footer-link:hover {
  text-decoration: none;
  color: #023521;
}

/* -------------------------------------------
CSS MENU 
---------------------------------------------*/

#cssmenu {
  position: relative;
  height: 46px;
  background: #6D3E32;
  width: 960px;
  margin: auto;
  border-radius: 5px;
  border: 1.5px solid #6D3E32;
}

#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

#cssmenu > ul {
  position: relative;
  display: block;
  background: -moz-linear-gradient(top, #824737 30%, #6D3E32 100%);
  background: -webkit-linear-gradient(top, #824737 30%, #6D3E32 100%);
  background: -o-linear-gradient(top, #824737 30%, #6D3E32 100%);
  background: linear-gradient(to bottom, #824737 30%, #6D3E32 100%);
  height: 32px;
  width: 100%;
  z-index: 500;
}

#cssmenu > ul > li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#cssmenu > ul > #menu-button {
  display: none;
}

#cssmenu ul li a {
  display: block;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}

#cssmenu > ul > li > a {
  font-size: .75 em;
  padding: 15px 20px;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}

#cssmenu > ul > li:hover > a {
  color: #ffffff;
 
  background: linear-gradient(to bottom, #5B3129 0%, #824737 75%, #5B3129 100%);
}

#cssmenu li.has-sub::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #ffffff;
}

#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}

#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}

#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}

#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}

#cssmenu ul ul li {
  position: relative;
}

#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}

#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}

#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #fff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

#cssmenu ul ul li:hover > a {
  background: #f6f6f6;
  color: #8c9195;
}

#cssmenu ul ul li:first-child > a {
  margin-top: 4px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

.submenuArrow {
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: -8px;
}

#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #fff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


/* -------------------------------------------
SLIDESHOW
---------------------------------------------*/

#slides {
  display: none;
}

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(img/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
}

a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

#slides a:link,
#slides a:visited {
  color: #333;
}

#slides a:hover,
#slides a:active {
  color: #9e2020;
}

.navbar {
  overflow: hidden;
}
  

/* -------------------------------------------
MAGNIFIC POPUP CSS 
---------------------------------------------*/

.image {
  width: 15.9%;
  height: auto;
  padding: .2%;
}

a.popup:link {
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

a.popup:hover {
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}

.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; 
}
  .mfp-preloader a {
    color: #cccccc; 
  }
    .mfp-preloader a:hover {
      color: white; 
    }

.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: white;
  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: #333333; 
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; 
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 18px; 
}

.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 white;
    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 white;
    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: black; 
  }

/* Main image in popup */
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; 
}

/* The shadow behind the image */
.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: #444444; 
  }
  .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; 
}

