/* Default CSS Styles */
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #fff;
	font-size: 15px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 20px;
}
a {
	color: #0094d3;
	text-decoration: underline;
}
a:hover { text-decoration: none; color: rgba(0,52,113,1); }
select {
	width: 100%;
}
select, select:focus, select:hover {
    background: #FFF url(../images/select-arrow-icon.png) no-repeat !important;
    background-position: 100% center !important;
}
input.search, input.search:focus, input.search:hover {
    background: #FFF url(../images/search-input-icon.png) no-repeat !important;
    background-position: 100% center !important;
}
input.black-box:focus { background-color: #FFF; }
label {
	color: #000;
	font-size: 15px;
	margin-bottom: 8px;
	font-weight: bold;
}
nav ul { margin: 0px; }
h1 { font-size: 30px; font-size: bold; }
h2 { font-size: 28px; font-size: bold; }
h3 { font-size: 26px; font-size: bold; }
h4 { font-size: 22px; font-size: bold; }
h5 { font-size: 20px; font-size: bold; }
h6 { font-size: 18px; font-size: bold; }

hr {
	border: 0px;
	border-top: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
}
section.break { margin-bottom: 30px; }
button, .button {
    margin-left: 0px;
}

/* Global CSS */
button.title-button:hover { cursor: auto !important; }
.reveal-modal { max-width: 780px; }
.full-height { height: 100% !important; }
.full-width { display: block; width: 100%; }
.green-background { background: #29B466; }
.black-background { background: #111111; }
.hide-overflow { overflow: hidden; }
.header-bump { height: 72px; }
.no-margin { margin: 0px; }

.no-margin-top 		{ margin-top: 0px !important; }
.no-margin-bottom 	{ margin-bottom: 0px !important; }
.no-margin-left 	{ margin-left: 0px !important; }
.no-margin-right 	{ margin-right: 0px !important; }

.no-padding-top 	{ padding-top: 0px !important; }
.no-padding-bottom 	{ padding-bottom: 0px !important; }
.no-padding-left 	{ padding-left: 0px !important; }
.no-padding-right 	{ padding-right: 0px !important; }

.small-padding-bottom { padding-bottom: 7px !important; }
.medium-padding-bottom { padding-bottom: 15px !important; }
.small-margin-bottom { margin-bottom: 7px !important; }
.smaller-margin { margin-bottom: 8px; }
.smaller-margin-top { margin-top: 8px; }
.small-margin { margin-bottom: 15px; }

.semibold { font-weight: 600; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.font-16 { font-size: 15px; }
.font-14 { font-size: 15px; }
.font-12 { font-size: 12px; }

.max300 { max-width: 300px; }
.green-black {
	background: url("../images/green-black.png");
	background-size: 100%;
}
.underline { text-decoration: underline; }
.underline:hover { text-decoration: none; }

.quote .quote-form input.no-style {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: auto;
}
.options { display: inline-block; margin-right: 10px; }
.create-new { font-size: 16px; margin-top: 16px; }

#plansFilelist, #billFilelist {
	border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 12px;
}

/*** TABLE ***/
table {
    border: 1px solid #000;
    border-spacing: 0px;
    border-collapse: separate;
}
table thead tr th { 
    border-bottom: 1px solid #000; }
table tr {
    background: #FFF !important; }

fieldset legend {
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
}

select[multiple] {
	background: #FFF;
	/* width: 680px; */
	height: 152px;
	/* max-width: 680px !important; */
	background-image:none !important;
}
a.anchor{display: block; position: relative; top: -85px; visibility: hidden;}
.image-credit { font-size: 15px; margin-top: 5px; }
.black-button, .button {
	background: #000;
	color: #22B364;
	text-transform: uppercase;
	font-size: 19px;
	display: inline-block;
	padding: 15px 20px;
	font-weight: 600;
	border: 0px;
	margin-top: 0px;
	box-shadow: none;
	outline: none;
	margin: 0px;
}
.black-button:focus {
	background: #000;
	color: #22B364;
}
.black-button:hover {
	color: #22B364;
	background: rgba(64,64,81,1);
}
.column-section {
    margin-bottom: 15px;
}

.g-recaptcha
{
    margin-bottom:10px;
}


button.disabled, button[disabled], .button.disabled, .button[disabled], button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover {
    background-color: #B9B9B9;
    border-color: #8C8C8C;
    color: #FFFFFF;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}
.forum-error {
    margin-top: 20px;
}

.bread-map {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.bread-map.thick-bottom { border-bottom: 2px solid #000; }
.bread-map.thicker-bottom { border-bottom: 3px solid #000; }
.bread-map h2 {
	color: #53546b;
	font-size: 30px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}
.thick-bread { border-bottom: 4px solid #000; }
.medium-bread { border-bottom: 2px solid #000; }
.no-bread-border { border-bottom: 0px !important; }
.no-bread-space { padding-bottom: 0px; margin-bottom: 0px; }
.green { border-top: 1px solid #29B567; margin-top: 10px; }
.green-label {
	background: #29B567;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	color: #FFF;
	padding: 5px 15px;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.middle-label {
	line-height: 50px;
	text-align: center;
}
.black-label {
	background: #010201;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	color: #FFF;
	padding: 5px 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.large-arrow-icon {
	background: url(../images/green-arrow.png) no-repeat;
	background-position: left center;
	padding-left: 45px;
	margin-bottom: 18px;
}
.large-arrow-icon.b
{
    margin-bottom:0;
}

p.subtitle
{
    margin:0 0 0 45px;
}

.tooltip p, .tooltip li
{
    color:#fff !important;
    font-size:13px;
}

.tooltip p a
{
    color:#fff !important;
}

.information-icon {
	background: url(../images/information-icon.png) no-repeat;
    background-position: 10px 10px;
	padding: 8px 5px 5px 50px;
	min-height:50px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:13px;
	line-height: 18px;
	background-color:#e5e5e5;
	border-radius:5px;
}
a h1 {
	font-size: 30px;
	color: #0094d3;
	font-weight: bold;
	text-transform: uppercase;
}
.information-icon-space { padding-top: 13px; }
.page-numbers a {
	text-decoration: none;
}
.page-numbers a:hover {
	text-decoration: underline;
	color: #000;
}
.page-numbers .page-active {
	color: #000;
	text-decoration: none !important;
}
.thin-input {
	border: 1px solid #000 !important;
	max-width: 350px;
}
.comment-input {
	max-width: 100%;
	width: 100%;
	height: 200px;
}
.left-block { margin-left: 0px; }
.right-block { margin-right: 0px; }
.top-label { margin-top: 5px; margin-bottom: 15px; }
.small-button-padding {
	padding: 10px 10px;
	font-size: 18px;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* WYSIWYG BLOCK */
.wysiwyg-block p {
	font-size: 15px;
	font-weight: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.wysiwyg-block h2 {
	font-weight: bold;
	font-size: 20px;
	color: #29b466;
}
.wysiwyg-block h3 {
	font-weight: bold;
	font-size: 15px;
	color: #29b466;
}

/* Header CSS Styles */
header {
	position: fixed;
	top: 0px;
	background: #111111;
	height: 72px;
	width: 100%;
	z-index: 999;
}

header .logo {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 15px;
	background: url(/assets/images/logo.png) no-repeat;
	background-position: left center;
	background-size: 100%;
	height: 50px;
	max-width: 200px;
}

header nav {
	display: inline-block;
	float: right;
}
header nav ul {
	display: inline-block;
	font-size: 0px;
}
header nav ul li:hover { display: inline-block !important; }
header nav ul li {
	list-style: none;
	font-size: 0px;
	height: 72px;
	padding-top: 40px;
	display: inline-block;
    position: relative;
}
header nav ul li a {
	color: #FFF;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
header nav ul li a:hover {
	color: #22b365;
	text-decoration: underline;
}
header nav ul li ul {
    position: absolute;
    top: 72px;
    left: -19px;
    display: block;
    z-index: 10;
    background: #111111;
    display: none;
}
header nav ul li ul li {
    padding-top: 5px;
	height: 40px;
}
header nav ul li ul li a {
    color: #FFF;
	padding: 0px 12px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
    width: 150px;
    display: block;
}


/* .mobile-nav-area nav ul li ul {
	display:block;
} */

.nav-active {
	color: #22b365;
	text-decoration: underline;
}
header .trigger-search {
    background: #29B466 url(../images/search-box.png) no-repeat center;
    display: inline-block;
    width: 30px;
    height: 46px;
}
header nav ul .search-button {
	background: #29B466 url(../images/search-box.png) no-repeat;
	background-size: 100%;
	height: 72px;
	width: 72px;
}
header nav ul .search-button:hover {
	cursor: pointer;
}
header .search-dropdown {
	color: #FFF;
	background: #29B466;
	border: 0px;
	height: 46px;
    width: 220px;
	max-width: 310px;
	position: absolute;
	z-index: 9;
	top: 72px;
	padding-left: 8px;
	padding-right: 8px;
}
header .search-dropdown input {
    background: #29B466;
    border: 0px;
    height: 30px;
    margin-top: 9px;
    margin-bottom: 0px;
    padding: 0px;
    max-width: 100%;
    border-bottom: 2px solid #FFF;
    padding-left: 0px;
    color: #222;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 11px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}
header .search-dropdown input:focus {
	background: #29B466;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #FFF;
}

header nav ul li .social-facebook {
	background: url(../images/social-1.png) no-repeat;
	padding-top: 0px;
}
header nav ul li .social-youtube {
	background: url(../images/social-2.png) no-repeat;
	padding-top: 0px;
}
header nav ul li .social-google-plus {
	background: url(../images/social-3.png) no-repeat;
	padding-top: 0px;
}
	

/* Main CSS Styles */
main {
	
}

main .backdrop {
	height: 477px;
	width: 100%;
	background: url(../images/homepage-banner.jpg) no-repeat;
	background-position: center;
	background-size: 100%;
}
main .backdrop .description-top {
	background: rgba(74, 190, 129, 0.80);
	color: #FFF;
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	position: absolute;
	top: 55px;
	padding: 6px 20px 0px 20px;
}
main .backdrop .description-bottom {
	background: rgba(74, 190, 129, 0.80);
	color: #FFF;
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	position: absolute;
	top: 106px;
	padding: 0px 20px 10px 20px;
}


main .section-break {
	height: 7px;
	background: #020202;
}



main .quotes .info-area {
	background: #FFF;
	margin-top: -70px;
	min-height: 100px;
}
main .quotes .how-it-works {
	margin-top: 15px;
	font-size: 15px;
}
main .quotes h1 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}
main .quotes select {
	background: #FFF url(../images/select-down-arrow.png) no-repeat;
	background-position: 98%;
	border: 3px solid #000;
	font-size: 15px;
	color: #29b466;
	font-weight: bold;
	margin-top: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
	height: 50px;
	padding-right: 40px;
}
main .quotes select::-ms-expand {
    display: none;
}
main .quotes button {
	background: #000;
	color: #22B364;
	text-transform: uppercase;
	font-size: 19px;
	display: inline-block;
	padding: 14px 20px;
	font-weight: 600;
	border: 0px;
	box-shadow: none;
	outline: none;
	margin-top: 0px;
	width: 100%;
}
main .quotes button:hover {
	color: #22B364;
	background: rgba(64,64,81,1);
}

main .eco-boxes {
	margin-top: 40px;
}
main .eco-boxes a {
	text-decoration:none;
}
main .eco-boxes .eco-service {
	border: 18px solid #000;
}
main .eco-boxes .eco-service img {
	width: 100%;
	height: 135px;
	height: 135px;
}
main .eco-boxes .eco-service strong {
	display: block;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	color: #222;
}
main .eco-boxes .eco-service p {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

main .about-ecobob {
	margin-top: 50px;
	color: #FFF;
}
main .about-ecobob h1 {
	color: #FFF;
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 12px;
}
main .about-ecobob p {
	color: #FFF;
	font-size: 15px;
}
main .about-ecobob p a {
	color: #FFF;
	text-decoration: underline;
}
main .about-ecobob p a:hover {
	text-decoration: none;
	cursor: pointer;
}
main .about-ecobob .about-ecobob-columns {
	padding-top: 28px;
	padding-bottom: 28px;
}
main .about-ecobob .about-ecobob-columns ul {
	list-style-image: url(../images/tick.png);
	margin-left: 30px;
}
main .about-ecobob .green-side { padding-left: 25px; }
main .about-ecobob .black-side { padding-right: 25px; }



main .ecobob-mission {
	margin-top: 50px;
}
main .ecobob-mission .mission-title {
	background: #000;
	color: #22B364;
	text-transform: uppercase;
	font-size: 22px;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
	top: 9px;
}
main .ecobob-mission .mission-content {
	border: 20px solid #000;
	padding: 25px;
	line-height: 24px;
}
main .ecobob-mission .mission-content p {
	font-size: 18px;
	font-weight: 400;
}

/* Dashboard Nav */
ul.dashboard-nav {
	list-style: none;
    margin: 0px;
}
ul.dashboard-nav li {
	color: #0094d3;
	font-size: 16px;
	font-weight: bold;
}
/* Dashboard */
.profile-title {
    margin-top: 50px;
}

/* Cart Area */
.cart-header {
	padding-bottom: 10px;
}
.cart-header-first { padding-left: 25px; }
.cart-header-last { padding-right: 25px; }
.cart {
	background: #E2E2E2;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.cart .cart-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .cart-item-title {
	font-weight: bold;
}
.cart .cart-item-price {
	font-weight: bold;
	text-align: right;
}
.cart .cart-item-remove {
	font-weight: normal;
	font-style: italic;
}	
.cart-total-price {
	font-size: 18px;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.price-column { padding-right: 10px; }
.cart-input h2 {
	color: #23B365 !important;
	font-size: 16px !important;
	margin-right: 10px;
}
.cart-input input[type=text] { width: 240px; }
.cart-input button, .cart-input .button {
	vertical-align: top;
	height: 50px;
}



main .ecobob-news {
	margin-top: 50px;
}
main .ecobob-news .news-header button {
	border: 6px solid #000;
	background: #FFF;
	color: #29B466;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
}
main .ecobob-news .news-header a {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 25px;
	font-style: italic;
	display: block;
	font-weight: 600;
	text-decoration: underline;
	font-size: 15px;
	color: #0094d3;
	text-transform: uppercase;
}
main .ecobob-news img {
	width: 100%;
}
main .ecobob-news .news-category {
	font-size: 13px;
	font-weight: 600;
	color: #22b365;
	margin: 15px 0 7px;
}
main .ecobob-news a {
	text-decoration: none;
}
main .ecobob-news a h1:hover {
	color: rgba(0,149, 212,1);
}
main .ecobob-news h1 {
	font-size: 20px;
	color: #222;
	margin-top: 10px;
	font-weight: bold;
}
main .ecobob-news p {
	font-size: 15px;
	margin: 0px;
}
main .ecobob-news .read-more {
	text-transform: uppercase;
	text-decoration: underline;
	font-style: italic;
}
main .search-more { margin-bottom: 20px; display: block; }
main .ecobob-news a:hover {
	color: rgba(0,52,113,1);
}


main .why-signup {
	margin-top: 50px;
}
main .why-signup img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
main .why-signup .signup-header {
	margin-bottom: 40px;
}
main .why-signup .signup-header button {
	border: 6px solid #000;
	background: #FFF;
	color: #29B466;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
}
main .why-signup h1 {
	font-size: 25px;
	text-align: center;
	margin-top: 15px;
}
main .why-signup .signup-button {
	background: #000;
	color: #22B364;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
	padding: 15px 20px;
	outline: none;
	box-shadow: none;
	font-weight: bold;
}
main .why-signup .signup-button:hover {
	color: #22B364;
	background: rgba(64,64,81,1);
}
main .why-signup p {
	max-width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	text-align: center;
    line-height: 25px;
}


main .gold-sponsors {
	margin-bottom: 20px;
	margin-top: 50px;
}
main .gold-sponsors .sponsor-preview {
	border: 20px solid #000;
	margin: 0px;
	overflow: hidden;
}
main .gold-sponsors .sponsor-title {
	background: #000;
	color: #22B364;
	text-transform: uppercase;
	font-size: 22px;
	display: inline-block;
	padding: 10px 20px;
	font-weight: bold;
	position: relative;
	top: 9px;
}
main .gold-sponsors .sponsor-preview li {
	border-right: 20px solid #000;
	padding: 0;
	margin: 0px;
	position: relative;
}
main .gold-sponsors .sponsor-preview li { cursor: pointer; padding:10px; }
main .gold-sponsors .sponsor-preview li:last-child { border: 0px; }
main .gold-sponsors .sponsor-preview img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
main .gold-sponsors .sponsor-preview .sponsor-description {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.7);
}	
main .gold-sponsors .sponsor-preview .sponsor-description p {
	font-size: 15px;
	padding: 10px;
	color: #FFF;
	margin: 0px;
	padding-bottom: 5px;
	line-height: 21px;
}

.price-range-box {
    margin-bottom: 15px; }

/* Footer CSS Styles */
footer {
	background: #111;
}

footer .sitemap {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
}
footer .sitemap strong {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
footer .sitemap ul {
	list-style: none;
	font-size: 0px;
	margin: 0px;
}
footer .sitemap ul li { }
footer .sitemap ul li a {
	font-size: 15px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none; 
}
footer .sitemap ul li a:hover {
	color: rgba(0,149,212,1);
	text-decoration: underline;
}
footer .sitemap .social-icons {
	margin-top: 15px;
}
footer .sitemap .social-facebook {
	background: url(../images/social-1.png) no-repeat;
	height: 25px;
	width: 23px;
	display: inline-block;
}
footer .sitemap .social-youtube {
	background: url(../images/social-2.png) no-repeat;
	height: 25px;
	width: 23px;
	display: inline-block;
	margin-left: 10px;
}
footer .sitemap .social-google-plus {
	background: url(../images/social-3.png) no-repeat;
	height: 25px;
	width: 23px;
	display: inline-block;
	margin-left: 17px;
}

footer .copyright {
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
footer .copyright p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 15px;
}
footer .copyright p a {
	color: #F9F9F9;
}
footer .copyright p a:hover {
	text-decoration: underline;
	color: rgba(0,149,212,1);
}
.mobile-wrap { display: none; }
.first-social { padding-left: 10px; }

/* ---------------------------------*/
/*	           All Pages			*/
/*----------------------------------*/
.page-header {
	margin-bottom: 25px;
	border-bottom: 5px solid #000;
}
.page-header h1 {
	font-size: 38px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.page-header h1 strong { margin-right: 12px; }
.page-header .no-transform { text-transform: none; }
.base-page .page-header { margin-bottom: 15px; margin-top: 30px; }
.page-head {
	font-weight: bold;
	border-bottom: 6px solid #000;
	font-size: 38px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.breadcrumb {
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
.no-underline {
	text-decoration: none !important;
}
.alert-box a {
	color: #FFF;
	text-decoration: underline;
}
.alert-box a:hover {
	text-decoration: none;
}
button, .button {
	border: 6px solid #000;
	background: #000;
	color: #29B466;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	display: block;
	outline: none;
	padding: 7px 20px;
}
button:hover, .button:hover {
	background: #FFF;
	color: #29B466;
}
button:focus, .button:focus { background: #000; color: #29B466; }
.active { background: #FFF; }
.active:hover { background: #000; }
.active:focus { background: #FFF; }
.button-full { width: 100% !important; }
.black-box {
    border: 3px solid #000 !important;
    height: 50px !important;
    padding-right: 40px;
    font-size: 18px !important;
    color: #000 !important;
    z-index: 10;
    position: relative;
}
.small-black-box {
	border: 3px solid #000 !important;
	height: 40px !important;
	font-size: 15px !important;
	color: #000 !important;
	padding: 0px 10px;
}
.black-textarea {
	background: transparent;
	border: 3px solid #000 !important;
	font-size: 18px !important;
	color: #000 !important;
}
.black-textarea:focus { background: transparent; }
.wrap { position: relative; }
.wrap input { padding-right: 40px; }
.photo-wrap {
    position: relative;
    display: inline-block;
}
.photo-wrap .cross {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
    background: url(/assets/images/my-favourites-exit.png) no-repeat;
}
.photo-wrap .cross:hover {
    cursor: pointer;
}
.house-photos { display: block; margin-bottom: 20px; }
.house-photos img:hover, .house-photos .active-photo {
    border: 5px solid #29B466;
}
.search-icon {
	background: url(../images/search-icon.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
    z-index: 99;
    cursor: pointer;
}
/*.arrow-icon {
	background: url(../images/arrow-icon.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
}*/
.arrow-icon-white {
	background: url(../images/white-arrow-icon.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
}
.select-item {
	line-height: 45px;
}
.left-black-border { border-left: 1px solid #000; margin-bottom: 25px; }
.left-button { margin-left: 0px; }
.right-button { margin-left: auto; }
.hide-margin { margin: 0px; }
.archived-button { text-decoration: none; }
.brown { color: #523939; }
.brown a { color: #523939; }
.brown a:hover { color: #523939; }
.darkblue { color: #004e82 !important; }
.darkblue a { color: #004e82; }
.darkblue a:hover { color: #004e82; }
.bold { font-weight: bold; }
.light-black { color: #555; }
.light-black a { color: #555;  }
.no-image {
    background: #444 url(/assets/images/logo.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}
.listing-image { width: 100%; height: 200px; }


.why-signup .signup-block {
	
}

/* ---------------------------------*/
/*	          Home Listings			*/
/*----------------------------------*/
.home-listing h1 {
	color: #523939;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.home-listing h2 {
	font-size: 20px;
	color: #000;
}
.brown-sort-by {
	background: #523939 !important;
	color: #FFF !important;
	border: 0px !important;
	max-width: 180px;
	outline: none;
}
.green-head {
	color: #29b466;
	font-size: 18px;
	font-weight: bold;
}
.home-listing .black-slider {
	background: #000;
	padding: 20px;
	margin-bottom: 10px;
}
.listing-head {
	font-size: 30px;
	font-weight: bold;
	color: #004e82;
	margin: 0px;
	margin-bottom: 15px;
}
.listing-price {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-bottom: 15px;
}
.brown-title {
	color: #523939;
	margin-bottom: 0px;
}
.house {
	padding-top: 20px;
}
.house h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 4px solid #000;
}
.house .house-description {
	margin-top: 35px;
    margin-bottom: 35px;
}
.slider-nav.more-than-six .slick-current div {
    border: 5px solid #29B466;
}
.home-listing .slider-nav {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: -20px;
    margin-right: -20px;
}
.slick-slide {
    outline: none;
}
.home-listing .slider-nav .slick-slide {
    margin: 0 5px;
    outline: none;
}
.home-listing .slider-nav img {
	border-bottom: 15px solid #000;
    cursor: pointer;
}
.home-listing .slider-images img {
	margin-left: auto;
	margin-right: auto;
}
.eco-features {
	padding-bottom: 15px;
}
.eco-features label { font-weight: normal !important; }
.comment-box {
	border: 1px solid #eee;
	padding: 15px 20px;
	margin-bottom: 12px;
}
.comment-box p:last-child { margin-bottom: 0px; }
.comment-box .comment-title {
	font-size: 15px;
	margin-bottom: 5px;
}
.comment-box p {
	font-size: 15px;
}
.comment-box form label {
	font-size: 15px;
	color: #414141;
	margin-bottom: 3px;
}
.comment-box textarea {
	height: 150px;
	width: 100%;
}
.comment-box form button { margin: 0px; }
.left-arrow {
	background: url(/assets/images/basic-arrow-left.png) no-repeat;
	background-position: center;
	height: 100%;
	width: 64px;
	position: absolute;
    left: 30px;
    top: 0px;
    cursor: pointer;
    z-index: 990;
}
.right-arrow {
	background: url(/assets/images/basic-arrow-right.png) no-repeat;
	background-position: center;
	height: 100%;
	width: 64px;
	position: absolute;
    right: 30px;
    top: 0px;
    cursor: pointer;
    z-index: 990;
}
.top-arrow {
	background: url(/assets/images/arrow-up.png) no-repeat;
	background-position: center;
	height: 31px;
	width: 100%;
	position: absolute;
	top: 0px;
}
.down-arrow {
	background: url(/assets/images/arrow-down.png) no-repeat;
	background-position: center;
	height: 31px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.top-arrow-black {
	background: url(/assets/images/arrow-up-black.png) no-repeat;
	background-position: center;
	height: 27px;
	width: 100%;
	position: absolute;
	top: 0px;
}
.down-arrow-black {
	background: url(/assets/images/arrow-down-black.png) no-repeat;
	background-position: center;
	height: 27px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.down-arrow:hover, .top-arrow:hover, .top-arrow-black:hover, .down-arrow-black:hover {
	cursor: pointer;
}
.slider-nav .slick-slide { height: auto !important; }

.brown-sort-by:hover { background: #523939 !important; }
.brown-sort-by:focus { background: #523939 !important; }
.message-seller h4 {
	color: #000;
	font-size: 20px;
	margin-top: 20px;
}
.message-seller textarea {
    resize: none;
	height: 150px !important;
}
.seller-head {
	margin-top: 20px;
}
.property-map {
	width: 100% !important;
	height: 590px;
	position: relative;
	border: 20px solid #000;
}
.property-head {
	color: #29B466 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-bottom: 0px;
	position: relative;
	bottom: -10px;
}


/* ---------------------------------*/
/*	          News Section			*/
/*----------------------------------*/
.news .left-navigation .blue-box { background: #0094d3; margin-bottom: 30px; }
.news .left-navigation .blue-box p {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.news .left-navigation .darkblue-box { background: #004E82; margin-bottom: 15px; }
.news .left-navigation .darkblue-box p {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.news .left-navigation .brown-box { background: #523939; margin-bottom: 30px; }
.news .left-navigation .brown-box p {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.google-map {
	border:0;
	max-width: 870px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 15px solid #000;
}
.search-title  {
	background: #000;
	color: #FFF;
	padding: 5px 10px;
	font-size: 20px;
	display: inline-block;
	margin-bottom: -1px;
}
.news .left-navigation .column-title  {
	background: #000;
	color: #FFF;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: normal;
}
.news .left-navigation .search-area .eco-features {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #000;
}
.news .left-navigation .search-area .eco-features input  {
	margin: 0px;
	margin-top: 2px;
}
.news .left-navigation .most-popular { margin-top: 30px; }
.news .left-navigation .most-popular .row { margin-bottom: 15px; }
.news .left-navigation .most-popular h1 {
	font-size: 20px;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
.news .left-navigation .most-popular p {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.news .left-navigation .submit-article {
	margin-top: 20px;
}
.news .left-navigation .submit-article button {
	display: block;
	margin-left: 0px;
}
.news .left-navigation .advertisements {
	margin-top: 0px;
}
.news .left-navigation .advertisements img {
	margin-bottom: 20px;
}
.news .ecobob-news { margin-top: 0px; }
.news .ecobob-news h1 { font-weight: bold; }
.news .ecobob-news .breaker {
	height: 7px;
	background: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news .ecobob-news .large-news {
	background: #0094d3;
	margin-bottom: 30px;
	padding: 25px;
}
.news .ecobob-news .large-news .news-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}	
.news .ecobob-news .large-news h1 {
	color: #FFF;
	font-size: 25px;
}
.news .ecobob-news .large-news p {
	color: #FFF;
	font-size: 15px; 
}
.news .ecobob-news .large-news a h1 { text-transform: none; }
.news .ecobob-news .large-news a {
	color: #FFF;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
.news .ecobob-news .large-news a:hover {
	color: #eee;
}
.news .ecobob-news .news-save-comment {
	margin-top: 15px;
}
.save-icon {
	color: #22b365;
	font-weight: 400;
	font-size: 15px;
	background: url(../images/star-icon.png) no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-top: 4px;
	height: 28px;
	margin-right: 20px;
	display: inline-block;
}
.save-icon:hover { color: #127E44; cursor: pointer; }
.news .ecobob-news .comment-icon {
	color: #939598;
	font-weight: 400;
	font-size: 15px;
	background: url(../images/comment-icon.png) no-repeat;
	background-position: center left;
	padding-left: 40px;
	padding-top: 2px;
	height: 28px;
	display: inline-block;
}
.news .ecobob-news .comment-icon:hover { color: #636567; }
.news .comment-wrap .comment-box {
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 10px;
}
.news .comment-wrap .comment-box p { font-size: 13px; }
.news .comment-wrap .comment-box .comment-title {
	font-size: 15px;
	margin-bottom: 15px;
}
.news .comment-wrap .showing-comments {
	color: #29b466;
	font-weight: bold;
}
.news .comment-wrap .comment-box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #29b466;
}
.news .comment-wrap .comment-box label {
	color: #333;
	font-size: 15px;
}
.news .comment-wrap .comment-box textarea {
	height: 150px;
}
.news .comment-wrap .comment-box .small-text { font-size: 13px; }

.news-detail h1 {
	font-size: 30px;
	font-weight: bold;
}
.news-detail .information-wrap { max-width: 750px; }
.news-detail .picture-info {
	color: #707070;
	font-size: 15px;
	margin-top: 10px;
	font-style: italic;
}
.news-wrap img {
	max-width: 100%;
	max-height: 100%;
	height: 200px;
	width: 375px;
}
.stButton .stHBubble { height: 23px !important; }
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices { height: 23px !important; }
.save-article {
	color: #22b365;
	font-weight: 400;
	font-size: 15px;
	background: url(../images/star-icon.png) no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-top: 5px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
}
.save-article:hover {
	cursor: pointer;
}
/* ---------------------------------*/
/*	         Forum Section			*/
/*----------------------------------*/
.forum-navigation .green-box {
	background: #2d4b4d;
	margin-bottom: 15px;
}
.forum-navigation .green-box p {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.forum-navigation .most-popular h1 {
	font-style: normal !important;
	text-decoration: none !important;
}
.forum-navigation .most-popular p {
	font-weight: bold;
	color: #000;
	font-size: 16px !important;
	margin-bottom: 10px !important;
}
.forum-navigation .most-popular a {
	color: #000;
	text-decoration: underline;
}
.forum-navigation .most-popular .reply-count {
	font-weight: normal !important;
}
.forum-navigation .signup-button button {
	width: 100%;
	background: #FFF;
}
.forum-navigation .signup-button button:hover { background: #000; }
.forum-section h2 {
	color: #2d4b4d;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.forum-section .forum-title { position: relative; }
.forum-section .forum-title .forum-post {
	background: #000;
	color: #20a85e;
	padding: 5px 10px 9px 10px;
	font-size: 15px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: -11px;
	text-transform: uppercase;
	font-weight: bold;
    text-align: center;
    margin-top: 0px;
}
.forum-section .forum-title .middle-post { top: -11px !important; }
.forum-section .forum-title .forum-post:hover {
	text-decoration: underline;
	cursor: pointer;
}
.forum-section .forum-head {
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.forum-section .forum-block {
	border-top: 2px solid #000;
	display: block;
	padding-top: 10px;
}
.forum-section .forum-content-block {
	margin-bottom: 10px;
	display: block;
}
.forum-section .forum-block h3 {
	font-size: 21px;
	font-weight: bold;
	color: #000;
}
.forum-section .forum-block a {
	text-decoration: none;
	color: #000;
}
.forum-section .forum-block a:hover {
	text-decoration: underline;
}
.forum-section .forum-block p {
	font-weight: 400;
	padding-right: 10px;
}
.forum-section .last-block { border-bottom: 2px solid #000; }
.forum-section .row {
	margin-left: 0px;
	margin-right: 0px;
}
.forum-section .row .columns {
	padding-left: 0px;
	padding-right: 0px;
}
.forum-section .board-info {
	font-size: 15px;
	font-weight: 600;
}
.forum-section .board-info a {
	text-decoration: underline;
	color: #000;
}
.forum-section .board-info a:hover {
	color: #000;
	text-decoration: none;
}
.forum-section .board-count { font-weight: 600; }
.forum-section .forum-breaker {
	background: #000;
	height: 5px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.forum-section .read-more {
	color: #0095d4 !important;
	text-decoration: underline !important;
	text-transform: uppercase;
}
.forum-section .read-more:hover {
	text-decoration: none !important;
}
.forum-section .last-post-small {
	font-weight: bold;
	font-size: 15px;
}
.forum-section .post-small-info {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.forum-section .forum-post {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.forum-section .forum-post .forum-header {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
}
.forum-section .forum-post .forum-date {
	color: #939598;
	font-size: 15px;
	font-weight: 400;
}
.forum-section .forum-post p { font-weight: 600; }
.forum-section .forum-post .post-date {
	color: #000;
	font-weight: 600;
}
.forum-section .forum-post button {
	padding: 5px 5px;
	font-size: 18px;
}
/* ---------------------------------*/
/*	          Quote Form			*/
/*----------------------------------*/
.quote {
	font-size: 15px;
}
.quote h2 {
	font-size: 22px;
	font-weight: bold;
}
.quote label {
	font-size: 14px;
	color: #000;
}
.quote .checkbox .category-title {
    color: #0094d3;
    font-weight: bold;
    text-decoration: underline;
	margin:3px 0;
	display:inline-block;
}
.quote .checkbox .category-title:hover {
    cursor: pointer;
    text-decoration: none;
}
.quote .checkbox label { font-size: 14px; }
.quote .checkbox {
	margin-bottom: 10px;
}
.checkbox label { font-weight: normal !important; display: inline !important; }
.quote input[type=checkbox] {
	margin: 5px 0 5px 5px;
}
.quote .checkbox-item { margin: 0px !important; }
.quote .quote-form label {
	margin-bottom: 5px;
}
.quote .quote-form input {
	height: 44px;
}
.quote .quote-form input[type=radio] { height: auto; }
.quote .quote-form input[type=checkbox] { height: auto; }
/* .quote .quote-form input, .quote .quote-form select, .quote .quote-form .wrap { max-width: 350px; } */
.quote .quote-form textarea { max-width: 465px; } 
.quote .quote-form input, .quote .quote-form select, .quote .quote-form textarea { border: 1px solid #B7B7B7 !important; display: inline-block; }
.quote .quote-form textarea { height: 170px; margin-bottom: 25px; }
.quote .quote-form button {
	padding: 7px;
	display: block;
	margin-left: 0px;
	margin-bottom: 12px;
}
.quote .quote-form .green-text {
	font-size: 15px;
	font-weight: bold;
	color: #27b466;
	margin-bottom: 10px;
}
.quote .quote-form .where-grid li {
	padding: 0px;
	padding-left: 5px;
}
.quote .quote-form .where-text {
	margin-bottom: 15px;
	margin-top: 10px;
}

.required-star {
	margin-left:5px;
	color: #27b466;
}

.sub-category-holder {
	margin-left:20px;
}

/* ---------------------------------*/
/*	         User Section			*/
/*----------------------------------*/
.favourite-box {
	border: 6px solid #000;
	position: relative;
}
.favourite-error {
    background: #F04124;
    padding: 9px 15px 10px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    font-size: 11px;
    z-index: 10;
}
.favourite-remove {
    background: #F04124;
    padding: 12px 15px 12px 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #FFF;
    font-size: 11px;
    z-index: 10;
}
.favourite-box img {
	max-height: 150px;
    max-width: 100%;
	margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.favourite-box .remove-box {
	height: 44px;
	width: 44px;
	background: url(../images/my-favourites-exit.png) no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
	cursor: pointer;
}
.favourite-box .remove-box .remove-label {
	height: 48px;
	width: 87px;
	background: url(../images/my-favourites-remove.png) no-repeat;
	position: absolute;
	top: 50px;
	right: -22px;
	cursor: auto;
}
.favourite-box .category-title {
	color: #21b365;
	font-size: 15px;
	margin: 0px;
	font-weight: 600;
	margin-left: 20px;
}
.favourite-box .category-title a {
	text-decoration: none;
	color: #21b365;
}
.favourite-box .category-title a:hover { text-decoration: underline; }
.favourite-box .favourite-title {
	text-decoration: underline;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 5px;
}
.favourite-box .favourite-title:hover { text-decoration: none; }
textarea.notes-layout {
	background: url(/assets/images/notes-book.png);
	border: 0px;
	margin-bottom: 0px !important;
	height: 120px;
	max-height: 120px;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	overflow-x: hidden;
	overflow-y: hidden;
	resize: none;
}
.edit-pencil {
	position: absolute;
	width: 26px;
	height: 33px;
	background: url(/assets/images/edit-pencil.png) no-repeat;
	right: 5px;
	top: -18px;
}
.notes-title {
	font-size: 12px;
	font-style: italic;
	padding-left: 17px;
	text-decoration: none;
	color: #0094d3;
	display: block;
	margin-bottom: -2px;
}
/* ---------------------------------*/
/*	        Lightbox Section		*/
/*----------------------------------*/
.lb-outerContainer {
	background: #000;
}
.lb-dataContainer {
	background-color: #000;
	margin-top: -2px;
	padding: 10px 0px; 
}
.lb-caption {
	line-height: 16px !important;
	font-weight: normal !important;
	font-family: 'Open Sans', sans-serif !important;
}
.lb-details {
	padding-left: 10px;
}
.lb-close {
	margin-right: 10px;
}
.lb-number { display: none !important; }
/*** CHECKOUT ***/
.pay-now {
    margin-left: 5px;
    display: inline-block;
    font-size: 13px;
}

/* ---------------------------------*/
/*	       Directory Section		*/
/*----------------------------------*/
.directory-navigation .grey-box {
	background: #53546b;
	margin-bottom: 30px;
}
.directory-navigation .grey-box p {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.directory-navigation .list-button button {
	background: #FFF;
	margin-top: 20px;
}
.directory-navigation .list-button button:hover {
	background: #000;
}
.directory-navigation .vertical-gold-sponsors {
	margin-top: 15px;
}
.directory-navigation .vertical-preview {
	border: 15px solid #000 !important;
}
.directory-navigation .vertical-list {
	border-right: 0px !important;
	border-bottom: 15px solid #000;
}
.directory .listing-row {
	border-bottom: 3px solid #000;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
}
.directory .listing-row h3 {
	font-size: 20px;
}
.directory .listing-row h6 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
.directory .listing-row img {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
    margin-bottom: 10px;
}
.directory .first-listing { border-top: 3px solid #000; padding-top: 8px; margin-top: 10px; }
.directory .sharethis {
	margin-top: 5px;
	margin-bottom: 10px;
}
.directory .title {
	font-size: 15px;
	font-weight: bold;
        word-wrap: break-word;
}
.directory .sponsor-logo {
	margin-top: 15px;
    display:block !important;
}
.directory .nudge-details { padding-left: 4px; }
.directory p { font-size: 15px; color: #000; word-wrap: break-word;
 }
.directory .information {
	margin-top: 15px;
}
.directory .examples-of-work {
	background: #FFF;
	border: 15px solid #000;
	border-top: 0px;
}
.directory .examples-of-work .search-title {
	background: #000;
	color: #27b466;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 15px;
}
.directory .examples-of-work .example-slider {
	padding-top: 25px;
	padding-bottom: 25px;
}
.directory .examples-of-work .example-slider img {
	padding: 10px 20px;
}
.green-link { color: #27b466 !important; }
.last-hiw { margin-top: 20px !important; }
.hiw-link { margin-top: 20px; display: block; font-weight: 600; }
.business-logo {
    display: block;
    margin-top: 20px;
    max-width: 300px;
}
.no-business {
    height: 155px;
    width: 100%;
    background: #eee;
    color: #414141;
    font-size: 16px;
    text-align: center;
    padding-top: 65px;
    font-weight: bold;
}
.no-business:hover {
    background: #ddd;
}
input[type="file"] { width: auto; }

/* ---------------------------------*/
/*	        Sign Up Section			*/
/*----------------------------------*/
/* form div.error { max-width: 350px; } */
.signup-form { color: #000; }
.signup-form input[type=text], .signup-form input[type=password], .signup-form select {
	border: 1px solid #000;
	max-width: 350px;
}
.signup-form label {
	color: #000;
	font-size: 15px;
	margin-bottom: 5px;
}
.black-information-box {
	background: #000;
	padding: 5px 18px 18px 18px;
}
.black-information-box h1 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.black-information-box p {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 13px;
}
.siin button {
	margin-left: 30px !important;
	margin-bottom: 0px !important;
	padding: 7px 40px !important;
}
.inline {
	display: inline-block !important;
}
.installer-button, .nation-wide-installer-button {
    margin-right: 15px !important;
}
.or-both {
	margin-bottom: 25px;
	display: block;
}
.error-page {
	margin-top: 70px;
	margin-bottom: 80px;
}
.error-page h1 {
	font-size: 100px;
}
.list-another {   margin-bottom: 10px; }
.modal-title {
	margin-bottom: 20px;
}
.close-reveal-modal {
	text-decoration: none;
	top: 28px !important;
	right: 28px !important;
}
.uploaded-photo { margin-bottom: 5px; }
.uploaded-photos {
	margin-bottom: 20px;
}
.uploaded-photos img {
	margin-right: 10px;
	border: 5px solid #FFF;
}
.uploaded-photos img:hover { border: 5px solid #29B466; cursor: pointer; }
.uploaded-photos .active-photo {
	border: 5px solid #29B466;
    height: 130px;
}
.file-upload {
        background-color: #eee;
        padding: 0px;
        height: 50px;
        padding-left: 20px;
        margin-bottom: 15px;
}
.quote .quote-form .file-upload input {
    border: 0px !important;
    padding-top: 0px;
    outline: none;
    height: 51px;
}
.upload-bar {
        background: #2980b9; height: 4px; width: 0px; }
.upload-progress {
        color: #888;
        margin-bottom: 4px;
}

form#search_form2 {
	padding:20px 12px;
	margin-top:10px;
	background-color:#333;
}
form#search_form2 label {
	font-size:15px;
	color:#ffffff;
}

.tooltipQ
{
    font-size:12px;
    padding:10px;
}

.tooltipQ ul
{
    margin:10px 20px;
}
.tooltipQ p
{
    margin-bottom:10px;
}

.tooltipQ a.close
{
    float:right;
    position:relative;
    top:-10px;
    right:-5px;
}

.f-dropdown
{
    max-width:300px;
}




/* Media Queries */
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	.news .ecobob-news .large-news .news-text {
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1550px) {
	.header-social {
		display: none;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
	main .quotes .how-it-works {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
	main .quotes select {
		font-size: 15px;
	}
	main .quotes button {
		font-size: 15px;
		height: 50px;
		max-height: 50px;
		padding: 0px;
	}
	.news .ecobob-news .large-news .news-text {
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.news .left-navigation .most-popular p { font-size: 12px; }
}
/* Anything above tablet / mobile */
@media only screen and (min-width: 1024px) {
	.forum-section .forum-block p { padding-right: 50px; }
	.no-left-column .columns {
		padding-left: 0px;
	}
	.large-only-inline {
		display: inline-block !important;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width: 1024px) {
	.forum-post { position: static !important; margin-top: 10px; }
	.left-black-border { border: 0px; }
	.page { margin-top: 0px; }
    
    
    .no-padding-small { padding: 0px; }
	.page-header {
        background: #F9F7F4;
        border-bottom: 1px solid #D9D7D6;
        padding: 5px 0px;
        margin-bottom: 8px;
    }
    .page-header h1 {
        margin: 0px;
        font-size: 26px;
        padding: 0px 0px 0px 15px;
    }
    
    
	.news .ecobob-news .breaker { height: 0px; }
	.news .ecobob-news .large-news .news-text {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.information-icon-space {
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.mobile-wrap {
		display: block;
		position: absolute;
		right: 25px;
		top: 18px;
		background: #333;
		padding: 7px;
		z-index: 1000;
	}
	.mobile-menu {
		background: url(../images/mobile-menu.png) no-repeat;
		background-position: center;
		background-size: 100%;
		height: 25px;
		width: 25px;
		z-index: 1001;
	}
	.large-only-inline { 
		margin-top: 10px;
		margin-bottom: 10px !important;
	}
	header nav {
		position: absolute;
		top: 22px;
		left: 0px;
		width: 100%;
		background: #222;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		display: none;
	}
	header nav ul {
		display:block;
	}
	header nav ul li {
		width: 100%;
		height: initial;
		font-size: 15px;
		margin: 0px;
		padding: 0px;
	}
	header nav ul li a {
		width: 100%;
		background: #222;
		padding-top: 0px;
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		display: block;
	}
	header nav ul li a:hover {
		background: #333;
	}
	
	
	
	header nav .mobile-sub-nav {
		margin-bottom:10px;
	}
	
	header nav .mobile-sub-nav a {
		font-weight:300;
		display:block;
		height:auto;
		padding:0px;
		margin-left:25px;
		font-size:13px;
	}
	
	
	header nav .search-button {
		display:none;
		
	}
	
	/*
	header nav ul li ul {
		display:block;
		position:static !important;
		top:0px;
		left:10px;
		background-color:transparent;
		border:1px dashed lime;
	}
	
	header nav ul li ul li {
		padding-top:0px;
		height: initial;
	}
	header nav ul li ul li a {
		font-weight:300;
		padding:10px;
		border:1px dashed red;
		line-height:auto;
	} 
	*/
	
	.search-button {
		display: none;
	}
	.nav-area {
		position: absolute;
		top: 49px;
		width: 100%;
		z-index: 10;
	}
	.left-navigation {
		margin-bottom: 15px;
	}
	.directory .listing-row img {
		margin-bottom: 20px;
	}
	main .hiw img {
		margin-bottom: 20px;
	}
	.siin button {
		margin-left: 0px !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
}
/* Tablet Only */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
	header { position: absolute; }
	.mobile-wrap { top: 16px; }
	.hide-right-border { border-right: 0px !important; }
	.medium-news { min-height: 560px; }
	main .quotes select {
		margin-top: 0px;
		font-size: 15px;
	}
	main .quotes button {
		margin-top: 0px;
	}
	
	footer .sitemap {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	footer .sitemap .navigation-wrap {
		margin-bottom: 20px;
	}
	main .ecobob-news .news-wrap {
		margin-bottom: 20px;
	}
	main .backdrop .description-top {
		top: 100px;
	}
	main .backdrop .description-bottom {
		top: 151px;
	}
}

/* Mobile Only */
@media only screen and (max-width: 641px) { 

    .image-slide { max-height: 250px !important; background-size: 100% !important; }
	main .quotes .info-area {
		margin-top: -35px;
	}

    .small-full-width { display: block; width: 100%; }
	header { position: absolute; }
    
	.green-black {
		background: transparent;
	}
	.cart-input h2 {
		display: block !important;
		width: 100% !important;
	}
	.small-full {
		width: 100% !important;
		max-width: none;
	}
	.small-center { text-align: center !important; }
	
	/*.middle-label {
		margin-top: -15px;
	}*/
	
    .right-arrow { right: 10px; background-size: 60%; }
    .left-arrow { left: 10px; background-size: 60%; }
    main .backdrop {
        height: 160px;
    }
	main .backdrop .description-top {
		font-size: 21px;
        display: none;
	}
	main .backdrop .description-bottom {
		top: 92px;
		font-size: 21px;
        display: none;
	}
	
	main .quotes select {
		margin-top: 0px;
		font-size: 15px;
	}
	main .quotes button {
		margin-top: 0px;
	}
	
	main .eco-service {
		height: auto !important;
		margin-bottom: 10px;
	}
	
	main .about-ecobob h1 {
		font-size: 26px;
	}
	main .about-ecobob .about-ecobob-columns {
		height: auto !important;
	}
	main .about-ecobob .black-side {
		background: #111111;
	}
	main .about-ecobob .green-side {
		background: #29B466;
	}
	.home-listing .slider-nav {
		padding-top: 2px;
		padding-bottom: 0px;
	}
	
	main .ecobob-news .news-wrap {
		margin-bottom: 20px;
	}
	
	main .gold-sponsors .sponsor-preview li {
		border-right: 0px;
	}
	
	main .ecobob-mission .mission-content p {
		font-size: 15px;
	}
	
	main .signup-form button {
		margin-top: 15px;
	}
	
	main .hiw img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .sitemap {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	footer .sitemap .navigation-wrap {
		margin-bottom: 20px;
	}
	
	.how-it-works {
		margin-bottom: 15px;
		display: block;
	}
}
/* firefore */
@-moz-document url-prefix() {
    .file-upload { padding-left: 0px; }
}
/* webkit css */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .quote .quote-form .file-upload input { padding-top: 15px; }
}


.slick-slider .slick-track
{
    left:auto;
    margin: 0 auto;
}