/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!TEMPORARY STYLES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
#slideshow-img{
    position:absolute;
}
.slideshow-title{
    color:#FFF;
	font-size:35px;
	padding:10px 0 5px 10px;
	background: url(../img/ss-bg.png) repeat-x;
	position:relative;	
	height: 45px;	
}
#rally-date-btn-temp{
       background: url('../img/rally-date-btn.jpg') no-repeat;
       bottom: 0;
       position: relative;
       width:336px;
       height:73px;
}
#rally-date-btn-temp i{
       text-shadow: 1px 1px 1px #000;
       position: relative;
       top: 15px;
       color: #ffffff;
       font-size:40px;
}
#icon-temp{
       float:left;
       width:31px;
       padding-left: 20px;
}
.rally-date-temp{
       width: 265px;
       float: right;
       padding-top: 12px;
       font-size:20px;
       text-shadow: 1px 1px 1px #000;
       color:#fff;
}
.rally-date-desc-temp{
       width: 265px;
       float: right;
       font-family:Arial, Helvetica, sans-serif;
       font-size:14px;
       text-shadow: 1px 1px 1px #000;
       color:#fff;
}
#call-us-btn-temp{
       background: url('../img/call-us-btn.jpg') no-repeat;
       width:335px;
       height:158px;
       text-align:center;
       position: relative;
       bottom: 50px;
       
}
.call-us-desc-temp{
       color:#392b20;
       padding: 0 20px;
       text-shadow: 1px 1px 1px #fff;
}
.phone-number-temp{
   color:#392b20;
       font-size:30px;
       font-weight:bold;
       text-shadow: 1px 1px 1px #fff;
}
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!END TEMPORARY STYLES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->

/* ==========================================================================
   Digital Designs styles
   ========================================================================== */

p{
	color:#42372d;
	padding:15px 0;
	font-size:14px;
}
a{text-decoration:none;}
h1{
	font-size:24px;
	font-weight:normal;
	font-family: "crete-round",sans-serif;
}
h2{
	font-size:1.5em;
	font-weight:bold;
	padding-top:13px;
	color:#3d342d;
}
body{
	background:#392b20 url(../img/bg-light.jpg) top center no-repeat;
	color:#42372d;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
header{
    width: 1020px;
	margin:auto;
	height: 90px;
}
section header{
    width:auto;
	margin:0;
	height:auto;	
}
/*============top dark brown bar===================*/
#topbar{
    background-color:#17100d;
	border-bottom: 2px solid #201814;
	height:60px;
	z-index:1;
}
#topbar a{
	color:#ccb49c;
}
#topbar a:hover{
	color:#efe5d8;
}
.wrap{
    width:1020px;
	margin:auto;	
}

.home-link{
    padding-top: 12px;
	height: 55px;
	float:left;
	width:35px;
	border-right:1px solid #38312b;
	font-size:30px;
}
#topbar .home-link a{
    color:#826c55;	
}
#topbar .home-link a:hover{
    color:#efe5d8;	
}
a .list-btn{
    background:#392b20;
	padding:6px;
	margin:18px 0px 0 10px;
	float:left;
	width:auto;
	color:#efe5d8;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.85em;
}
a .list-btn i{
    position:relative;
	top:1px;
}
a .list-btn:hover{
    background:#8d461d;	
}
.nav-link{
    width:140px;
	float:left;
	text-align:center;
	padding-top:15px;
	font-size:.85em;
}
.tp-right{
    float:right;
	width:360px;	
}
.tp-right .nav-link{
    padding-top:24px;	
}
/*==============Search==========*/
.search{
    margin-top:5px;
	position:relative;
	float: right;
}
.search input[type="text"]{
    padding:0px 35px 0px 10px;
	color:#ccb49c;
	font-size:.85em;
	margin:8px 0 0 0;
	border:0;
	-webkit-appearance: none; 
	background:url(../img/search.jpg) right no-repeat; 
	border: 1px solid #392b20;
	outline:none;
	background-position: 135px -3px;
	height: 35px;
}
.search input[type="text"]:focus{
    background:#efe5d8 url(../img/search.jpg) right no-repeat;
	color:#17100d;
}
.search .search-submit{
    background:transparent;
	position:absolute;
	right: 0px;
	top: 15px;
	border:none;
	width:30px;
}
.search .search-submit:hover{
    background:transparent;
}
.search ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccb49c;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccb49c;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccb49c;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccb49c;
}
#logo{
	z-index:2;
	margin: auto;
	width: 400px;
	bottom: 62px;
	position: relative;
}
#tagline{
    width: 1020px;
	margin:70px auto 0px auto;
	color:#dbc2a0;
	text-align: center;	
	padding-bottom: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.page-wrap {
    width: 1020px;
    margin: 0 auto;
	overflow: hidden;
	background:url(../img/content-bg.jpg) repeat-y;
}
.wrap{
	width: 1020px;
    margin: 0 auto;
	overflow: hidden;
}
#container{
    width: 1020px;
	margin:auto;
	background-color:#efe5d8;
}
#left-col{
	width:600px;
	float: left;
	min-height:1100px;
	padding:20px;
}
#right-col{
	width:340px;
	float: right;
	min-height:1100px;
	padding:20px;
}
.points{
	background: url(../img/flag-gradient-tails.png) no-repeat;
	position:absolute;
	width: 15px;
	height: 28px;
	right: -15px;
	top: 0px;
	z-index: 10;
}
        
/*- HERO
------------------- */

.hero {
    position: relative;
    margin: 0;
	width:600px;
	float:left;
	z-index:1;
}

.hero div.slide {
	position: relative;
	width:600px;
}
.hero div.slide .value {
	top:10px;
	position:absolute;
	left: -10px;
	padding-left: 15px;
}
.hero div#slides{		
	width: 600px;		
	height: 380px;		
}
.hero div.slide div.caption {
	background-color: rgba(26,26,26,.7);
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}
.hero div.slide div.caption header{
	padding:5px 20px;
	float:left;
	width:450px;
}
.hero div.slide div.caption header h4 a {
	font-size: 32px;
	font-family: "crete-round",sans-serif;
	color:#fff;
	line-height:18px;
	text-decoration:none;
	font-weight:400;
}
.hero div.slide div.caption header h4 a:hover {
	color:#bc9c73;
}
.hero div.slide div.caption div.ss-link{
	padding:35px 0;
	float:right;
	width:90px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.ss-link a{
    color:#fff;
	text-decoration:none;
	border-bottom:1px solid;	
}
.ss-link a:hover{
    color:#bc9c73;	
}
.ss-link a i{
    position:relative;
	bottom:-1px;
	font-size:.8em;
}
.pagination a {
    background: #dbc2a0;
    width: 15px;
    height: 15px;
    margin: 5px 5px 15px 0;
    display: inline-block;
}
.pagination a.selected {
    background:#a55122;
    cursor: default;
}
.pagination a span {
    display: none;
}
/*- GRID
------------------- */
.grid:after {
    content: "";
    display: table;
    clear: both;
}
a .grid-item{
    float: left;
    width: 185px;
    margin-right:22px;
    position:relative;
	height:230px;
	text-align:center;
	color:#17100d;
}
a .grid-item#right {
    margin-right: 0;
}
a .grid-item .name{
    padding-top:10px;
	font-size:1.12em;
	font-family: "crete-round",sans-serif;
	font-weight: 400;
	line-height:18px;
}
a .grid-item:hover{
    color:#5f4534;
}
a .grid-item:hover img.thumb-img{
    border:5px solid #b9997a;
}

.value{
    background: url(../img/ribbon.png) no-repeat;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	font-family: "effra",sans-serif;
	width:116px;
	height:28px;
	padding:8px	15px 0 0;
	position:absolute;
	top:5px;
	left:-10px;
}
.side-item .value{
	padding: 8px 15px 0 15px;
}
.search-result .value{
    margin: 5px 0 0 -10px;
	padding: 9px 15px 0 10px;
	top: inherit;
    left: inherit;
}
.availability{
    background: url(../img/red-ribbon.png) no-repeat;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	font-family: "effra",sans-serif;
	width: 174px;
	height: 25px;
	padding: 9px 15px 0 0;
	position:absolute;
	top:5px;
	left:-10px;
	font-size:.85em;
}
.side-item .availability{
    padding: 9px 15px 0 14px;
    left: -11px;
    font-weight: 700;
	font-size: .8em;
	background-size: 84%;
}
.search-result .availability{
    margin: 5px 0 0 -10px;
	padding: 9px 15px 0 10px;
	top: inherit;
    left: inherit;
}
.cover .availability{
    padding-left:10px;	
}
.cover .value{
    padding-left:10px;	
}
/*- LOCATION
------------------- */
.location header{
    width:100%;
	height:auto;
}
.location-links{
    float:right;
	width:200px;	
}
.not-available{
	padding-bottom:200px;
	font-size:1.12em;
	font-family: "crete-round",sans-serif;
	font-weight: 400;
	line-height:18px;
	text-align:center;	
}
a .locate{
    background: #34673e; /* Old browsers */
	background: -moz-linear-gradient(top,  #34673e 0%, #1f4828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34673e), color-stop(100%,#1f4828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34673e 0%,#1f4828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34673e 0%,#1f4828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34673e 0%,#1f4828 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #34673e 0%,#1f4828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34673e', endColorstr='#1f4828',GradientType=0 ); /* IE6-9 */
	color:#fff;
	width:200px;
	position:relative;
	height:33px;
	margin-top:15px;
}
a .locate:hover{
    background:#213d24;
}
a .locate .city-name{
	padding:4px 5px 5px 10px;
	float:left;
	width:auto;
}
a .locate{
	font-weight:900;
	text-transform:uppercase;
	font-family: "effra",sans-serif;
	color:#fff;
	font-size:1.21em;
}
a .locate i{
    position:absolute;
	right:0;
	background:#213d24;
	height: 31px;
	padding: 2px 7px 0px 7px;
	font-size:30px;
	overflow:hidden;
}
.locate:hover i{
    background:#002910;
}
.location-detail{
    font-size:.75em;
	color:	#214c2b;
	padding-top:5px;
}

/*- SIDEBAR
------------------- */
a #list-your-home{
    background: #4f1919;
	color:#fff;
	padding-top:15px;
	margin-bottom:15px;
	text-align:center;
	clear:both;
	position:relative;
	height:130px;
	width:340px;
	text-shadow: 1px 1px 1px #000;
}
#list-your-home:hover{
    background: #6c0e0e;
}
a #rally-difference-btn{
    background: #b97a19;
	color:#fff;
	padding-top:15px;
	margin-bottom:15px;
	text-align:center;
	clear:both;
	position:relative;
	height:130px;
	width:340px;
	text-shadow: 1px 1px 1px #000;
}
#rally-difference-btn:hover{
    background: #ce8d28;
}
.top-text{
    font-weight:600;
	text-transform:uppercase;
	font-family: "effra",sans-serif;
	text-align:center;
	font-size:1.3em;	
}
.middle-line{
    font-weight:400;
	font-family: "crete-round",sans-serif;
	font-size:30px;		
}
.read-more-bottom{
    background:#331413;
	position:absolute;
	bottom:0;
	clear:both;	
	padding:5px;
	width:330px;
	text-align:right;
	border-top:3px dotted #4f1919;
	font-size:.85em;
	font-weight:bold;
}
#list-your-home:hover .read-more-bottom{
    background:#450006;
	border-top:3px dotted #6c0e0e;
}
.read-more-bottom i{
    position:relative;
	top:2px;	
}

#rally-difference-btn .read-more-bottom{
    background:#885a15;
	position:absolute;
	bottom:0;
	clear:both;	
	padding:5px;
	width:330px;
	text-align:right;
	border-top:3px dotted #b97a19;
	font-size:.85em;
	font-weight:bold;
}
#rally-difference-btn:hover .read-more-bottom{
    background:#ac6f13;
	border-top:3px dotted #ce8d28;
}

#rally-btn{
    background: #a65421; /* Old browsers */
	background: -moz-linear-gradient(top,  #C05512 0%, #813B0B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C05512), color-stop(100%,#813B0B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #C05512 0%,#813B0B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #C05512 0%,#813B0B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #C05512 0%,#813B0B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #C05512 0%,#813B0B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C05512', endColorstr='#813B0B',GradientType=0 ); /* IE6-9 */
	color:#fff;
	width:330px;
	position:relative;
	height:73px;
	margin-bottom:15px;
	border: 5px #803200 solid;
}
#rally-btn:hover{
    background: #803200; /* Old browsers */
}
#btn-construction{
    right: 70px;
    bottom: 23px;
    position: relative;
	z-index: 4;
}
#annual-rally{
    background-color:#336739;
	border:5px solid #29522a;
	color:#fffbff;
	height:80px;
}
#call-us-btn{
	background: url('../img/call-us-btn.jpg') repeat-x;
	width:330px;
	text-align:center;
	border:5px solid #41372d;
	margin-bottom: 15px;
}
#call-us-btn:hover{
	position:relative;
	bottom:-1px;
	border:5px solid #a65421;
}
#call-us-btn h2{
	font-size:24px;
	padding:10px 0 17px 0;
	margin:0;
}
#call-us-btn:hover h2{
	color:#a65421;
}
.call-us-desc{
	color:#392b20;
	padding: 0 20px;
	text-shadow: 1px 1px 1px #fff;
}
.phone-number{
    color:#392b20;
	font-size:30px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #fff;
	padding-bottom:8px;
}
.page-testimonials{
	margin: 20px 0 10px 0;
	clear:both;
	font-style:italic;
	border-top: 1px solid #c9b69f;
	padding-top:30px;
}
#nobrd{
    border:none;	
}
.page-testimonials-info{
	width:auto;
	float:right;
	margin-right:20px;
	padding-bottom:30px;
	font-size: 12px;
}
.page-testimonials-info a{
    color: #9f511f;
	font-weight:bold;
}
.page-testimonials-info a:hover{
    color: #42372d;
	font-weight:bold;
}
.quote{
	margin: -20px 7px 0px 0px;
}
.quote-close{
	margin: 10px 0px 0px 7px;
}
#testimonials{
	background: #dbc2a0;
	overflow:hidden;
	text-align:center;
	padding-bottom:15px;
	border-top:5px solid #42372d;	
	border-right:5px solid #42372d;	
	border-left:5px solid #42372d;	
}
#testimonials h2{
    margin:0 0 10px 0;
	padding:10px;
	background:#efe5d8;
}
.testimonial-desc{
	line-height: 1.6em;
    padding: 0 20px;
	font-size: 14px;
}
.testimony-details{
    float:right;
	background:url(../img/testimonials-bkg.png) top left no-repeat;
	font-size: .85em;
	width: 340px;
    text-align: right;
	color: #83725f;
	font-style: italic;
	padding:10px 0 20px 0;
}
.testimony-details .location{
	color:#524539;
	clear:both;
}
.testimony-details span{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
	color:#83725f;
	font-style:normal;
}
.testimony-details a{
    color:#dbc2a0;
	padding-top:5px;
	clear:both;
	float:right;
	font-style:normal;
}
.testimony-details a i{
    position:relative;
	top:2px;
}
.testimony-details a:hover{
    color:#9f511f;
}
#rally-date-btn{
	background: url('../img/rally-date-btn.jpg') no-repeat;
	width:336px;
	height:73px;
}
#rally-date-btn i{
	text-shadow: 1px 1px 1px #000;
	position: relative;
	top: 15px;
	color: #ffffff;
	font-size:40px;
}
#rally-btn i{
	float:left;
	width:31px;
	padding-left: 20px;
	font-size:34pt;
	padding:15px 10px 10px 15px;
}
.rally-date{
	width: 260px;
	float: right;
	padding-top: 12px;
	font-size:20px;
	text-shadow: 1px 1px 1px #000;
	color:#fff;
	font-weight: 700;
}
.rally-date-desc{
	width: 260px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: 1px 1px 1px #000;
	color:#fff;
}
#bedroom-homes-btns{
    padding-top:10px;
}
#bedroom-homes-btns i{
	position: absolute;
	right: 0;
	height: 40px;
	padding-top: 10px;
	font-size: 30px;
	overflow: hidden;
	width: 65px;
	text-align: center;
	color:#fff;
}

a #availability, #five-bed-btn, #four-bed-btn, #three-bed-btn, #two-bed-btn, #one-bed-btn, #guest-home-btn {
    color:#fff;	
}

/* availability */
#availability{
	background: #34673e;
	background: -moz-linear-gradient(top, #34673e 0%, #1f4828 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34673e), color-stop(100%,#1f4828));
	background: -webkit-linear-gradient(top, #34673e 0%,#1f4828 100%);
	background: -o-linear-gradient(top, #34673e 0%,#1f4828 100%);
	background: -ms-linear-gradient(top, #34673e 0%,#1f4828 100%);
	background: linear-gradient(to bottom, #34673e 0%,#1f4828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34673e', endColorstr='#1f4828',GradientType=0 );
	color: #fff;
	width:340px;
	position:relative;
	height:50px;
	margin-bottom:30px;	
	color:#fff;	
}
#availability:hover{
	background: #213d24;	
}
#bedroom-homes-btns #availability i {
background: #213d24;
}
#availability select {
   background: transparent;
	width: 340px;
	padding: 39px 10px 10px 10px;
	font-size: 22px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 50px;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	top: -39px;
}
#availability select option{
    background: rgb(103, 152, 95);
	color: #fff;	
}
.styled select {
   background: transparent;
   width: 370px;
   padding: 15px 10px;
   font-size: 20px;
   font-weight:bold;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 56px;
   -webkit-appearance: none;
   text-transform:uppercase;
   color:#213d24;
   cursor:pointer;
   }

.styled {
   width: 320px;
   height: 56px;
   overflow: hidden;
   background: url(../img/down-arrow.png) no-repeat right #fff;
   border:none;
   margin-bottom:20px;
   border:10px solid #213d24;
   }


/* 5 bedrooms */
#five-bed-btn{
    background: #501919; /* Old browsers */
	background: -moz-linear-gradient(top,  #501919 0%, #300f0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#501919), color-stop(100%,#300f0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #501919 0%,#300f0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #501919 0%,#300f0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #501919 0%,#300f0f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #501919 0%,#300f0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501919', endColorstr='#300f0f',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#five-bed-btn:hover{
    background: #321010;
}
#bedroom-homes-btns #five-bed-btn i{
    background: #28100f;
}
/* 4 bedrooms */
#four-bed-btn{
    background: #b77d19; /* Old browsers */
	background: -moz-linear-gradient(top,  #b77d19 0%, #926115 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b77d19), color-stop(100%,#926115)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b77d19 0%,#926115 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b77d19 0%,#926115 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b77d19 0%,#926115 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b77d19 0%,#926115 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b77d19', endColorstr='#926115',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#four-bed-btn:hover{
    background: #986000;
}
#bedroom-homes-btns #four-bed-btn i{
    background: #824e17;
}
/* 3 bedrooms */
#three-bed-btn{
	background: #77481c; /* Old browsers */
	background: -moz-linear-gradient(top,  #77481c 0%, #46270b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77481c), color-stop(100%,#46270b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #77481c 0%,#46270b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #77481c 0%,#46270b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #77481c 0%,#46270b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #77481c 0%,#46270b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77481c', endColorstr='#46270b',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#three-bed-btn:hover{
    background: #522c00;
}
#bedroom-homes-btns #three-bed-btn i{
    background: #452200;
}
/* 2 bedrooms */
#two-bed-btn{
    background: #8e6d4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #8e6d4e 0%, #604733 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e6d4e), color-stop(100%,#604733)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8e6d4e 0%,#604733 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6d4e', endColorstr='#604733',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#two-bed-btn:hover{
    background: #705038;
}
#bedroom-homes-btns #two-bed-btn i{
    background: #553a26;
}
/* 1 bedrooms */
#one-bed-btn{
    background: #8e6d4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #8e6d4e 0%, #604733 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e6d4e), color-stop(100%,#604733)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8e6d4e 0%,#604733 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8e6d4e 0%,#604733 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6d4e', endColorstr='#604733',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#one-bed-btn:hover{
    background: #705038;
}
#bedroom-homes-btns #one-bed-btn i{
    background: #553a26;
}
/* Guest */
#guest-home-btn{
    background: #bf9d6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf9d6d 0%, #7e6745 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf9d6d), color-stop(100%,#7e6745)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bf9d6d 0%,#7e6745 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bf9d6d 0%,#7e6745 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bf9d6d 0%,#7e6745 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bf9d6d 0%,#7e6745 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9d6d', endColorstr='#7e6745',GradientType=0 ); /* IE6-9 */
	width:340px;
	position:relative;
	height:50px;
}
#guest-home-btn:hover{
    background: #775836;
}
#bedroom-homes-btns #guest-home-btn i{
    background: #6e5031;
}
.bed-text{
    padding: 8px 0 0 15px;
	float: left;
	width: 260px;
	font-weight: 500;
	font-size:24px;
	text-shadow: 1px 1px 1px #3F3F3F;
	text-transform:uppercase;
}
.bed-text a{
	color:#fff;
}
.bed-text a:hover{
	color:#fff;
}
.bed-listing-number{
	margin-bottom:15px;
	color:#7b6654;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding: 5px 0 5px 20px;
}

#map{
	padding-right:5px;
	float:left;
	width:395px;
}
.thumb-container{
    width:200px;
	float:right;
}
.thumb-img{
	border: 5px solid #dbc2a0;
}
.thumb-desc{
    padding:10px 0 20px 0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#392b20;
}
#upgrading{
	background-color: #80431a;
	color: #fff;
	bottom: 42px;
	position: relative;
	width: 335px;
	padding: 20px;
}

.brown-box{
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #392b20), color-stop(1, #18100d) );
	background:-moz-linear-gradient( center top, #392b20 5%, #18100d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#392b20', endColorstr='#18100d');
	background-color:#392b20;
	color:#fff;
    font-size: 20px;
	padding:6px 15px;
	margin-bottom:20px;
	font-family: "crete-round",sans-serif;
}
/*- PAGE CLASSES
------------------- */
h1.page{
    font-family: "crete-round",sans-serif;
	font-weight: 400;
	margin: 0px 0 11px 0;
	font-size: 2.2em;
	line-height: 37px;
	text-shadow: 1px 1px 1px #fff;
}
header.page{
    font-family: "crete-round",sans-serif;	
	font-size:26px;
	clear:both;
	height:auto;
}
section p{
    margin:5px 0;	
}
.breadcrumb{
    text-transform:uppercase;
	font-size:.85em;
	font-weight:bold;	
	color:#846e57;	
}
.breadcrumb a{
    color:#846e57;	
}
.breadcrumb a:hover{
    color:#b5561a;	
}
.home-id{
    font-size:.85em;
	padding: 20px 0 2px 0;
}
.cover{
    position: relative;
}
.cover img{
    border:1px solid #c9b69f;	
}
.under-photo{
    overflow:hidden;
	padding:10px 0;
}
.social{
    float:right;
	width:255px;	
}
a .more-photos{
    padding:5px;
	background-color:#80431a;
	color:#fff;
	float:left;
	width:auto;
	text-transform:uppercase;
	font-size:.8em;	
}
.more-photos i{
    position:relative;
	top:1px;	
}
a .more-photos:hover{
	background-color:#392b20;
}
div.brd{
	border-top: 1px solid #c3b7a3;
	border-bottom:1px solid #fffcf9;
	clear:both;
}
section.home-highlights{
    padding:20px 0;
	overflow:hidden;
}
section.home-highlights .highlight{
    float:left;
	width:23%;
	margin-right:10px;
	text-align:center;
}
section.home-highlights .highlight .title{
    text-transform:uppercase;
	font-size:.85em;
	font-weight:bold;
}
section.home-highlights .highlight .info{
    color:#80431a;
	font-family: "crete-round",sans-serif;
	font-size:20px;
}
.info .gravel{
    font-size:.75em;
	font-style:italic;	
}
section.description{
    padding-top:20px;	
}
section.amenities{
    padding-top:40px;	
}
section.amenities .row{
    clear:both;
	margin:5px 0;
	background:#ddcdb8;
	overflow:hidden;
	border-top:1px solid #c9b69f;
	border-bottom:1px solid #c9b69f;
	padding:10px;
}
section.amenities .row .title{
    float:left;
	width:165px;
	text-transform:uppercase;
	font-weight:bold;	
}
section.amenities .row .info{
    float:left;
	width: 415px;
}
section.amenities .row .info .l{
    float:left;
	width:200px;
	margin-right:15px;
}
section.amenities .row .info .r{
    float:right;
	width:200px;
}
section.photo-grid{
    padding:40px 0 20px 0;
	overflow:hidden;	
}
section.photo-grid .ptgrid#left{
    float:left;
	margin:15px 15px 0 0;
	border:1px solid #c9b69f;
}
section.photo-grid .ptgrid#right{
    float:right;
	width:290px;
	margin-top:15px;
	border:1px solid #c9b69f;
}
.paginate{
    clear:both;
	font-size:1.1em;
	border-top: 1px solid #c9b69f;
	padding:10px;
	font-weight:bold;
	background: #c4b199;
	text-align:center;
}
.paginate a{
    padding:0 3px;
	color:#17100d;	
}
.paginate a:hover{
    color:#fff;
	background:#17100d; 	
}
.paginate a.active{
    color:#fff;
	background:#17100d; 	
}
.page-next, .page-previous{
    padding:3px;
	font-size:.75em;
	text-transform:uppercase;	
}
.page-next i, .page-previous i{
	position:relative;
	top:1px;	
}
/*=================NEWFILTER AREA=================*/
.page-filter {
    width: 960px;
    margin: 0 auto;
	overflow: hidden;
	background:#efe5d9;
	padding:20px 30px;
}
.page-filter a .grid-item{
    width: 210px;
    margin-right:30px;
}
.filters{
    background:#fff;
	border:5px solid #6b5c50;
	padding:20px;
	overflow:hidden;
	width: 910px;
}
.filters h2{
    font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:2px dotted #ccc;
}
.filtering{
	font-size:.73rem;
}
.options {
    float: left;
    width: 129px;
}
.filtering input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    bottom: -2px;
}
button.apply-filter.filter1 {
    background: #ba5420;
    border: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem;
    clear:both;
}
button.apply-filter.filter1:hover {
    background: #96471f;
}
.clear button{
	margin:auto;
}
.filtering a {
}
.filter-column{
    float:left;
	width:16%;
	margin-right: 10px;
}
.filter-column-larger{
    float:left;
	width:35%;	
}
.filter-column-larger .options {
    float: left;
    width: 159px;
}
.filter-column-smaller{
    float:left;
	width:13%;	
}
.filter-column-larger .filter-link{
    float:left;
	width:50%;
	clear:none;	
}
.filter-link{
    clear:both;	
	margin-bottom: 5px;
}
.filter-link a{
	font-size: 12px;
	padding:3px 0;
	margin-bottom:3px;
	clear:both;
	color:#2f231f;
}
.filtering .title{
    text-transform:uppercase;
	font-weight:bold;
	font-size:14px;	
	margin:15px 0;
}
#inactive.filter-link .check{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
}
#inactive.filter-link .check:hover{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
#inactive.filter-link .check:active{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
#inactive.filter-link .check:focus{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}

#active.filter-link .check{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
/*==================NEW FILTERING STYLES===================*/
.filter-new{
    clear:both;	
	margin-bottom: 5px;
}
.filter-new a{
    font-size: 12px;
	padding: 3px 0;
	margin-bottom: 3px;
	clear: both;
	color: #2f231f;
}
.filter-new .check{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
}
.filter-new .check:hover{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
.filter-new .check:active{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
.filter-new .check:focus{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}

.filter-new.active .check{
    float:left;
	padding:2px;
	border:1px solid #a25020;
	width:10px;
	height:10px;
	margin: 1px 10px 0 0;
	background:#a25020;
}
.filter-column-larger .filter-new{
    float:left;
	width:50%;
	clear:none;	
}



.filter-link.active input[type="checkbox"]{
	background:#a25020;
}
.active-filters{
    padding: 10px 0 30px 0;
	overflow: hidden;
	clear:both;
}
.remove-filter{
    float:left;
	width:auto;
	margin-right:15px;
	text-transform:uppercase;
	color:#42372d;	
	font-size:14px;
	font-weight:bold;
}
.remove-filter:hover{
    color:#a25020;	
}
.remove-filter i{
	color:#a25020;
	font-size:20px;	
	position:relative;
	top:2px;
}

/*- Main Menu
------------------- */
.main-menu a .item{
    padding: 15px 8px;
	width: 15%;
	background:#6b5c50;	
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	border-right:1px solid #392b20;
}
.main-menu a .item.last{
	border-right:none;
}
.main-menu a .item:hover{
    background:#A55122;	
}

/*- Footer CLASSES
------------------- */
footer{
	margin:auto;
	clear:both;
	color:#5E5141;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	padding:20px 0;
	font-family:Arial, Helvetica, sans-serif;
}
footer a{
	color:#5E5141;
	font-weight:bold;
}
footer a:hover{
	color:#dbc2a0;
}
footer .left-housing{
    float:left;
	width:100px;	
}
footer .right-text{
    float:right;
	width:900px;	
}
#ddlogo{
	background: url(../img/ddlogo.png) no-repeat;
	width: 110px;
	height:55px;
	margin: 0 auto;
}
#ddlogo:hover{
	background: url(../img/ddlogo-on.png) no-repeat;
	width: 110px;
	height:55px;
	margin: 0 auto;
}
/*---------GRID AND FILTER PAGE-----------*/
.filter-text{
	color: #42372d;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: arial;
}
#dropdown-filter{
	margin-top: 5px;
}
#filter-area{
	background:#c4b199;
	clear: both;
	padding: 12px 18px;
	overflow: hidden;
	margin: 30px 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.grid-homes{
	margin-top:20px;

}

.left-filter{
    float:left;
	width:160px;
}
.right-filter{
    float:right;
	width:160px;
}
.middle-filter{
    float:left;
	width:160px;
	margin-left:40px;
}
.right-filter-off{
    float:right;
	width:160px;
	margin-left:40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.right-filter-off .styled-select select {
   background: transparent;
   width: 160px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   cursor: default;
}

.styled-select select {
   background: transparent;
   width: 160px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   cursor: pointer;
}
.styled-select {
   width: 160px;
   height: 34px;
   overflow: hidden;
   background: url(../img/arrow.jpg) no-repeat right #fff;
   border: 1px solid #a7917c;
}
.search-result{
    padding-top:15px;
	position:relative;
}
.search-result img.thumb-img{
    float:left;
	margin-right:15px;
	width:175px;
}

a .search-title {
    color:#42372d;
	font-family: "crete-round",sans-serif;
	font-size:20px;
}
a:hover .search-title {
    color:#80431a;
}
/*- FORM STYLES
------------------- */

dl{
	width: auto;
	float: left;
}
dd{
	margin:0;
}
dt label{
	float: left;
	width: auto;
	font-weight: bold;
	font-size:.9em;
}
dd input[type="text"]{
    border:1px solid #c9b69f;
	width:auto;
	padding: 5px;
	height: 35px;
	color: #707f8f;	
}
dd textarea{
    border:1px solid #c9b69f;
	width:600px;
	padding: 5px;
	height: 200px;
	color: #707f8f;	
}
dd input#freeform_first_name{
	width: 290px;
	margin-right: 20px;
}
dd input#freeform_last_name{
	width: 290px;
}
dd input#freeform_email{
	width: 290px;
	margin-right: 20px;
}
dd input#freeform_phone_number{
	width: 290px;
}
dd input#freeform_address{
	width:250px;
	margin-right: 20px;
}
dd input#freeform_city{
	width:170px;
	margin-right: 20px;
}
dd input#freeform_state{
	width:50px;
	margin-right: 20px;
}
dd input#freeform_zip{
	width:70px;
}
dd input#freeform_anticipated_number_of_persons{
	width: 250px;
    margin-right: 60px;
}
dd input#freeform_anticipated_number_of_bedrooms{
	width: 250px;
}
dd input#freeform_desired_price_range{
	width: 170px;
    margin-right: 140px;
}
dd input#freeform_home_id{
	width: 170px;
    margin-right: 120px;
}

/*--------------More Homes in Sidebar-------*/
#right-col h3{
    color: #ccb49c;	
	font-family: "crete-round",sans-serif;
	font-weight: 300;
	font-size:1.3em;
	background:#42372d;
	padding:3px 10px;
	margin-bottom:20px;
}
a .side-item{
    clear:both;
	margin:5px 0 15px 0;
	height:104px;
	position:relative;
	padding-bottom:15px;
	border-bottom:1px solid #42372d;
}
a .side-item img.thumb-img{
    float:left;
	width:150px;
	margin-right:15px;
}
a .side-item .name{
	font-weight: bold;
	color:#dbc2a0;
}
a .side-item .view-home{
	padding:3px 5px;
	background-color: #80431a;
	color: #fff;
	position:absolute;
	bottom:15px;
	left:175px;
	width: auto;
	text-transform: uppercase;
	font-size: .8em;
}
a .side-item .view-home i{
	position:relative;
	top:1px;
}
/*Rally Rentals Difference*/
#table-head{
	width:600px;
	color:#fff;
	text-align:center;
	box-shadow: inset 0px 0px 0px 0px #ffffff;
	background-color: #42372d;
	padding:5px 0;
	margin-top:30px;
}
.left-table{
	width:100px;
	float:left;
	padding:20px;
	font-weight:bold;
}
.right-table{
	width:460px;
	float:right;	
}
.table-row{
    width:600px;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #c9b69f;
}

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

#ddform_8{
    width:320px;	
}
.dform_desc{
    font-size:.8em;
	font-style:italic;	
}
.dform_container label {
font-weight: normal;
font-size: .8em;
}
.freeform-row input {
    outline-style: none;
    font-family: inherit;
    padding: 7px;
    letter-spacing: normal;
    height: 38px;
    border: 1px solid #c3b7a3;
}
.freeform-row select {
    outline-style: none;
    font-family: inherit;
    padding: 7px;
    letter-spacing: normal;
    height: 38px;
    border: 1px solid #c3b7a3;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.clear{
	clear:both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
