/************/
/* SITEWIDE */
/************/
/*Header and Nav Drop Shadow*/
.headerAndNavContainer {
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0, rgba(0,0,0,0) 100%);
}
/* Logo */
@media only screen and (min-width: 767px) {
.headerContent h1.logo {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 1;
    }
.headerContent {
    position: relative;
    background: black;     
    }
}
/* Padding Bottom*/
.primaryAndSecondaryContainer {
  padding-bottom: 0px;
}
 /*Page Titles */
.pageTitleContent .pageTitle {
    /*font-family: 'Satisfy', cursive;*/
    /*font-weight: 300;*/
    text-shadow: 1px 2px 1px rgba(82, 74, 74, 1);
}
/* NAV Hover State */
.navContainer .navContent ul li :hover {
    color: #e4dc00;
}
.navContainer .navContent ul li ul a.selected {color:#e4dc00;} /* dropdown selected item */


/********/
/* HOME */
/********/
/* Home Hero Gallery Slider */
.homeGallery img {
    width: 100%;
}
.siteWrapper .primaryAndSecondaryContainer {
    margin-top:0 !important;
}
/* HERO TEXT OVERALY HOME PAGE*/
/*.block_fbea893a5243486abbd60b5d443e02a5 .customCaption .contentTitle{*/
/*    font-size:2.0em;*/
    /*line-height: 1em;*/
/*    color: white;*/
/*    padding-bottom: .5em;*/
/*    max-width: 985px;*/
/*    margin: 0 auto;*/
/*    font-weight:800;*/
/*    text-shadow: 1px 1px 10px #333333;*/
/*}*/
/*.block_fbea893a5243486abbd60b5d443e02a5 .customCaption {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    left: 10%;*/
/*    width: 80%; */
/*    color: white;*/
/*}*/

/* View Virtual Tour Btn */
/*.block_fbea893a5243486abbd60b5d443e02a5 .customCaption .contentTitle {*/
/*  background-color: rgba(0,0,0,0.45);*/
  /*border-radius: 5px;*/
  /*-webkit-border-radius: 5px;*/
  /*-moz-border-radius: 5px;*/
/*  color: white;*/
/*  border: 2px solid white;*/
/*  font-size: 40px;*/
/*    letter-spacing: .1em;*/
/*  max-width:400px;*/
/*  font-family: atrament, Arial, Verdana, sans-serif;;*/
/*  padding: 20px 20px;*/
/*  -webkit-transition: background 0.1s ease;*/
/*  transition: background 0.1s ease;*/
/*}*/

/* intro copy */
/*.block_c78cac12f5ed4d49a8cfaa72ec0c3fda {*/
/*    max-width:700px!important;*/
/*}*/

/* Virtual Tour Btn */
/*.blockWrap_aca38fb95fed424997ab5be55cdbc643 {*/
/*    background-image:url(https://static.spacecrafted.com/fd5288b16263413e98b563a5ea4dbf25/i/ea697eda7fa743ce84b74bdc24afc817/1/5feFb8zhrk/O9xwhRJfTjEjCJInB6LGVLoXab295ozEgSav37RbrTbdR4fi3vVTVMspjkcYypR5MYxfX3XB3GnGGg%2BHp%2BGv4PWQGyA9vawZMAAAAASUVORK5CYII%3D.png);*/
/*}*/
/*.block_aca38fb95fed424997ab5be55cdbc643 a {*/
/*    font-family: 'Satisfy', cursive;*/
/*    font-weight: 300;*/
/*    color:white;*/
/*}*/

 /*Virtual Tour Btn */
.ctaButton {
    padding: 10px 20px;
}


/****************/
/* TESTIMONIALS */
/****************/
/* List*/
.block_b8aba2e7242c43e8ba461c09f1890b0f .contentImg {
    border-radius:200px;
    padding:2%;
    border:1px solid #999;
}


/********/
/* CONTACT */
/********/
/* Address map */
.block_b381d00e29fa49c8a1958c214852b318 {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.scMapInner {
    max-height: 500px !important;
}
.scMap {
  padding-top: 30.00%;
}
.block_b381d00e29fa49c8a1958c214852b318 .blockContent.layoutB.hasImg .blockImg{
    /*width: 100%;*/
    max-height: 300px !important;
}
.block_b381d00e29fa49c8a1958c214852b318  { display:block; }