﻿.page .container {
     max-width: 100%;
     padding: 0px 20px;
     
}


.page h1 {
   
    font-family: 'Raleway', sans-serif;
        font-size: 36px;
    color: #81C240;
    font-weight: 600;
    line-height: 40px; 
     
    }
.page h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    color: #666;
    font-weight: 400;
    line-height: 36px;

    }
   .page h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    border-bottom: thin #81C240 solid;
    padding-bottom: 10px;

    }
 	    	

img {
 	max-width: 100%;
 	height: auto;
}
.spacer{
	clear: both;
}
.page .imgcenter {
	text-align: center;
}
.page .center {
	text-align: center;
}
.page .pl60 {
	padding-left: 0;
}

@media only screen and (min-width : 480px) {
.page .pl60 {
	padding-left: 60px;
}

}


.page .pl40 {
	padding-left: 40px;
}
.page .pl20 {
	padding-left: 20px;
}
.page .pr20 {
	padding-right: 20px;
}

.page .pr40 {
	padding-right: 40px;
}
.page .pr60 {
	padding-right: 60px;
}
 .page .mt30 {
 	margin-top: 30px;
 }
.page .pt60 {
	padding-top: 60px;
}
.page .pt40 {
	padding-top: 40px;
}
.page .pt20 {
	padding-top: 20px;
}

.page .pb40 {
	padding-bottom: 40px;
}
.page .pb20 {
	padding-bottom: 20px;
}
.page .white {
	color: #fff;
}
.page .grey {
	background-color: #ccc;
	
}
.page .green {
	background-color: #81C240;
}
.page .black {
	background-color: #999;
	border-top:2px #fff solid;
}

.page .gold {
	color: #E8C94C;
}
.page .lemon {
	background-color: #F5E9B8;
}
.page .greenback {
	background-image: url(/images/vineback.jpg);
	background-repeat: repeat;
}
.page .foot1:hover { 
	background-color: #8ABB5B;
	
	} 
.page .half-black {
  
  max-height: 220px;
  background-image: url(/images/backoflogo.jpg);
  
}

.page .headback {	
	background-image: url(/images/logoback4.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		min-height: 229px;		
}
.page .headback2 {	
	background-image: url(/images/logoback_floorplan.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		min-height: 229px;		
}

p {
	
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;

}
.page .italic {
	font-family: 'Parisienne', cursive;
	color: #666;
	font-size: 26px;
	line-height: 40px;
}
.page .blacktext {
	
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;

}

.page .back1 {
	background-image: url(/images/back1.jpg);
	background-repeat: repeat;


}
.page .contact {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	
	
}
.page .smalltext {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 11px;
	
	
	
}

.page .bodytext {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	
}

 a {
  color: #81C240; }

 a:hover {
  color: #999; }

	font-size: 18px;
}	

.page .greenhead {
   
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #81C240;
    font-weight: 600;
    line-height: 30px; 
     
    }



 .page .size ul {
    list-style:none;
    margin:0px; 
    padding:0px;
            }
            
 .page .size ul li {
 	 	list-style:none;
	font-family: 'Roboto', sans-serif;
 	font-weight: 300;
 	color:#fff;
	font-size: 49px;
 	float: left;
 	border-right: thin #fff solid;
 	width:85px; height:85px;
 	text-align: center;
 	line-height: 85px;
 	background-color: #ccc;
 	
            }

 .page .size ul li.active, .size ul li:hover {
 	 background-color: #81C240;
            }

 .page .size ul li a {
 	padding: 10px 0;	
	background-color: #999; 
            }

/* -------------------------mobile image------------------------- */

.page .house1 {	
	display: none;	
}

.page .house2 {	
	display: block;
	width: 100%;
}

 /* Large Devices, Wide Screens */
    @media only screen and (min-width : 992px) {   

 .page .house1 {	
	display: block;
	width: 100%;
}

 .page .house2 {	
	display: none;

}
.ineditmode .house2  {
	display: block;
}	

}



/* -------------------------Shutter In Vertical------------------------- */

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #81C240;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #81C240;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

[class^="hvr-"] {
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #ccc;
  text-decoration: none;
  color: #fff;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* -------------------------end Shutter in Vertical ------------------------- */




 /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
  

    }

/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

 /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
      
 .page .headback {	
	background-image: url(/images/logoback3.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		max-height: 285px;	
		background-size: 100% 100%;	
}

.page .headback2 {	
	background-image: url(/images/logoback_floorplanlarge.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		max-height: 200px;	
		background-size: 100% 100%;	
}

}
/* Medium Devices, Desktops, tablet landscape */
    @media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {   

 .page .headback {	
	background-image: url(/images/logoback3.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		max-height: 285px;
		background-size: 100% 100%;		
}
.page .headback2 {	
	background-image: url(/images/logoback_floorplanlarge.jpg);
	background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 100%;
		max-height: 200px;
		background-size: 100% 100%;		
}



}

