/*
       _ _                     _   _           
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____ 
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|  

Site design by p11|creative
Visit us @ p11.com

*/


/* ----- [ COLORZ ] ----- //

The options should take care of this...

// ----- __________ -----*/



/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  margin-right:1em;
}

/*```````````````````````````//
//          GLOBALS          //
//___________________________*/

*, *:before, *:after {
    border:0;
    border-collapse:collapse;
    margin:0;
    padding:0;
    line-height:normal;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;  
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
}

html, body {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    color:#451500;
}

body, p, span {
    font-family: 'Arimo', Arial, sans-serif !important;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, nav, nav a, .cycle-overlay {
    font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
    text-transform: uppercase;
    color:#EF5A28;
    letter-spacing: 1px;
}

h1, h3, h5 {
  font-weight: 500;
}

h2, h4, h6 {
  font-weight: 500;
}

h1 {
  font-size:2em;
}

h2 {
  font-size:1.5em;
}

h3 {
  font-size: 1.3em;
	color: #451300;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

section {
  position:relative;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


input, textarea {
  color:#EF5A28;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    font-family: inherit;
    font-size: inherit;
}

.browsehappy {
	width: 100%;
	text-align: center;
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1500;
}

a, .trans {
    -webkit-transition:all .5s;
       -moz-transition:all .5s;
        -ms-transition:all .5s;
         -o-transition:all .5s;
            transition:all .5s; 
}

a {
  color:#EF5A28;
	text-decoration:none;
}

a:hover {
  color:#451300;
}

a:active {
  color:#EF5A28;
}

a.current {

}

p {
    letter-spacing: 0.5px;
    font-size:1em;
    line-height: 1.45em;
		margin: 0 0 10px 0;
}

.full {
    width:100%;
}

.half {
    width:50%;
}

.third {
    width:33.33%;
}

.twothird {
    width:66.66%;
}

.fourth {
    width:25%;
}

.threefourth {
    width:75%;
}

.fifth {
    width:20%;
}

.left {
    float:left;
}

.right {
    float:right;
}

.center {
    margin:0 auto;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.stretch {
	width: 100%;
	height: auto;
}

/*```````````````````````````//
//          HEADER           //
//___________________________*/

#loading {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:900;
  background:#fff;
}

#loading img.logo {
  display:block;
  margin:0 auto;
  padding-top:20px;
  max-width: 80%;
  height:auto;

}

#loading img.loader {
    display: block;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -64px;
    margin-top:-64px;
}

#mhead {
  display: none; 
  position:fixed;
  z-index: 850;
  top:10px;
  left:0;
  width:100%;
  height:63px;
}

#mhead img {
  width:100%;
  height:auto;
}

header {
    position:absolute;
    top: 25px;
    left:0;
    width:100%;
    min-height:95%;
    height:auto;
    overflow-y: visible;
    overflow-x: hidden;
    background-color: #FCBD15;
    border-bottom:20px solid #fff;
}

#mobile-phone {
	display: none;
}

#callout-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #EF5A28;
	width: 100%;
	height: 35px;
	z-index: 900;
}

#callout-bar .wrapper {
	background-color: transparent;
}

#callout-bar #callout-rotation {
	margin-top: 6px;
}

#callout-bar #callout-rotation a {
	color: #fff;
	font-size: 1.2em;
}

#callout-bar #callout-rotation a:hover {
	color: #FCBD15 !important;
}

#callout-contact {
	text-align: right;
	padding-top: 4px;
}

#callout-contact ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#callout-contact ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	list-style: none;
	display: inline-block;
	font-size: 1.2em;
	color: #fff;
}

#callout-contact ul li a {
	color: #fff;
}

#callout-contact ul li a:hover {
	color: #FCBD15 !important;
}

#callout-contact ul li a .fa {
	font-size: 1.2em;
	margin-top: ;
}

#callout-contact ul li.phone {
	padding-right: 20px;
	line-height: 1.25em;
}

#callout-contact ul li.phone-mobile {
	display: none;
}

header .wrapper {
  background:#fff;
  height:100%;
}

#logo {
  position: absolute;
  top: -33px;
  left: -396px;
  z-index: 850;
  background: url('/images/global/curve.png') no-repeat scroll center center transparent;
  width: 800px;
  height: 220px;
}

#logo img {
    height: auto;
    left: 410px;
    position: relative;
    top: 60px;
    width: 215px;
}

#mainNav {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	height: 100px;
	z-index: 650;
	padding-left: 12%;
}

#mainNav ul {
	display: block;
	width: 25%;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	float: left;
	color: #ef5919;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#mainNav a:link, #mainNav a:visited {
	display: block;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	color: #fff;
}

#mainNav a:hover, #mainNav a:active {
	color: #fcbe00;
}

#mainNav ul li.active a {
	color: #fcbe00;
}

.slicknav_menu {
	display:none;
}

#mobile-nav-only {
	display: none !important;
}

/*```````````````````````````//
//           CONTENT            //
//___________________________*/

.wrapper {
    max-width:980px;
    width:95%;
    margin:0 auto;
    position:relative;
    background:#fff;
}

#content {
  height:auto;
  width:100%;
  left:0;
  overflow: hidden;
  background: #EE5A28;
}

.content-holder {
  width:100%;
  position:relative;
  padding: 2em 4% 2em 4%;
	overflow: hidden;
}

.content-holder.intro {
	overflow: visible;
}

.content-holder-full {
  width:100%;
  position:relative;
  padding: 2em 3em 2em 3em;
	overflow:hidden;
}

.content-holder-full.siteplan {
  width:100%;
  position:relative;
  padding: 2em 2em 2em 2em;
	overflow:hidden;
}

#siteplanMobile {
	display: none;
}

.content-holder-full.explore {
  width:100%;
  position:relative;
  padding: 0 2em 2em 2em;
	overflow:hidden;
}

.content-holder-half {
  width: 50%;
	float:left;
  position:relative;
  padding: 2em 2em 0 0;
	overflow:hidden;
}

.content-holder-half ul {
	margin: 10px;
	padding: 0;
}

.content-holder-half li {
	list-style: outside;
	margin: 0 0 8px 10px;
	padding: 0 0 0 5px;
	font-size: 1em;
}

#lcover, #rcover {
    position:absolute;
    top:0;
    height:100%;
    width:50%;
    z-index:500;
}

#lcover {
    left:0;
    margin-left:-450px;
    background:url(/images/global/head-left.png) no-repeat scroll top right transparent;
}

#rcover {
    right:0;
    margin-right:-420px;
    background:url(/images/global/head-right.png) no-repeat scroll top left transparent;
}

#slider {
  width:100%;
  height:auto;
  margin:100px auto 0; 
  overflow:hidden;
}

#slider > img {
  width:100%;
}

#brownStrip {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 100px;
	background-color: #451300;
	z-index: 600;
}

#down {
  position:absolute;
  left:50%;
  top:-4em;
  margin-left:-55px;
  z-index:500;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

#down:hover {
  cursor: pointer;
   top:-3.5em;
}

.center {
	text-align: center;
}

.secTitle {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
}

.secDesc {
	display: block;
	width: 100%;
	text-align: center;
	margin: -1em 0 2em 0;
	padding: 0 1em;
}

/*```````````````````````````//
//           HOME            //
//___________________________*/

.content-holder.intro p {
 text-align: left;
 font-size:1em;
 line-height: 1.5em;
 padding: 1em;
}

#homeBtns {
	padding: 0 2em;
}

#homeBtns #btn1 a {
	background: url(/images/home/bg-homebtn-floorplans.jpg) top center no-repeat;
}

#homeBtns #btn2 a {
	background: url(/images/home/bg-homebtn-siteplan.jpg) top center no-repeat;
}

#homeBtns #btn3 a {
	background: url(/images/home/bg-homebtn-explore.jpg) top center no-repeat;
}

#homeBtns a:link, #homeBtns a:visited {
	display: block;
	height: 200px;
	text-decoration: none;
	margin: 0 0 0 1em;
	color: #fff;
	border-radius: 22px 22px 0px 0px; 
	-moz-border-radius: 22px 22px 0px 0px; 
	-webkit-border-radius: 22px 22px 0px 0px; 
	overflow: hidden;
}


#homeBtns a h2 {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 1.125em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	background-color: #f69200;
	color: inherit;
	opacity: .95;
	transition:all 0.3s;
  -webkit-transition:all 0.3s;
}

#homeBtns a:hover > h2 { 
	font-size: 1.5em;
	line-height: 7em;
	background-color: #f05a1a;
	height: 200px;
	opacity: .75;
}

#homeBtns a.first {
	margin: 0;
}

/*
.homeSec {
	width: 29%;
	margin: 0 3% 0 0;
}

.homeSec.first {
	margin: 0 3% 0 3%;
}
*/

.homeTitle {
	display: block;
	width: 100%;
	text-align: center;
	margin: .75em 0 0 0;
	padding: 0;
}


/*```````````````````````````//
//           FLOOR PLANS            //
//___________________________*/

.floor-plans-content {
  width:100%;
  position:relative;
  padding: 3em 2em 1em 2em;
  z-index:600;
  text-align: center;
}

.floor-plans-content p {
 text-align: left;
 font-size:1.2em;
 line-height: 1.8em;
 padding: 2em 2em 0 2em;
}

/********************************************************
FLOORPLANS
********************************************************/

#xmenu {
	float:left;
	margin-top:-1em;
	padding: 0 1em 0 0;
}

#xmenu h5 {
	font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
	margin-top:1em;
	font-weight: 400;
	letter-spacing: 1px;
}

#xmenu button {
	color: #461300;
	width:100%;
	text-align: center;
	font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
	font-size:1em;
	letter-spacing: 1px;
	background: none repeat scroll 0% 0% #fdbe00;
	/*outline: 3px solid #E1E8F1;*/
	border: 1px solid #fff;
	padding: 0.25em 0;
	text-transform: uppercase;
	margin: 0.5em 0px;
	/*box-shadow: 3px 3px 7px #999;*/
	transition:all 0.2s;
  -webkit-transition:all 0.2s;
}

#xmenu button.checkavailability {
	margin: 15px 0 0 0;
	background: #EF5A28;
	color: #fff;
}

#xmenu button.select {
	background:#451200;
	color: #fff;
}

#xmenu button:hover {
	background:#451200;
	color: #fff;
	cursor: pointer;
}




#xfloorplan {
	float:right;
}

#xfloorplan ul {
	list-style-type: none;
}

#xdetails {
	width:100%;
	clear:both;
	overflow: hidden;
}

#xdetails li {
	float:left;
	letter-spacing: 1px;
}

#xreverse {
	clear:both;
}

#xreverse button {
	background:none;
	font-family: inherit;
	font-size: 1em;
	color:#451500;
	margin:0 1em 0 0;
}

#xreverse button:hover {
	color:#ef5a28;
	cursor: pointer;
}

#xreverse button.select {
	color:#ef5a28;
}

#xreverse button:before {
	content: "□ ";
	font-size: 1.45em;
}

#xreverse button.select:before {
	content: "■ ";
	font-size: 1.45em;
}

li#xname {
	color: #EF5A28;
	font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
	width:20%;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 500;
}

li#bed-bath {
	width:35%;
	color:#451200;
	text-align: right;
	padding-right:1.5em;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	margin:5px !important;
}

li#xsqft {
	width:22%;
	color:#451200;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em;
	margin:5px !important;
}

li.ifp-button {
	position: absolute;
	right: 30px;
	top: 140px;
	width:140px;
}

li.ifp-button a {
	display: block;
	width:143px;
	height:40px;
	background: url('/images/floor-plans/ifp-button.png') no-repeat scroll center transparent;
}

.ximage {
	padding: 0 1em;
}

.feature-list {
	color:#475A74;
	font-weight: 400;
}

.feature-list li {
	display: inline-flex;
	line-height: 1.2em;
	margin-bottom:1em;
	width:90%;
}

.feature-list li:before {
	content: "‑ ";
	padding-right: 0.5em;
}

.feature-list ul li:before {
	content: "";
	padding-right: 1em;
}

.feature-list a:link, .feature-list a:visited {
	color: #FFF;
}
	
.feature-list a:hover, .feature-list a:active {
	color: #a9c4e1;
}

/*```````````````````````````//
//           GALLERY            //
//___________________________*/


#galleria {
	margin: 0 0 2em 0;
}


/*```````````````````````````//
//           CONTACT US            //
//___________________________*/

#contactInfo {
	padding: 0 20px 0 0;
}

#gMapp{
position: relative;
padding-bottom: 55%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
#gMapp iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#getDirections {
	width: 100%;
	margin: 3em 0 0 0;
	padding: 0;
}

#getDirections #saddr {
	margin: .5em 0 0 0;
	border: none;
	background: none repeat scroll 0 0 #ffeec7;
	font-size: 1em;
	letter-spacing: 0.5px;
	padding: 0.5em;
	width: 100%;
}
#getDirections #google-btn {	
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #ef5a28;;
	margin: .5em 0 0 0;
	padding: .5em 2em;
	border: none;
	transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
#getDirections #google-btn:hover {
	background-color: #cf460c;
	cursor: pointer;
}


#interest {
  display:table;
  width:100%;
	margin: 1em 0 2em 0;
}

#interest fieldset {
    border: 3px solid #451500;
    margin: 0;
    padding: 2em 2em 0;
}

#interest fieldset legend {
  text-align: center;
  margin: 0px 25%;
  padding: 1em;
  width: 50%;
}

#interest div {
  padding:1em;
  position:relative;
}

#interest div#sec1, #interest div#sec2, #interest div#sec3 {
  padding:0;
}

#interest div#sec2 div.left {
  clear:left;
}

#interest label {
  font-weight: 400;
  width:100%;
  letter-spacing: 2px;
  padding:0.5em;
}

label.error {
  font-size: 0.8em;
  position: absolute;
  bottom: -0.8em;
  left: 1em;
  color: #D04D1B;
}

#interest input {
  width:100%;
  background:#FFEEC7;
  padding: 0.5em;
  letter-spacing: 0.5px;
  font-size: 1em;
  margin-top:0.5em;
}

#interest textarea {
  width:100%;
  background:#FFEEC7;
  padding:1em 0.5em;
  margin-top:0.5em;
  letter-spacing: 0.5px;
  font-size: 1em;
  resize:none;
  height: 20.25em;
  overflow:auto;
}

#interest input[type="submit"] {
	font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
	background-color: #ee5a28;
	color: #fff;
	border: medium none;
	float: right;
	height: 50px;
	position: relative;
	top: 0px;
	transition: all 0.5s ease 0s;
	width: 130px;
	z-index: 400;
	margin: 0 0 2em 0;
}


#interest input[type="submit"]:hover {
	color: #ee5a28;
	background-color: #fdbe00;
  cursor: pointer;
}

/*  Submit button  */
#btn-submit {
	font-family:'Cinzel', 'Avant Garde', 'Futura', 'Helvetica Neue', 'Helvetica', Tahoma, 'Trebuchet MS', sans-serif ;
	background-color: #ee5a28;
	color: #fff;
	text-align: center;
	border: medium none;
	float: right;
	height: 40px;
	position: relative;
	transition: all 0.5s ease 0s;
	width: 130px;
	z-index: 400;
	margin: 0 0 2em 0;
	padding: 10px 0 0 0;
}

#btn-submit:hover {
	color: #ee5a28;
	background-color: #fdbe00;
  cursor: pointer;
}

#process {
  width:100%;
}

img.processing {
  display:block;
  margin:2em auto;
  background:#fff;
  width:64px;
  height:64px;
}

p.processing {
  text-transform: uppercase;
  font-size: 1em !important;
}

#success {
  padding:15em 2em !important;
  text-align: center;
	display: none;
}

#formLoader {
	position: absolute;
	left: 50%;
	top: 10px;
	display: none;
}

#formLoading {
	float: right;
	margin: 10px 10px 0 0;
	display: none;
}


/*```````````````````````````//
//         FOOTER            //
//___________________________*/

footer {
  position:relative;
  background:#451400;
  margin-bottom: 0;
	z-index: 998;
}

footer .wrapper {
  padding:1.5em 3em;
	/*margin-bottom:5em;*/
  text-align: center;
  position:relative;
  background:#451400;
  color:#fff;
}

#copyright {
  font-size: 0.8em;
  padding:1.5em 0 2em 0;
}

#copyright a {
  color:#fff;
}

#copyright a:hover {
  color:#fdbe00;
}

#footcopy {
 
}

#footcopy h2 {
  font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#footcopy p {
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 1em 0;
	padding: 0;
}

#footcopy a {
  text-decoration: none;
  color:#EE5A28;
}

#footcopy p span {
  font-size: 3em;
  margin-right: -0.9em;
  position: relative;
  top: 0.1em;
}

#footsocial {
  margin: 0 auto;
  display: inline-block;
}

#footsocial a:hover {
  opacity:1;
}

#up {
  position: relative;
  display: inline-block;
  margin:0 auto;
  top:-4.9em;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

#up:hover {
  cursor: pointer;
  top:-5.6em;
}


#policy-container {
  display: none;
  background:rgba(0,0,0,.5);
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  z-index: 10000;
}

#policy {
  position:absolute;
  top:5%;
  bottom:5%;
  left:5%;
  right:5%;
  max-width:940px;
  margin:0 auto;
  padding:2em;
  background:#fff;
  color:#3C2313;
  overflow:scroll;
  z-index:960;
  box-shadow:0 0 10px #000;
}

#policy p {
  padding-bottom:1em;
}

#policy li {
  padding-bottom:1em;
  margin-left:2em;
}

#policy-close {
  position: fixed;
  border-radius: 1em;
  margin-top: -2.6em;
  margin-left: -2.6em;
  border: 3px solid #EE581E;
  background: none repeat scroll 0% 0% #EE581E;
  height: 2em;
  width: 2em;
  padding: 0.2em 0.5em;
  z-index: 970;
  color: #FFF;
  text-decoration: none;
}

a:link#btn-residentportal, a:visited#btn-residentportal, a:active#btn-residentportal, a:hover#btn-residentportal {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	color: #fff;
}
a:link#btn-residentportal, a:visited#btn-residentportal, a:active#btn-residentportal {
	background: #ef5a28;
}
a:hover#btn-residentportal {
	background: #000;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:1030px) {

	.content-holder-full.siteplan {
			overflow: hidden;
			padding: 2em 1em;
	}

}

@media only screen and (max-width:985px) {

	.content-holder-full.siteplan {
			overflow: hidden;
			padding: 2em 0;
	}

}

@media only screen and (max-width:950px) {

.content-holder-half {
  width:100%;
	padding: 0;
}

.content-holder-half h4 {
  margin: 0 0 1em 0;
}

.content-holder-half ul {
	margin: 0 10px;
	padding: 0;
}

#mainNav {
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	height: 100px;
	z-index: 650;
	padding-left: 12%;
}

#mainNav ul {
	display: block;
	width: 25%;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	float: left;
	color: #ef5919;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#mainNav a:link, #mainNav a:visited {
	display: block;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	color: #fff;
}

#mainNav {
	position: absolute;
	right: 0;
	top: 0;
	width: 66%;
	height: 100px;
	z-index: 650;
	padding-left: 12%;
}

#mainNav ul {
	display: block;
	width: 25%;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	float: left;
	color: #ef5919;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#mainNav a:link, #mainNav a:visited {
	display: block;
	font-size: 0.875em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	color: #fff;
}



}


@media only screen and (max-width:875px) {
	
	#logo {
    left: -520px;
	}
	
	#logo img {
    left: 530px;
    width: 150px;
	}
	
	#mainNav {
		width: 76%;
	}
	
	#mainNav ul {
		width: 24%;
	}
	
	#mainNav a:link, #mainNav a:visited {
		font-size: 0.875em;
		font-weight: 500;
		margin: 0;
		padding: 3px 0;
	}
	
	li.ifp-button {
		right: 30px;
		top: 30px;
	}

	li.xsqft {
		width:100px;
		font-size: 1em;
	}	
	
	li#xname {
	width:25%;
	}

	li#bed-bath {
		width:40%;
	}

	li#xsqft {
		width:27%;
	}

}


@media only screen and (max-width:720px) {

	/* #menu is the original menu */
	#mainNav {
		display:none;
	}

	#callout-bar {
		display: none;
	}

	#mobile-phone {
		display: block;
		position: absolute;
		right: 65px;
		top: 22px;
		z-index: 999;
	}

	#mobile-phone a {
		font-size: 30px !important;
		color: #451300;
	}

	#mobile-phone a:hover {
		color: #000;
	}
		
	.slicknav_menu {
		display:block;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 850;
		margin: 0;
		padding: 0;
		list-style: none;
		box-shadow: 0 0 3px #333;
	}

	.slicknav_menu li.mobile-nav-item {
		width: 50%;
		float: left;
	}

	.slicknav_menu li.mobile-nav-item a {
		font-size: 1.3em !important;
	}
	
	.slicknav_menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		width: 100%;
	}
	
	.slicknav_menu ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
		width: 100%;
		background-color: #451300;
	}
	
	.slicknav_menu ul li a:link, .slicknav_menu ul li a:visited {
		display: block;
		font-size: 0.875em;
		font-weight: 500;
		font-style: normal;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		color: #fff;
	}
	
	.slicknav_menu ul li a:hover, .slicknav_menu ul li a:active, .slicknav_nav ul li.active a {
		color: #fcbe00;
	}
	
	.slicknav_menu ul li.phone {
		display: none;
	}
	

	.half, .third, .twothird, .fourth, .threefourth, .fifth {
    width:100%;
	}
	
	#homeBtns a:link, #homeBtns a:visited {
	margin: 0 0 2em 0;
	border-radius: 22px 22px 22px 22px; 
	-moz-border-radius: 22px 22px 22px 22px; 
	-webkit-border-radius: 22px 22px 22px 22px; 
}

  #interest-form p {
    padding:2em 1em;
  }
   
  #interest div#sec1, #interest div#sec2, #interest div#sec3 {
    width:100%;
    padding:0;
  }

  #interest div {
    padding:1em 0;
  }

  #interest div#sec1 div {
    width:100%;
  }

  #interest div#sec3 {
    padding-bottom: 0em;
  }

  #footcopy h2, #footcopy p {
  }

  #footcopy p {
  }

  #footcopy h2 {
    font-size: 1.6em;
  }

  #intro p {
    padding:2em 5%;
  }

  #interest fieldset legend {
    text-align: center;
    margin: 0px 5%;
    padding: 0.5em;
    width: 90%;
  }
	
	#brownStrip {
		display: none;
	}
	
	#logo {
    background-image:none;
    background-color: none;
    position:fixed;
    top:3px;
    left:20px;
    width:65px;
    height:70px;
		z-index: 855;
  }

  #logo img {
    height:65px;
    width:auto;
    position:static;
    padding:3px;
    margin:0 auto ;
    display:block;
  }
	
	#slider {
  	margin:70px auto 0; 
	}
	
	#contactInfo {
	padding: 0 0 2em 0;
	}
	
	#xmenu {
		margin-bottom: 2em;
	}
	
	#xmenu li {
		width: 46%;
		float: left;
		list-style: none;
		margin-right: 4%;
	}
	
	#xmenu li.cat-title {
		width: 100%;
		float: left;
		margin: 0;
	}

	li.ifp-button {
		display: none;
	}
	
	#xfloorplan {
		padding-top: 2em;
		border-top: 2px solid #451400;
	}
	
	li#xname,li#bed-bath,li#xsqft {
	width:100%;
	text-align: left;
	}
	
	#ximage {
		margin-top: 1em;
	}

  
}

@media only screen and (max-width:550px) { 
	
	li.xname, li.bed-bath, li.xsqft {
		width: 100%;
		margin: 0!important;
		text-align: left;
	}

}

@media only screen and (max-width:480px) {

  body {
    font-size:0.8em;
  }

  #header-desc {
    margin:0;
    padding:0.5em 1em;
    font-size:0.9em;
  }

  #interest fieldset {
    border:2px solid #451500;
    margin:1em;
    padding:1em;
  }

  #down {
    top:-5em;
  }
	
.homeSec, .homeSec.first {
	width: 90%;
	margin: 0 5% 20px;
}

.content-holder {
    padding: 1em;
}

.galleria-bar {
	display: none;
}

.galleria-image-nav-right {
	opacity: 1 !important;
	right: 20px !important;
}

.galleria-image-nav-left {
	opacity: 1 !important;
	left: 20px !important;
}

.galleria-info {
	bottom: 0!important;
}

.galleria-info-title {
	padding-right: 0px!important;
}

#down {
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -3.75em;
    transition: all 0.5s ease 0s;
    z-index: 500;
}

#down img {
	width: 75%;
	height: auto;
}


}
