span.buyer { color: yellow; white-space: nowrap;}
span.citystate { color: yellow; white-space: nowrap;}
span.commentdate { color: yellow; white-space: nowrap;}
span.maintenance{ color: yellow; white-space: nowrap;}
span.builder{ color: #bbb; white-space: nowrap;}
span.community{ color: #bbb; white-space: nowrap;}
span.author { color: #ccc; }
p.comment { color:white; font-size:110%;}
span.comment { color: white; }
.container { padding-left:0px; padding-right:0px;}
div#footercontainer {padding:0px;}
div#headercontainer {padding:0px;}
h2#header:before { content:url(../images/e-logo2.png); padding-right:10px;}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
:focus {
	outline: 0
}
ol, ul {
	list-style: none
}
input, textarea {
	margin: 0;
	padding: 0
}
input[type=text] {
	outline: none;
}
input[type=text]::-ms-clear {
	display: none;
}
input[type=submit] {
	-webkit-appearance: none;
}

/*----------------------------
   ** Custom Style **
----------------------------*/
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	color: #787878;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}
body {
	background-color: #F8F8F8;
}
img {
	max-width: 100%;
}
a {
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.content-inner {
	position: relative;
	height: auto !important;
	min-height: 99%;
	z-index: 100;
	padding: 20px 0px;
}
.content {
	margin-top: 10px;
}
.clearfix{
clear:both;
float:none;
}

.full-width{
	background-color: #3c6299; /*#D3304D*/
	width:100%;
	/*min-height:500px;*/
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#000000');
}
.Out {
	opacity: 0;
	transform: scaleY(0);
}
.In {
	opacity: 1;
	transform: scaleY(1);
}
.main {
	position: relative;
}
.desc {
	position: relative;
	z-index: 100;
	border-top:1px dotted #cccccc;
	/*margin-top:40px;*/
}
.main h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	/*line-height: 54px;*/
	color: #cccccc;
	padding-bottom: 10px;
	/*padding-top: 20px;*/
	/*max-width:600px;*/
}
.main h2 a {
	text-decoration: none;
}
.desc h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #cccccc;
	padding-bottom: 10px;
	padding-top: 30px;
	/*max-width:600px;*/
}
.desc h4 a {
	text-decoration: none;
}

#header {
	position: relative;
	bottom:0;
	left:0;
	padding-top: 10px;
	margin: 0px;
	width: 100%;
	z-index: 101;
	color: black;
}
#header a{
	color:#141414;
}

.footer {
	position: relative;
	bottom:0;
	left:0;
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
	z-index: 101;
}
.footer a{
 color:#141414;
}

/*--------------------------------------------------
	   **Social Icons Roll Over**
---------------------------------------------------*/

.social-icons {
	padding: 0!important;
	margin: 0!important;
	clear:both;
	list-style-type: none!important;
}
.social-icons li{
	float: left!important;
	margin-right: 6px!important;
	margin-bottom: 6px!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;

}			
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;
	background-color:transparent;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li.facebook a {
	background: url(../images/icons/facebook.png) no-repeat 0 0;
}
.social-icons li.facebook a:hover {
	background-color: #3b5998;
}
.social-icons li.googleplus a {
	background: url(../images/icons/googleplus.png) no-repeat 0 0;
}
.social-icons li.googleplus a:hover {
	background-color: #d94a39;
}
.social-icons li.linkedin a {
	background: url(../images/icons/linkedin.png) no-repeat 0 0;
}
.social-icons li.linkedin a:hover {
	background-color: #71b2d0;
}
.social-icons li.pinterest a {
	background: url(../images/icons/pinterest.png) no-repeat 0 0;
}
.social-icons li.pinterest a:hover {
	background-color: #cb2027;
}
.social-icons li.rss a {
	background: url(../images/icons/rss.png) no-repeat 0 0;
}
.social-icons li.rss a:hover {
	background-color: #fe9900;
}
.social-icons li.skype a {
	background: url(../images/icons/skype.png) no-repeat 0 0;
}
.social-icons li.skype a:hover {
	background-color: #18b7f1;
}
.social-icons li.twitter a {
	background: url(../images/icons/twitter.png) no-repeat 0 0;
}
.social-icons li.twitter a:hover {
	background-color: #48c4d2;
}
.social-icons li.x a {
    background: url(../images/icons/x.png) no-repeat 0 0;
}
.social-icons li.x a:hover {
    background-color: #000000;
}

.right{
float:right;
}
.footer nav a {
	position: relative;
	display: inline-block;
	margin: 10px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	float:right;
}

.footer nav a:hover,
.footer nav a:focus {
	outline: none;
}
.footer nav a {
	padding: 15px 0 5px 0px;
}

.footer nav a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.footer nav a:hover::after,
.footer nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.copyright {
	clear: both;
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width:480px) {
	div#footercontainer { padding:0px 15px; } 
	div#headercontainer { padding:0px 30px; }
	.main h2{
		font-size: 28px;
	}
	.content {
		margin-top: 15px;
	}
	.content-inner {
		padding: 20px 15px;
	}
	.desc h4 {
		font-size: 18px;
		line-height: 26px;
		letter-spacing:0px;
	}
	.footer nav a {
	float:left;
	font-size:12px;
	}
	.copyright {
		font-size: 12px;
		padding: 0px;
	}
}

@media (max-width:960px) {
	div#footercontainer{ padding:0px 15px; }
	div#headercontainer{ padding:0px 30px; }
	.main h2{
		font-size: 32px;
	}
	.content-inner {
		padding: 20px 15px;
	}
	.right{
	float:none;
	clear:both;
	}
	.footer nav a{
	float:none;
	}
	.footer nav a:first-child{
	margin:10px 0px;
	}
	.clear{
	clear:both;
	float:none;
	width:100%;
	}
}
