/** RESET AND CLEARFIX
================================================**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

/* fonts.css - Percents could work for IE, but for backCompat purposes, we are using keywords. x-small is for IE6/7 quirks mode. */
table { font-size:inherit; font:100%; }
/* 99% for safari; 100% is too large */
select, input, textarea { font:99%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block }
strong { font-weight: bold }

html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
html, body { height: 100% }

#navigation ul { list-style-image: none; list-style-position: outside; list-style-type: none }
img { width:100%; height:auto; display:block }
a { text-decoration: none }
a:hover  { color: #ebcb6f }
a:focus { outline: none }
p { padding-bottom: 20px }
h1 { font-size: 24px; font-weight: bold; color: #800000; padding-bottom: 20px }
h2 { font-size: 24px; font-weight: bold; padding-bottom: 30px; line-height: 26px }

/* iframe */
.iframe-container, #youtube { height: 0; overflow-x: hidden; overflow-y: hidden; padding-bottom: 56.25%; padding-top: 30px; position: relative; margin: 0 auto; max-width: 1136px }
#youtube { padding-bottom: 44.25% }
#listing .iframe-container { padding-bottom: 60% }
.iframe-container iframe, #youtube iframe { position: absolute; top:0; left: 0; width: 100%; height: 100% }

input { -webkit-appearance: none; -moz-appearance: none; appearance: none }
a[href^=tel] { text-decoration:inherit; color: inherit }

/* ELEMENTS ------------------------ */
body { color: #000000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; background-color: #520601; margin: 0; padding: 0 }

#wrapper { margin: auto; background-color: none; width: 100%; height: 100% }
#container {  width: 100%; height: auto !important; min-height: 100% }

.site-header { background-color: #ffffff; position: relative; width: 100%; height: 148px }
#banner { width: 100%; position: fixed; left: 0; top: 0; z-index: 999999; background-color: #ffffff }
#header { margin: 0 auto; max-width: 1136px; padding: 0 20px 0 0 }

#logo     { text-align: left; margin: 0; float: left }
#logo img { max-width: 358px }
#phone  { width: 162px; height: 32px; float: right; padding-right: 5px; padding-top: 4px; color: #800000; font-size: 20px; text-align: right }
#search-container { float: right; clear: right }
#search  { background-color: #f9e5b2; float: right; padding: 12px 20px; border-radius: 15px; box-shadow: 3px 3px 1px #bbbbbb; clear: right }
#search p { color: #800000; font-size: 15px; font-weight: bold; line-height: 20px; padding-bottom: 0 }
#search .txt { padding-top: 2px }
#search .img { padding-bottom: 4px; padding-right: 4px }
#search p a { color: #800000 }
#search p a:hover { color: #ffffff }
#search_frame a { color: #800000 }
.search-arrow { max-width: 19px; max-height: 17px; vertical-align: middle; display: inline-block }

/* bx slider */
#slideshow { clear: both; margin: auto; width: 100%; position: relative }
.bx-container { width: 100% }
ul.bxslider { position: relative }
.slide-text { bottom: 0; height: 26.5%; left: 0; right: 0; max-height: 146px; position: absolute; width: 100%; margin: auto; max-width: 1136px; }
.slide-text p { color: #ffffff; font-family: "Open Sans",sans-serif; font-size: 54px; line-height: 85%; font-weight: 300; text-shadow: 1px 1px #aaaaaa; position: absolute }
.slide-text p.bottom { bottom: 20% }
.slide-text p.left { left: 0; padding-left: 20px }
.slide-text p.right { right: 0; padding-right: 20px; text-align: right }
.bx-wrapper { margin-bottom: 0 }
.bx-wrapper .bx-viewport { border: 0; box-shadow: none; left: 0 }
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: 10px; position: absolute; width: 100%; z-index: 1000 }
.bx-wrapper .bx-pager { color: #ffffff; font-family: Arial; font-size: 0.85em; font-weight: bold; text-align: center }
.bx-wrapper .bx-pager.bx-default-pager a { background: none repeat scroll 0 0 transparent; border-radius: 5px; border: 2px solid #ffffff; display: block; height: 10px; margin: 0 5px; outline: 0 none; text-indent: -9999px; width: 10px }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: none repeat scroll 0 0 #ffffff }
.bx-controls-direction a { opacity: 0; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out }
.bx-wrapper:hover .bx-controls-direction a { opacity: 1 }
/* .bx-wrapper .bx-controls-direction a { height: 32px; outline: 0 none; position: absolute; text-indent: -9999px; top: 88%; width: 32px; z-index: 9999 }
.bx-wrapper .bx-prev { left: 40px }
.bx-wrapper .bx-next { right: 40px } */
.bx-wrapper .bx-pager, .bx-controls-direction { display: none }

#index-bottom  { background: #ffffff; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1136px; margin: 0 auto; padding: 20px 0 }
#index-bottom h2 { color: #800000; font-size: 20px; font-weight: normal; padding-bottom: 0; line-height: 22px }
.index-about  { order: 2; flex: 1 1 26%; border-right: 1px solid #757575 }
.featured-slideshow { order: 3; flex: 1 1 26%; border-right: 1px solid #757575; padding: 0 20px }
.property-search { order: 1; flex: 1 1 22%; border-right: 1px solid #757575; padding: 0 20px }
.index-weather { order: 4; flex: 1 1 20%; padding: 0 20px }

.index-about p { line-height: 18px; padding: 0 20px 20px 20px }
.index-about p a { color: #800000 }
.index-about p a:hover  { color: #ebcb6f }
.index-about #newsletter-signup  { background: #680700; border-radius: 15px; padding: 10px 15px; /* background-image: url("images/btnNewsLetter.jpg"); background-repeat: no-repeat; width: 260px; height: 48px; */ margin: 0 20px }
.index-about #newsletter-signup .txt { float: left; color: #ffffff; font-size: 15px; line-height: 17px }
.index-about #newsletter-signup .txt span { font-size: 160% }
.index-about .news-input { width: 60%; float: left; margin-left: 10px; margin-top: 4px }
.index-about .news-input input[type=text] { font-size: 10px; border: 1px solid #b2b0b1; height: 17px; width: 100% }
.index-about .news-input .submit { font-size: 10px; border: none; background-color: #680903; float: right; color: #ebcb6f; margin-top: 2px; text-align: right; padding: 0 }
.index-about .news-input .submit:hover { color: #ffffff }
.index-about  #open-house { background: #680700; border-radius: 15px; margin-top: 10px; font-size: 15px; font-weight: bold; margin: 12px 20px; padding: 10px 15px }
.index-about  #open-house img { max-width: 27px; display: inline; vertical-align: middle }
.index-about  #open-house a  { color: #ffffff }
.index-about  #open-house a:hover  { color: #ebcb6f }

.about-mdf img { max-width: 250px; margin: 0 auto }

.featured-slideshow #feat-home { /* max-width: 282px */ }
.featured-slideshow #feat-home .txt { width 100%; background-color: #ffda96; text-align: center; font-weight: bold; padding: 10px }
.featured-slideshow #feat-home .txt span { padding-right: 10px }
.featured-slideshow #feat-home a { color: #000000 }
.featured-slideshow #feat-home a:hover { color: #800000 }
.featured-slideshow #thumbs { font-size: 14px; background: #670b00 }
.featured-slideshow #thumbs img { max-width: 27px; display: inline; vertical-align: middle }
.featured-slideshow #thumbs .numbers { text-align: center; padding-top: 2px }
.featured-slideshow #thumbs a { color: #ffffff }
.featured-slideshow #thumbs a:hover { color: #ebcb6f }
.featured-slideshow #thumbs a.selected { color: #ebcb6f }

.property-search form { background-color: #f9e5b2; padding: 20px; border-radius: 20px }
.property-search form .mls-select, .property-search form .mls-select2 { margin-bottom: 10px }
.property-search form .align-button { text-align: center; margin-top: 10px; margin-bottom: 10px }
.property-search form input[type=submit] { background: #680700; border-radius: 10px; border: none; color: #ffffff; padding: 6px 14px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 13px }
.property-search form input[type=submit]:hover { color: #ebcb6f }
.property-search h2 { margin-bottom: 10px; text-align: center }

.index-weather .weather { text-align: center; max-width: 200px; border: 1px solid #000000; padding: 10px 20px; position: relative; margin-bottom: 20px }
.index-weather .weather-forecast { margin-top: -12px }

#content { font-size: 13px; line-height: 19px; margin: 0 auto; }
#content a { color: #800000 }
#content a:hover  { color: #ebcb6f }

/* Fluid Columns */
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_third { width:65.33%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }
.one_fifth { width:16.8%; }
.two_fifth { width:37.6%; }
.three_fifth { width:58.4%; }
.four_fifth { width:67.2%; }
.one_sixth { width:13.33%; }
.five_sixth { width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth { position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right }

#content.about { background: #ffffff; width: 100%; max-width: 1136px; padding: 30px 60px }
.about  { margin-top: 25px; margin-left: 25px; width: 910px }
.about h1  { font-size: 19px }
.about .info { font-size: 14px; font-weight: bold; color: #595959; line-height: 20px }
.about h2 { color: #800000; font-size: 18px; font-weight: bold; padding-bottom: 0; text-transform: uppercase }
.about h3 { color: #800000; font-size: 16px; font-weight: bold; padding-bottom: 20px }

#content.links { background: #ffffff; width: 100%; max-width: 1136px; padding: 30px 120px }

#content.contact { background: #ffffff; width: 100%; max-width: 1136px; padding: 50px 120px; font-size: 15px; font-weight: bold; line-height: 24px; min-height: 350px }
.contact h1  { color: #800000; font-size: 24px; font-weight: bold }
.contact h2 { padding: 0 20px 20px 0 }
.contact a { color: #595959 }
.contact a:hover { color: #800000 }
.contact .agent { width: 30%; float: left; margin-left: 3% }
.contact .agent h2 { color: #800000; font-size: 14px; font-weight: bold; padding-bottom: 0px; padding-top: 0px }
.contact .agent p { font-weight: normal }
.contact .agent a { color: #800000 }
.contact .agent a:hover { color: #595959 }

#content.agents, #content.agent-listing { background: #ffffff; margin: 0 auto; width: 100%; max-width: 1136px; padding: 30px 60px; font-size: 13px; line-height: 16px }
#content.agents .agent { padding-bottom: 20px }
#content.agents .img { float: left; width:22%; padding-right: 4%; margin-top: 6px }
#content.agents .img img { max-width: 165px; padding-bottom: 10px }
#content.agents .img p { font-weight: bold; font-size: 14px; line-height: 18px; margin-top: 4px }
#content.agents .agent-logo { margin: 0 auto; padding-top: 10px }
#content.agents .desc { float: left; width: 60% }
#content.agents h1  { color: #800000; font-size: 18px; font-weight: bold; text-transform: uppercase; padding-bottom: 10px }
#content.agents h2, #content.agent-listing h2 { color: #800000; font-size: 18px; font-weight: bold; text-transform: uppercase; float: left; height: 20px }
#content.agents h3, #content.agent-listing h3 { color: #800000; font-size: 16px; font-weight: bold; padding-top: 7px; margin-left: 6px; height: 20px; float: left }
#content.agents .email { float: left; padding-top: 9px; margin-left: 4px }
#content.agents .buttons { margin-top: 20px; float: right; width: 18% }
#content.agents .button { background: #680700; border-radius: 15px; margin: 12px 0; padding: 10px 15px; text-align: center; display:inline-block; float: right }
#content.agents .button_txt { font-size: 14px; font-weight: bold; text-transform: uppercase }
#content.agents .button_txt a  { color: #ffffff }
#content.agents .button_txt a:hover  { color: #ebcb6f }

#content.agent-listing { line-height: 18px }
#content.agent-listing h3 { padding-top: 5px }
#content.agent-listing .img { float: left; width:22%; margin-top: 6px }
#content.agent-listing .img img { max-width: 165px; padding-bottom: 10px }
#content.agent-listing .line { width: 100%; border-bottom: 1px solid #757575; padding-top: 20px }
#content.agent-listing .agent-desc { float: left; width: 78% }

#agent-featured { margin-top: 20px }
#agent-featured h2   { color: #800000; font-size: 14px; font-weight: bold; text-transform: uppercase; padding-bottom: 10px; float: none !important }
#content.agent-listing #agent-featured .img { float: none; width:100%; margin-top: 14px }
#agent-featured .img img  { padding-bottom: 10px; max-width: 340px !important }
#agent-featured .desc h2 { text-transform: none; margin-bottom: 10px }
#agent-featured .line { margin-top: 10px; border-bottom: 1px solid #dddddd; margin-bottom: 20px }

#listing { margin-top: 20px }
#content.listings { background: #ffffff; margin: 0 auto; width: 100%; max-width: 1136px; padding: 30px; font-size: 13px; line-height: 16px }
#content.listings h2 { color: #800000; font-size: 18px; line-height: 22px }

#content.projects { background: #ffffff; width: 100%; max-width: 1136px; padding: 30px 120px; font-size: 15px; font-weight: bold; line-height: 24px }
.projects  { font-size: 13px; font-weight: bold; margin: 10px 40px; width: 100% }
.projects h1 { color: #800000; font-size: 30px; font-weight: bold; letter-spacing: 2px; float: left; height: 30px }
.projects #details { float: left; padding-top: 5px; margin-left: 10px }
#content.projects #project-list ul { font-size: 24px; line-height: 46px; padding-top: 20px; margin-left: 100px }
.projects a { color: #800000 }
.projects a:hover { color: #000000 }

#content.project { background: #ffffff; width: 100%; max-width: 1136px; padding: 30px 60px; font-size: 13px; line-height: 18px }
.project.weyakin h1 { max-width: 450px; padding: 20px 0 }
.project.weyakin .one_half.last img { padding-bottom: 10px }

.project.lane-ranch-north h1 { max-width: 300px; margin: 0 auto }
.project.lane-ranch-north .one_half.last img { padding-bottom: 10px }
.project.lane-meadows .one_half img { padding-bottom: 10px }
.project.lane-meadows .one_half h2 { padding-bottom: 10px }

.project.lane-meadows h1 { font-size: 30px; font-weight: bold }

.project.first-ave h1 { max-width: 550px; margin: 0 auto }
.project.first-ave .features { padding: 0 100px }
.project.first-ave .one_half img { width: 100%; display: block; margin-bottom: 4px }

.project.limelight h1 { font-size: 30px; font-weight: bold; padding-bottom: 10px }
.project.limelight .one_half { text-align: center; padding-bottom: 20px }
.project.limelight .image img { margin-bottom: 4px }
.project.limelight h2 { font-size: 16px; padding-bottom: 20px; font-weight: normal }
.project.limelight h2 b { font-size: 18px }


/* misc links */
.clear { clear: both }
.notice { color: #FF0000; }
.color  { color: #800000 }
.dot  { color: #800000 }
.dot2 { color: #dcb800; font-weight: bold }
.indent { padding-left: 20px }
.small { font-size: 8pt }
.med { font-size: 18pt }
.float-right     { display: inline; margin: 0; float: right }
.float-left      { display: inline; margin: 0; padding-right: 10px; float: left }
.notice { color: red }

/* footer */
#footer { color: #ffffff; font-size: 11px; margin: 0 auto; padding-top: 10px; padding-bottom: 25px; max-width: 1136px; vertical-align: bottom }
#footer .left    { text-align: left; width: auto; float: left; padding-left: 20px }
#footer .right   { text-align: right; width: auto; float: right; padding-right: 20px }
#footer .like   { text-align: right; width: 24px; float: right; overflow: hidden; margin-left: 10px }
#footer .spacer   { color: #dcb800; font-size: 12px; font-weight: bold; padding-left: 2px; padding-right: 2px }
#footer a  { color: #ffffff; text-decoration: none }
#footer a:hover  { color: #ebcb6f }
