

/* ==========================================================================
   Author's custom styles
   
   PALOMA LAKE'S PRIMARY WEBSITE COLORS:
   
   - Dark Brown: rgb(105,94,74);
   - Light Gray: rgb(147,149,152);
   - Lighter Gray: rgb(242,240,240);
   - Blue: rgb(109,134,138);
   - Yellow: rgb(219,165,57);
   - Beige: rgb(222,198,153);
   - Tan: rgb(178,133,83);
         
   ========================================================================== */



/* ====================================
   GLOBAL STYLES
   ====================================*/
   
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.popover-title { display: none; }
.popover { width:auto; max-width:auto; color:rgb(105,94,74);}
.popover.right{width:auto; max-width:auto;}
.popover.left{width:auto; max-width:auto;}
.popover.bottom{text-align:center;}
			

.chromeframe{background:rgb(240,240,240); text-align:center; padding:20px 0; margin-bottom:0; }

#modal-realtors.modal{
	position:absolute;
	margin-top:100px;
	top:0;
}

body{
    font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
	font-size:16px;
	color:rgb(105,94,74);
	margin:0;
	padding:0;
	/*background:url(../img/bg_body.jpg) repeat rgb(240,240,240);*/
	background:rgb(230,230,230);
}

#main{
	position:relative;
	display:block;
	float:left;
	width:100%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.orange{
	color:rgb(219,165,57);
}

.text-centered{
	text-align:center;
}

h1{
    font-family: 'Museo Slab W01 700', serif;
	font-size:50px;
	line-height:55px;
	letter-spacing:-2px;
	font-weight:normal;
	padding-bottom:20px;
}

h1 em{
	display:inline-block;
    font-family: 'Brophy Script W01', serif;
	font-style:normal;
	font-size:35px;
	line-height:35px;
	letter-spacing:0px;
	/*margin-bottom:5px;
	border-bottom:solid 3px rgb(219,165,57);8?
	padding-bottom:0;
	font-weight:normal;
	/*transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);*/
}


h2{
    font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size:28px;
	line-height:34px;
	margin-bottom:20px;
	text-transform:uppercase;
	box-shadow:0 1px 0 rgb(255,255,255);
	color:rgb(219,165,57);
	font-weight:normal;
}

h3{
    font-family: 'Museo Slab W01 700', serif;
	font-weight:normal;
	font-size:22px;
	line-height:22px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgb(255,255,255);
}

h4{
    font-family: 'Lato', Arial, sans-serif;
	font-weight: 900;
	margin:20px 0;
	font-size: 40px;
	line-height:48px;
	margin-top:0;
}

h4 small{
    font-family: 'Lato', Arial, sans-serif;
	font-weight: 300;
	font-size:18px;
	line-height:28px;
	margin-bottom:20px;
	text-transform:uppercase;
	box-shadow:0 1px 0 rgb(255,255,255);
	color:rgb(219,165,57);
	font-weight:normal;
}

h5{
     font-family: 'Museo Slab W01 500', serif;
	font-weight:normal;
	font-size:18px;
	margin:15px 0 15px 0;
}

h6{
     font-family: 'Lato', Arial, sans-serif;
font-weight: 700;
	font-size:16px;
	margin:0 0 10px 0;
}


p{
	font-size:16px;
     font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
}

ul, ul.li{
	font-size:16px;
   font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
}

p.lead{
   	font-family:'Museo W01 300', serif;
	font-size:21px;
	line-height:30px;
	text-align:center;
	letter-spacing:0px;
	padding:20px 0;
	border-top:1px solid rgb(218,218,218);
	border-bottom:1px solid rgb(218,218,218);
}

p.error{
	margin:0;
	color:#F30;
}

p.error.hidden{
	display:none;
}

hr{
	margin:0;
	margin:10px 0 30px 0;
	border-top:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgba(255,255,255,0.1);
}

button.close{
	position:relative;
	font-size:36px;
	line-height:36px;
	padding:0;
	top:-10px;
}

.alert button.close{
	position:relative;
	font-size:20px;
	line-height:20px;
	padding:0;
	top:-2px;
}

a{
	color:rgb(219,165,57);
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	border-bottom:dotted 1px rgb(219,165,57);
	color:rgb(219,165,57);
	text-decoration:none;
}

a.button, div.button, button.button{
    font-family: 'Museo Slab W01 700', serif;
	display:inline-block;
	zoom:1;
	padding:9px 15px 9px 15px;
	font-size:16px;
	color:#FFF;
	background:rgb(219,165,57);
	border:none;
	text-decoration:none;
	border-radius:35px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}

a.button.disabled, div.button.disabled, button.button.disabled{
	background:rgb(218,218,218);

}

a.button.disabled:hover, div.button.disabled:hover, button.button.disabled:hover{
	background:rgb(218,218,218);

}

a.button.secondary, div.button.secondary, button.button.secondary{
	background:rgb(200,200,200);

}


a.button img.arrow, a img.arrow, div.button img.arrow, button.button img.arrow{
	position:relative;
	display:inline-block;
	top:-1px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	zoom:1;
}

a.button:hover, div.button:hover, button.button:hover{
	/*background:rgb(242,200,75);*/
	/*background:rgb(231,170,77);*/
	background:rgb(226,183,97);
	text-decoration:none;
	border-bottom:none;
}

a.button.secondary:hover, div.button.secondary:hover, button.button.secondary:hover{
	background:rgb(150,150,150);

}

a.button:active, div.button:active, button.button:active{
	background:rgb(226,183,97);
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}

a.button:hover img.arrow, a:hover img.arrow, div.button:hover img.arrow, button.button:hover img.arrow{
	margin-left:5px;
}

a#back_to_top{
	position:fixed;
	z-index:1000;
	display:none;
	border-radius:50px;
	height:50px;
	width:50px;
	bottom:30px;
	right:30px;
	border:5px solid rgba(181,138,45,1.0);
	background:url(../img/icon-back_to_top.png) no-repeat center top rgb(219,165,57);
}

a#back_to_top:hover{
	border-radius:0;
	background-color:rgba(181,138,45,1.0);
	background-position:bottom;
}

.mission_script{
    font-family: 'Brophy Script W01', serif;
	font-size:40px;
	line-height:100%;
	padding-bottom:15px;
}

.box-shadow{
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}

#header{
	background:url(../img/bg_dark_brown.jpg) #FFF;
	position:relative;
	padding:35px 0 35px 0;
	width:100%;
	z-index:10;
}

#header-top{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:10px;
}

#header-top-blue, #header-top-yellow, #header-top-beige, #header-top-tan{
	position:relative;
	float:left;
	height:7px;
	width:25%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#header-top-blue{
	background:rgb(109,134,138);
}

#header-top-yellow{
	background:rgb(219,165,57);
}

#header-top-beige{
	background:rgb(222,198,153);
}

#header-top-tan{
	background:rgb(178,133,83);
}


#primary-logo{
	float:left;
}

#content-wrapper{
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	width:1040px;
	margin:0 auto;
	background:#FFF;
	/*margin-bottom:-30px;*/
	/*border:1px solid rgb(218,218,218);*/
	border-bottom:none;
}

#page-content{
	background:#FFF;
	padding:50px;
}

#subpage-intro{
	margin-top:0;
	/*border-bottom:1px solid rgb(218,218,218);*/
	box-shadow:0 1px 0 rgb(255,255,255);
	padding:30px 50px 10px 50px;
	background:url(../img/bg_blue.jpg) repeat;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:auto;
	width:1040px;
	/*transition:all 0.3s ease;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;*/
}

#subpage-intro.stuck{
	position:fixed;
	/*top:-97px;*/
	top:-106px;
	z-index:1000;
	box-shadow:0 2px 4px rgba(0, 0, 0, .3);
}

.subpage-intro-wrapper{	
	min-height:195px;
}

#subpage-intro h1{
	margin-top:0;
	padding-top:0;
	text-align:center;
	padding-bottom:10px;
	color:#FFF;
	text-shadow:1px 1px 4px rgb(69,89,63);
}

ul#subnav{
	margin:0;
	padding:0;
	list-style:none;
	padding-top:30px;
	border-top:solid 1px rgba(255,255,255,0.3);
	box-shadow:0 -1px 0 rgba(0,0,0,0.2);
	width:100%;
	padding-bottom:25px;
}

ul#subnav li{
	display:inline-block;
	margin-right:20px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

ul#subnav li:last-child{
	margin-right:0;
}

ul#subnav li a{
	font-family: 'Museo Slab W01 700', serif;
	padding:12px 15px 12px 15px;
	font-size:16px;
	text-shadow:1px 1px 0 rgb(69,89,63);
	color:#FFF;
	background:rgb(218,218,218);
	background:rgb(69,89,63);;
	background-color:transparent;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
	text-decoration:none;
	border-radius:35px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-font-smoothing: antialiased !important;
}

ul#subnav li a:hover{
	border:none;
	background:rgb(219,165,57);
	/*background:rgb(69,89,63);*/
	text-shadow:1px 1px 0 rgb(151,90,15);
}

ul#subnav li.active a{
	border:none;
	background:rgb(219,165,57);
	/*background:rgb(69,89,63);*/
	text-shadow:1px 1px 0 rgb(151,90,15);
}


#subnav2-container{
	position:fixed;
	top:-200px;
	width:100%;
	z-index:1500;
}

ul#subnav2{
	margin:0 auto;
	padding:0;
	list-style:none;
	padding-top:30px;
	border-top:solid 1px rgba(255,255,255,0.3);
	width:100%;
	padding-bottom:25px;
	padding:30px 50px 30px 50px;
	background:url(../img/bg_blue.jpg) repeat;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	width:1040px;
	border-bottom:none;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
}

ul#subnav2 li{
	display:inline-block;
	margin-right:20px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

ul#subnav2 li:last-child{
	margin-right:0;
}

ul#subnav2 li a{
	font-family: 'Museo Slab W01 700', serif;
	padding:12px 15px 12px 15px;
	font-size:16px;
	text-shadow:1px 1px 0 rgb(69,89,63);
	color:#FFF;
	background:rgb(218,218,218);
	background:rgb(69,89,63);;
	background-color:transparent;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
	text-decoration:none;
	border-radius:35px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-font-smoothing: antialiased !important;
}

ul#subnav2 li a:hover{
	border:none;
	background:rgb(219,165,57);
	/*background:rgb(69,89,63);*/
	text-shadow:1px 1px 0 rgb(151,90,15);
}

ul#subnav2 li.active a{
	border:none;
	background:rgb(219,165,57);
	/*background:rgb(69,89,63);*/
	text-shadow:1px 1px 0 rgb(151,90,15);
}


#breadcrumb{
	height:200px;
	margin-bottom:-100px;
	width:100%;
	background:rgb(220,220,220);
	background:url(../img/home/gallery/home-gallery1.jpg) no-repeat center -120px;
	background-size:cover;
}

#hero{
	position:relative;
	width:100%;
	height:auto;
	max-width:1400px;
	margin:0 auto;
}

#hero-subpage{
	position:relative;
	max-width:1400px;
	height:500px;
	margin:0 auto;
	margin-bottom:-100px;
	width:100%;
	background:rgb(220,220,220);
	border-bottom:1px solid rgb(218,218,218);
}

#hero-subpage.hero-builders{
	background:url(../img/hero-builders.jpg) no-repeat center center;
	background-size:cover;
}

#hero-subpage.hero-schools{
	background:url(../img/hero-schools.jpg) no-repeat center top;
	background-size:cover;
}

#hero-subpage.hero-location{
	background:url(../img/hero-location2.jpg) no-repeat center bottom;
	background-size:cover;
}

#hero-subpage.hero-hoa{
	background:url(../img/hero-hoa.jpg) no-repeat center center;
	background-size:cover;
}

#hero-subpage.hero-siteplan{
	/*background:url(../img/hero-siteplan.jpg) no-repeat center center;*/
	background:#FFF;
	background-size:cover;
}

.sidebar-info-box{
	background:rgb(240,240,240);
	padding:20px; border-radius:5px;
	text-align:left;
	font-size:14px;
	line-height:32px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.sidebar-info-box ul li{
	font-size:15px;
    font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
}


#section-get-started{
	margin-top:0;
	border-top:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgb(255,255,255);
	padding:30px 50px 30px 50px;
	background:url(../img/bg_light-gray.jpg) repeat;
	text-align:center;
}

#section-get-started p.lead{
	border:none;
	padding:0;
	margin-bottom:15px;
	line-height:40px;
}

#section-get-started p.lead a.button{
	line-height:16px;
	padding:12px 15px 10px 15px;
	
}

.fixed{
	top:0;
	position:fixed;
}

#map_canvas{
	width:100%;
	height:100%;
}

#map-zoom-in{
	z-index:1000;
	position:absolute;
	display:block;
	top:20px;
	left:20px;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/map-zoom-in.png) no-repeat center center rgb(219,165,57);
	border:5px solid rgba(181,138,45,1.0);
	background-color:rgb(219,165,57);
	cursor:pointer;
}

#map-zoom-out{
	z-index:1000;
	position:absolute;
	display:block;
	top:70px;
	left:20px;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/map-zoom-out.png) no-repeat center center rgb(219,165,57);
	border:5px solid rgba(181,138,45,1.0);
	background-color:rgb(219,165,57);
	cursor:pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:50px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ====================================
   SITE PLAN STYLES
   ====================================*/

.icon-view_photos{
	position:relative;
	display:inline-block;
	height:16px;
	width:16px;
	padding:3px;
	border-radius:3px;
	margin-left:5px;
	top:-3px;
	background:url(../img/icon-camera.png) center center no-repeat;
	background-color:rgb(218,218,218);
	border-bottom:none;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}

.icon-view_photos:hover{
	background-color:rgb(230,230,230);
	border-bottom:none;
}

#map_options{
	z-index:1000;
	position:absolute;
	top:20px;
	right:20px;
}

#siteplan-zoom-in{
	display:inline-block;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/map-zoom-in.png) no-repeat center center rgb(219,165,57);
	background-color:rgb(219,165,57);
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#siteplan-zoom-out{
	display:inline-block;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/map-zoom-out.png) no-repeat center center rgb(219,165,57);
	background-color:rgb(219,165,57);
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
#siteplan-reset{
	display:inline-block;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/map-refresh.png) no-repeat center center rgb(219,165,57);
	background-color:rgb(219,165,57);
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#siteplan-print{
	display:inline-block;
	float:right;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background:url(../img/icon-print.png) no-repeat center center rgb(219,165,57);
	background-color:rgb(219,165,57);
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#siteplan-resize{
	display:inline-block;
	float:right;
	height:16px;
	width:16px;
	padding:10px;
	border-radius:23px;
	background-color:rgb(219,165,57);
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	margin-right:5px;
}

#siteplan-resize.siteplan-minimize{
	background:url(../img/icon-minimize.png) no-repeat center center rgb(219,165,57);
}

#siteplan-resize.siteplan-maximize{
	background:url(../img/icon-maximize.png) no-repeat center center rgb(219,165,57);
}

#siteplan-zoom-out:hover, #siteplan-zoom-in:hover, #siteplan-reset:hover, #siteplan-print:hover, #siteplan-resize:hover{
	background-color:rgba(181,138,45,1.0);
	border-bottom:none;
}

#siteplan-legend{
	position:relative;
	z-index:1000;
	position:absolute;
	top:40px;
	right:40px;
	border-radius:10px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}


.siteplan-legend-header{
	position:relative;
	color:#FFF;
	background:rgb(109,134,138);
	background:url(../img/bg_blue.jpg) repeat;
	border-radius:5px 5px 0 0;
	padding:20px;
	cursor:move;
}

.siteplan-legend-header h3{
	padding:0;
	font-size:30px;
	box-shadow:none;
	border:none;
	padding:0;
	margin:10px 0;
	text-shadow:1px 1px 4px rgb(69,89,63);
}

.siteplan-legend-body{
	position:relative;
	padding:20px;
	background:#FFF;
	max-height:390px;
	overflow:visible;
	overflow-y:auto;
}

.siteplan-legend-footer{
	position:relative;
	padding:30px;
	padding:20px;
	background:rgb(240,240,240);
	border-radius:0 0 5px 5px;
}

a.siteplan-switch{
	float:right;
	font-family: 'Museo Slab W01 700', serif;
	padding:10px 13px 10px 13px;
	font-size:14px;
	text-shadow:1px 1px 0 rgb(69,89,63);
	color:#FFF;
	background:rgb(218,218,218);
	background:rgb(69,89,63);;
	background-color:transparent;
	box-shadow:inset 1px 1px 5px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5);
	text-decoration:none;
	border-radius:35px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-font-smoothing: antialiased !important;
}

a.siteplan-switch:hover{
	border:none;
	background:rgb(219,165,57);
	/*background:rgb(69,89,63);*/
	text-shadow:1px 1px 0 rgb(151,90,15);
}

a.purple{
	color:rgb(118,81,150);
	text-decoration:none;
	cursor:pointer;
}

a.purple:hover{
	border-bottom:dotted 1px rgb(242,149,64);
	color:rgb(242,149,64);
	text-decoration:none;
}


/* ====================================
   NAVIGATION STYLES
   ====================================*/

ul#secondary-nav{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}

ul#secondary-nav li{
	float:left;
	padding:0 10px;
	border-right:1px solid rgb(219,165,57);
	min-width:40px;
}

ul#secondary-nav li a{
	color:rgb(219,165,57);
	text-decoration:none;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	
}

ul#secondary-nav li a:hover{
	border-bottom:dotted 1px rgb(242,240,240);
	color:rgb(242,240,240);
	text-decoration:none;
}

ul#secondary-nav li:last-child{
	padding:0 0 0 10px;
	border-right:none;
}

ul#primary-nav{
	display:block;
	clear:right;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	margin-top:55px;
}

ul#primary-nav li{
	float:left;
	margin-right:5px;
}

ul#primary-nav li:last-child{
	margin-right:0;
}

ul#primary-nav li a{
	background:rgb(240,240,240);
	padding:20px 20px 20px 65px;
	border-radius:5px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	color:#FFF;
}

ul#primary-nav li a#primary-nav-builders{
	background:url(../img/nav_bg_builders.png) no-repeat 15px -73px;
}

ul#primary-nav li a#primary-nav-siteplan{
	background:url(../img/nav_bg_siteplan.png) no-repeat 15px -75px;
	padding-left:55px;
}

ul#primary-nav li a#primary-nav-schools{
	background:url(../img/nav_bg_schools.png) no-repeat 15px -74px;
	padding-left:55px;
}

ul#primary-nav li a#primary-nav-location{
	background:url(../img/nav_bg_location.png) no-repeat 15px -76px;
	padding-left:45px;
}

ul#primary-nav li a#primary-nav-location:hover{
	background-position:15px 15px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li a#primary-nav-schools:hover{
	background-position:15px 13px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li a#primary-nav-siteplan:hover{
	background-position:15px 15px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li a#primary-nav-builders:hover{
	background-position:15px 12px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li.active a#primary-nav-location{
	background-position:15px 15px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li.active a#primary-nav-schools{
	background-position:15px 13px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li.active a#primary-nav-siteplan{
	background-position:15px 15px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

ul#primary-nav li.active a#primary-nav-builders{
	background-position:15px 12px;
	background-color: rgb(109,134,138);
	color:#FFF;
	border-bottom:none;
}

#overlay{
	display:none;
	position:fixed;
	background:rgba(0,0,0,0.5);
	top:0;
	bottom:0;
	right:0;
	left:0;
}

#popup-container{
	position:absolute;
	width:400px;
	top:150px;
	left:50%;
	margin-left:-200px;
}




/* ====================================
   HOME PAGE STYLES
   ====================================*/


ul#home-gallery{
	position:relative;
	margin:0 auto;
	padding:0;
	list-style:none;
	height:auto;
	width:100%;
	max-width:1400px;
	margin-bottom:-110px;
	max-height:600px;
}

/*ul#home-gallery li{
	width:1400px;
	height:auto;
	width:100%;
	max-width:1400px;
}*/

#gallery-next, #gallery-prev{
	display:block;
	position:absolute;
	z-index:1000;
	top:50%;
	margin-top:-60px;
	height:80px;
	width:80px;
	padding:15px;
	border:5px solid rgba(181,138,45,1.0);
	background:rgb(219,165,57);
	background-repeat:no-repeat;
	border-radius:50px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	
}

#gallery-next{
	background-image:url(../img/next_arrow.png);
	background-position:26px center;
	right:40px;
}

#gallery-next:hover{
	/*right:30px;*/
	border:12px solid rgba(181,138,45,1.0);
	background-position:19px center;
}

#gallery-prev{
	background-image:url(../img/prev_arrow.png);
	background-position:20px center;
	left:40px;
}

#gallery-prev:hover{
	/*left:30px;*/
	border:12px solid rgba(181,138,45,1.0);
	background-position:13px center;
}


#home-intro{
	position:relative;
	z-index:1000;
	margin:0 auto;
	padding:50px;
	padding-bottom:0;
	background:url(../img/bg_blue.jpg) repeat;
	color:#FFF;
/*	box-shadow:0 0 10px rgba(0,0,0,0.5);
*/}

#home-intro h1{
	margin-top:0;
	padding-top:0;
	text-align:center;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 0 rgba(255,255,255,0.3);
	text-shadow:1px 1px 4px rgb(69,89,63);
}

#home-intro h1 em{
	position:relative;
	display:inline-block;
    font-family: 'Brophy Script W01', serif;
	font-style:normal;
	font-size:45px;
	margin-bottom:5px;
	top:-7px;
	border-bottom:solid 3px #FFF;
	font-weight:normal;
	transform:rotate(-3deg);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
}


#home-intro p.lead{
    font-family: 'Museo W01 300', serif;
	font-size:19px;
	line-height:30px;
	text-align:center;
	letter-spacing:0px;
	border-top:none;
	border-bottom:none;
	padding:0;
}

#home-intro p.lead a{
	display:inline-block;
	color:#FFF;
    font-family: 'Museo Slab W01 700', serif;
	border-bottom:dotted 1px #FFF;
	padding-bottom:3px;
}

#home-intro p.lead a:hover{
	color:rgb(242,200,75);
	border-bottom:dotted 1px rgb(242,200,75);	
}
#home-intro p.lead a img.arrow{
	position:relative;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#home-intro p.lead a:hover img.arrow{
	left:5px;
}

#home-intro-siteplan{
	position:relative;
	text-align:center;
}

img#home-siteplan{
	position:relative;
	display:inline-block;
}

#home-intro-siteplan .button{
	z-index:1000;
	position:relative;
	margin-top:0;
	top:-100px;
	left:0;
	margin-left:auto;
}

#home-features{
	position:relative;
	text-align:center;
	margin-top:0;
}

#home-features p{
	font-size:15px;
}

#home-features .home-features-item{
	padding:20px 10px 10px 10px;
	border-radius:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	color:rgb(105,94,74);
}

#home-features .home-features-item:hover{
	background:rgb(240,240,240);
	border-bottom:none;
}

#home-features .home-features-item .home-features-image{
	position:relative;
	display:inline-block;
	width:100%;
	height:auto;
	border-radius:100px;
	overflow:hidden;
}

#home-features .home-features-item .home-features-image img.home-features-image-main{
	width:90%;
	border-radius:100px;
	overflow:hidden;

}

#home-features .home-features-item .home-features-image img.home-features-image-icon{
	position:absolute;
	width:130px;
	top:50%;
	left:50%;
	margin-top:-65px;
	margin-left:-65px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#home-features .home-features-item:hover .home-features-image img.home-features-image-icon{
	opacity:0;
	top:100px;
}




/* ====================================
   BUILDER & SCHOOLS PAGE STYLES
   ====================================*/

#builders-thumbs-container .builders-thumbs-item, #schools-thumbs-container .schools-thumbs-item{
	text-align:center;
	padding:15px;
	color:rgb(105,94,74);
	border-radius:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background:rgb(240,240,240);
	margin-top:20px;
}

#builders-thumbs-container .builders-thumbs-item:nth-child(1), #builders-thumbs-container .builders-thumbs-item:nth-child(2), #builders-thumbs-container .builders-thumbs-item:nth-child(3){
	margin-top:0;
	
}

#builders-thumbs-container .builders-thumbs-item p, #schools-thumbs-container .schools-thumbs-item p{
	font-size:15px;
}

#builders-thumbs-container .builders-thumbs-item .builders-thumbs-image, #schools-thumbs-container .schools-thumbs-item .schools-thumbs-image{
	position:relative;
	width:100%;
	border:solid 5px rgb(255,255,255);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	overflow:hidden;
	margin:20px 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#builders-thumbs-container .builders-thumbs-item .builders-thumbs-image .builders-thumbs-icon, #schools-thumbs-container .schools-thumbs-item .schools-thumbs-image .schools-thumbs-icon{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:200px;
	margin-left:-32px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

#builders-thumbs-container .builders-thumbs-item:hover, #schools-thumbs-container .schools-thumbs-item:hover{
	/*background:rgb(218,218,218);*/
	border-bottom:none;
	color:rgb(219,165,57);
}

#builders-thumbs-container .builders-thumbs-item:hover .builders-thumbs-image, #schools-thumbs-container .schools-thumbs-item:hover .schools-thumbs-image{
	border:solid 5px rgb(219,165,57);
}

#builders-thumbs-container .builders-thumbs-item:hover .builders-thumbs-image .builders-thumbs-icon, #schools-thumbs-container .schools-thumbs-item:hover .schools-thumbs-image .schools-thumbs-icon{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
}


#builders-thumbs-container .builders-thumbs-item:hover button.button, #schools-thumbs-container .schools-thumbs-item:hover button.button{
	background:rgb(226,183,97);
	text-decoration:none;
	border-bottom:none;
}

#builders-thumbs-container .builders-thumbs-item:hover button.button img.arrow, #schools-thumbs-container .schools-thumbs-item:hover button.button img.arrow{
	margin-left:5px;
}

.builders-large-image{
	position:relative;
	width:100%;
	border:solid 5px rgb(255,255,255);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	overflow:hidden;
	margin:20px 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

a.builders-logo-ash{
	padding:10px;
	background:#FFF;
	position:absolute;
	bottom:-5px;
	right:-5px;
}

a.builders-logo-ash:hover{
	border-bottom:none;
}

a.builders-logo-ash img{
	width:150px;
}

a.builders-logo{
	padding:10px;
	background:#FFF;
	position:absolute;
	bottom:-5px;
	right:-5px;
}

a.builders-logo:hover{
	border-bottom:none;
}

a.builders-logo img{
	width:200px;
}

.location-main-image{
	position:relative;
	width:100%;
	border:solid 5px rgb(255,255,255);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	overflow:hidden;
	margin:20px 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.schools-main-image{
	float:right;
	position:relative;
	border:solid 5px #FFF;
	box-shadow:0 0 7px rgba(0,0,0,0.3);
	width:400px;
	margin-left:20px;
}

.schools-main-image2{
	float:left;
	position:relative;
	max-width:320px;
	height:230px;
	margin-right:20px;
	margin-top:-35px;
}


#section-latest{
	margin-top:0;
	border-top:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgb(255,255,255);
	padding:40px 50px 50px 50px;
	background:url(../img/bg_light-gray.jpg) repeat;
}

#section-latest h3{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid rgb(218,218,218);
}

ul#news{
	padding:0;
	margin:0;
	list-style:none;
	height:190px;
	border-bottom:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgba(255,255,255,0.9);
	overflow-x:hidden;
	overflow-y:auto;
}

ul#news li{
	background: url(../img/list-arrow.png) no-repeat top left;
	background-position:0px 2px;
	padding-left:20px;
	margin-bottom:15px;
}

ul#flickr-feed{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:190px;
	border-bottom:1px solid rgb(218,218,218);
	box-shadow:0 1px 0 rgba(255,255,255,0.9);
	overflow-x:hidden;
	overflow-y:auto;
}

ul#flickr-feed li.flickr-image{
	float:left;
	width:22%;
	height:50px;
	margin-right:4%;
	overflow:hidden;
	margin-bottom:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	border:1px solid rgb(180,180,180);
}

ul#flickr-feed li.flickr-image:hover{
	border:5px solid rgb(219,165,57);
}

ul#flickr-feed li.flickr-image:nth-child(4n-4){
	margin-right:0;
}

ul#flickr-feed li.flickr-image img{
	position:relative;
	width:150px;
	max-height:none;
	max-width:none;
	top:-20px;
	left:-20px;
}

#request-info{
	margin:0;
	padding:0;
	width:100%;
	height:190px;
	border-bottom:1px solid rgb(218,218,218);
	overflow-x:hidden;
	overflow-y:auto;
}

ul#directions{
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:30px;
}

ul#directions li{
	background: url(../img/list-arrow.png) no-repeat top left;
	background-position:0px 2px;
	padding-left:20px;
	margin-bottom:15px;
}


/* ====================================
   FORM STYLES
   ====================================*/
   
.container form, 
.container input{
    font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
}

form#form-contact input[type=text],
form#form-contact input[type=url],
form#form-contact input[type=tel],
form#form-contact input[type=number],
form#form-contact input[type=color],
form#form-contact input[type=email],
form#form-contact textarea{
    font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
	outline:none;
	border:none;
	box-shadow:none;
	width:100%;
	float:left;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:10px;
	height:60px;
	font-size:16px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:rgb(240,240,240);
	border:1px solid rgb(240,240,240);
	margin:10px 0;
}

form#form-contact input[type=text]:focus,
form#form-contact input[type=url]:focus,
form#form-contact input[type=tel]:focus,
form#form-contact input[type=number]:focus,
form#form-contact input[type=color]:focus,
form#form-contact input[type=email]:focus,
form#form-contact textarea:focus{
	background:rgb(255,255,255);
	border:1px solid rgb(218,218,218);
}

form#form-contact input[type=checkbox]{
	display:none;
}

form#form-contact label.label-checkbox{
	width:100%;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:20px 10px;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;
	color:rgb(150,150,150);
	margin:10px 0;
	cursor:pointer;
	transition:all 0.1s ease-in-out;
	/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;*/
	background:url(../img/icon-check.png) no-repeat 20px -192px;
	background-color:rgb(240,240,240);
}

form#form-contact label.label-checkbox:hover{
	color:rgb(75,91,93);
	background:url(../img/icon-check.png) no-repeat 20px -87px;
	background-color:rgb(109,134,138);
}

form#form-contact label.label-checkbox.active{
	color:rgb(75,91,93);
	background:url(../img/icon-check.png) no-repeat 20px -87px;
	background-color:rgb(109,134,138);
}

form#form-contact label.label-checkbox.active:hover{
	color:rgb(181,138,45);
	background:url(../img/icon-check.png) no-repeat 20px 19px;
	background-color:rgb(226,183,97);
}

/* ==========================================================================
   Author's custom styles
   
   PALOMA LAKE'S PRIMARY WEBSITE COLORS:
   
   - Dark Brown: rgb(105,94,74);
   - Light Gray: rgb(147,149,152);
   - Lighter Gray: rgb(242,240,240);
   - Blue: rgb(109,134,138);
   - Yellow: rgb(219,165,57);
   - Beige: rgb(222,198,153);
   - Tan: rgb(178,133,83);
      
   ========================================================================== */

form#form-contact textarea{
	height:200px;
	min-height:200px;
	max-height:200px;
	min-width:100%;
	max-width:100%;
}

form#form-contact input[type=submit]{
	float:left;
	position:relative;
	font-family: 'Museo Slab W01 700', serif;
	display:inline-block;
	box-sizing:border-box;
	padding:5px 15px 5px 15px;
	font-size:16px;
	color:#FFF;
	background:rgb(219,165,57);
	text-decoration:none;
	width:100%;
	padding:0;
	height:60px;
	border-radius:5px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	border:none;
	margin:10px 0;
}

form#form-contact input[type=submit]:hover, input[type=submit]:hover{
	background:rgb(226,183,97);
}

form#form-contact input[type=submit]:active{
	background:rgb(226,183,97);
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}


#request-info input[type=text],
#request-info input[type=url],
#request-info input[type=tel],
#request-info input[type=number],
#request-info input[type=color],
#request-info input[type=email]{
    font-family:'Lato', Arial, sans-serif;
	font-weight:300;
	float:left;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:10px;
	height:40px;
	-webkit-border-radius:20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
		  background:url(../img/bg_dark-gray.jpg) repeat;
	width:100%;
	margin-bottom:20px;
}

#request-info input[type=text].half{
	width:47%;
}

#request-info input[type=submit]{
	float:left;
	position:relative;
	font-family: 'Museo Slab W01 700', serif;
	display:inline-block;
	box-sizing:border-box;
	padding:5px 15px 5px 15px;
	font-size:16px;
	color:#FFF;
	background:rgb(219,165,57);
	text-decoration:none;
	width:47%;
	height:40px;
	margin-left:6%;
	border-radius:35px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	border:none;
}

#request-info input[type=submit]:hover{
	background:rgb(226,183,97);
}

#request-info input[type=submit]:active{
	background:rgb(226,183,97);
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}

#section-newsletter-signup{
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
	padding:30px 50px 20px 50px;
	background:url(../img/bg_blue.jpg) repeat;
	color:#FFF;
}

#section-newsletter-signup p{
	font-size:18px;
}

#section-newsletter-signup input[type=text]{
    font-family:'Lato', Arial, sans-serif;
    font-weight: 300;
	position:relative;
	display:inline-block;
	outline:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:10px;
	height:40px;	
	float:left;
	background:#FFF;
	-webkit-border-radius:20px 0 0 20px;
     -moz-border-radius: 20px 0 0 20px;
          border-radius: 20px 0 0 20px;
	width:75%;
	margin:0;
}

#section-newsletter-signup input[type=submit]{
	position:relative;
	font-family: 'Museo Slab W01 700', serif;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:5px 15px 5px 15px;
	font-size:16px;
	color:#FFF;
	background:rgb(219,165,57);
	text-decoration:none;
	height:40px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	border:none;
	float:left;
	-webkit-border-radius:0 20px 20px 0;
     -moz-border-radius: 0 20px 20px 0;
          border-radius: 0 20px 20px 0;
		  width:25%;
		  margin:0;
		  text-align:center;

}

#section-newsletter-signup input[type=submit]:hover{
	background:rgb(226,183,97);
}

#section-newsletter-signup input[type=submit]:active{
	background:rgb(226,183,97);
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}

.modal{
	border-radius:10px;
}

.modal-header h3{
	padding:0;
	box-shadow:none;
}

.modal-header{
	color:#FFF;
	background:url(../img/bg_blue.jpg) repeat;
	border-radius:5px 5px 0 0;
}

.modal-header, .modal-body, .modal-footer{
	padding:30px;
}

.modal-body{
	padding:40px 30px;
}

.modal-footer{
	padding:20px 30px;
	background:rgb(240,240,240);
	border-radius:0 0 5px 5px;
}



#form-realtors input[type=text],
#form-realtors input[type=url],
#form-realtors input[type=tel],
#form-realtors input[type=number],
#form-realtors input[type=color],
#form-realtors input[type=email],
#form-realtors textarea{
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
	outline:none;
	border:none;
	box-shadow:none;
	width:100%;
	float:left;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:10px;
	height:60px;
	font-size:16px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:rgb(240,240,240);
	border:1px solid rgb(240,240,240);
	margin:10px 0;
}

#form-realtors input[type=text]:focus,
#form-realtors input[type=url]:focus,
#form-realtors input[type=tel]:focus,
#form-realtors input[type=number]:focus,
#form-realtors input[type=color]:focus,
#form-realtors input[type=email]:focus,
#form-realtors textarea:focus{
	background:rgb(255,255,255);
	border:1px solid rgb(218,218,218);
}

#form-realtors input[type=submit]{
	float:left;
	position:relative;
	font-family: 'Museo Slab W01 700', serif;
	display:inline-block;
	box-sizing:border-box;
	padding:5px 15px 5px 15px;
	font-size:16px;
	color:#FFF;
	background:rgb(219,165,57);
	text-decoration:none;
	width:100%;
	padding:0;
	height:60px;
	border-radius:5px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	border:none;
}

#form-realtors input[type=submit]:hover{
	background:rgb(231,170,77);
}

#form-realtors input[type=submit]:active{
	background:rgb(231,170,77);
	box-shadow:inset 2px 2px 2px rgba(0,0,0,0.3);
}

#form-realtors input[type=text].error,
#form-contact input[type=text].error, 
#form-contact input[type=text].error:focus, 
#request-info input[type=text].error, 
#section-newsletter-signup input[type=text].error{
	border:solid 1px #b94a48;
}



/* ====================================
   FOOTER STYLES
   ====================================*/

#footer{
	position:relative;
	z-index:1000;
	color:#FFF;
	padding-top:20px;
	background:url(../img/bg_dark_brown.jpg) repeat;
	font-size:16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
}

#footer h4{
	/*border-bottom:1px dotted #FFF;
	padding-bottom:10px;*/
}

#footer a{
	color:rgb(255,255,255);
}

#footer a:hover{
	color:rgb(255,255,255);
	border-bottom:1px dotted rgb(255,255,255);
}

#footer a.button:hover{
	color:rgb(255,255,255);
	border-bottom:none;
}

#footer ul.unstyled{
	margin:15px 0;
}


#footer ul.unstyled li{
	margin-bottom:7px;
}

#footer-bottom{
	margin-top:40px;
	box-shadow:0 -1px 0 rgba(0,0,0,0.3);
	border-top:1px solid rgba(255,255,255,0.1);
	padding:20px 20px;
	text-align:center;
}

#atmos-energy-logo{
	width:100%;
}

#equal-housing-logo{
	float:left;
}


/* 
	
	SITE PLAN PAGE

*/


.siteplan-aerial-popup, .siteplan-aerial-clickable-area{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.siteplan-aerial-popup img{
	position:relative;
	display:none;
	width:100%;
	top:10px;
	
}




@media (min-width: 979px) and (max-width: 1200px) {
	
	ul#primary-nav li{
		margin-right:5px;
	}
	
	ul#home-gallery{
		margin-bottom:-80px;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
	
	#home-intro{
		padding-bottom:50px;
	}
	
	#content-wrapper{
		width:824px;
	}
	
	ul#home-gallery{
		margin-bottom:-50px;
	}

	a.button, div.button, button.button{
		font-size:14px;
		padding:9px 13px 9px 13px;
	}
	
	a.button img.arrow, div.button img.arrow, button.button img.arrow{
		width:15px;
		top:-2px;
	}
	
	#home-intro-siteplan .button{
		position:relative;
		display:inline-block;
		top:0;
		margin-top:20px;
		left:0;
		margin-left:auto;
	}
	
	ul#primary-nav{
		margin-top:70px;
		font-size:16px;
	}

	ul#primary-nav li{
		margin-right:15px;
	}
	
	ul#primary-nav li:last-child{
		margin-right:0;
	}
	
	ul#primary-nav li a#primary-nav-builders, ul#primary-nav li a#primary-nav-siteplan, ul#primary-nav li a#primary-nav-schools, ul#primary-nav li a#primary-nav-location{
		padding:55px 12px 12px 12px;
	}
	
	ul#primary-nav li a#primary-nav-builders{
		background-position:center -73px;
	}
	
	ul#primary-nav li a#primary-nav-siteplan{
		background-position:center -75px;
	}
	
	ul#primary-nav li a#primary-nav-schools{
		background-position:center -74px;
	}
	
	ul#primary-nav li a#primary-nav-location{
		background-position:center -76px;
	}
	
	ul#primary-nav li a#primary-nav-location:hover, ul#primary-nav li.active a#primary-nav-location{
		background-position:center 15px;
	}
	
	ul#primary-nav li a#primary-nav-schools:hover, ul#primary-nav li.active a#primary-nav-schools{
		background-position:center 13px;
	}
	
	ul#primary-nav li a#primary-nav-siteplan:hover, ul#primary-nav li.active a#primary-nav-siteplan{
		background-position:center 15px;
	}
	
	ul#primary-nav li a#primary-nav-builders:hover, ul#primary-nav li.active a#primary-nav-builders{
		background-position:center 12px;
	}
	
	#home-features .home-features-item .home-features-image img.home-features-image-icon{
		position:absolute;
		width:100px;
		top:50%;
		left:50%;
		margin-top:-50px;
		margin-left:-50px;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
	}
	
	#hero-subpage{
		height:350px;
		margin-bottom:-75px;
	}
	
	#hero-subpage.hero-builders, {
		background-position:center bottom;
	}
	
	#hero-subpage.hero-schools{
		background-position:center top;
	}
	
	#hero-subpage.hero-location{
		background-position:center bottom;
	}
	
	#hero-subpage.hero-hoa{
		background-position:center center;
	}
	
	#subpage-intro{
		width:824px;
	}
	
	ul#subnav2{
		width:824px;
	}
	
	ul#subnav li, ul#subnav2 li{
		margin-right:10px;
	}
}

@media (min-width: 480px) and (max-width: 768px)  {	

	#header{
		width:auto;
		text-align:center;
		padding:35px 20px;
		padding-bottom:20px;
	}

	
	ul#secondary-nav{
		display:none;
	}
	
	#primary-logo{
		display:block;
		clear:both;
		position:relative;
		clear:both;
		float:none;
		height:80px;
		width:auto;
		margin:0 auto;
	}
	
	ul#primary-nav{
		display:none;
		clear:right;
		float:right;
		margin:0;
		padding:0;
		list-style:none;
		font-size:18px;
		margin-top:20px;
		width:100%;
	}
	
	ul#primary-nav li{
		display:block;
		float:none;
		margin-right:0;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		border-top:1px solid rgba(218,218,218,0.2);
		box-shadow:0 -1px 0 rgba(0,0,0,0.3);
	}
	
	ul#primary-nav li:last-child{
		margin-right:0;
	}
	
	ul#primary-nav li a{
		display:block;
		background:rgb(240,240,240);
		padding:25px;
		/*border-radius:10px;*/
		border-radius:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		width:100%;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
	}
	
	ul#primary-nav li a#primary-nav-builders{
		background:url(../img/nav_bg_builders.png) no-repeat 20px -67px;
		padding-left:75px;
	}
	
	ul#primary-nav li a#primary-nav-siteplan{
		background:url(../img/nav_bg_siteplan.png) no-repeat 20px -70px;
		padding-left:75px;
	}
	
	ul#primary-nav li a#primary-nav-schools{
		background:url(../img/nav_bg_schools.png) no-repeat 20px -69px;
		padding-left:75px;
	}
	
	ul#primary-nav li a#primary-nav-location{
		background:url(../img/nav_bg_location.png) no-repeat 20px -69px;
		padding-left:75px;
	}
	
	ul#primary-nav li a#primary-nav-builders:hover, ul#primary-nav li a#primary-nav-siteplan:hover, ul#primary-nav li a#primary-nav-schools:hover, ul#primary-nav li a#primary-nav-location:hover{
		background-color: rgb(219,165,57);
		color:#FFF;
	}
	
	ul#primary-nav li a#primary-nav-location:hover, ul#primary-nav li.active a#primary-nav-location{
		background-position:20px 18px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-schools:hover, ul#primary-nav li.active a#primary-nav-schools{
		background-position:20px 18px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-siteplan:hover, ul#primary-nav li.active a#primary-nav-siteplan{
		background-position:20px 20px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-builders:hover, ul#primary-nav li.active a#primary-nav-builders{
		background-position:20px 17px;
		border-bottom:none;
	}
	
	a#mobile-nav-menu-button{
		float:right;
		margin-top:-75px;
		display:block;
		/*background:url(../img/nav_bg_menu.png) no-repeat center -158px rgb(240,240,240);*/
		background:url(../img/nav_bg_menu.png) no-repeat center -62px;
		padding:30px;
		height:0px;
		/*border-radius:10px;*/
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		color:rgb(105,94,74);
		width:0;
		height:0;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
		border:1px solid rgba(0,0,0,0.2);
		box-shadow:1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-menu-button:hover{
		/*background-color: rgb(219,165,57);*/
		background-position:center -62px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-menu-button.active{
		/*background-color: rgb(219,165,57);*/
		background-position:center 18px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button{
		float:left;
		margin-top:-75px;
		display:block;
		/*background:url(../img/nav_bg_contact.png) no-repeat center -75px rgb(240,240,240);*/
		background:url(../img/nav_bg_contact.png) no-repeat center 17px;
		padding:30px;
		/*border-radius:10px;*/
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		color:rgb(105,94,74);
		width:0;
		height:0;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
		border:1px solid rgba(0,0,0,0.2);
		box-shadow:1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button:hover{
		/*background-color: rgb(219,165,57);*/
		background-position:center 17px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button.active{
		/*background-color: rgb(219,165,57);*/
		background-position:center 17px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}


	#home-intro{
		padding:30px 20px 30px 20px;
	}
	
	#content-wrapper{
		width:100%;
	}
	
	ul#home-gallery{
		margin-bottom:0;
	}

	
	#home-intro-siteplan .button{
		position:relative;
		display:inline-block;
		top:-110px;
		margin:0;
		left:0;
		margin-left:auto;
	}
	
	#gallery-next, #gallery-prev{
		margin-top:-40px;
		border:none;
		background-color:transparent;
		box-shadow:none;
		background-position:center center;
		border:none;
	}
	
	#gallery-next{
		right:20px;
	}
	
	#gallery-prev{
		left:20px;
	}
	
	#gallery-next:hover, #gallery-prev:hover{
		border:none;
		background-position:center center;
	}
	
	#gallery-next:hover{
		right:10px;
	}
	
	#gallery-prev:hover{
		left:10px;
	}
	
	#section-latest{
		padding:0 20px 10px 20px;
	}
	
	.section-latest-item{
		margin-bottom:0;
		padding:30px 0 10px 0;
		border-bottom:1px solid rgb(218,218,218);
	}
	
	.section-latest-item:last-child{
		margin-bottom:0;
		border-bottom:none;
	}
	
	#section-newsletter-signup{
		padding:30px 20px 20px 20px;
	}
	
	#hero-subpage{
		height:250px;
		margin-bottom:-50px;
		background-position:center center;
	}

	#hero-subpage.hero-builders, #hero-subpage.hero-schools{
		background-position:center top;
	}
	
	#subpage-intro{
		text-align:center;
		padding:20px;
		padding-bottom:30px;
		width:auto;
	}
	
	ul#subnav2{
		display:none;
	}
	
	ul#subnav{
		display:inline-block;
		margin:0;
		padding:30px 0 10px 0;
		list-style:none;
	}
	
	ul#subnav li{
		clear:both;
		float:none;
		display:block;
		margin-right:0;
		margin-bottom:30px;
	}
	
	ul#subnav li:last-child{
		margin-bottom:0;
	}
	
	#builders-thumbs-container .builders-thumbs-item, #schools-thumbs-container .schools-thumbs-item{
		margin-bottom:20px;
	}
	
	#footer{
		padding-right:20px;
		padding-left:20px;
	}
	
	#atmos-energy-logo{
		width:50%;
	}

}

@media (max-width: 480px) {	
	
	#home-intro-siteplan .button{
		position:relative;
		display:inline-block;
		top:-110px;
		margin:0;
		left:0;
		margin-left:auto;
	}
	
	#home-intro{
		padding:30px 20px 30px 20px;
	}
	
	#content-wrapper{
		width:100%;
	}
	
	ul#home-gallery{
		margin-bottom:0;
	}
	
	#header{
		width:auto;
		text-align:center;
		padding:35px 20px;
		padding-bottom:20px;
	}
	
	ul#secondary-nav{
		display:none;
	}
	
	#primary-logo{
		display:block;
		clear:both;
		position:relative;
		clear:both;
		float:none;
		height:80px;
		width:auto;
		margin:0 auto;
	}
	
	ul#primary-nav{
		display:none;
		clear:right;
		float:right;
		margin:0;
		padding:0;
		list-style:none;
		font-size:18px;
		margin-top:20px;
		width:100%;
	}
	
	ul#primary-nav li{
		display:block;
		float:none;
		margin-right:0;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		border-top:1px solid rgba(218,218,218,0.2);
		box-shadow:0 -1px 0 rgba(0,0,0,0.3);
	}
	
	ul#primary-nav li:last-child{
		margin-right:0;
	}
	
	ul#primary-nav li a{
		display:block;
		background:rgb(240,240,240);
		padding:25px;
		/*border-radius:10px;*/
		border-radius:0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		width:100%;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
	}
	
	ul#primary-nav li a#primary-nav-builders{
		background:url(../img/nav_bg_builders.png) no-repeat 20px -67px;
		padding-left:65px;
	}
	
	ul#primary-nav li a#primary-nav-siteplan{
		background:url(../img/nav_bg_siteplan.png) no-repeat 20px -70px;
		padding-left:65px;
	}
	
	ul#primary-nav li a#primary-nav-schools{
		background:url(../img/nav_bg_schools.png) no-repeat 20px -69px;
		padding-left:65px;
	}
	
	ul#primary-nav li a#primary-nav-location{
		background:url(../img/nav_bg_location.png) no-repeat 20px -69px;
		padding-left:65px;
	}
	
	ul#primary-nav li a#primary-nav-builders:hover, ul#primary-nav li a#primary-nav-siteplan:hover, ul#primary-nav li a#primary-nav-schools:hover, ul#primary-nav li a#primary-nav-location:hover{
		background-color: rgb(219,165,57);
		color:#FFF;
	}
	
	ul#primary-nav li a#primary-nav-location:hover, ul#primary-nav li.active a#primary-nav-location{
		background-position:20px 18px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-schools:hover, ul#primary-nav li.active a#primary-nav-schools{
		background-position:20px 18px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-siteplan:hover, ul#primary-nav li.active a#primary-nav-siteplan{
		background-position:20px 20px;
		border-bottom:none;
	}
	
	ul#primary-nav li a#primary-nav-builders:hover, ul#primary-nav li.active a#primary-nav-builders{
		background-position:20px 17px;
		border-bottom:none;
	}
	
	a#mobile-nav-menu-button{
		float:right;
		margin-top:-75px;
		display:block;
		/*background:url(../img/nav_bg_menu.png) no-repeat center -158px rgb(240,240,240);*/
		background:url(../img/nav_bg_menu.png) no-repeat center -62px;
		padding:30px;
		height:0px;
		/*border-radius:10px;*/
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		color:rgb(105,94,74);
		width:0;
		height:0;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
		border:1px solid rgba(0,0,0,0.2);
		box-shadow:1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-menu-button:hover{
		/*background-color: rgb(219,165,57);*/
		background-position:center -62px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-menu-button.active{
		/*background-color: rgb(219,165,57);*/
		background-position:center 18px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button{
		float:left;
		margin-top:-75px;
		display:block;
		/*background:url(../img/nav_bg_contact.png) no-repeat center -75px rgb(240,240,240);*/
		background:url(../img/nav_bg_contact.png) no-repeat center 17px;
		padding:30px;
		/*border-radius:10px;*/
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		color:rgb(105,94,74);
		width:0;
		height:0;
		/*text-indent:-999px;*/
		overflow:hidden;
		text-align:left;
		border:1px solid rgba(0,0,0,0.2);
		box-shadow:1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button:hover{
		/*background-color: rgb(219,165,57);*/
		background-position:center 17px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}
	
	a#mobile-nav-contact-button.active{
		/*background-color: rgb(219,165,57);*/
		background-position:center 17px;
		border-bottom:none;
		box-shadow:inset 0 0 5px rgba(0,0,0,0.3), 1px 1px 0 rgba(218,218,218,0.2);
	}

	
	#gallery-next, #gallery-prev{
		margin-top:-40px;
		border:none;
		background-color:transparent;
		box-shadow:none;
		border:none;
	}
	
	#gallery-next{
		background-position:center center;
		right:0;
		border:none;
	}
	
	#gallery-next:hover{
		border:none;
		background-position:center center;
	}
	
	#gallery-prev{
		background-image:url(../img/prev_arrow.png);
		background-position:center center;
		left:0;
		border:none;
	}
	
	#gallery-prev:hover{
		border:none;
		background-position:center center;
	}
	
	#page-content{
		padding:20px;
	}
	
	#home-features .home-features-item{
		border-bottom:1px solid rgb(218,218,218);
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-ms-border-radius:0;
		-o-border-radius:0;
		padding-bottom:20px;
		padding-top:30px;
	}
	
	#section-latest{
		padding:0 20px 10px 20px;
	}
	
	.section-latest-item{
		margin-bottom:0;
		padding:30px 0 10px 0;
		border-bottom:1px solid rgb(218,218,218);
	}
	
	.section-latest-item:last-child{
		margin-bottom:0;
		border-bottom:none;
	}
	
	ul#news, ul#flickr-feed, #request-info{
		/*border-bottom:none;*/
		height:auto;
	}
	
	#request-info{
		border-bottom:none;
	}
	
	#section-newsletter-signup{
		padding:30px 20px 30px 20px;
	}
	
	#hero-subpage{
		height:200px;
		margin-bottom:-50px;
		background-position:center center;
	}

	#hero-subpage.hero-builders{
		background-position:center bottom;
	}
	
	#hero-subpage.hero-schools{
		background-position:center top;
	}
	
	#subpage-intro{
		text-align:center;
		padding:20px;
		padding-bottom:30px;
		min-width:auto;
		width:auto;
		height:auto;
	}
	
	ul#subnav2{
		display:none;
	}
	
	#subpage-intro.stuck{
		position:relative;
		/*top:-97px;*/
		box-shadow:none;
		width:auto;
	}
	
	.subpage-intro-wrapper{	
		min-height:auto !important;
		height:auto;
	}
	
	ul#subnav{
		display:inline-block;
		margin:0;
		padding:30px 0 10px 0;
		list-style:none;
	}
	
	ul#subnav li{
		display:block;
		clear:both;
		float:none;
		margin-right:0;
		margin-bottom:30px;
	}
	
	ul#subnav li:last-child{
		margin-bottom:0;
	}
	
	#section-get-started{
		padding:20px;
		padding-bottom:30px;
		text-align:center;
	}
	
	#section-get-started p.lead{
		text-align:center;
	}
	
	#builders-thumbs-container .builders-thumbs-item, #schools-thumbs-container .schools-thumbs-item{
		margin-bottom:20px;
	}
	
	#footer{
		padding-right:20px;
		padding-left:20px;
	}
	
	#atmos-energy-logo{
		width:50%;
	}


	
}