body {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	background-color: #7A6F66;
}
input, button, select, textarea {
	font-family: "Droid Sans", Arial, sans-serif;
}
body a {
	color: #0000FF;
}
body a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.header {
	width: 100%;
	float: left;
	padding: 14px 0px;
	background-color: #3B3632;
}
.wrap-container {
	width: 990px;
	margin: 0 auto;
}
.breadcrumb {
	padding: 0;
	background: none;
	margin-bottom: 25px;
}
.breadcrumb a { font-size: 11px; }
.breadcrumb>li>.divider {
    color: #666;
    padding: 1px 1px 0px;
}


.link-navigator .breadcrumb a span {
    padding: 0px;
    margin: 2px 0 0;
}

/* header */
.header-home-page {
	position: fixed;
	z-index: 300;
}
.header-home-page .wrap-container .group-header .search-header-top-new {
	display: block;
}
.group-header{
	width: 100%;
	float: left;
	position: relative;
}
.logo {
	float: left;
	padding: 2px 0px;
}
.logo img {
	width: 155px;
}
.search-header {
	width: auto;
	float: left;
	margin: 0 0 0 10px;
}
.search-header-top-new {
	display: none;
}

.wrap-sticky-top-free-quotes {
	width: 100%;
	float: left;
	position: fixed;
	height: 80px;
	background: #3B3632;
	z-index: 9999;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	box-shadow:none;
	border-bottom:1px solid #222222;
	-webkit-animation:slidedown .5s ease 1;
	-moz-animation:slidedown .5s ease 1;
	-ms-animation:slidedown .5s ease 1;
	-o-animation:slidedown .5s ease 1;
	animation:slidedown .5s ease 1;

	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3),0 0 20px rgba(0,0,0,0.3);
}
@-webkit-keyframes slidedown{
	0%{
		-webkit-transform:translate(0, -80px);
		-moz-transform:translate(0, -80px);
		-o-transform:translate(0, -80px);
		transform:translate(0, -80px);
		-ms-transform:translate(0, -80px)
	} 100%{
		-webkit-transform:translate(0, 0);
		-moz-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0);
		-ms-transform:translate(0, 0)
	}
}
@-moz-keyframes slidedown{
	0%{
		-webkit-transform:translate(0, -80px);
		-moz-transform:translate(0, -80px);
		-o-transform:translate(0, -80px);
		transform:translate(0, -80px);
		-ms-transform:translate(0, -80px)
	} 100%{
		-webkit-transform:translate(0, 0);
		-moz-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0);
		-ms-transform:translate(0, 0)
	}
}
@-ms-keyframes slidedown{
	0%{
		-webkit-transform:translate(0, -80px);
		-moz-transform:translate(0, -80px);
		-o-transform:translate(0, -80px);
		transform:translate(0, -80px);
		-ms-transform:translate(0, -80px)
	} 100%{
		-webkit-transform:translate(0, 0);
		-moz-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0);
		-ms-transform:translate(0, 0)
	}
}
@-o-keyframes slidedown{
	0%{
		-webkit-transform:translate(0, -80px);
		-moz-transform:translate(0, -80px);
		-o-transform:translate(0, -80px);
		transform:translate(0, -80px);
		-ms-transform:translate(0, -80px)
	} 100%{
		-webkit-transform:translate(0, 0);
		-moz-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0);
		-ms-transform:translate(0, 0)
	}
}
.wrap-sticky-top-free-quotes .logo img {
	width: 130px;
	margin-top: 27px;
	float: left;
}
.wrap-sticky-top-free-quotes .top-quote-sentence {
	width: 370px;
	color: #FFFFFF;
    float: left;
    font-size: 17px;
    margin-left: 22px;
    margin-top: 31px;
}
.wrap-sticky-top-free-quotes .img-top-free-quote {
	float: right;
	margin-top: 33px;
	margin-left: 10px;
}
.wrap-sticky-top-free-quotes form {
	margin: 0;
}
.wrap-sticky-top-free-quotes .btn-top-free-quotes {
	width: 242px;
	float: right;
	margin-top: 20px;
	padding: 9px 19px;
}

.categories-search {
	width: 320px;
	float: left;
	margin: 0px;
}
.zip-search {
	width: 85px;
	float: left;
	margin: 0 0 0 10px!important;
}
.submit-search {
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
}
.login-header {
	float: right;
	margin-top: 11px;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.login-header:hover {
	color: #fff;
}

.become-a-pro-header {
	float: right;
	margin-right: 25px;
	background: #468C00;
	padding: 5px 6px 3px 6px;
	color: #FFFFFF;
	margin-top: 6px;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
}
.become-a-pro-header:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #4d9604;
}

/* content main */
.wrap-content {
	width: 990px;
	margin: 0 auto;
}
.content-main {
	width: 930px;
	float: left;
	padding: 25px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #000;
}
.container-left {
	width: 540px;
	float: left;
}
.link-navigator {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.link-navigator .link {
	font-size: 11px;
	/*color: #0C5996;*/
	float: left;
}
.link-navigator span {
	font-size: 11px;
	color: #000;
	float: left;
	margin: 1px 5px;
}
.link-navigator .text {
	font-size: 11px;
	color: #666;
	float: left;
}
.result-page {
	font-size: 22px;
	color: #000;
	line-height: 23px;
	margin: 0px;
}

.wrap-result {
	width: 100%;
	float: left;
	margin-top: 28px;
}
.wrap-result-hover, .wrap-result-ad {
	background: #F4F4F4;
	padding: 8px;
	margin-left: -8px;
	margin-top: 20px;
	margin-bottom: -8px;
	border-radius: 4px;
	cursor: pointer;
}
.left-company-list {
	width: 42px;
	float: left;
	text-align: center;
}
.left-company-list img {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	margin-top: 2px;
	margin-bottom: 8px;
}
.position-result {
	width: 23px;
	height: 27px;
	margin: 0 auto;
	background-image: url("../img/position-icon.png");
}
.position-result p {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
}

.result {
	width: 505px;
	float: right;
	padding-bottom: 0px;
}
.result .wrap {
	width: 350px;
	float: left;
}
.result .name {
	font-size: 16px;
	font-weight: bold;
	/*color: #0C5996;*/
	float: left;
}
.result .adress {
	width: 100%;
	color: #666;
	line-height: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
}
.result-companies .description {
	line-height: 18px;
}
.result-companies .wrap .btn-mini {
	margin-top: 1px;
}
.getQuotes {
	float: right;
}

.description {
	width: 100%;
	float: left;
}
.info-review {
	clear: both;
	/*margin-top: 23px;*/
	margin-right: 20px;
	float: left;
	font-size: 11px;
	/*color: #0C5996;*/
}
.wrap-review {
	border: 1px solid #eaeaea;
	float: right;
	margin-top: 15px;
	padding: 10px;
}
.wrap-review .img-review {
	float: left;
	margin-right: 18px;
}
.wrap-review .last {
	margin: 0px;
}
.wrap-review .img-review img {
	float: left;
}
.wrap-review .img-review p {
	color: #0C5996;
	float: left;
	margin: -2px 0px 0px 4px;
}

.pagination-main {
	margin-top: 20px;
	margin-left: 35px;
	float: left;
}

.container-right {
	width: 300px;
	float: right;
	margin-bottom: 35px;
}

.wrap-like {
	width: 380px;
	margin-left: -80px;
	text-align: right;
	margin-bottom: 55px;
}

.wrap-like .fb_iframe_widget {
	float: right !important;
}

.link-navigator .wrap-like-profile {
	width: 265px;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
}
.link-navigator .wrap-like-profile .fb_iframe_widget {
	margin-top: -1px;
}
.link-navigator .wrap-like-profile .fb-like {
	float: left !important;
}

.maps {
	width: 294px;
	height: 244px;
	padding: 2px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}
.other-contractors {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.link-other {
	width: 99%;
	margin-left: 1%;
	line-height: 21px;
	float: left;
}
.link-other-city {
	color: #333333;
}
.link-other-city:hover {
	color: #666666;
}

.advertising {
	float: left;
	margin: 35px 0px;
}

.display-none {
	display: none;
}


/* footer */
.footer {
	width: 930px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	background-image: url("../img/footer.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.wrap-content-home .footer {
	width: 100%;
	margin-top: 508px;
	margin-left: 0;
}

.line-footer {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.line-footer .label-footer {
	width: 125px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.label-follow {
	margin-top: 5px;
}

.line-footer .content-footer {
	width: 790px;
	float: right;
}

.social-media {
    float: left;
    list-style: none outside none;
    text-align: center;
    width: 100%;
    margin: 0px;
}
.social-media li {
    display: inline;
    float: left;
    margin-left: 20px;
}
.social-media li:first-child {
    margin-left: 0;
}
.social-media li span.title {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 8px;
}
.social-media li a {
    color: #BDB7B3;
    font-size: 12px;
}
.social-media li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.social-media li a span.icons {
    background: url("../img/follow-icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    width: 32px;
}
.social-media li a i.icons {
    display: block;
    float: left;
    font-size: 28px;
}
.social-media li a span.link {
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}
.social-media li a span.facebook-icon {
    background-position: 0 0px;
}
.social-media li a:hover span.facebook-icon {
    background-position: 0 -32px;
}
.social-media li a span.twitter-icon {
    background-position: -33px 0;
}
.social-media li a:hover span.twitter-icon {
    background-position: -33px -32px;
}
.social-media li a span.linkedin-icon {
    background-position: -66px 0;
    width: 33px;
}
.social-media li a:hover span.linkedin-icon {
    background-position: -66px -32px;
}
.social-media li a span.youtube-icon {
    background-position: -99px 0;
    width: 33px;
}
.social-media li a:hover span.youtube-icon {
    background-position: -99px -32px;
}

.social-media li a span.skype-icon {
    background-position: -132px 0;
    width: 33px;
}
.social-media li a:hover span.skype-icon {
    background-position: -132px -32px;
}
/*
.line-footer .content-footer .img-follow {
	width: 32px;
	height: 32px;
	float: left;
	background-position: top;
}
.line-footer .content-footer .img-follow:hover {
	background-position: bottom;
}
.facebook-follow {
	background-image: url("../img/follow-facebook.png");
}
.twitter-follow {
	background-image: url("../img/follow-twitter.png");
}
.in-follow {
	background-image: url("../img/follow-in.png");
}
.youtube-follow {
	background-image: url("../img/follow-youtube.png");
}

.line-footer .content-footer .link-follow {
	float: left;
	margin: 5px 20px 0px 8px;
	color: #BDB7B3;
}
.line-footer .content-footer .link-follow:hover {
	color: #fff;
	text-decoration: none;
}

*/

.label-cities {
	margin-top: 40px;
}
.link-cities , .link-state , .link-contractors , .link-categories , .link-company{
	float: left;
	font-size: 11px;
	color: #BDB7B3;
}
.link-cities:hover , .link-state:hover , .link-contractors:hover , .link-categories:hover , .link-company:hover {
	color: #FFF;
	text-decoration: none;
}

.divisor-cities{
	font-size: 11px;
	color: #BDB7B3;
	margin: 0px 5px;
	float: left;
}

.label-state {
	margin-top: 8px;
}

.divisor-state {
	font-size: 11px;
	color: #BDB7B3;
	margin: 0px 3px 0px 1px;
	float: left;
}

.link-company {
	margin-right: 20px;
}

.rights-reserved {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #BDB7B3;
	margin-top: 30px;
	float: left;
	margin-bottom: 40px;
}
.link-none {
	float: none;
	color: #BDB7B3;
	margin: 0px 2px;
}
.link-none:hover {
	color: #fff;
	text-decoration: none;
}


/* home */
.wrap-container-home {
	width: 937px;
	margin: 0 auto;
}
.random-image {
	width: 935px;
	height: 600px;
	float: right;
	background-image: url("../img/home_img.jpg");
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 0px #333333; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 6px 0px #333333; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
.header-home {
	width: 100%;
	float: left;
	padding: 36px 0px 22px 0;
	background-color: #3B3632;
	position: absolute;
	top: 89px;
}

.wrap-container-home .login-header {
	color: #BDB7B3;
	margin-top: 25px;
	margin-bottom: 12px;
}

.header-home .wrap-container-home {
	width: 807px;
	position: relative;
}
.header-home .wrap-container-home .group-header .search-header {
	margin-top: 10px;
	float: right;
}
.header-home .wrap-container-home .group-header .search-header .submit-search {
	width: 140px;
	font-size: 15px;
	font-weight: bold;
}
.header-home .wrap-container-home .logo-divider {
	width: 2px;
	height: 64px;
	background: url(../img/home-logo-divider.png) no-repeat top left;
	position: absolute;
	top: -16px;
	left: 199px;
}
.header-home .wrap-container-home .title-home-search {
	position: absolute;
	top: -16px;
	left: 226px;
	font-size: 18px;
	color: #FFFFFF;
}
.header-home .wrap-container-home .categories-search {
	height: 35px;
	padding: 7px 6px;
}
.header-home .wrap-container-home .zip-search {
	height: 25px;
}
.header-home .wrap-container-home .submit-search {
	height: 35px;
}

.wrap-content-home {
	width: 100%;
	height: 650px;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
}

.home-content {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	background-image: url("../img/footer.png");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #c2c5c2;
	position: absolute;
	top: 651px;
	left: 0;
}
.home-content h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}
.home-content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}
.home-content h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
}


/* full profile */
.logo-contractor {
	width: 256px;
	height: 166px;
	float: left;
	padding: 7px;
	background-color: #fff;
	box-shadow: 0px 0px 4px #666;
}

.wrap-content-contractor {
	width: 638px;
	float: right;
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e9e9e9;
}

.name-contractor {
	font-size: 30px;
	margin: 0px;
	line-height: 35px;
}
.address-contractor {
	font-size: 14px;
	margin: 0px;
	color: #666;
	font-style: italic;
}
.contact-contractor {
	font-size: 13px;
	color: #666;
	margin: 0px 20px 0px 0px;
	float: left;
	line-height: 19px;
}
.contact-contractor-full {
	width: 100%;
	margin: 0px;
}
.getQuotes-contractor {
	float: right;
	margin-top: -5px;
}

.wrap-icon {
	width: 638px;
	float: right;
	margin-top: -10px;
}

.icon-min {
	width: 16px;
	height: 16px;
	float: left;
	background-position: top;
}
.icon-min:hover {
	background-position: bottom;
}

.icon-new-min {
	width: auto;
	height: 16px;
	margin-right: 26px;
	color: #0C5996;
}
.icon-new-min span {

}
.icon-new-min:hover {
	background-position: left bottom;
}

.icon-facebook {
	background-image: url("../img/min-facebook.png");
}
.icon-twitter {
	background-image: url("../img/min-twitter.png");
}
.icon-linkedin {
	background-image: url("../img/min-linkedin.png");
}
.icon-site {
	background-image: url("../img/min-site.png");
}
.icon-phone {
	background-image: url("../img/min-phone.png");
}
.icon-email {
	background-image: url("../img/min-email.png");
}
.icon-email span {
	font-size: 14px;
	font-weight: bold;
}


.wrap-get-listed h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: -16px;
}
.wrap-get-listed h2 {
	font-size: 19px;
	font-weight: 300 !important;
	text-align: center;
	color: #666666;
	font-weight: normal;
}
.wrap-get-listed .form-horizontal {
	margin-top: -26px;
	margin-bottom: 0;
}
.wrap-get-listed .box-exclusive-leads {
	background: #3B3632;
	padding: 4px 16px;
	margin-top: 22px;
}
.wrap-get-listed .box-exclusive-leads span {
	font-weight: bold;
	color: #FFF;
}
.wrap-content-get-listed .questions {
	padding-bottom: 50px;
}
.wrap-content-get-listed {
	margin-top: 30px;

}
.wrap-content-get-listed ul {
	margin-top: 20px;
	margin-bottom: 20px;
		color: #CAC5C2;
}
.wrap-content-get-listed li {
	margin-top: 10px;
}
.wrap-content-get-listed .form-horizontal .control-label {
	width: 100px;
}
.wrap-content-get-listed .form-horizontal .controls {
	margin-left: 112px;
}
.wrap-content-get-listed .form-horizontal label.error {
	color: red;
	font-style: italic;
	font-size: 12px;
	margin-top: 3px;
}
.wrap-content-get-listed .form-horizontal input.error {
	border: 1px solid red;
}

.wrap-get-listed .box-started-now {
	background: #F5F5F5;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
}
.wrap-get-listed .box-started-now legend {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 26px;
	background: #279700;
	border: 1px solid #1F7901;
	padding: 14px 22px;
	-webkit-border-radius: 12px 12px 0 0; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 12px 12px 0 0; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    margin-bottom: 34px;
}
.wrap-get-listed .wrap-form-content {
	padding: 16px;
}


/* PROFILE */
.button-claim {
	float: right;
}

.wrap-content-profile {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e9e9e9;
}
.wrap-content-profile-information {
	width: 450px;
	float: left;
	margin-top: 12px;
}
.wrap-content-profile-get-quote {
	width: 475px;
	float: right;
	padding-top: 30px;
	margin-top: -26px;
	/*background-image: url("../img/flag_get_quote_company_profile.png");*/
	background-position: top center;
	background-repeat: no-repeat;
}
.wrap-content-profile-get-quote p {
	width: 265px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: -3px;
}
.wrap-icon-profile {
	width: 100%;
	float: left;
	margin-top: -10px;
	margin-bottom: 40px;
}
.wrap-content-profile .hreview {
	margin-top: 3px;
}


.wrap-company {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.title-company {
	width: 100%;
	font-size: 20px;
	color: #333;
	margin: 0px;
	line-height: inherit;
	float: left;
	margin-bottom: 15px;
}
.title-company span {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.title-company-short {
	width: 100%;
	font-size: 14px;
	color: #333;
	margin: 0px;
	line-height: inherit;
	float: left;
	margin-bottom: 0px;
}

.description-company {
	width: 100%;
	float: left;
}
.services-offered-profile {
	line-height: 23px;
}

.description-company a {
	font-size: 11px;
}
.description-company h3 {
	font-size: 16px;
	color: #555555;
	line-height: 18px;
	margin-top: 14px;
	margin-bottom: 4px;
}
.wrap-company .check-list {
	width: 255px;
	float: left;
	margin-top: 15px;
}
.wrap-company .check-list p {
	font-size: 14px;
	line-height: 10px;
}
.wrap-button-quotes {
	width: 230px;
	float: right;
	padding: 17px;
	margin-top: 15px;
	background-color: #3B3532;
}
.wrap-button-quotes h4 {
	width: 100%;
	color: #FFFFFF;
    font-size: 20px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}
.wrap-button-quotes ul {
	width: 100%;
	float: left;
    list-style: none;
    margin: 0px;
}
.wrap-button-quotes ul li {
	width: 100%;
	float: left;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 10px;
}
.wrap-button-quotes ul span {
	width: 5px;
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 19px;
    margin-right: 7px;
    padding: 0px 7px;
    background-image: url("../img/circle-list-mini.png");
}
.mini-getQuotes-contractor {
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

.table-hours {
	font-size: 11px;
}

.table-hours th , .table-hours td {
	padding: 0px 8px;
	border-left: 1px solid #e8e8e8;
	border-top: 0px;
}

.table-hours .active-day {
	background-color: #FEE8CC;
}

.list {
	width: 100%;
	float: left;
	margin: 0px;
	list-style: none;
	margin-bottom: 80px;
}
.list li {
	width: 25%;
	margin-bottom: 8px;
	float: left;
}

input.error, textarea.error {
	border: 1px solid red;
}
label.error {
	color: red;
	font-style: italic;
	font-size: 14px;
}

.container-right .about-ehardhat-profile {
	float: left;
	background: #342F2C;
	color: #FFFFFF;
	padding: 12px 20px 12px 20px;
}
.container-right .about-ehardhat-profile h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
}
.container-right .about-ehardhat-profile p a {
	color: #FEE5BF;
}
.container-right .about-ehardhat-profile p a:hover {
	text-decoration: underline;
}


.container-right .service-costs-box {
	float: left;
	background: #E0D3C9;
	color: #333333;
	padding: 12px 20px 12px 20px;
	margin-top: 25px;
}
.container-right .service-costs-box h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	line-height: 22px;
}


/* SIGN UP */
.full-content {
	width: 990px;
	padding: 25px 0px;
}
.title-signup {
	width: 100%;
	float: left;
	font-size: 32px;
	color: #333;
	text-align: center;
	line-height: 34px;
	letter-spacing: -1px;
}
.subtitle-quotes {
	width: 732px;
	float: left;
	margin-left: 100px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: -13px;
}
.wrap-progress-bar-quotes {
	width: 732px;
	float: left;
	margin-left: 100px;
}
.wrap-progress-bar-quotes .progress {
	height: 32px;
	margin-top: 34px;
	position: relative;
}
.wrap-progress-bar-quotes .progress span {
	position: absolute;
	right: 10px;
	top: 6px;
	font-weight: bold;
	font-size: 14px;
}
.title-signup-thank-you {
	font-size: 45px;
	margin-top: 22px;
	margin-bottom: 22px;
	letter-spacing: -1px;
}
.description-thank-you {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
.form-questions #privacyModal iframe {
	margin: 20px;
	border: 0;
}

.wrap-select-service {
	width: 100%;
	height: 140px;
	float: left;
	margin-top: 35px;
	margin-bottom: 340px;
	background-color: #3B3632;
}
.wrap-select-service .select-service {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: inherit;
}

.wrap-step {
	width: 735px;
	float: left;
	margin-left: 100px;
	margin-top: 40px;
	list-style: none;
}
.wrap-step li {
	width: 33%;
	height: 47px;
	float: left;
}
.wrap-step li a {
	font-size: 11px;
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	color: #FFF;
}
.wrap-step li span {
	font-size: 11px;
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	color: #FFF;
}
.wrap-step li img {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
	display: none;
}
.wrap-step .color-1 {
	background-color: #3B3632;
	background-image: url("../img/color-1.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
.wrap-step .color-1 a {
	color: #FFFFFF;
}
.wrap-step .color-1 span {
	color: #FFFFFF;
}
.wrap-step .color-2 {
	background-color: #7A6F66;
	background-image: url("../img/color-2.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
.wrap-step .color-2 a {
	color: #AFA9A3;
}
.wrap-step .color-2 span {
	color: #AFA9A3;
}
.wrap-step .color-3 {
	background-color: #B0B0B0;
	background-image: url("../img/color-3.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
.wrap-step .color-3 a {
	color: #D0D0D0;
}
.wrap-step .color-3 span {
	color: #D0D0D0;
}
.wrap-step .checked a {
	color: #FFF;
	margin-left: 5px;
}
.wrap-step .checked span {
	color: #FFF;
	margin-left: 5px;
}
.wrap-step .checked img {
	display: block;
}

.wrap-step .active a {
	color: #FFCC00;
	font-weight: bold;
}
.wrap-step .active span {
	color: #FFCC00;
	font-weight: bold;
}

.content-step-1 {
	width: 654px;
	float: left;
	padding: 30px 38px 72px 38px;
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 60px;
	background-color: #3B3632;
}
.content-step-1 .text-thank-you {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 26px;
	margin-bottom: 0;
}
.content-step-1 .box-left-quotes .line-input select {
	width: 406px;
	float: left;
	margin-bottom: 0;
}


.form-questions {
	width: 100%;
	float: left;
	margin-bottom: 0;
}
.form-questions .question {
	width: 100%;
	float: left;
}
.form-questions1 .question {
	display: none;
}
.form-questions2 .question {
	display: none;
}
.form-questions .question .title {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}
.form-questions .question .title span {
	color: #FFCC00;
}
.form-questions .question .wrap-options {
	width: 432px;
	min-height: 36px;
	float: left;
	background: #CCCCCC url(../img/bg-quotes-options.png) repeat-x top;
	font-size: 13px;
	color: #333333;
}
.form-questions .question .wrap-options.hover {

    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    border: 2px solid #FAA732;
    margin-left: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    position: relative;
}
.form-questions .question .wrap-options.selected {
	background: #84B675 url(../img/bg-quotes-options-active.png) repeat-x top;
}
.form-questions .question .wrap-options label {
	padding-left: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 9px 8px;
}
.form-questions .question .wrap-options label.label_radio {
	background-image: url(../img/radio-off.png);
}
.form-questions .question .wrap-options label.label_check {
	background-image: url(../img/check-off.png);
}
.form-questions .question .wrap-options label.c_on {
	background-image: url(../img/check-on.png);
}
.form-questions .question .wrap-options label.r_on {
	background-image: url(../img/radio-on.png);
}
.form-questions .question .full-options {
	width: 100%;
	float: left;
}
.wrap-options-error {
	width: 100%;
	float: left;
	margin-top: 3px;
}
.form-questions .question label {
	margin: 0px;
}
.form-questions .question label.error {
	color: #E0C1C0;
}
.form-questions .question .wrap-options input {
	position: absolute;
	left: -9999px;
}
.form-questions .question .wrap-options textarea {
	width: 565px;
	height: 130px;
}
.form-questions .question .wrap-options select.error {
	border: 1px solid red;
	background: #E0C1C0;
	color: #333333;
}

.form-questions .wrap-submit {
	width: 100%;
	float: left;
	padding-top: 21px;
	background-image: url("../img/line-signup.png");
	background-repeat: repeat-x;
	background-position: top;
}
.box-left-quotes {
	width: 432px;
	float: left;
}
.box-right-quotes {
	width: 204px;
	float: right;
	margin-top: 20px;
	margin-right: -10px;
}
.box-right-quotes h3 {
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 4px;
	background: url(../img/bg-bottom-title-quotes-right.png) no-repeat bottom left;
	line-height: 35px;
}
.box-right-quotes .title-help-step2 {
	font-size: 17px;
	background: url(../img/bg-bottom-title-quotes-right-step2.png) no-repeat bottom left;
}
.box-right-quotes .title-help-step3 {
	background: url(../img/bg-bottom-title-quotes-right-step3.png) no-repeat bottom left;
}
.box-right-quotes table {
	margin-top: 2px;
}
.box-right-quotes table tr td {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.box-right-quotes table tr td.td-numbers {
	width: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #CD9C4C;
	padding-left: 4px;
}
.ehardhat-privacy-quotes {
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	margin-top: 5px;
	display: block;
}
.ehardhat-privacy-quotes a {
	color: #FFFFFF;
	text-decoration: none;
}

.content-step-2 {
	width: 574px;
	float: left;
	padding: 38px;
	background-color: #7A6F66;
}
.fix-height-step-2 {
	height: 1030px;
	margin-bottom: 110px;
}

.content-step-3 {
	width: 494px;
	float: left;
	padding: 38px;
	background-color: #8B8B8B;
}
.fix-height-step-3 {
	height: 480px;
	margin-bottom: 150px;
}
.fix-height-step-3 .content-step-2 {
	height: 490px;
}
.content-step-2 .form-questions .wrap-submit {
	background-image: url("../img/line-signup-2.png");
}
.content-step-3 .form-questions .wrap-submit {
	background: transparent;
}
.content-step-3 .line-input .input {
	color: #333333;
}
.content-step-3 .line-input label.error {
	color: #E09E9D;
}
.content-step-3 .line-input input.error {
	border: 1px solid red;
}
.content-step-1 .wrap-no-message label.error {
	display: none !important;
}
.content-step-3 .line-input input::-webkit-input-placeholder {
  	color: #999999;
  	font-style: italic;
}
.content-step-3 .line-input input:-moz-placeholder {
  	color: #999999;
  	font-style: italic;
}


.line-input {
	width: 420px;
	float: left;
	margin-bottom: 20px;
}
.line-input label {
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.line-input label.error {
	color: #E09E9D;
}
.line-input .input {
	width: 392px;
	height: 30px;
	margin: 0px;
	float: left;
	color: #333;
}
.line-input textarea {
	width: 392px;
	height: 71px;
	margin: 0px;
	float: left;
	color: #333;
}
.line-input input::-webkit-input-placeholder, .line-input textarea::-webkit-input-placeholder {
	color: #999999;
	font-style: italic;
}
.line-input input:-moz-placeholder, .line-input textarea:-moz-placeholder {
	color: #999999;
	font-style: italic;
}
.form-questions .line-input {
	margin-bottom: 10px;
}
.form-questions .line-input .input {
	height: 22px;
}
.form-questions .line-input label {
	margin-bottom: 1px;
}
.line-input .input-size-1 {
	width: 184px;
	margin-right: 10px;
}

.line-input-size-2 {
	width: 277px;
}
.line-input-size-2 .input {
	width: 265px;
}
.line-input-size-3 {
	width: 120px;
	margin-left: 10px;
}
.line-input-size-3 .input {
	width: 105px;
}
.line-input-address {
	width: 198px;
	margin-right: 10px;
}
.line-input-address .input {
	width: 184px;
}
.line-input-zip-code {
	width: 114px;
	margin-right: 10px;
}
.line-input-zip-code .input {
	width: 90px;
}
p.line-info-city-state {
	width: 222px;
	height: 38px;
	float: left;
	color: #CD9C4C;
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 26px;
}
.line-input-phone-number {
	width: 122px;
	margin-right: 10px;
}
.line-input-phone-number .input {
	width: 108px;
}
.line-input-email {
	width: 275px;
}
.line-input-email .input {
	width: 261px;
}

.wrap-social {
	width: 310px;
	margin: 100px auto 550px auto;
}
.wrap-like .twitter-follow-button {
	float: right;
	margin-left: 10px;
}
.thank-you {
	font-size: 45px;
}
.wrap-social-thank-you {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0;
	clear: both;
	margin-bottom: 100px;
}
.wrap-social-thank-you span.make-sure {
	float: left;
	font-size: 16px;
	margin-left: 241px;
}
.wrap-social-thank-you .fb-like {
	float: left;
	margin-left: 10px;
}
.wrap-social-thank-you .twitter-follow-button {
	float: left;
	margin-left: 10px;
}

.wrap-select-service-loading {
	height: 190px;
	margin-bottom: 10px;
}
.wrap-select-service-loading .title-signup {
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 39px;
}

.wrap-img {
	width: 100%;
	margin-bottom: 100px;
	float: left;
}
.img-position-1 {
	margin-left: 65px;
	margin-top: 85px;
	padding: 10px;
	float: left;
}
.img-position-2 {
	margin-left: -140px;
	margin-top: -50px;
	padding: 10px;
	float: left;
}
.img-position-3 {
	margin-left: -80px;
	margin-top: 26px;
	padding: 10px;
	float: left;
}

.progress-bar {
	width: 300px;
	margin: 10px auto 0px auto;
}


/* Contractor Sign Up */
.group-header-style-2 .search-header , .group-header-style-2 .login-header {
	display: none;
}
.group-header-style-2 .logo {
	margin-left: 415px;
	float: none;
}
.wrap-get-started {
	width: 570px;
	float: left;
}
.wrap-get-started h1 {
	font-size: 35px;
	letter-spacing: -1px;
}
.wrap-get-started h3 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
	line-height: 28px;
}
.wrap-get-started .form-contractors-signup {
	width: 100%;
	margin-top: 30px;
	float: left;
}
.wrap-get-started .form-contractors-signup label {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.wrap-get-started .form-contractors-signup .input-text {
	width: 240px;
	height: 31px;
	float: left;
	margin: 0px 0px 5px 0px;
}
.wrap-get-started .form-contractors-signup .submit {
	width: 148px;
	height: 40px;
	float: left;
	margin-left: 10px;
}
.wrap-get-started .form-contractors-signup span {
	width: 100%;
	font-size: 11px;
	color: #333;
	font-style: italic;
	float: left;
}
.img-contractor-signup {
	float: right;
}

.wrap-actions {
	width: 100%;
	float: left;
	margin: 65px 0px 75px 0px;
}
.wrap-icons-actions {
	margin: 0 auto;
	margin-left: 154px;
}
.wrap-icons-actions .icons-actions {
	width: 165px;
	float: left;
	margin-right: 55px;
	text-align: center;
}
.wrap-icons-actions .icons-actions span {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.wrap-icons-actions .last-icon {
	margin: 0px;
}
.truested-pros {
	margin: 0 auto;
	float: none;
	display: inherit;
	font-family: "Open Sans";
	font-size: 18px;
	color: #0099FF;
	text-align: center;
	text-decoration: underline;
	clear: both;
}
#truested-pros:hover {
	color: #0099FF;
	text-decoration: underline;
}
.wrap-note {
	width: 100%;
	float: left;
	margin-top: 97px;
}
.wrap-note p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.wrap-note span {
	width: 265px;
	float: none;
	margin: 0 auto;
	display: inherit;
}
.wrap-note span a {
	margin-right: 20px;
}

.page-title {
	font-size: 35px;
	letter-spacing: -1px;
}

.form-signup {
	width: 610px;
	float: left;
	margin-top: 20px;
}
.form-signup .line {
	width: 360px;
	float: left;
	margin-bottom: 5px;
}
.form-signup .line label {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.form-signup .line .input {
	width: 95%;
	height: 23px;
	float: left;
}
.form-signup .line-style-2 {
	width: 200px;
	float: left;
	margin-left: 40px;
}
.form-signup .line .input-style-2 {
	width: 35px;
	margin-right: 8px;
}
.form-signup .line .input-style-3 {
	width: 53px;
	margin-right: 8px;
}
.form-signup .line .input-style-4 {
	width: 160px;
	margin-right: 8px;
}
.form-signup .line .no-margin {
	margin: 0px;
}
.form-signup .line .select {
	width: 99%;
	height: 34px;
	padding: 6px;
	float: left;
}
.form-signup .line-style-3 {
	width: 215px;
	float: left;
}
.form-signup .line-style-3 .input {
	width: 200px;
}
.form-signup .line-style-4 {
	width: 125px;
	float: left;
	margin-left: 9px;
}
.form-signup .last-line {
	width: 100%;
	float: left;
}
.form-signup .btn-start-lead {
	width: 208px;
	height: 39px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;
}
.wrap-icons-signup {
	width: 300px;
	float: left;
	margin-top: 481px;
}
.wrap-icons-signup a {
	margin-left: 18px;
}

.form-signup .line label.wrap-form-radio {
	width: auto;
	float: left;
	font-weight: normal;
	margin-right: 16px;
}
.form-signup .line label.wrap-form-radio input {
	float: left;
	margin-right: 5px;
}
.form-signup .line select.error {
	border: 1px solid red;
}
.form-signup .line label.error {
	color: red;
}
.form-signup .wrap-no-message label.error {
	display: none !important;
}
.align-center {
	width: 100%;
	text-align: center;
}

.wrap-form-claim {
	width: 440px;
	float: left;
	margin-top: 10px;
}
.wrap-form-claim .claim-company-name {
	font-size: 18px;
	margin-bottom: -8px;
}
.wrap-form-claim .claim-company-description {
	font-size: 14px;
}
.form-claim {
	width: 100%!important;
	float: left;
	margin-top: 10px;
}
.form-claim .line {
	width: 270px;
	float: left;
}
.form-claim .line label {
	color: #006600;
	font-size: 13px;
	letter-spacing: -1px;
	margin-bottom: 1px;
}
.form-claim .line .input {
	width: 256px;
}

.form-claim .line .half-line {
	width: 130px;
	float: left;
	margin-right: 10px;
}
.form-claim .line .half-line .input {
	width: 116px;
}
.form-claim .line .last-line {
	margin: 0px;
}
.form-claim #hand {
	float: left;
	margin: 6px 0 0 8px;
	display: none;
}
.page-description-claim-profile {
	font-size: 26px;
	color: #393332;
	font-weight: normal;
}

.wrap-directions {
	width: 170px;
	margin-top: -105px;
	float: right;
}
.wrap-directions img {
	float: left;
}
.wrap-directions p {
	width: 125px;
	font-size: 13px;
	color: #006600;
	float: left;
	font-style: italic;
	line-height: 15px;
	margin-top: 52px;
	margin-left: 5px;
}
.wrap-claim {
	width: 100%;
	float: left;
	border-top: 1px solid #D6D6D6;
	margin-top: 15px;
	padding-top: 20px;
}
.wrap-claim .line {
	width: 100%;
	float: left;
}
.line-names-claim span {
	font-size: 13px;
	color: #999999;
}
.line-names-claim strong {
	font-size: 16px;
}
.form-claim .line-checkbox-claim label {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 16px;
}
.form-claim .line-checkbox-claim input {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 12px;
}
.wrap-claim .line label {
	color: #3A3532;
}
.wrap-claim .line .input_login {
	width: 186px;
}
.wrap-claim .line p {
	float: left;
	margin-left: 8px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 7px;
}
.wrap-claim .line-submit {
	margin-top: 20px;
}
.wrap-claim .line-submit .btn {
	font-size: 14px;
}
.wrap-claim .line-submit p {
	font-size: 11px;
	font-weight: inherit;
	color: #796E66;
	margin: 7px 0px 0px 0px;
}
.wrap-claim .line-submit p a {
	font-size: 11px;
	font-weight: inherit;
	color: #796E66;
	text-decoration: underline;
}

.wrap-instructions {
	width: 445px;
	float: left;
	margin-top: 38px;
	margin-left: 40px;
}

.benefits {
	width: 100%;
	list-style: none;
	border: 1px dashed #7A6F66;
	float: left;
	margin: 0px 0px 30px 0px;
}
.benefits li {
	width: 94%;
	padding: 5px 3% 0px 3%;
	float: left;
}
.benefits li.featured {
	background-color: #FFFFCC;
}
.benefits li p {
	width: 395px;
	float: right;
	font-size: 14px;
	line-height: 15px;
	margin-top: 4px;
}

.title-claim-thank {
	width: 100%;
	float: left;
	font-size: 45px;
	color: #3A3532;
	text-align: center;
	line-height: 34px;
	margin-top: 60px;
}
.text-claim-thank {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #393432;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
}
.wrap-email-send {
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 240px;
}
.wrap-email-send img {
	float: none;
	margin: 0 auto;
	display: block;
}.page-category-full .span8 {
	width: 570px;
}
.page-category-full .span8 h1 {
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 18px;
}
.page-category-full .span4 {
	width: 300px;
	margin-left: 60px;
}
.page-category-full .span4 h3.other-contractors {
	font-size: 18px;
	color: #333333;
}
.page-category-full .span4 ul li {
	width: 50%;
}
.page-category-full .wrap-like {
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}
.page-category-full .wrap-like .fb_iframe_widget {
	float: left !important;
}
.page-category-full .wrap-like .twitter-follow-button {
	float: left;
}
.page-category-full .description-text {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 15px;
}
.page-category-full .description-text img {
	margin-bottom: 18px;
}
.page-category-full .description-text img.text-left {
	display: block;
    float: left;
    margin-bottom: 8px;
    margin-right: 14px;
    margin-top: 5px;
}
.page-category-full .description-text img.text-right {
	display: block;
    float: right;
    margin-bottom: 8px;
    margin-left: 14px;
    margin-top: 5px;
}
.page-category-full .advertising {
	margin: 17px 0 26px 0;
}
.page-category-full .description-text h2 {
	clear: both;
	font-size: 21px;
	line-height: 26px;
	padding-top: 14px;
	margin-bottom: 4px;
}
.page-category-full .description-text h3 {
	clear: both;
	font-size: 18px;
	line-height: 26px;
	padding-top: 14px;
	margin-bottom: 0px;
	color: #444444;
}

.wrap-review-profile {
	width: 100%;
	float: left;
	margin-bottom: 14px;
}
.wrap-review-profile .text-review {
	font-size: 13px;
	color: #333333;
}
.wrap-review-profile .text-review:hover {
	text-decoration: underline;
}
.review-right-side {
	width: 458px;
	float: right;
}
.wrap-review-profile img.img-review {
	width: 60px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #999;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.wrap-review-profile .wrap-review-user-info {
	width: 374px;
	font-size: 11px;
	float: left;
}
.wrap-review-profile .wrap-review-user-info img.yelp-logo {
	float: none;
	margin-top: -4px;
}
.wrap-review-profile .wrap-review-user-info img {
	float: right;
}


/* category page*/
.content-main-category {
	width: 100%;
	padding: 0px;
	float: left;
}
.wrap-content-category {
	width: 930px;
	padding: 25px 30px;
	float: left;
}

.wrap-let-work {
	width: 100%;
	float: left;
	padding: 36px 0 45px 0;
	margin-top: -40px;
	margin-bottom: 20px;
	background-color: #3B3632;
}
.wrap-let-work .let-work {
	width: 625px;
	float: none;
	margin: 0 auto;
}
.wrap-let-work .let-work .box-left h4 {
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}
.wrap-let-work .let-work .box-left ul {
	width: 340px;
	float: left;
	margin: 10px 0px 0px 0px;
	list-style: none;
}
.wrap-let-work .let-work .box-left ul li {
	width: 100%;
	height: 25px;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}
.wrap-let-work .let-work .box-left ul li span {
	width: 8px;
	height: 19px;
	padding: 3px 9px;
	float: left;
	margin-top: -3px;
	margin-right: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	background-image: url("../img/circle-list.png");
}
.wrap-get-started-category {
	width: 270px;
	float: right;
	background-image: url("../img/flag_get_started.png");
	background-position: left;
	background-repeat: no-repeat;
}
.wrap-let-work .let-work .box-left .wrap-get-started-category h4 {
	width: 240px;
	float: right;
}
.wrap-let-work .let-work .box-left .wrap-get-started-category .form-get-started {
	width: 215px;
	float: right;
	margin-top: 20px;
}
.wrap-let-work .let-work .box-left .wrap-get-started-category .form-get-started .zip-search {
	margin-left: 0px!important;
}
.wrap-let-work .let-work .box-left .wrap-get-started-category .form-get-started .btn-submit {
	height: 28px;
	margin-top: 1px;
	margin-left: 11px;
}



/* Are you Contractor (NEW) */
.title-page-contractor {
	width: 100%;
	margin: 65px 0px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
}
.wrap-features {
	width: 100%;
	float: left;
}
.wrap-features-type-2 {
	background-color: #E4E2E0;
}
.wrap-features .wrap-text-information {
	width: 540px;
	float: left;
	margin: 30px;
}
.wrap-features .wrap-text-information h2 {
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}
.wrap-features .wrap-text-information span {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	font-family: 'Georgia';
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}
.wrap-features .wrap-text-information p {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: normal;
}
.wrap-features .wrap-text-information .btn {
	margin: 10px 0px 0px 0px;
}

.wrap-features-1 {
	background-image: url("../img/features_1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 75px;
}
.wrap-features-2 {
	background-image: url("../img/features_2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 60px;
}
.wrap-features-2 .wrap-text-information {
	float: right;
	margin: 90px 95px 30px 30px;
}
.wrap-features-3 {
	background-image: url("../img/features_3.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 230px;
}
.wrap-features-3 .wrap-text-information {
	width: 430px;
}

.wrap-features-4 {
	background-image: url("../img/features_4.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 60px;
}
.wrap-features-4 .wrap-text-information {
	width: 410px;
	float: right;
	margin: 90px 30px 100px 30px;
}

.wrap-features-5 {
	background-image: url("../img/features_5.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 45px;
}
.wrap-features-5 .wrap-text-information {
	width: 430px;
}
.wrap-features-6 {
	background-image: url("../img/features_6.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 15px;
}
.wrap-features-6 .wrap-text-information {
	width: 730px;
	margin: 385px 30px 30px 130px;
}

.wrap-features-7 {
	background-image: url("../img/features_7.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 50px;
}
.wrap-features-7 .wrap-text-information {
	width: 470px;
	float: right;
	margin-top: 70px;
}
.wrap-features-8 {
	background-image: url("../img/features_8.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.wrap-features-8 .wrap-text-information {
	width: 430px;
	margin: 75px 30px 100px 65px;
}
.wrap-features-9 {
	background-image: url("../img/features_9.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.wrap-features-9 .wrap-text-information {
	width: 430px;
	float: right;
	margin: 70px 160px 70px 0px;
}

.wrap-features-10 {
	background-image: url("../img/features_10.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.wrap-features-10 .wrap-text-information {
	width: 460px;
	float: left;
	margin: 50px 0px 50px 90px;
}

.wrap-features-11 {
	background-image: url("../img/features_11.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.wrap-features-11 .wrap-text-information {
	width: 430px;
	float: right;
	margin: 60px 130px 60px 0px;
}
.wrap-features-12 .form-contractors-signup {
    width: 415px;
    float: left;
    margin: 70px 0px 70px 287px;
}
.wrap-features-12 .form-contractors-signup label {
    color: #000000;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
.wrap-features-12 .form-contractors-signup .input-text {
    float: left;
    height: 31px;
    margin: 0 0 5px;
    width: 240px;
}
.wrap-features-12 .form-contractors-signup span {
    color: #333333;
    float: left;
    font-size: 11px;
    font-style: italic;
    width: 100%;
}
.wrap-features-12 .form-contractors-signup .submit {
    float: left;
    height: 40px;
    margin-left: 10px;
    width: 148px;
}


/* SEARCH NEW HOME PAGE */
.wrap-search-home-page {
	width: 950px;
	margin: 140px auto 0px auto;
}
.search-home-page {
	width: 850px;
	padding: 50px 50px 45px;
	float: left;
	background-image: url("../img/bg_search_new_home_page.png");
	box-shadow: 0px 1px 5px #333;
}
.search-home-page h1 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	float: left;
}
.search-home-page .search {
	width: 100%;
	margin-top: 20px;
	float: left;
}
.search-home-page input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	padding-top: 4px!important;
}
.search-home-page input::-moz-placeholder {
	color: #333!important;
}
.wrap-categories-search {
	width: 430px;
	height: 55px;
	margin: 0px 15px 0px 0px!important;
	float: left;
}
.wrap-categories-search span{
	width: 400px;
	height: 21px;
	padding: 17px 15px;
	font-size: 24px;
	color: #999999;
	background-color: transparent;
	background-image: url("../img/select_home_page.png");
	position: absolute;
	z-index: 2;
}
.search-home-page .search .categories-search {
	width: 430px;
	height: 55px;
	padding: 10px 15px;
	margin: 0px!important;
	font-size: 24px;
	color: #999999;
	position: absolute;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;

}
.search-home-page .search .categories-search option{
	color: #333;
	background-color: #fff;
}
.search-home-page .search .zip-search {
	width: 122px;
	height: 33px;
	padding: 10px 15px;
	margin: 0px 15px 0px 0px!important;
	float: left;
	font-size: 24px;
	color: #999999;
}
.search-home-page .search .submit-search {
	width: 187px;
	height: 55px;
	padding: 0px;
	border: 0px;
	margin: 0px!important;
	background-color: transparent;
	background-image: url("../img/bt_submit_search_home_page.png");
	background-position: top;
}
.search-home-page .search .submit-search:hover {
	background-position: center;
}
.search-home-page .search .submit-search:active {
	background-position: bottom;
}

.wrap-search-home-page .list-steps {
	width: 100%;
	float: left;
	margin: 40px 0px 0px 0px;
	list-style: none;
}
.wrap-search-home-page .list-steps li {
	width: 290px;
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	text-shadow: 1px 1px 1px #333;
	margin-right: 15px;
	margin-left: 10px;
}
.wrap-search-home-page .list-steps li span {
	background-image: url("../img/circle-home-page.png");
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #D6953C;
    height: 19px;
    margin-top: 4px;
    margin-right: 15px;
    padding: 12px 0px;
    width: 43px;
    text-align: center;
}


.wrap-why-use-home-page {
	width: 900px;
	margin: 0px auto;
}
.wrap-why-use-home-page h2 {
	width: 100%;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin: 45px 0px 0px 0px;
	float: left;
	text-align: center;
}

.wrap-why-use-home-page .list-why-use {
	width: 100%;
	float: left;
	margin: 65px 0px 0px 0px;
	list-style: none;
}
.wrap-why-use-home-page .list-why-use li {
	width: auto;
	float: left;
	margin: 0px 65px 0px 0px;
}
.wrap-why-use-home-page .list-why-use li.last {
	margin: 0px;
}
.wrap-why-use-home-page .list-why-use li span {
	width: 100%;
	height: 83px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
.wrap-why-use-home-page .list-why-use li h3 {
	width: 100%;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.wrap-why-use-home-page .list-why-use li p {
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	color: #CAC5C2;
	font-weight: normal;
}
.wrap-black-box-home {
	width: 100%;
	float: left;
	margin-top: 72px;
	padding: 85px 0px;
	background-color: #3B3632;
}
.wrap-find-and-book {
	width: 955px;
	margin: 0px auto;
}
.wrap-find-and-book h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
}
.wrap-find-and-book .list-find-and-book {
	width: 100%;
	float: left;
	margin: 45px 0px 0px 0px;
	list-style: none;
}
.wrap-find-and-book .list-find-and-book li {
	width: 390px;
	float: left;
	margin: 0px 80px 25px 0px;
}
.wrap-find-and-book .list-find-and-book li h3 {
	width: 100%;
	margin: 0px;
	font-size: 20px;
	color: #FBAF44;
	font-weight: bold;
}
.wrap-find-and-book .list-find-and-book li p {
	width: 100%;
	margin: 0px;
	font-size: 13px;
	color: #B1AEAD;
	font-weight: normal;
}
.wrap-articles-home {
	width: 100%;
	float: left;
	/*margin-top: 72px;*/
	padding: 85px 0px;
	background-color: #FFFFFF;
}
.box-articles-home {
	width: 955px;
	margin: 0px auto;
}
.wrap-where-is-ehardhat-home-page {
	width: 970px;
	margin: 0px auto;
}
.wrap-where-is-ehardhat-home-page h2 {
	width: 100%;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 70px 0px 0px 0px;
	float: left;
}

.wrap-where-is-ehardhat-home-page .list-where-is-ehardhat {
	width: 100%;
	float: left;
	margin: 30px 0px 70px 0px;
	list-style: none;
	color: #B1AEAD;
}
.wrap-where-is-ehardhat-home-page .list-where-is-ehardhat li {
	display: inline;
}
.wrap-where-is-ehardhat-home-page .list-where-is-ehardhat li a {
	font-size: 13px;
	color: #B1AEAD;
	font-weight: normal;
	text-decoration: none;
	float: none;
}
.wrap-where-is-ehardhat-home-page .list-where-is-ehardhat li a:hover {
	text-decoration: underline;
}

.wrap-listed-our-directory {
	width: 955px;
	margin: 0px auto;
}
.wrap-listed-our-directory h2 {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
}
.wrap-listed-our-directory h2 span {
	color: #FAAE44;
}
.wrap-listed-our-directory p {
	width: 440px;
	font-size: 16px;
	font-weight: normal;
	color: #B1AEAD;
	margin: 0px auto;
}
.wrap-listed-our-directory p .btn {
	margin-left: 5px;
}
.wrap-questions-answers {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.title-question {
	width: 100%;
	font-size: 14px;
	float: left;
	margin: 0px 0px 5px 0px;
}

.box-inspiration-photos-profile {
	width: 610px;
	float: left;
	margin-left: -14px;
}
.box-inspiration-photos-profile a {
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 6px;
	-webkit-box-shadow: 1px 1px 6px 0 #CCCCCC; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 1px 1px 6px 0 #CCCCCC; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    margin: 0 0 16px 16px;
    position: relative;
}
.box-inspiration-photos-profile a img {
	float: left;
}
.box-inspiration-photos-profile a .mask-inspiration {
	width: 171px;
	height: 173px;
	background: url(../img/bg-mask-inspiration.png) no-repeat top left;
	position: absolute;
	left: 6px;
	top: 6px;
	display: none;
}
.box-inspiration-photos-profile a:hover .mask-inspiration {
	display: block;
}

.box-overlay-background {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg-black-overlay.png);
}
.box-overlay-window {
	width: 96%;
	height: 92%;
	position: absolute;
	left: 2%;
	top: 4%;
	background: #090909;
}
.box-overlay-window .box-overlay-left-photo {
	width: 70%;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.box-overlay-window .box-overlay-left-photo .img-previous-arrow {
	width: 100px;
	height: 100%;
	background: url(../img/bg-overlay-arrow-left.png) no-repeat center;
	text-indent: -9999px;
	z-index: 9998;
	position: absolute;
	left: 10px;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	transition: opacity .20s, left 0.10s;
    -moz-transition: opacity .20s, left 0.10s;
    -webkit-transition: opacity .20s, left 0.10s;
}
.box-overlay-window .box-overlay-left-photo .img-next-arrow {
	width: 100px;
	height: 100%;
	background: url(../img/bg-overlay-arrow-right.png) no-repeat center;
	text-indent: -9999px;
	z-index: 9998;
	position: absolute;
	right: 10px;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	transition: opacity .20s, right 0.10s;
    -moz-transition: opacity .20s, right 0.10s;
    -webkit-transition: opacity .20s, right 0.10s;
}
.box-overlay-window .box-overlay-left-photo:hover .img-previous-arrow {
	opacity: 1;
	filter:alpha(opacity=1); /* For IE8 and earlier */
	left: 0;
}
.box-overlay-window .box-overlay-left-photo:hover .img-next-arrow {
	opacity: 1;
	filter:alpha(opacity=1); /* For IE8 and earlier */
	right: 0;
}
.box-overlay-window .box-overlay-left-photo img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.box-overlay-window .box-overlay-left-photo .load-images {
	display: none;
}
.box-overlay-window .box-overlay-bottom {
	width: 100%;
	position: absolute;
	bottom: 18px;
	left: 0;
	text-align: center;
	color: #CCCCCC;
	line-height: 29px;
	z-index: 9999;
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	transition: opacity .20s;
    -moz-transition: opacity .20s;
    -webkit-transition: opacity .20s;
}
.wrapper-overlay-bottom {
	padding: 20px 25px;
	background: rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.50);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height: 42px;
	display: inline-block;
}
.wrapper-overlay-bottom .text-like,
.wrapper-overlay-bottom .btn,
.wrapper-overlay-bottom .text-call-inspiration {
	color: #fff;
	margin-right: 3px;
	display: inline-block;
}
.wrapper-overlay-bottom .text-like {
	font-size: 18px;
	line-height: 18px;
}
.wrapper-overlay-bottom .btn {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px;
	background-image: -webkit-linear-gradient(#FBBE4B 0%, #F79509 100%);
	background-image: -o-linear-gradient(#FBBE4B 0%, #F79509 100%);
	background-image: linear-gradient(#FBBE4B 0%, #F79509 100%);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper-overlay-bottom .text-call-inspiration {
	font-size: 15px;
	color: #fff;
	margin-right: 0;
}
.wrapper-overlay-bottom .text-call-inspiration a {
	font-weight: bold;
	font-size: 18px;
	color: #F8A11C;
}
.box-overlay-window .box-overlay-left-photo:hover .box-overlay-bottom {
	opacity: 1;
	filter:alpha(opacity=1); /* For IE8 and earlier */
}
.box-overlay-bottom .box-overlay-buttons {
	float: right;
}
.box-overlay-bottom .box-overlay-buttons a {
	float: right;
	display: block;
	margin-right: 10px !important;
	margin-top: 5px !important;
}
.box-overlay-window .box-overlay-right-photo {
	width: 30%;
	height: 100%;
	float: right;
	position: relative;
	background: #EDEDE9;
}
.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
	width: 93%;
	height: 93%;
	float: left;
	margin-left: 5%;
	margin-top: 30px;
	overflow-y: auto;
	overflow-x: hidden;
}
.box-overlay-window .bt-overlay-close {
	width: 28px;
	height: 30px;
	position: absolute;
	right: 2px;
	top: 0;
	background: url(../img/bt-overlay-close.png) no-repeat 8px 8px;
	text-indent: -9999px;
}
.box-overlay-window .bt-overlay-close:hover {
	background-position: 8px -15px;
}
.box-overlay-right-photo-content h2 {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 19px;
	margin-bottom: 14px;
	letter-spacing: -0.2px;
}
.box-overlay-right-photos {
	float: left;
	margin-left: 8%;
}
.box-overlay-right-photos a {
	height: 101px;
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 6px;
	-webkit-box-shadow: 1px 1px 6px 0 #CCCCCC; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 1px 1px 6px 0 #CCCCCC; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    margin: 0 16px 16px 6px;
    position: relative;
}
.box-overlay-right-photos a img {
	width: 100px;
	float: left;
}
.box-overlay-right-photos a .mask-inspiration {
	width: 100px;
	height: 101px;
	background: url(../img/bg-mask-inspiration.png) no-repeat center;
	position: absolute;
	left: 6px;
	top: 6px;
	display: none;
}
.box-overlay-right-photos a:hover .mask-inspiration {
	display: block;
}
.box-overlay-right-ads {
	float: left;
	margin-top: 15px;
}



.box-wisercosts-banner-default {
	display: block;
	float: right;
	border: 1px solid #7A6F66;
	margin-right: -40px;
	margin-top: -32px;
}



.box-wisercosts-banner {
	width: 300px;
	height: 250px;
	display: block;
	float: right;
	border: 1px solid #7A6F66;
	margin-right: -40px;
	margin-top: -32px;
	cursor: pointer;
	background: url(../img/wisercosts-banner.png) no-repeat top center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0 1px 0 #333333;
}
.box-wisercosts-banner:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.box-wisercosts-banner div {
	padding: 20px;
	display: table-cell;
	height: 139px;
	vertical-align: middle;
}
.box-wisercosts-banner div span {
	color: yellow;
}





/* Large desktop */
@media (min-width: 1860px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 80%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 20%;
	}
	.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
		height: 95%;
	}
}
@media (min-width: 1690px) and (max-width: 1859px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 78%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 22%;
	}
	.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
		height: 95%;
	}
}
@media (min-width: 1400px) and (max-width: 1689px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 72%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 28%;
	}
	.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
		height: 95%;
	}
}
@media (min-width: 1160px) and (max-width: 1279px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 68%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 32%;
	}
	.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
		height: 95%;
	}
}
@media (min-width: 980px) and (max-width: 1159px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 62%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 38%;
	}
	.box-overlay-window .box-overlay-right-photo .box-overlay-right-photo-content {
		height: 95%;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.box-overlay-window .box-overlay-left-photo {
		width: 74%;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 26%;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body { overflow: auto !important }
	body .header { display: none; }
	body .wrap-content { width: 100%; }
	body .footer { display: none; }
	.box-overlay-window {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
	.box-overlay-window .box-overlay-left-photo {
		width: 100%;
		height: auto;
		position: relative;
		clear: both;
	}
	.box-overlay-window .box-overlay-left-photo img {
		position: static;
	}
	.box-overlay-window .box-overlay-right-photo {
		width: 100%;
		position: relative;
		clear: both;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.box-overlay-right-photos a {
		height: 114px;
	}
	.box-overlay-right-photos a img {
		width: 112px;
	}
	.box-overlay-right-photos a .mask-inspiration {
		width: 112px;
		height: 114px;
	}
}



.box-list-categories-inspiration h4 {
	font-size: 14px;
	color: #333333;
	margin-top: 0;
}
.box-list-categories-inspiration ul {
	list-style: none;
	margin: 0;
}
.box-list-categories-inspiration ul li {
	margin-bottom: 4px;
	font-size: 11px;
}
.box-right-categories-inspiration h3 {
	font-size: 24px;
	color: #333333;
	margin-top: 24px;
}
.box-right-categories-inspiration .ads-inspiration-right {
	text-align: right;
}



.box-list-categories-cities {
	width: 154px;
	float: left;
	padding-right: 10px;
}
.box-list-categories-cities h4 {
	font-size: 14px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 16px;
}
.box-list-categories-cities ul {
	list-style: none;
	margin: 0;
}
.box-list-categories-cities ul li {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}
.box-list-categories-cities ul li.active a {
	color: #333333;
	font-weight: bold;
}

.list-contractors-page .container-left {
	width: 442px;
}
.list-contractors-page .container-left .result {
	width: 390px;
}
.list-contractors-page .container-left .result .wrap {
	width: 100%;
}
.list-contractors-page .container-left .result .wrap form {
	margin: 0;
	padding: 0;
}
.list-contractors-page .container-left .result .wrap .name {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 15px;
	font-size: 14px;
}

.list-contractors-page .container-left .result .wrap .company-description {
	font-size: 12px;
	color: #999999;
	line-height: 15px;
	margin-bottom: 5px;
}
.list-contractors-page .container-left .result .wrap .company-license {
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	margin-bottom: 0;
}

.box-city-category-info {
	width: 990px;
	position: absolute;
	top: 0;
	left: -5000px;
	color: #BDB7B2;
}
.box-city-category-info h1, .box-city-category-info h2, .box-city-category-info h3, .box-city-category-info h4 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: -6px;
}
.box-city-category-info strong {
	color: #FFFFFF;
}

.list-contractors-page h4.other-contractors {
	font-size: 16px;
	margin-bottom: 4px;
}

.wrap-company-table-list {
	margin: 0;
	padding: 0;
}
.table-company-title {
	margin: 0;
	font-size: 14px;
	margin-bottom: -6px;
}
.table-company-list {
	border: 1px solid #E4E4E4;
}
.table-company-list .table-company-list-title {
	width: 106px;
	font-weight: bold;
	font-size: 12px;
	background: #F3F3F3;
	border: 0;
	padding: 3px 8px 3px 16px;
}
.table-company-list .table-company-list-content {
	border: 0;
	border-bottom: 1px solid #F3F3F3;
	padding: 3px 8px 3px 16px;
}
.table-company-list tr:first-child td {
	padding-top: 10px;
}
.table-company-list tr:last-child td {
	padding-bottom: 10px;
}
.table-company-list tr:last-child td.table-company-list-content {
	border-bottom: 1px solid #E4E4E4;
}


.pagination-cities-page .pagination ul > li > a, .pagination-cities-page .pagination ul > li > span {
	padding: 4px 10px;
}

.phone-number-call-now {
	float: right;
	text-align: right;
	background: green;
	color: #FFFFFF;
	padding: 5px 10px 9px 10px;
}
.phone-number-call-now .call-now-message {
	font-size: 12px;
}
.phone-number-call-now .call-now-number {
	font-size: 29px;
	font-weight: bold;
}

.phone-number-box {
	margin: 0 auto;
	width: 496px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(185,185,200);
	background-color:rgb(255,255,255);
	text-align: center;
	margin-top: 36px;
	margin-bottom: 42px;
	padding: 36px 20px 36px 20px;
}
.phone-number-box .phone-number-title {
	font-size:16px;
	line-height:125%;
	color:rgb(51,51,51);
	margin-bottom: 5px;
}
.phone-number-box .phone-number-digits {
	line-height:120%;
	font-size:50px;
}




#emailProModal {
	width: 560px;
}
#emailProModal .content-form-fields label.error {
	display: none;
}

/* hvac upsell popup

#upSell {
  width: 735px;
  height: 380px;
  background: #FFF url('/directory/img/hvac-check.png') no-repeat top right;
  margin: 8% 0 0 -367px;
}
#upSell .question {
  font-size: 36px;
  color: #1E5CA8;
  width: 375px;
}
#upSell .modal-body {
  margin: 60px 0 0 35px;
}
#upSell .actions {
  margin: 10px 0 0 0;
}
*/
.actions .btn-success {
  width: 140px;
  padding: 18px 0;
  font-size: 26px;
  font-weight: bold;
  margin-right: 7px;
}
.actions .nothanks {
  width: 90px;
  padding: 10px 0;
  color: #666;
}

.box-co-da {
	width: 422px;
	float: left;
	padding: 30px 10px 10px 10px;
	margin-bottom: 15px;
	border-top: 3px solid #999999;
	background: #EDEDED url(../img/bg-co-da.png) no-repeat top left;
}
.box-co-da p {
	margin: 0;
}
.box-co-da p.ds {
	font-size: 11px;
	line-height: 14px;
}

.contact-contractor-phone span {
	font-weight: bold;
	display: none;
}


.phone-number-block-city {
	height: 123px;
	margin-bottom: 20px;
	position: relative;
}
.phone-number-block-city img {
	width: 444px;
	position: absolute;
	top: 0;
	left: 0;
}
.phone-number-block-city span {
	text-align:center;
	color:rgb(255,255,255);
	line-height:110%;
	letter-spacing:0pt;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-align: center;
	position: absolute;
	width: 90%;
	left: 5%;
	top: 19px;
}



#upSell {
  width: 780px;
  height: 380px;
  background: #FFF url('/directory/img/insulation-check-background.png') no-repeat top right;
  margin: 8% 0 0 -367px;
}
#upSell .taxcredit, #upSell .taxcredit dt {
	margin: 0;
	padding: 0;
}
#upSell .taxcredit dt h2 {
	margin: 45px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #CC0000;
}
#upSell .taxcredit dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #333;
}
#upSell .checkcredit {
	margin: 50px 0 0 0;
	padding: 0;
	color: #000;
	font-size: 20px;
}
#upSell .modal-body {
	margin-left: 30px;
}

.box-leaderboard-top-center {
	background: #3B3631 url(../img/bg-leaderboard-top.png) no-repeat bottom center;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 10px;
}

.box-leaderboard-footer {
	height: 94px;
	background: url(../img/bg-leaderboard-footer.png);
	text-align: center;
	position: fixed;
	bottom: 0;
	padding-top: 6px;
}
.box-leaderboard-footer .adsbygoogle {
	background: #3B3631;
}
.btn-leaderboard-footer-close {
	position: absolute;
	bottom: 4px;
}

#box-like-us {
	width: 689px;
	height: 271px;
	background: url(../img/bg-like-us-box.png) no-repeat;
}
#box-like-us .like-us-message {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:0pt;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:left;
	margin-top: 56px;
	margin-bottom: 21px;
}
#box-like-us p.not-now-button {
	font-family:"Open Sans";
	font-size:11px;
	letter-spacing:0pt;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:left;
	margin-top: 20px;
}
#box-like-us p.not-now-button a {
	color:rgb(255,255,255);
	text-decoration: underline;
}
.hidden-background {
	background: none !important;
}

.box-request-quotes-right {

}
.box-request-quotes-right-white {
	border-color: #0000FF #CCCCCC #CCCCCC;
    border-style: solid;
    border-width: 3px 1px 1px;
}
.box-request-quotes-right-orange {
	*background-color:#f89406;
	background-image:-moz-linear-gradient(top,#fbb450,#f89406);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
	background-image:-o-linear-gradient(top,#fbb450,#f89406);
	background-image:linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-style: solid;
    border-width: 3px 1px 1px;
    border-color: #0000FF #666666 #666666;
}
.box-request-quotes-right-orange input[type="text"] {
	border-color: #999999;
}
.box-request-quotes-right-brown {
	background: #3B3632;
	color: #FFFFFF;
	border-color: #F9970C #000000 #000000;
    border-style: solid;
    border-width: 3px 1px 1px;
}
.box-request-quotes-right-brown .chosen-container {
	color: #333333;
}
.box-request-quotes-right-blue {
	background: #0000FF;
	color: #FFFFFF;
}
.box-request-quotes-right-blue .chosen-container {
	color: #333333;
}
.chosen-results li {
    width: 100% !important;
}
.box-request-quotes-right .span12 {
	padding: 20px;
}
.box-request-quotes-right h4 {
	margin-top: 0;
	margin-bottom: 16px;
}
.box-request-quotes-right form {
	margin: 0;
}
.box-request-quotes-right form input {
	width: 243px;
}
.box-request-quotes-right form select {
	width: 256px;
}
.box-request-quotes-right form .btn-continue {
	width: 257px;
	font-size: 16px;
	padding: 8px 19px;
	margin-top: 6px;
}
.box-request-quotes-right .chosen-container-single .chosen-single {
	height: 29px;
	line-height: 29px;
}
.box-request-quotes-right .chosen-container-single .chosen-single div {
	top: 3px;
}

.wrap-featured-contractors {
	width: 420px;
	float: left;
	background: #FFF8EF;
	padding: 8px 10px 0px 12px;
	margin-top: 16px;
	margin-bottom: 8px;
}
.wrap-featured-contractors p.featured-profiles {
	color: #717171;
	font-size: 11px;
	margin-bottom: 2px;
}
.wrap-featured-contractors .wrap-result {
	margin-top: 0;
	margin-bottom: 12px;
}
.wrap-featured-contractors .wrap-result .result {
	width: 416px;
	float: left;
	padding-bottom: 0;
	border-bottom: 0;
}
.wrap-featured-contractors .wrap-result .result .wrap .name {
	width: 310px;
	font-size: 16px;
}
.wrap-featured-contractors .wrap-result .result .adress {
	margin-bottom: 2px;
	font-style: normal;
}



.box-request-quotes-cities h4 {
	margin-top: 0;
	margin-bottom: 16px;
}
.box-request-quotes-cities form {
	margin: 0;
}
.box-request-quotes-cities form input {
	width: 243px;
}
.box-request-quotes-cities form select {
	width: 256px;
}
.box-request-quotes-cities form .btn-continue {
	width: 257px;
	font-size: 16px;
	padding: 8px 19px;
}
.box-request-quotes-cities .chosen-container-single .chosen-single {
	height: 29px;
	line-height: 29px;
}
.box-request-quotes-cities .chosen-container-single .chosen-single div {
	top: 3px;
}
.box-request-quotes-cities {
	float: left;
	margin-bottom: 25px;
	background: #EEF0FE;
	border-color: #0000FF #CCCCCC #CCCCCC;
    border-style: solid;
    border-width: 3px 1px 1px;
}
.box-request-quotes-cities .chosen-container {
	margin-top: -1px;
}
.box-request-quotes-cities .box-request-quotes-cities-content {
	padding: 20px;
}
.box-request-quotes-cities .brqc-titles {
	font-size:11px;
	line-height:120%;
	text-align:center;
	margin-bottom: 6px;
}
.box-request-quotes-cities .brqc-titles-right {
	width: 177px;
	float: right;
}
.box-request-quotes-cities .img-phone-separator {
	position: absolute;
	left: -28px;
	top: 2px;
}




.wrap-become-a-pro h1 {
	font-family:'Open Sans', sans-serif;
	font-size:34px;
	letter-spacing:-1pt;
	line-height:110%;
	font-weight: bold;
	margin-bottom: -16px;
	text-align: center;
}
.wrap-become-a-pro h2 {
	font-size: 19px;
	font-weight: 300 !important;
	text-align: center;
	color: #666666;
	font-weight: normal;
}
.wrap-become-a-pro .form-horizontal {
	margin-top: -26px;
	margin-bottom: 0;
}
.wrap-become-a-pro .box-exclusive-leads {
	background: #F0F6EB;
	padding: 4px 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.wrap-content-become-a-pro {
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 55px;
}
.wrap-content-become-a-pro ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wrap-content-become-a-pro li {
	margin-top: 10px;
}
.wrap-content-become-a-pro .form-horizontal .control-label {
	width: 118px;
}
.wrap-content-become-a-pro .form-horizontal .controls {
	margin-left: 138px;
}
.wrap-content-become-a-pro .form-horizontal label.error {
	color: red;
	font-style: italic;
	font-size: 12px;
	margin-top: 3px;
}
.wrap-content-become-a-pro .form-horizontal input.error {
	border: 1px solid red;
}

.wrap-become-a-pro .box-started-now {
	background: #F5F5F5;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
}
.wrap-become-a-pro .box-started-now legend {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 26px;
	background: #279700;
	border: 1px solid #1F7901;
	padding: 14px 22px;
	-webkit-border-radius: 12px 12px 0 0; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-radius: 12px 12px 0 0; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
    margin-bottom: 34px;
}
.wrap-become-a-pro .wrap-form-content {
	padding: 16px;
}




.box-local-costs {
	float: left;
	background: #E0D3C9;
	color: #333333;
	padding: 2px 20px 12px 20px;
	margin-bottom: 35px;
}
.box-local-costs h2 {
	font-size: 18px;
	margin: 14px 0 5px 0;
	line-height: 22px;
}

.placeholder { color: #aaa; }

.wrap-content-profile .hreview {
	float: left;
	margin-right: 10px;
}

.article-view .wrap-article-title h1 {
	font-size: 30px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 20px;
}
.article-view .wrap-article-title .article-categories {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
.article-view .wrap-article-title .article-categories a {
	color: #7A6F66;
	font-size: 13px;
}
.article-view .wrap-article-title .article-categories a:hover {
	color: #968375;
	text-decoration: none;
}
.article-view .box-social-media {
	height: 23px;
}
.article-view .box-social-media .block-facebook {
	width: 92px;
	height: 21px;
	float: left;
	margin-right: 8px;
}
.article-view .box-social-media .block-twitter {
	float: left;
	margin-right: 8px;
}
.article-view .box-social-media .block-pinterest {
	float: left;
	margin-right: 8px;
}
.article-view .box-social-media .block-google-plus {
	float: left;
	margin-right: 8px;
}
.article-view .box-social-media .block-count-comments {
	float: left;
	margin-left: 16px;
}
.article-view .box-author-article {
	text-align: center;
}
.article-view .box-author-article a span {
	display: none;
}
.article-view .box-author-article .author-img {
	width: 60px;
	margin-bottom: 1px;
}
.article-view .article-hr-separator {
	margin-top: 0;
}
.article-view .article-content {
	line-height: 21px;
}
.article-view .article-content img.left {
	margin-top: 5px;
	margin-right: 12px;
	float: left;
	margin-bottom: 10px;
}
.article-view .article-content img.right {
	margin-top: 5px;
	margin-left: 12px;
	float: right;
	margin-bottom: 10px;
}
.article-view .article-content h2 {
	width: 100%;
	font-size: 20px;
	color: #333;
	margin: 0px;
	line-height: inherit;
	float: left;
	margin-bottom: 6px;
	margin-top: 10px;
}
.article-view .article-content h3 {
	width: 100%;
	font-size: 16px;
	color: #555555;
	margin: 0px;
	line-height: inherit;
	float: left;
	margin-bottom: 3px;
	margin-top: 10px;
	text-transform: uppercase;
}
.article-view .article-content p {
    font-size: 14px;
    line-height: 22px;
}
.article-view .article-content li {
    font-size: 14px;
    line-height: 22px;
}
.article-view .wrap-comments {
	margin-top: 40px;
}

.article-view .sidebar-articles h3 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px -10px 0px;
}
.article-view .sidebar-articles .wrap-articles {
	margin-top: 25px;
}
.article-view .sidebar-articles .wrap-articles a:hover {
	color: #0600F8;
}
.article-view .sidebar-articles .wrap-articles h4 {
	line-height: 16px;
	font-size: 15px;
	margin-bottom: 5px;
}
.article-view .sidebar-articles .more-articles {
	float: right;
	text-align: right;
	margin-top: 10px;
}

.box-articles h2 {
	font-size: 22px;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 4px;
	color: #444444;
}
.box-articles .featured-img-300 {
	width: 100%;
	height: 370px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 10px;
}
.box-articles .featured-img-200 {
	width: 100%;
	height: 185px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 10px;
}
.box-articles .category-article {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-articles .category-article a {
	color: #7A6F66;
	font-size: 13px;
}
.box-articles .category-article a:hover {
	color: #968375;
	text-decoration: none;
}
.box-articles .title-article {
	font-size: 30px;
	line-height: 30px;
	margin-top: -4px;
	margin-bottom: 5px;
}
.box-articles .title-article-small {
	font-size: 23px;
	line-height: 26px;
	margin-top: -10px;
}
.box-articles .title-article-mini {
	font-size: 18px;
	line-height: 18px;
}
.box-articles .title-article a {
	color: #333333;
}
.box-articles .title-article a:hover {
	color: #333333;
	text-decoration: none;
}
.box-articles .excerpt-article {
	margin-bottom: 3px;
}
.box-articles .excerpt-article-small {
	font-size: 14px;
	line-height: 21px;
}
.box-articles .author-article {
	font-size: 11px;
	color: #999999;
}
.box-articles .view-more-articles {
	float: right;
	text-align: right;
	margin-top: -10px;
}
.wrap-article-sidebar {
	margin-top: 22px;
}
.wrap-article-sidebar .category-article {
	margin-bottom: 4px;
}
.title-recent-articles {
	font-size: 24px;
	line-height: 35px;
	margin-top: 22px;
	margin-bottom: -8px;
	color: #444444;
}
.box-articles-list {
	margin-top: 25px;
}
.box-articles-list .media {
	margin-bottom: 30px;
}
.box-articles-list .media-heading a {
	color: #333333;
}
.box-articles-list .media-heading a:hover {
	color: #333333;
	text-decoration: none;
}
.box-articles-list .media a img {
	width: 135px;
}
.box-articles-list .media .media-body .media-heading {
	font-size: 19px;
	line-height: 35px;
	margin-top: -8px;
	margin-bottom: -4px;
	color: #333333;
}
.box-articles-list .author-article {
	font-size: 11px;
	color: #555555;
	margin-top: 0px;
}

.cost-boxes {
	width: 155px;
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	*padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	float: left;
	margin-left: 12px;
	text-align: center;
}
.cost-boxes:first-child {
	margin-left: 0;
}
.cost-boxes .quantity {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.cost-boxes .price {
	font-size: 16px;
	font-weight: bold;
}
.cost-boxes .description {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	margin-bottom: 0;
}
.box-cost-totals {
	text-align: center;
}
.box-cost-totals .label {
	font-size: 22px;
	padding: 15px;
	margin-bottom: 3px;
	cursor: pointer;
}
.box-cost-totals .label-success {
	background: #4C6600;
}
.box-cost-totals .label-warning {
	background: #F6A300;
}
.box-cost-totals .label-important {
	background: #D90000;
}
.box-cost-totals p {
	font-size: 11px;
	color: #999999;
}

.ehardhat-costs-calc .add-on {
	padding-left: 10px;
	padding-right: 10px;
}
.ehardhat-costs-calc #appendedPrependedInput {
	padding-left: 10px;
}
.home-services-text h2, .home-services-text h3 {
	font-size: 20px;
	color: #333;
	margin: 0;
	line-height: inherit;
	margin-bottom: 5px;
	margin-top: 22px;
}


.box-cost:after {
	content: "Cost";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	 -moz-border-radius: 4px 0 4px 0;
	      border-radius: 4px 0 4px 0;
}


.ribbon-wrapper-orange {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-orange {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FBAF44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBAF44), to(#F89406));
  background-image: -webkit-linear-gradient(top, #FBAF44, #F89406);
  background-image:    -moz-linear-gradient(top, #FBAF44, #F89406);
  background-image:     -ms-linear-gradient(top, #FBAF44, #F89406);
  background-image:      -o-linear-gradient(top, #FBAF44, #F89406);
  color: #6d522e;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  text-indent: 0;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.city-category-costs-block-top h1 {
	font-size: 22px;
	color: #000;
	line-height: 23px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 6px;
}
.city-category-costs-block-top h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
}
.city-category-costs-block-top p {
	font-size: 12px;
	line-height: 16px;
}

.city-category-block .span12 {
	margin-top: 10px;
}
.city-category-block h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
}
.city-category-block p {
	font-size: 12px;
	line-height: 16px;
}


.article-content figure.caption {
    float: left;
    display: inline-block;
    position: relative;
    margin: 4px 12px 10px 0;
}
.article-content figure.caption img {
    float: left;
    margin: 0px !important;
}
.article-content figure.caption figcaption {
    width: 100%;
    float: left;
    padding: 6px 0px;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0,0,0, 0.6);
}
.article-content figure.caption figcaption * {
    color: #fff;
}

.read-more-article {
    height: 600px;
    overflow: hidden;
    position: relative;
}
.read-more-button {
    width: 100%;
    height: 100px;
    display: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    float: left;
    background: linear-gradient(to top,#fff,#fff 60%,rgba(255,255,255,0));
}
.read-more-article .read-more-button {
    display: block;
}
.read-more-button button.btn {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
    text-shadow: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
        Homeyou Network
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.wrap_homeyou_network {
	width: 100%;
	float: left;
	text-align: center;
}
.homeyou_network {
    width: auto;
    float: none;
    display: inline-table;
    margin: 0px;
    padding: 10px 20px;
    -webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
    background: #AFA9A3;
}
.homeyou_network img {
	width: 90px;
}
.homeyou_network .homeyou_title {
	float: right;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}
/*******************************************
    HOME REVIEW
********************************************/
.wrap-review-home-page{
    background:#3B3632;
    float:left;
    width:100%;
    margin-top:70px;
    padding:30px 0;
}
.wrap-review-home-page h2{
    margin:0;
    padding:0;
    color:#fff;
    float:left;
    font-size:48px;
    font-weight:bold;
    padding-bottom:40px;
    text-align:center;
    width:100%;
}
.reviews-text a{
    padding:0;
    margin:0;
    padding-right:10px;
    color:#cac5c2;
    font-weight: 400;
    font-size: 16px;
}
.reviews-text a:hover{
    color:#cac5c2;
}
.reviews-text h6{
    color:#cac5c2;
    font-size:12px;
    padding:0;
    margin:0;
    font-weight:normal;
}
.reviews-text i{
    color:#FEB026;
    font-size:18px;
}
.reviews-text p{
    color:#FFF;
    font-size:18px;
    line-height: 25px;
    font-style:italic;
    margin:10px 0;
}
.reviews-text .cycle-slideshow{
    overflow:hidden;
}
.reviews-text .cycle-pager span{
    font-size:1px;
    color:transparent!important;
    color:#fff;
    border-radius:500px;
    background:#cac5c2;
    height:10px;
    width:10px;
    margin-right:3px;
    display:inline-block;
    cursor:pointer;
}
.reviews-text .cycle-pager .cycle-pager-active{
    background:#faae44;
}
.wrap-browse-services{
    float:left;
    text-align:center;
    width:100%;
}
.wrap-browse-services > div{
    margin:0 auto;
    width:970px;
}
.wrap-browse-services h2{
    float:left;
    color:#fff;
    font-size:32px;
    font-weight:bold;
    margin:70px 0 0 0;
    width:100%;
    text-align:left;
}
.list-browse-services{
    color: #b1aead;
    float: left;
    list-style: outside none none;
    margin: 30px 0 0 0;
    width: 100%;
    text-align:left;
}
.list-browse-services li{
    display:inline;
}
.list-browse-services li a{
    color:#b1aead;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
}
.list-browse-services li a:hover{
    text-decoration:underline;
}

.sidebar-articles {
    width: 100%;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.margin-10 {
    margin: 10px 0px;
}
.margin-20 {
    margin: 20px 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}

/* POPUP */
.pop-up {
    width:100%;
    height:100%;
    float:left;
    position:fixed;
    display:none;
    left:0px;
    top:0px;
    z-index:100000;
}
.pop-up .wrap-shadow {
    width:100%;
    height:100%;
    float:left;
    position: absolute;
    left:0px;
    top:0px;
    background:rgba(0,0,0,0.85);
}
.pop-up .logo-popup {
    width: 150px;
    float: none;
    margin-top: -85px;
    display: inline-block;
}
.pop-up.activating{
    display:inherit;
}
.pop-up.activated{
    display:inline-block;
    opacity:1;
}
.pop-up .content-wrap{
    width:600px;
    margin:0 auto;
}
.pop-up .content-wrap .content{
    width:100%;
    float:left;
    text-align:center;
    position:relative;
    margin-top: 110px;
    padding:70px 0 80px;
    border-radius: 5px;
    overflow: hidden;
    background: #7A6F66;
}
.pop-up .content-wrap .content h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFF !important;
    margin-top: 10px;
}
.pop-up .content-wrap .content h3 span{
    font-size:42px;
    color:#38933C;
}
.pop-up .content-wrap .content h2{
    font-weight:bold;
    font-size:42px;
    line-height:38px;
    color:#58595b!important;
}
.pop-up .form-popup {
    width: 50%;
    display: inline-block;
    margin-top: 20px;
}
.pop-up .form-popup .form-control {
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 22px;
    color: #767676;
    padding: 8px 12px 8px;
    height: 50px;
    border-color: #DBDADA;
}
.pop-up .form-popup .form-group {
    margin-bottom: 10px;
}
.pop-up .form-popup .form-control:focus {
    border-color: #448aff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68, 138, 255,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(68, 138, 255,.6) !important;
}
.pop-up .form-popup .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 10px 11px;
    background: #FBAF44;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
.pop-up .form-popup .btn:hover {
    background: #EBA440;
}
.box-inspiration-like {
	max-width: 370px;
	padding: 25px;
	background-color: #333;
}
.box-inspiration-like,
.form-inspiration-modal input,
.form-inspiration-modal select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-inspiration-like h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
}
.box-inspiration-like p {
	font-size: 16px;
	line-height: 24px;
	color: #888;
	margin-bottom: 15px;
}
.box-inspiration-like { margin-bottom: 10px; }
.form-inspiration-modal { margin-bottom: 0; }
.form-inspiration-modal .form-group { margin-bottom: 10px; }
.form-inspiration-modal .submit { margin-top: 10px; }
.form-inspiration-modal input,
.form-inspiration-modal select {
	font-size: 16px;
	line-height: 19px;
	color: #777;
	padding: 10px 15px;
	height: 50px;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-color: #DBDBDB;
	background-color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.form-inspiration-modal input::-webkit-input-placeholder {
   color: #777;
}
.form-inspiration-modal input:-moz-placeholder {
   color: #777;
}
.form-inspiration-modal input::-moz-placeholder {
   color: #777;
}
.form-inspiration-modal input:-ms-input-placeholder {
   color: #777;
}
.form-inspiration-modal .btn {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding: 10px;
	height: 50px;
	border: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	background-position: 0 0;
	background-image: -webkit-linear-gradient(#FBBE4B 0%, #F79509 100%);
	background-image: -o-linear-gradient(#FBBE4B 0%, #F79509 100%);
	background-image: linear-gradient(#FBBE4B 0%, #F79509 100%);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.form-inspiration-modal .btn:hover,
.form-inspiration-modal .btn:focus {
	background-image: -webkit-linear-gradient(#FBAA4B 0%, #F79509 100%);
	background-image: -o-linear-gradient(#FBAA4B 0%, #F79509 100%);
	background-image: linear-gradient(#FBAA4B 0%, #F79509 100%);
}
.form-inspiration-modal .call-us-form {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.form-inspiration-modal .call-us-form a {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #F8A11C;
    margin-left: 5px;
}

.terms.privacy ul {
	display: inline-block;
}
.terms.privacy ul li {
	width: 100%;
}
