/* KEETON */

@import url(base.css);

/*
Colors
    #f1f0ea  tan
    #493728  brown
    #799a3d  dark green
    #c4db6e  green
    #ffffff  white
*/

* {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container{
  position: relative;
}
a:link,
a:visited{
  color: inherit;
  text-decoration: none;
}
.container a:hover{
  text-decoration: underline;
}
body{
  background: #f1f0ea;
}
.user_content ol, .user_content ul {
  margin-left: 15px;
}
.user_content h1 {
  margin-bottom: 20px;
}
#nav,
.slideshow-container,
ul .slideshow-image,
.slideshow-button,
#spotlight-properties,
#spotlight-for-lease,
#spotlight-request,
#for-lease-button,
#payment a button{
  border-radius: 4px;
}
h1{
    color:  #493728;
    font-size: 2.375em; /* 38px */
    font-weight: 300;
    font-style: normal;
}
h2{
    text-transform: uppercase;
    color:  #c4db6e;
    font-size: 1.125em; /* 18px */
    font-weight: 700;
    font-style: normal;
}
h3{
    margin: 10px 0;
    text-transform: uppercase;
    color:  #799a3d;
    font-size: 1.375em; /* 22px */
    font-weight: 300;
    font-style: normal;
}
h4{
    color:  #799a3d;
    font-size: 1.125em; /* 18px */
    font-weight: 700;
    font-style: normal;
}
p{
    color:  #493728;
    font-size: 1.125em; /* 18px */
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
}

.table {
	display: table;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/************************/
/*--------HEADER--------*/
/************************/

#header {
  position: relative;
  z-index: 500;
}
#header .container{
  height: auto;
}
#address{
  float: left;
  color: #493728;
  font-size: .9375em; /* 15px */
  font-style: normal;
}
#address span {
	font-size: 100%;
	font-weight: 600;
}
#payment{
  text-align: right;
}
#payment a button {
    font-size: 1.35em;
    font-weight: 600;
	color: #493728;
	background-color: transparent;
    border: 1px solid #493728;
    padding: 2.5%;
    height: auto;
    line-height: 1em;
    text-transform: uppercase;
}
#payment a button:hover {
	background-color: #493728;
	color: #f1f0ea;
}
#address,
#payment{
  margin-top: 20px;
}
#nav{
  display: table;
  width: 100%;
  background: #c4db6e;
  color: #ffffff;
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: 15px;
  height: 50px;
  clear: left;
}
#nav:before, #nav:after {
  content: '';
  width: 49%;
  height: 25px;
  background: rgba(0,0,0,0.1);
  box-shadow: 0 10px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
#nav:before {
  left: 4px;
  -ms-transform: rotate(-1.5deg); /* IE 9 */
  -webkit-transform: rotate(-1.5deg); /* Chrome, Safari, Opera */
  transform: rotate(-1.5deg);
  border-radius: 0 0 0 4px;
}
#nav:after {
  right: 4px;
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  border-radius: 0 0 4px 0;
}
#nav li{
  background: #c4db6e;
  display: table-cell;
  vertical-align: middle;
}
#nav li:nth-child(1),
#nav li:nth-child(2){
  text-align: left;
}
#nav li:nth-child(4),
#nav li:nth-child(5){
  text-align: right;
}
#nav li:nth-child(1){
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}
#nav li:nth-child(5){
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}
#nav li:nth-child(3){
  width: 25%;
}
#logo-top{
  background: #fff url(../img/logo-top.png) no-repeat center center;
  position: absolute;
  left: 37.5%;
  top: 0;
  width: 25%;
  height: 165px;
  /* z-index: 200; */
  /* position: relative; */
  border-radius: 0 0 4px 4px;
}
#bottom_shadow {
  width: 90%;
  margin-left: 5%;
  background: rgba(0,0,0,0.1);
  margin-bottom: -8px;
  height: 10px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 100%30px; /* horizontal radius 100%, vertical radius 30px */
  border-bottom-right-radius: 100%30px;
}
#logo-top:before, #logo-top:after {
  content: '';
  width: 25px;
  height: 93%;
  background: rgba(0,0,0,0.1);
  border-radius: 3px;
  box-shadow: 0 10px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -2;
  top: -8px;
}
#logo-top:before {
   -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  left: -10px;
}
#logo-top:after {
  right: -10px;
   -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}

/*#logo-top,
#nav{
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
}*/

/************************/
/*-------SLIDESHOW------*/
/************************/

#slideshow {
  margin-top: 2.5%;
  position: relative;
}
#slideshow:before {
  content: url(/assets/img/featured-property.png);
  position: absolute;
  top: 5px;
  left: -15px;
  z-index: 101;
}
.slideshow-container{
  height: 362px;
  border: 6px solid #fff;
  margin-top: 15px;
  position: relative;
}
.slideshow-container:before, .slideshow-container:after {
  content: '';
  width: 49%;
  height: 25px;
  background: rgba(0,0,0,0.1);
  box-shadow: 0 10px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 1px;
  z-index: -1;
}
.slideshow-container:before {
  left: 4px;
  -ms-transform: rotate(-1.5deg);
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  border-radius: 0 0 0 4px;
}
.slideshow-container:after {
  right: 4px;
  -ms-transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  border-radius: 0 0 4px 0;
}
.slideshow-title{
  width: 100%; height: 75px;
  position: absolute;
  bottom: 0;
  line-height: 75px;
  color: #fff;
  border-radius: 0 0 4px 4px;
  background: rgba(73,55,40,.8);
}
.slideshow-title h3{
  margin-left: 20px;
  font-size: 1.375em; /* 22px */
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.slideshow-button{
    text-transform: uppercase;
    height: 40px; width: 250px;
    line-height: 40px;
    text-align: center;
    background: #799a3d;
    position: absolute;
    right: 10px; top: 18px;
}
.slideshow-button,
#for-lease-button {
  color:  #ffffff;
  font-size: 1.375em; /* 22px */
  font-weight: 700;
  font-style: normal;
}
/************************/
/*------SPOTLIGHTS------*/
/************************/

#spotlights {
  position: relative;
}
#spotlight-properties,
#spotlight-for-lease,
#spotlight-request{
  height: 300px;
  margin-top: 15px;
  position: relative;
}
#spotlight-properties:before, #spotlight-for-lease:before, #spotlight-request:before {
  content: '';
  width: 100%;
  background: rgba(0,0,0,0.1);
  margin-bottom: -6px;
  height: 10px;
  z-index: 100;
  position: absolute;
  top: 0;
  border-bottom-left-radius: 100%30px; /* horizontal radius 100%, vertical radius 30px */
  border-bottom-right-radius: 100%30px;
}
#spotlight-properties h3,
#spotlight-for-lease h3,
#spotlight-request h3{
  font-size: 1.375em; /* 22px */
  font-weight: 300;
  font-style: normal;
  margin-left: 20px;
  text-transform: uppercase;
  height: 35px;
}
#spotlight-properties h3{ color: #493728;}
#spotlight-for-lease h3{ color: #ffffff;}
#spotlight-request h3{ color: #799a3d;}

#spotlight-properties{
  background: #c4db6e;
}
#spotlight-properties form {
  margin: 12px 5% 0 5%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
select::-ms-expand {
  display: none;
}
select, label, input, button {
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  vertical-align: middle;
	color: #000;
}
#spotlight-properties select {
  background: #fff url(/assets/img/down.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 75%;
  float: right;
  border: none;
}
@-moz-document url-prefix() {
 #spotlight-properties select {
  background: #fff;
  }
}
#spotlight-properties:first-child select {
  font-size: 1.5em;
  text-indent: 10px;
}
#spotlight-properties:first-child input {
  float: right;
}
#spotlight-properties label {
  color: #fff;
}
#spotlight-properties input {
  border: none;
  margin-left: 5px;
  color: #493728;
  text-indent: 10px;
}
#search_page #spotlight-properties select {
  width: 85%;
}

#spotlight-properties input[name=zip] {
  width: 50%;
}
#bedrooms, #bathrooms {
  width: 49%;
  float: left;
}
#bedrooms {
  margin-right: 2%;
}
#spotlight-properties button {
  position: absolute;
  bottom: 5%; right: 5%;
  width: 225px;
  border: none;
  background: #799a3d;
  color: #ffffff;
  font-size: 1.375em; /* 22px */
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}

#spotlight-for-lease{
  background: #799a3d;
  max-height: 300px;
}
#spotlight-request{
  background: #493728;
}
#spotlight-request p {
  height: 262px;
}
#for-lease-button{
  width: 84%;
  position: absolute;
  left: 7%; bottom: 5%;
  background: #493728;
  color: #fff;
  text-align: center;
  height: 40px; line-height: 40px;
  text-transform: uppercase;
}
/*#for-lease-image{
  width: 100%; height: 165px;
  background: url(/assets/img/forlease-image.jpg) no-repeat center center;
  background-size: cover;
}*/

/************************/
/*--------FOOTER--------*/
/************************/

#footer{
  height: 250px;
  background: #fff;
  clear: both;
}
#footer .container{
  background: url(/assets/img/footer-logo.png) no-repeat top 10px right;
  height: 250px;
}
#footer-nav{
  float: left;
  margin-top: 75px;
  color:  #799a3d;
  font-size: .875em; /* 14px */
  font-weight: 700;
  font-style: normal;
}
#footer-nav li{
    display: inline-block;
    margin-right: 25px;
}
#footer-logo{
  float: right;
  margin-top: 20px;
}
#footer-address{
  float: right;
  clear: right;
  width: 200px;
  text-align: center;
  margin-top: 10px;
  color: #493728;
  font-size: .9375em; /* 15px */
  font-style: normal;
}

/************************/
/*-------INTERIOR-------*/
/************************/

#int-body{
  margin-top: 50px;
}
#int-body {
  min-height: 710px;
}
#int-body a:link{
  text-decoration: underline;
  color: #493728;
}
#int-body a:visited{
  color: #493728;
}

#int-body .grid_12 {
  border-bottom: 1px solid rgba(73, 55, 40, 0.4);
}
#int-body .grid_12:last-child {
  border-bottom: none;
}
#content {
  margin-top: 10px;
}
#contact-body {
  margin-top: 50px;
}
#property-spotlight{
  min-height: 230px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#property-spotlight h4 {
  font-size: 2em;
  font-weight: 300;
}
#property-spotlight img {
  width: 100%;
}
#map {
  border: 6px solid #fff;
  position: relative;
}
#map:after {
  content: '';
  width: calc(100% + 12px);
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: -6px;
  background: #fff;
}
.prop_summary {
  margin-top: 20px;
}

.prop_summary p.link {
  text-align: right;
  color: #799a3d;
  text-transform: uppercase;
  font-size: .8em;
  }
.thumb:nth-child(1){
    outline:  3px solid #9FB54A;
  }
#property-image{
	-webkit-transition: .33s all;
	-moz-transition: .33s all;
	-ms-transition: .33s all;
	-o-transition: .33s all;
	transition: .33s all;
    cursor: pointer;
  }
#lightbox-image{
    margin: auto;
    margin-top: 7%;
    outline: 10px solid #fff;
  }
#lightbox-splash{
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0; height: 100%;
    background: rgba(0,0,0, .85);
    z-index: 500;
    text-align: center;
    visibility: hidden;
    opacity: 0;
	-webkit-transition: .33s all;
	-moz-transition: .33s all;
	-ms-transition: .33s all;
	-o-transition: .33s all;
	transition: .33s all;
  }

#search-results h1,
#search-results h2{
  text-decoration: underline;
}
#search-results h2{
  margin-top: 25px;
}
.empty-search{
  background: rgba(240,0,0,.7);
  border-radius: 8px;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
.filled-search{
  background: rgba(0,240,0,.7);
  border-radius: 8px;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
#property-description{
  height: 50px;
  border-bottom: 1px solid rgba(73, 55, 40, 0.4);
}

/********PAYMENTS********/

#int-body #payments-page .grid_12 {
	border-bottom: none;
}
#payments-page .payment {
	background-color: #c4db6e;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
    padding: 1%;
    position: relative;
	-webkit-transition: .33s all;
	-moz-transition: .33s all;
	-ms-transition: .33s all;
	-o-transition: .33s all;
	transition: .33s all;
}
#payments-page .payment:before {
	content: '';
	position: absolute;
	right: 0; left; 0; bottom: 0; top: 0;
	z-index: -1;
	height: 100%; width: 100%;
	border-radius: 8px;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 8px 1px rgba(0, 0, 0, 0.1);
}

/************************/
/*------INT SLIDESHOW-------*/
/************************/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cycle-1 div {
  width:100%;
}
#cycle-2 div {
  max-height: 7px;
}
#cycle-2 .cycle-slide {
  border:3px solid #fff;
}
#cycle-2 .cycle-slide-active {
  width: 25%;
}
.cycle-slide img {
  width: 25%;
}
#slideshow-1 {
  width: 100%;
}
#slideshow-2 {
  margin-top: 10px
}
.cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
span.custom-caption {
  font-size: .75em;
  color: #799a3d;
}
.cycle-slide-active {
  width: 100%;
}

/************************/
/*--------FORMS--------*/
/************************/

#payments-page form input,
#payments-page form select {
 	width: 100%;
}
#payments-page form input,
#payments-page form select,
#payments-page form span.zeros {
	height: 35px;
    line-height: 35px;
	border-radius: 4px;
	border: 1px solid #799a3d;
	padding-left: 5px;
	margin: 10px 0;
	background-color: #fff;
}
#payments-page form label {
	display: block;
}
#payments-page form .wrap input {
	width: 48%;
}
#payments-page form .wrap input#amount {
	margin-right: 3%;
}

#FormBuilder_contact {
	position: relative;
}

p span.ui-state-error,
span.ui-state-error,
.ui-widget-header,
.ui-widget-content p {
	display: none;
}
#Inputfield_name_1,
#Inputfield_email_1,
#Inputfield_phone_1,
#Inputfield_message_1,
#Inputfield_address_1,
#Inputfield_concerns_1,
#Inputfield_comments_1 {
	width: 100%; height: 35px;
	border-radius: 4px;
	border: none;
	padding-left: 5px;
	margin: 10px 0;
	background-color: #fff;
}
#Inputfield_name_1 {

}
#Inputfield_comments_1,
#Inputfield_concerns_1  {
	height: 100px;
	padding-top: 10px;
}
::-webkit-input-placeholder	{ color: #000; }
:-moz-placeholder			{ color: #000; }
::-moz-placeholder			{ color: #000; }
:-ms-input-placeholder		{ color: #000; }

#payments-page form input[type=submit],
#contact_submit,
#tenant_submit {
/*
	background: #003d69;
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
*/
  background: #c4db6e;
  width: 250px;
  color: #fff;
  text-transform: uppercase;
  float: right;
  font-weight: 600;
  border-radius: 4px;
  border: none;
  height: 40px;
}
#contact_submit:hover,
#tenant_submit:hover {
	background-color: #799a3d;
}
.ui-state-error {
    color: #969897 !important;
}

/************************/
/*------RESPONSIVE------*/
/************************/

@media screen and (max-width: 1080px) {
  * {
    font-size: 14px;
  }
  span.ui-button-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 900px) {
  * {
    font-size: 12px;
  }
  #logo-top {
    background-size: 80%;
    height: 150px;
  }
  #for-lease-button {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 800px) {
  #int-body #content {
    width: 49%;
    margin-top: 10px;
  }
  #side-bar {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  * {
    font-size: 11px;
  }
  #spotlight-properties {
    width: 100%;
  }
  #spotlight-for-lease, #spotlight-request {
    width: 49%;
  }
  .slideshow-button, #spotlight-properties button, #for-lease-button, span.ui-button-text, #spotlight-properties h3, #spotlight-for-lease h3, #spotlight-request h3 {
    font-size: 22px;
  }
  label[for=zip], label[for=city], label[for=bathrooms], label[for=bedrooms] {
    font-size: 1.75em;
  }
  .spot_home {
    width: 49%;
  }
}
@media screen and (max-width: 720px) {
  * {
    font-size: 10px;
  }
  #footer-nav, #footer-address {
    display: none;
  }
  #footer .container {
    background-position: center top 10px;
}
}

@media screen and (max-width: 640px) {
	#payments-page form div {
		width: 100%;
	}
	#payments-page .payment	{
		width: 49%;
		margin-right: 2%;
	}
	#payments-page .payment:nth-of-type(even) {
		margin-right: 0;
	}
	#header .container {
	    height: 175px;
	}
	#header .container .grid_4 {
		width: 100%;
		text-align: right;
	}
	#address {
	    font-size: 3vw;
	}
	#payment {
		margin-top: 0;
	}
	#payment a button {
	    padding: 1.5%;
	}
  #logo-top {
	background-position: top 10px center;
	background-color: none;
	height: 125px;
	background-size: 70%;
	width: 45%;
    height: 20vw;
	margin-left: 0;
	left: 0;
  }
  #nav li:nth-child(3) {
    width: 0%;
  }
  #nav {
    top: 0;
    height: 30px;
  }
  #nav li {
    line-height: 10px;
  }
  #nav:before, #nav:after {
/*    width: 45%; */
    height: 15px;
    bottom: 8px;
  }
  .slideshow-title{
    bottom: 5px;
  }
  .slideshow-button {
    width: 84%;
    position: absolute;
    left: 7%;
    top: -20px;
  }
  #payment {
    font-weight: 700;
    margin-bottom: 5%;
  }
  .prop_summary, #property-spotlight {
    width: 100%;
    margin: 0;
  }
  #content p, #basic_content p, .prop_summary p, .prop_summary p.link span, #location, #location span {
    font-size: 1.5em;
  }
  #content h3 {
    font-size: 24px;
    text-align: center;
  }
  #location {
    text-align: center;
  }
  #int-body #content {
    width: 100%;
    margin-top: 10px;
  }
  #side-bar {
    width: 100%;
  }
  #contact-body .grid_6 {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
	img:not(.card-icon) {
		width: 100%;
	}
	h5 {
		font-size: 1.25em;
	}
	span.ui-button-text	{
	    font-size: 1.25em !important;
	}
	#contact-body .grid_6.omega {
	    margin-top: 10%;
	}
	#contact_submit, #tenant_submit {
	    width: 150px;
	}
	#spotlight-for-lease, #spotlight-request {
		width: 100%;
		max-height: 300px;
		background-size: contain;
	}
}
@media screen and (max-width: 480px) {

  #nav li:nth-child(1), #nav li:nth-child(2), #nav li:nth-child(3), #nav li:nth-child(4) {
    text-align: center;
  }
  #nav {
    top: 15vw;
  }
  #logo-top {
    background-position: center center;
    background-color: none;
    height: 125px;
    background-size: 75%;
    width: 55%;
    height: 30vw;
  }
  #spotlight-properties button {
    width: 84%;
    position: absolute;
    left: 7%;
    bottom: 5%;
  }
 .slideshow-title{
    bottom: 5px;
    text-align: center;
  }
  .slideshow-title h3 {
    margin-left: 0;
  }
  #address {
/*     float: right; */
    text-align: right;
    width: 100%;
  }
  #payment {
    clear: both;
    margin-top: 5px;
    float: right;
  }
  #footer, #footer .container {
    background-size: 50%;
    height: 150px;
  }
  label[for=zip], label[for=city], label[for=bathrooms], label[for=bedrooms] {
    font-size: 1.25em;
  }
  #spotlight-properties input {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
	#header .container .grid_4 {
	    text-align: center;
	}
	#nav li {
		padding: 0 !important;
		text-align: center !important;
	}
  #header .container {
    background-size: 50%;
    height: 250px;
  }
  #address {
    margin-top: 115px;
	font-size: 5vw;
	}
	#logo-top {
	    background-position: center center;
	    background-color: none;
	    height: 125px;
	    background-size: 55%;
	    width: 100%;
	    height: 100px;
	}
  label[for=bathrooms], label[for=bedrooms] {
    font-size: 1em;
  }
}
