/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* 
dark brown
color:#554e42; 

light brown
color:#887f70
*/

body{
    font-family: 'Quicksand', sans-serif;
}


.bred{
    border:solid thin red;
}

.whitebg-intro{
 
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 50;
    background: url('../images/intro-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.darkbrown-bg{
    background-color:#5c5445;
}


#animation_container{
background-color:rgba(255, 255, 255, 0.00);
    width:1000px;
    height:350px;
    position:absolute;
    top:50%;
    margin-top:-235px;
    left:50%;
    margin-left:-500px;
}

#nav li:last-child{
    border-bottom:none;
}
.nav-wrapper{
    background-color:#847d6f;
    height:auto;
   min-height: 900px;
    
}
nav .nav-wrapper{
    height:100vh;
}
.nav-logo{
    width:254px;
    height:42px;
    position: relative;
    margin:0px auto;
    padding-top:10px;
    margin-left:-6px;
   margin-right:25px;
}

.nav-logo svg{
    width:100%;
    height:100%;
    margin:50px auto 10px auto;
}

.nopad{
    padding:0 !important;
}
.bggray{
    background-color: #ccc !important;
}
nav{
    position:fixed;
    right:0;
    z-index:200;
    opacity:0;
    width:17%;
}

#nav{
    margin-top:60px;
    
}
nav ul a{
  color: #fff !important;
    font-size: 1.2em !important;
    letter-spacing: 1px;
}

nav li{
    text-align: center;
    display:block;
    width:100%;
    border-bottom: solid thin #b8b1a4;
}


#mfeatures{
    position: relative;
    top:300px;
    
}

#mlocation{
    position: relative;
    top:230px;
    
}
#mgallery{
    position: relative;
    top:250px;
}
#mavails{
    position: relative;
    top:210px;
}

#mspecs{
    position: relative;
    top:200px;
}
#mownership{
    position: relative;
    top:200px;
}

#mcontact{
    position: relative;
    top:200px;
}
.side-nav{
    background:#837d70;
    color:#fff;
    text-align: center;
}


.side-nav img{
    width: 200px;
    height:auto;
    padding-top:70px;
    margin-bottom:50px;
}

.side-nav a:hover span {
    color:#fff;
}
p {
    font-size: 1em;
  line-height: 1.4em;
    letter-spacing: 1px;
}

a{
    outline:0 !important;
}

.logo-header{
    /*position:relative;
    position: absolute;
    top:890px;
    left:40px;
    z-index: 900;*/
    opacity: 0;
    width:200px;
    position: relative;
    left:40px;
    padding-top:30px;
    z-index:100;
}


#stickylogo {
    z-index:100 !important;
    width:200px !important;
}
.logo-header img{
    width:240px;
    height: auto;
}
/*------------ HOME --------------- */

.section{
    padding-bottom: 0px;
}
.home{
    padding-top:0 ;
}

.graybg{
    background: #8d8f92;
    color:#fff;
}

.hometxt{
    margin-top:0 !important;
    text-align: center;
    padding:20px 40px 60px 40px;
    margin-bottom: 0 !important;
    opacity:0;
}
.hometxt p{
    font-size: .9em;
}

.hometxt h1{
    margin: 5px 0px 0px 0px;
    letter-spacing: 2px;
}
.hometxt h2{
    font-size: 1.1em!important;
    margin-top:0px;
    letter-spacing: 1px;
}
.hometxt h3{
    font-size: 1.6em!important;
    margin-top:0px;
    letter-spacing: 0px;
    line-height:1.3em;
}

.hometxt h2 a, .hometxt h2 a:hover, .hometxt h2 a:visited{
    color:#fff;
}
.hometxt h2 a:hover{
    font-weight: 500;
}

.hometxt h2 i{
    font-size: .75em;
}
h1 span{
    background-color: #d0cfce;
}



hr.top{
    margin-top:35px;
}

hr.btm{
    margin-bottom:35px;
}

.whitebg8{
    height:100%;
    background-color: rgba(255, 255, 255, .9);

}

.sidelabel{
    position: absolute;
    left:-25px;
    top:250px;
    font-size: 1.6em;
    letter-spacing: 4px;
}

.gridgal .sidelabel{
     top:150px;
}

/* HOME CAROUSEL ---- */
 /* just for jsfiddle */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v18/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator{
   position:absolute;
   top:36%;
    width:83%;
   }
  .middle-indicator-text{
   font-size: 4.2rem;
  }
  a.middle-indicator-text{
    color:white !important;
  }
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
  }
    .indicators{
  	visibility: hidden;
  }

.home-prev-arrow a, .home-next-arrow a{
    position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}
.home-next-arrow{
    position: absolute;
    right:0px;
}

/*------------ FEATURES --------------- */


.features, #gal1, #gal2, #gal3, .mi1, .mi2, .mi3, .mi4, .mi5, .floorplan, .plankey, .contactinfo, .specstxt{
    opacity:0;
}
.featimg-container{
    height:500px !important;
}


.section-head{
    text-align: center;
    height: 200px;
}
.section-head h1{
    font-size: 4em !important;
   letter-spacing: 2px;
    opacity:.8;
    padding-top: 20px;
}
.features{
    height:350px;
    color:#554e42;
    background: #fff;
    z-index:9 !important;
    padding:50px 30px;
    text-align: left;
    font-size: 1.5em;
    line-height: 3em;
}



/*------------ GALLERY --------------- */


.gallery .row{
    padding-bottom: 0px !important;
    padding-top:0px !important;
}

.margintop50{
    margin-top: 50px !important;
}
.lb-data{
    background: #554e42; !important;
    color:#fff;
    height:50px;
    padding:10px;
    margin-top:-5px;
}
.lb-data .lb-caption{
    font-size: 1.6em;
    font-weight: 300;
    color:#fff;
}

.lb-data .lb-number{
   opacity:0;
}

/*------------ MAP --------------- */
#map, .map-container1{
    height:420px;
}

#map{
     width:83%;
    position: absolute;
    right:17%;
    margin-top:-420px;
}
.mapkey{
    height:50px;
    text-align: center;
}

.mapkey li{
    display:inline-block;
    padding-right:20px;
    font-size: .85em;
}
.purpletxt{
    color:#662d91;
}
.darkpurpletxt{
    color:#262262;
}
.bluetxt{
    color:#2058bc;
}
.greentxt{
    color:#006838;
}
.pinktxt{
    color:#ec008c;
}
.orangetxt{
    color:#f26522;
}

.smooth_zoom_preloader {
		background: transparent url('../zoom_assets/preloader.gif') center center no-repeat;
	}

h1.dbrowntxt{
    color:#554e42 !important;
}
.neighbor-head{
    color:#554e42; 
    text-align: center;
}
.neighbor-text{
    text-align: center;
    position: absolute;
top:0;
    padding:100px;
    left:0;
width:100%;
    height:100%;
    background-color: rgba(141, 143, 146, .85);
color: #fff;
    font-size: 1.8em;
    z-index:10;
    letter-spacing: 1px;
}
.map {
text-align: center;
    height:350px;
    background: #000;
    margin-top:20px;
    border:solid thin black;
}



.mapi-container{
    margin-top:-50px;
}

.mapi-container{
    height:700px;
 border:solid thin black;
    background:#000;
}

.smooth_zoom_preloader {
		background: transparent url('../zoom_assets/preloader.gif') center center no-repeat;
	}

#zoom_container{
    padding: 0px 10px;
    border:solid 25px black;
height:700px !important;
}

#zoom_containerm{
    padding: 0px 10px;
    border:solid 25px black;
height:450px;
    width:750px;
     margin:auto;
}

#zoom_containersm{
    padding: 0px 10px;
    border:solid 25px black;
height:450px;
    width:450px;
     margin:auto;
}
 
.maplink{
    position:absolute;
    z-index: 10;
    background: #000;
    height:40px;
    text-align: center;
    width:100%;
    margin-top:-5px;

}
.maplink a, .maplink a:visited{
    color:#ccc;
}

.maplink a:hover{
    color:#fff;
}


/*------------ AVAILS --------------- */
img.stackimg{
    width:270px;
    height:auto;
}

.flrs{
    text-align: right;
    font-size: .7em;
    max-width:80px;
/*    width:13%;*/
}
.flrs .num{
    font-weight: 400;
}
.stack .flrow.active{
    color:#8edfe4;
}
.flrow{
    width:20px;
    min-height:20px;
    color:#574f43;
    font-weight: 500;
}

.flrow.na{
    color:#87827b;
    font-weight: 300;
}
.mb-3{
 margin-bottom: 15px;
}
.mb-2{
 margin-bottom: 10px;
}
.mb-1{
 margin-bottom: 5px;
}
.flrow:hover{
cursor: pointer;
    color:#a6c3cb;
}

.floorsc{
    position: relative;
    top:90px;
    left:120%;
}

availimg-container{
    height:400px;
}
.availsc{
        padding:50px 20px;
    }
h1.availshead{
    padding-top:0;
    padding-bottom: 0px;
    margin-bottom:8px;
}
h2.availssub{
    font-size: 2em;
    margin-top:0;
}

.availcontact{
    color:#544E42;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
}

.availcontact a {
    color:#544E42;
}
.pad50{
    padding:50px;
}
.plans{
    text-align: center;
}
.plans h1{
/*    margin-top:-80px;*/
    color:#564e41;
    font-weight: 500;
    font-size: 2em;
}
.dload-container{
    width:80%;
}
.dload_btn{
    min-width:190px;
}
.plans img{
    margin-top:20px;
    margin-bottom: 20px;
    width:78%;
}
.dload-container{
    margin:auto;
    text-align: center;
}
.stack-container{
    padding:50px;
    text-align: left;
}
.stack-container img{
    height:600px;
    width:auto;
}



.floorplan img{
    padding-top:10px;
}

.floorplan h1{
    padding-top:80px;
    padding-right:30%;
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: 1px;
    color: #000;
}


.dload_btn{
padding-top:20px;
}

.dload_btn a, .dload_btn a:visited{
    color: #544E42;
    font-weight: 500;
   
}

.dload_btn a span{
     padding-right:10px;
    padding-left:10px;
}

.dload_btn a:hover, .availcontact a:hover{
   color:#887f70; 
}

/*--------- avails mobile ------*/
.mstackimg img{
   height:50vh;
     width:auto;
}
.mstackimg{
    text-align: center;
    padding:20px;
}
.mobileavails{
    text-align: center;
}
.mobileavails h1{
    font-size: 1.2em;
    margin-top:50px;
}
img#mplan{
    width:80%;
    height:auto;
}

.mobileavails hr {
    width:80%;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
/*------------ SPECS --------------- */




.specstext{
    position: absolute;
    margin-top:-305px !important;
    left:50%;
    margin-left:-450px;
}



.specstint{
    height:800px;
   background-color: rgba(255, 255, 255, .88);
}


.specstxt{
    color: #000;
    position: absolute;
    margin-top:-665px !important;
    font-weight: 300;
    left: 50px;
    margin:auto;
}

.specstxt span{
    color: #5c5445;
    font-weight: 500;
    /*letter-spacing: 1px;*/
}

.specstxt col{
    padding-right:20px;
}

/*------------ OWNERSHIP --------------- */
.windsor-container{
    margin:auto;
    width:260px;
    height:89px;
    margin-bottom: 80px;
}
.windsor-container svg{
    width:100%;
    height:100%;
}



.ownertint{
    height:800px;
   background-color: rgba(93, 92, 91, .55);
    /*94, 100, 109, .7);  118, 117, 115  141, 143, 146 */
}

.ownertext{
    color:#fff;
    padding-top:100px;
    font-size: 1.4em;
    padding:100px;
    line-height: 1.6em;
}
.ownertext a, .ownertext a:visited{
    color:#fff;
}

.ownertext a:hover{
    color:#271d0b;
    cursor:pointer;
}

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

.clogo{
    margin:10px auto 30px;
}
.clogo img{
    width:220px;
    height:auto;
}

.cwlogo{
    width:180px;
    height:auto;
    margin:auto;
    margin-bottom:30px;
}

.cwlogo svg{
    width:100%;
    height:auto;
    
}

.contact .windsor-container{
    margin:20px auto;
    width:200px;
    height:68px;
}

.contactlogo-container{
       width:457px;
    height:75px;
    margin:auto;
}

.contactlogo-container svg{
    width:100%;
    height:100%;
}

#contact .sidelabel{
    color: #000;
}

.contactlogo{
text-align: center;
    height:300px;
    background: #000;
    margin-top:-50px;
}


.padtop50{
    padding-top:50px;
}
.padtop10{
    padding-top:10px;
    margin-bottom:0px;
}
.padtop30{
    padding-top:30px;
}

.padtop60{
    padding-top:60px;
}
.contactinfo{
    color:#564e41;
    font-size: 1.2em;
    line-height: 1.4em;
    height:800px;
    padding: 100px 70px 0px;
    
}

.contactinfo span{
    font-weight: 500;
}
.contactinfo a, .contactinfo a:visited{
    color:#564e41!important;
}
.contactinfo a:hover{
    color:#5e4726;
}
.contactinfo h3{
    font-size: 1.4em !important;
}
.contactinfo p{
    padding-top:180px;
}

footer.page-footer{
    z-index: 900;
    position: fixed;
    bottom: 0;
    width:100%;
    height:30px;
    padding:5px 20px;
    font-size: .8em;
    color:#ccc;
    font-weight: 300;
    letter-spacing: 1px;
    /*border:solid thin red;*/
}




footer.small-footer{
    z-index: 900;
    position: fixed;
    bottom: 0;
    width:100%;
    height:80px;
    padding:5px 20px;
    font-size: .7em;
    color:#ccc;
    font-weight: 300;
    letter-spacing: 1px;
}

footer.med-footer{
    z-index: 900;
    position: fixed;
    bottom: 0;
    width:100%;
    height:50px;
    padding:5px 20px;
    font-size: .7em;
    color:#ccc;
    font-weight: 300;
    letter-spacing: 1px;
}

footer.small-footer span, footer.small-footer span a, footer.small-footer span a:visited{
    color:#999 !important;
}
.page-footer a, .page-footer a:visited, footer.small-footer a, footer.small-footer a:visited, footer.med-footer a, footer.med-footer a:visited{
    color:#ccc;
}

.page-footer a:hover, footer.small-footer a:hover{
    color:#fff;
}
.mmenubtn{
    position:absolute;
    top:5px;
    left:10px;
}
.mmenubtn span{
    display: inline-block;
    position:relative;
    top:-10px;
}
nav .button-collapse {
     color: #727374;
    background-color: rgba(255, 255, 255, .5);
    float: left;
    position: relative;
    z-index: 1;
    height: 36px;
    margin: 0 10px;
}
   
nav i.material-icons{
    font-size: 2.6em !important;
    line-height: 1em;
}

.side-nav li a{
    font-weight: 300;
}

nav i.material-icons:hover{
    color:#000;
}
.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@-webkit-keyframes scroll-inner {
    from {
        margin-top: 15%;
        opacity: 1
    }
    to {
        margin-top: 75%;
        opacity: 0
    }
}

@keyframes scroll-inner {
    from {
        margin-top: 15%;
        opacity: 1
    }
    to {
        margin-top: 75%;
        opacity: 0
    }
}
div.mouse-container {
    position: absolute;
    bottom: 120px;
    left: 37.5%;
    display: block;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

div.mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 8px
}

div.mouse span.scroll-down {
    display: block;
    width: 4px;
    height: 4px;
    margin: 15% auto auto;
    -webkit-animation: scroll-inner 1.5s;
    animation: scroll-inner 1.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    background: #fff
}

.scrolltotop{
	width:50px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background-color: rgba(145, 145, 145, .5);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:75px;
	right:40px;
	display:none;
    font-size: 3em;
}
.menutop{
    position: fixed;
    top:50px;
    right:50px;
    z-index:300;
}
.scrolltotop i{
    position:relative;
    top:-20px !important;
}
.scrolltotop:hover{
	text-decoration:none;
}

@media only screen and (max-width : 992px) {
    .floorsc{
    top:50px;
    left:130%;
}
    .flrow{
        min-height:12px;
        font-size: 0.75em;
        }
    .nav-logo{
float:right;
        width:214px;
    height:35px;
        padding-top:6px;
}
    .mb-3{
 margin-bottom: 12px;
}
.mb-2{
 margin-bottom: 8px;
}
.mb-1{
 margin-bottom: 5px;
}
   
    .nav-logo svg{
    margin:0px;
}
    .navc{
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:50px !important;
    }
    .nav-wrapper{
        width:100%;
        min-height:50px;
        height:50px !important;
    }
     nav{
    width:100% !important;
         height:50px !important;
         opacity:1;
}
    
     .logo-header img{
    width:170px;
    height: auto;
}
   .middle-indicator{
   top:20% !important;
      
   }
    
   
.section-head h1{
    margin-top:-35px;
    padding-top: 0px;
    
}
     .hometxt{
        width:100% !important;
         
    }
    .hometxt p{
        line-height:1.6em !important;
    }
    
    .hometxt h1.tablethead{
        font-size: .9em;
    }
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
    
    .hometxt{
        width:40%;
    }
    
    /*------features ----*/
    
    
    
/*------location ----*/
    .neighbor-text{
    padding:50px;
    left:0;
    font-size: 1.5em;
}
     #map{
     width:95%;
    left:0px;
        right:0px;
        margin:auto;
    margin-top:-360px;
        border:solid 1px #ccc;
}
    .mapkey{
        margin-top:50px;
}
    
    
    /* -------- specs ------ */
    
    .specsimg-container{
    margin-top:-20px;
}
    
    .specstint{
    margin-top:-360px;
    height:900px;
}
    
.specsimg-container{
        height:900px;
   
    }
     .specstxt{
    margin-top:-750px !important;
   
}
    
    
    .leftspec{
        padding-left:0px !important;
    }
    
        /* -------- ownership ------ */

    #ownership .parallax-container{
        height:700px;
    }
    #ownership .section{
        top:0;
    }
    /* -------- avails ------ */
    .stack-container{
         text-align: center;
    }
   
    .stack-container img{
        height:auto;
        width:90%;
    }
    .avails, .availsc{
        height:900px;
    }
    .availsc{
        margin-top:-400px;
    }
    .floorplan img{
        width:100%;
        height:auto;
    }
    .plankey img{
        width:95%;
        height:auto;
    }
    .dload_btn{
        font-size: .8em !important;
    }
   
   /* -------- contact ------ */
    
    .contactlogo-container{
       width:497px;
    height:82px;       
    }
    
    
    #contact .parallax-container {
        height:550px;
    }
    #contact .section{
        height:550px;
    }
   .contactinfo{
   font-size: 1em;
    line-height: 1.2em;
    height:550px;
       margin-top:-260px !important;
    
}

.contactinfo .50{
   padding-top:10px !important;
}
.contactinfo p{
    letter-spacing:0px;
    padding-bottom:0px;
}

     
    .contactinfo p{
    padding-top:0px !important;
}
    
    .contactinfo{
         opacity:1;
        margin-top:-120px;
    }
    
    .rdelogo{
        padding-top:0px;
    }
    .rdelogo-container{
    width:120px;
    height:114px;
    
}
}
@media only screen and (max-width : 912px) and (max-height : 1368px){
    .flrow{
        min-height:15px;
        }
}
@media only screen and (max-width : 690px) {
    .clogo img{
    width:70%;
    height:auto;
}
    .plans h1{
    margin-top:50px;
    }
    .plans img{
    width:90%;
}
    .avails, .availsc{
        height:auto;
    }
#features {
    height:450px;
   
   
}
    
    .features{
    line-height: 2em;

    }}

  .navside-logo{
        width:214px;
    height:35px;
        margin:20px auto;
}
.navside-logo a:hover{
    background: none;
}
    
    .navside-logo svg{
        width:100%;
    height:100%;
}
@media only screen and (max-width : 600px) {
   
    .m-logohome{
        text-align: center;
        padding-top:40px;
         
    }
    
    #home{
        margin-top:50px;
    }
   .section-head h1{
   font-size: 2.6em !important;
       margin-top:-20px !important;
    
}
    .parallax-container {
  min-height: 50px !important;
  
}
   
    .featimg-container, .availimg-container{
    height:150px !important;
}
    
    .features{
   
    font-size: 1.3em;
}
    .hometxt{
        opacity:1;
    }
    .middle-indicator{
   top:20% !important;
         width:100% !important;
   }
    .m-logohome img{
        
        width:200px;
        height:auto;
    }
    .s-inline{
        display: inline-block;
        width:49%;
    }
    .side-nav img{
    width: 140px;
    height:auto;
    padding-top:20px;
    margin-bottom:10px;
}
    
    .neighbor-text{
    padding:20px;
    left:0;
    font-size: 1em;
}
    .map-container1{
        height:470px;
    }
   
    .logo-header img{
    width:140px;
    height: auto;
}
    
   #features {
    height:350px;
    margin-top:0px;
   
}
    .feat-icons{
    margin-top:-900px !important;
    }
    
  
    
.feattxt{
    margin-top:-460px;
    height:1100px;
}
    
    .plans h1{
        font-size: 1.4em;
    }
    
     .leftspec{
        padding-left:15px !important;
    }
    
    
    .techspecscol2, .leftspec{
        padding-right:80px !important;
    }
    .specstint{
    margin-top:-500px;
    height:1200px;
}
    
    .specsimg-container{
    margin-top:-20px;
        height:1150px;
}
    
  .specstxt{
    margin-top:-1100px !important;
   
}
    

    .stack-container img{
        height:auto;
        width:60%;
    }
    .floorplan h1{
        font-size: 1.2em;
        padding-right:15%;
    }
    .floorplan img, .plankey img{
        width:95%;
        height:auto;
    }
    
    
    .availsc{
        height:1200px;
        width:100%;
        margin-top:0;
    }
    .availsc .section{
        position:absolute;
        top:0;
        margin-top:0 !important;
        padding-top:0 !important;
    }
  #index-banner .section {
    top: 0;
  }
    
    .mapi-container{
    height:400px;
 
}

    #ownership .parallax-container{
        height:500px;
    }
   
    .windsor-container{
        margin:20px auto;
        
    }
    .ownertext{
        font-size: 1em;
        padding:20px 30px  !important;
    }
    .ownertext p{
        padding-top:20px;
    }
    
    #contact .parallax-container {
        height:850px;
    }
    #contact .section{
        height:850px;
    }
   .contactinfo{
   font-size: 1em;
    line-height: 1.2em;
    height:850px;
       margin-top:-360px !important;
    
}

.contactinfo .padtop50{
   padding-top:10px !important;
}
.contactinfo p{
    letter-spacing:0px;
    padding-bottom:0px;
}

   .contactlogo-container {
    width: 237px;
    height: 39px;
    }
    
   
   
}

/*---------- iphone 6, 6S, 7 and 8 landscape ------*/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
    
p.htext{
    font-size: .8em !important;
    
}
    
      
      .sidelabel{
          display:none;
      }
    
    .logo-header img{
    width:160px;
    height: auto;
}
    
    
}
/*---------- iphone 6, 6S, 7 and 8 portrait ------*/

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
      

 
      .map {
    height:450px;
  
}
      .logo-header img{
    width:160px;
    height: auto;
}
     
      
}



.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

