body{
    padding-top:50px;
    background:#FDFCF9;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    
    line-height: 1.6;
    
}
.servicedir-description img{
	max-width:400px;
	max-height:400px;
}

.content{
	min-height: 700px;
	padding-bottom:100px;
}


footer{
	background: #222;
	min-height: 80px;
	    border-top: 5px solid #A71F1F;
}
.footerWrapper{
	min-height: 80px;
}
.subfooter{
	background: #555;
	color:#eee;
	padding:10px 0;
}
.navbar-inverse{
	background-color: #006837;
	border-color: #006837;
	box-shadow: 0px 2px 10px #555;
	
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #009345;
}
.navbar-nav > li > a {
    
    font-size: 16px;
}
.branding{
	border-bottom:1px solid #ddd;
	padding:20px 0;
	margin-bottom:40px;
	background: #fff;
	
}
.fixed{
	position: fixed;
}
.spc20{margin-bottom:20px;}
.spc40{margin-bottom:40px;}
.spc80{margin-bottom:80px;}
.spc120{margin-bottom:120px;}
.classifieds-thumb,
.servicedir-thumb{
	display: inline-block;
}
.btn-danger {
    color: #ffffff;
    background-color: #A23726;
    border-color: #A23726;
}
.btn-info {
    color: #ffffff;
    background-color: #ABAFD1;
    border-color: #ABAFD1;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #8589A9;
    border-color: #8589A9;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-right:10px;
}
input[type="checkbox"],
input[type="radio"]{
    margin: 4px 7px 0;
    
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.bg-danger,
.bg-success,
.bg-info{
	padding: 15px;
	font-weight: 700;
}
.actionHome h2{
	font-weight:700;
	    margin-bottom: 20px;
}
.countyName h3{
	font-weight:700;
	color:#555;
	margin-right:40px;
	float:right;
}
.countyName h3:before{
	content: "County:";
	margin-right:10px;
	color:#888;
	font-weight:400;
}

.category-title{
	font-weight:700;
	margin-bottom:10px;
}
.no-classifieds-message{
	background:#ddd;
	padding:5px;
}
.sideBlock{
	margin:20px; auto;
}




/*--classifies--*/
.classifieds{
	border: solid 1px #eee;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 20px;
	padding: 15px;
	box-shadow: 3px 3px 10px #E4E4E4;
}
.classifieds-title-view{
	font-weight:700;
	font-size:24px;
	margin:40px 0 20px 0;
}
.classifieds-title{
	font-weight:700;
	font-size:18px;
	
}
.classifieds-link{
	
	font-weight:700;
	margin-top:10px;
}
.classifieds-link:before{
	font-family: FontAwesome;
	content:"\f06e";
	margin-right:10px;
}
.classifieds-image{
	float:left;
	margin:0 20px 10px 0;
	
}
.classifieds-price{
	font-weight:700;
	float: right;
	color:#c5c5c5;
	
}
.classifieds-image img,
.servicedir-image img{
	max-height: 50px;
        width: 50px;
}
.servicedir-image-window,
.classifieds-image-window{
    height:339px;
    width: 602px;
    border: 1px solid #EEE;
    -moz-border: 1px solid #ddd;
    background: #fff;
}
.servicedir-image-window img,
.classifieds-image-window img{
	max-height:339px;
        
}
.servicedir-image-window img,
.classifieds-image img{
	border:1px solid #ddd;
}
.servicedir-image{
	border:1px solid #ddd;
	width:50px;
	height:50px;
	float: left;
	margin-right: 40px;
}
.servicedir-image img{
	max-width:50px;
	
}

.servicedir-thumb,
.classifieds-thumb{
	border:1px solid #ddd;
	width:50px;
	height:50px;
}
.servicedir-thumb img,
.classifieds-thumb img{
	width:100%;
	height:100%;
	
}
.servicedir-link{
	margin-top:10px;
	font-weight:700;
	position: absolute;
	top: 0px;
	right: 25px;
}
.servicedir-link:before{
	font-family: FontAwesome;
	content:"\f06e";
	margin-right:10px; 
}
.bold{
	font-weight:700;
}
/* service listing styles*/
.servicedir-title-view{
	font-weight:700;
	font-size:18px;
	margin:20px 0;
}
.servicedir-desc-view{
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.servicedir-companyname-view{
	margin-bottom:10px;
	text-decoration: underline;
}

.servicedir-companyname-view,
.servicedir-website-view,
.servicedir-phone-view,
.servicedir-email-view{
	font-weight:700;
}

.servicedir-website-view:before{
	font-family: FontAwesome;
	content:"\f08e";
	margin-right:10px;
}
.servicedir-phone-view:before{
	font-family: FontAwesome;
	content:"\f095";
	margin-right:10px;
}
.servicedir-email-view:before{
	font-family: FontAwesome;
	content:"\f003";
	margin-right:10px;

}
.servicedir-address1-view:before{
	font-family: FontAwesome;
	content:"\f041";
	margin-right:10px;
	font-weight:700;

}
.servicedir-address1-view{
	border-top:1px solid #ddd;
	padding-top:20px;
	margin-top:20px;
}
.servicedir-city-view,
.servicedir-state-view{
	float:left;
	margin:0 5px;
}

.servicedir-maplink-view{
	font-weight:700;
}
.servicedir-maplink-view:before{
	font-family: FontAwesome;
	content:"\f124";
	margin-right:10px;
	
}




#home{
  background: url(/images/bg.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.actionHome{
	
	padding:20px;
	
}
.panel2 {
    margin-bottom: 21px;
    background-color: rgba(255, 255, 255, 0.55);
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-white {
    color: #888;
    background-color: #fff;
    border-color: #eee;
    text-transform: uppercase;
    font-weight:300;
}
.btn-xl {
    padding: 22px 30px;
    font-size: 30px;
}
.tab-pane{
	padding:15px 15px 15px 0;
	background-color: rgba(255, 255, 255, 0.55);
}
.counties li{
	list-style: none;
}



/*--services--*/
.servicedir{
	border: solid 1px #eee;
	backround:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 20px;
	padding: 15px;
	box-shadow: 3px 3px 10px #E4E4E4;
	position:relative;
}
.servicedir-title{
	font-weight:700;
	font-size:18px;
	
}
.servicedir-byline{
	font-size:18px;
	margin-bottom:10px;
}

.servicedir-description{
	
}

.servicedir-thumb img:hover,
.classifieds-thumb img:hover{
	border: solid 1px orange;
    -webkit-box-shadow: 0 0 0 1px #ffa500;
    -moz-box-shadow: 0 0 0 1px #ffa500;
    box-shadow: 0 0 0 1px #ffa500;
      opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
/* my lisitings dropdown cin the header*/

.service-listings-user-title{
	border-top:1px solid #ccc;
	padding-top:10px;
}
.service-listings-user-title:before{
	content:"Listing Title: ";
	font-weight:700;
}
.service-listings-user-location:before{
	content:"County: ";
	font-weight:700;
}
.btn-round-right{
	border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	padding-right:10px;
}
.btn-round-left{ 
	border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	padding-left:10px;
}
.table{
	font-size: 14px!important; 
}
span.gc-cs-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.fb-url-container,
.tw-url-container
{
	font-weight:700;
}
.fb-url-container img,
.tw-url-container img{
	margin-right:10px;
}
footer .fb-url-container img,
footer .tw-url-container img{
	width:20px;
	height:20px;
}
.fb-url-container img:hover,
.tw-url-container img:hover{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
.copyrightText{
	color:#eee;
	text-align: center;
}
.footerSocial ul li{
	list-style: none;
	display: inline-block;
	margin:0 auto;
	padding:20px;
}



.tagline h1 {
    font-size: 39px;
    color: #006837;
    Font-weight: 700;
    text-align: center;
}
.well-orange {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    /*background-color:#008CBA;*/
   margin-top:20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 30px 0 #000000;
	box-shadow: 2px 2px 30px 0 #000000;
    border: #fff 1px solid;
    -moz-border: #fff 1px solid;
}

.btn-pros {
    font-size: 14px;
    padding: 0 12px;
    font-weight: 700;
    color: #fff;
    background: #9E1616;
    height: 45px;
    text-transform: uppercase;
}
.btn-pros:before {
	font-family: FontAwesome;
	content:'\f024';
	margin-right:10px;
}
.btn-pros:hover {
	    background: #A93434;
	color: #eee;
}

.answer{
	margin:0 0 40px 40px;
	
}
.faqSet a{
	font-weight:700;
	font-size: 16px;
}
.faqSet a:before{
	font-family: FontAwesome;
	content: "\f059";
	margin-right:10px;
}
.answer:before{
	font-family: FontAwesome;
	content: "\f0a4";
	margin-right:20px;
	color:#006837;
	float:left;
	font-size:30px;
}
 
/*--media queries start here--*/

@media screen and (min-width: 767px) {
	
	.content{ 
		min-height:800px;
	}
	
}

@media screen and (max-width: 767px) {

	#home{
	  background: url(/images/m-bg.jpg) no-repeat center center fixed; 
	  
	}
	.countyName h3{
		text-align: center;
		float:none;
		margin-right:0;
	}
	.actionHome {
		margin-top: 0;
		
	    }
	    .brandLogo{
		height:100px;
		width:auto;
	    }
	    .servicedir-image-window img,
		.classifieds-image-window img{
	height:250px;
	}
	.servicedir-link{
		margin-top:10px;
		font-weight:700;
		position: relative;
		right:0;
		
	}
	.well-orange {
		padding:10px;
		margin-top:20px;
		
	}
	.tagline h1 {
		font-size: 20px;
	}
}

