/* Custom Yellow Styles */

body {
	background: url('/images/summerdesk3.jpg') no-repeat;
	background-size: cover;
}
body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: auto !important;
	position: relative;
	
	overflow-x: hidden !important;
}
#formStinger {
	color: #666;
	font-size: 32px;
	position: relative;
	padding-bottom: 30px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: -41px;
	font-family: 'Lato', sans-serif;
}

.container {
	position: relative;
	height: auto;
	padding: 0;
	width: 970px;
}

.mobile{
	width: 100%;
}

.containerLegacy {
	margin: auto;
	position: relative;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}


#keyword {
	padding-left: 6px;
}


#homeImage {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	min-height: 600px;
	background-size: cover;
	margin-top: 10px;
	
}
#linksContainer div {
	background-color: #fff;
}
#toolsInfo {
	display: inline-block;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	color:	blue;
	float: left;
	height: 256px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.5em;
}

#popularCities {
	display: inline-block;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	color:	blue;
	float: left;		
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 256px;
}

#adBox {
	display: inline-block;
	border: 0px;
	border-style: solid;
	border-color: #ccc;
	color: blue;
	float: left;
	height: 256px;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

/*  footer */
footer {
	background-color: #dcdcdc;	
	text-align: center;
	color: #fff;
	padding: 9px 0 0 0px;
	height: 40px;
	
}
footer>a {
	color: #666;
}
footer>a:hover{
	color: #666;
	text-decoration: underline;
}
.copyright{
	color: #666;
}

#push, footer {
	height: 40px;
}
#wrap {
	min-height: 100%;
	height: 100%;
	margin: 0 auto -40px;
}

/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 805px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 400px) {
    #adBox {
          display: none;
       }
}

.popSearches {
 display: inline-block;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
	color:	#BBB;
	float: left;		
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	min-height: 256px;
}
.popSearches>h5 {
	margin-left: 3px;
	font-weight: 600;
	
}
.popSearch {
 height: 180px;
 text-align: justify;
 padding-left: 5px;
 float: left;
 margin-bottom: 20px;
;
}
.popSearchsm {
 height: 150px;
 text-align: justify;
 padding-left: 5px;
 float: left;
 margin-bottom: 20px;
;
}
.popSearch>ul, .popSearchsm>ul {
text-align: left;
margin-left: 5px;
overflow: visible;
}
.popSearch>li, .popSearchsm>li{
text-align: left;
margin-left: 5px;
width: 120px;
margin-left: 30px;
}

.popSearches>h6 {
text-align: left;
margin-left: 5px;
margin-top: 8px;
font-size: 13px;
font-weight: 600;
width: 100px;
}
/* poupular city links homepage   */
#popularCities dd{
	float: left;
	width: 115px;
	
}
#toolsInfo dd {
	float: left;
	width: 200px;
	line-height: 20px;
	padding-top: 10px;
}
#popularCities dt, #toolsInfo dt  {
	text-align: left;
	color: #bbb;
	margin: 3px;
}
#popularCities dd ul {
	list-style: none;
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 8px;
}
#toolsInfo dd ul {
	list-style: none;
	padding-left: 30px;
	line-height: 2;
}
#popularCities dd a, #toolsInfo dd a {
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #0072bc;
}
#links {
    width: 100%;
}

#popular-cities dd {
    float: left;
    width: auto;
}

#popular-cities {
    float: left;
    margin-left: 5px;
    width: auto;
}
#tools-and-info {
    float: left;
    padding: 0px 20px;
    width: 190px;
}
#columns3-frontlinks-A {
		text-align: left;
}

#columns3-frontlinks-B {
		text-align: left;
}

#columns3-frontlinks-C {
		text-align: left;
		margin-right: 10px;
}
/* /popular city links homepage   */

/* main form seach */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 2px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.42857;
    color: #777;
    background-color: #FFF;
    background-image: none;
    border-left: 0px solid #CCC;
    border-bottom: 0px solid #CCC;
    border-right: 0px solid #CCC;
    border-top: 0px solid #CCC; 
    border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-box-shadow:inset 0px 0px 0px #888;
    box-shadow:inset 0px 0px 0px #888;
   
}
/* white fade to transparent, top opaque, bottom translucent */
.white_fade {
	background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0)); /*Standard*/
}
.ar_yellow_fade {
	background: -webkit-linear-gradient(rgb(255,255,255),rgb(253,203,70)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgb(255,255,255),rgb(253,203,70)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgb(255,255,255),rgb(253,203,70)); /*Fx 3.6-15*/
	background: linear-gradient(rgb(255,255,255),rgb(253,203,70)); /*Standard*/
}

.padding_40 {
	padding: 40px;
}
.padding_20 {
	padding: 20px;
}
.padding_20_80 {
	padding: 80px 20px;
}
.button_center {
   text-align: center;
   margin-top: 130px;
}
.search_box {
   height: 453px;
   position: relative;
}
.ar_formDeco {
	height: 35px;
	width: auto;
}
.formDeco {
    height: 22px;
    width: auto;
}
.ar_float_left {
   float: left;
}
.ar_float_right {
   float: right;
}
.ar_100_percent {
	width: 100%;
}
.ar_100_percent {
	width: 100%;
}
.ar_100_percent_minus_icon {
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
}
.ar_rating_num_text {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.ar_clear {
	clear: both;
}

.ar-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.ar_table_td_centered {
	vertical-align:middle;
	display: table-cell;
	float: none;
}

/* initially this div is hidden. */
.ar_results_search_form {
	display: none;
 }

.ar_error_msg {
    margin-left: 20px;
 }
.ar_zero_margin {
	margin: 0px;
}
.ar_results_form_inline {
	margin-left: 20px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 95%;
}

.input-group-addon {
	border-radius: 0px;
	border: 0;
	width: 30px;
	float: left;
}

.input-group-addon:first-child {
	background-color: #fff;
	padding: 6px 6px;
	font-size: 14px;
	border-right: 0;
}
.ar_what-where-90 {
	width: 100%;
	max-width: 525px;
}
.what-where {
	width: 31%;
	border-radius: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 5px;
}
#centerForm {
	width: 655px;
	float: left;
	text-align: center;
}

.mainFormButton {
	background-color: transparent;
	border: 0
}
.iconBar {
	height: 50px;
	background-color: #fff;
	filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.8; /* Mozilla */
	 opacity: 0.8; /* CSS3 */
	width: 100%;
	padding-top: 5px;
	margin: 0 auto;
	
}
.iconBarCol {
	float: left;
	font-size: 9px;
	margin: 3px 0 3px;
	text-align: center;
	width: 25%;
	
}
.iconBarImg {
	height: 25px;
	opacity: 1;
	
}

.iconBarCol a {
	color: #000;
	opacity: 1;
}

.formSmallAdjust{
	margin-top: 6px;
	margin-right: 7px;
	margin-left: 7px;
	color: #222;
}

.iconSmallForm{
	
	margin-left: 2px;
	margin-right: 2px;
	padding: 1px;
}

#search6-more {

}

.form-control::-moz-placeholder {
 color: #ccc;
}
.form-control:-ms-input-placeholder {
color: #ccc;
}
.form-control::-webkit-input-placeholder {
color: #ccc;
}

/*  override bestmatch styles */
.leftSearchColumn {
margin-right: 50px;
margin-top: -8px;
}

.bm_Header {
	font-size: 1.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	margin-left: -35px;
	margin-right: -35px;
}

/* cities level 2 overrides */
.override_city_table_child{
		border: 1px;
		border-color: #111;		
}

.override_city_table{
		padding: 0;
		padding-right: 5px;
		margin: 0;
		border-color: #111;
		color: #111;
		text-align: left;
		width: 100%
}

a:link, a:visited{
		text-decoration: none;
		color: #0072bc;		
}

.override_city_table_header{			
		background-color: #999;
		color: #111;
}

.override_city_table_child_company{
		text-decoration: underline;
		font-weight: 700;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #FFFFE1;
}

.table-striped>tbody>tr:nth-child(odd)>th, .thead_override{
	background-color: rgb(178, 178, 178);;
	color: #fff;
	padding-left: 0;
 }


.topFormButton {	
	background-color: transparent;
	border: 0;
	padding: 1px;
	margin:1px;

}

#searchTollFree-results {
	
	width: 100%;
	height: auto;
	color: #111;
	text-align: justify;
	margin-left: 50px;
	
}

#searchTollFree-results>h5 {
	margin-left: -10px;	
	font-weight: 700;
}

.worldLinks {
	width: 100%;
	margin-left: 50px;
}

#world-directories {
	width: 100%;
	float: none;
	text-align: justify;
	margin-left: 20px;
	
}

#world-directories>a:hover {
	text-decoration: underline;
	
}

#public-records-bgcheck {
float: left;
width: auto;
height: 350px;
margin: 20px 25px 0 0;
border: 1px solid #B2B2B2;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
padding: 15px;
background-color: #f2f2f2;
}

#public-records-links{
 margin-top: 40px;
 text-align: justify;
}

.navbar-nav {
	margin-left: 65px
}

.navAdjust{
	padding-left: 10px;
	margin-left: 10px;
}

.nav-collapse{
    margin-right: 50%;
}

.dropdown-menu {
    right: 0;
    left: auto;
    min-width: 150px;
}

.toggleAdjust {
	margin-right: 30px;
}

@media only screen 
and (max-width: 900px) {
	.header-box {
		width: 100%;
		margin: auto;
	}
}

.navbar-brand {
    position: relative;
    width: 100%;
    left: 0;
    display: inline;
    margin: auto;
    float: none;
    padding: 0;
}

.navbar-inverse {
	background-color: #000;
	border-color: #000;
	margin-bottom: 0;
	color: #ccc;
}

.navbar-nav>li>a , .navbar-nav>li {
	color: #ccc;
	padding-left: 10px;
}

.logoImage {
	display: inline;
	border: 0;
	float: left;
	margin-top: 3px;
	padding-top: 0;
	padding-right: 20px;
	width: 185px;
}

.navbar-inverse.center, .navbar-inner {
    text-align: center;
}

.navbar-inverse.center, .navbar-inner, .nav {
    display: inline-block;
    float: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
    font-weight: 600;
}


/* best match */
#pfc-header-new {
	border: 1px;
	border-color: #ccc;
	max-width: 920px;
}
.bmPlaceHolder{
	width:450px;
	height: 270px;
	float:right;
	background-repeat: no-repeat;
	
}

.bmPlaceHolderMulti {
    margin-bottom: 0;
    margin-right: -14px;
    padding: 0;
}

#pfc-listing-single-logo-container {
	max-width: 900px;
}

.logoImgFloater {
	margin-top: -10px;
}

.singleAdCopy {
	padding-left: 0px;
	text-align: left;
}

.titleAlign{
	margin-left: -8px;
	width: 100px;
	color: #047FF9;
}
.titleAlign>h2{
	font-size: 18px;
	color: #5192C8;

}

.bottom-border {
	border-bottom: 1px solid #ccc;
}

.logoAdjust{
	max-height: 55px;
	width: auto;
}

.smallerH2{
	font-size: 18px;
	color: #5192C8;
	display: block;
	margin-top: 30px;

}

.floatleft {
	float: left;
}

.spinner img{
	height: 22px;
	width: 22px;
}
.resultsSpacing {
	padding-bottom: 25px;
	width: 100%;
	
}
.pfc-phone-number-multi {
    margin-left: 20px;
}
.pfc-phone-number {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
}

.bodyJustify, .bodyJustify>li, .bodyJustify>dt, .bodyJustify>h5, .bodyJustify>dd{
 text-align: left;
 margin-left: 10%;
 margin-right: 10%;
}

.bodyJustify>dl{
 text-align: left;
}

.content p, .content dd, .content dl {
 text-align: left;
}

.searchMore a {
	font-weight: 600;
	color:	#5192C8;
}	
	
.yc-yb-logo {
	visibility: hidden;
	width: 0px;
}
	
#logoH1 {
	width: 185px;
	color: #ccc;
	font-size: 9px;
	display:block;
	position:absolute;
	margin-top: 40px;
	margin-left: 88px;
	z-index:1006;
	text-align: left;
	font-family: 'Lato', sans-serif;
}

#h1LogoDiv {
	position: relative;
	width: 100%;
	height: auto;
}

.fixAdOnCity {
vertical-align: top;	
}
	
#contentContact {
	display: inline;
	text-align: left;
	width: 603px;
	margin: 0px auto;
	padding-left: 80px;
}

.contactUl {
	margin-left: 30px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 0px;
	
}
#contentContact {
	min-height: 400px;
}
#leftColumn {
	min-width: 550px;
	margin: 0px auto;
}
#privacy-content, #terms-content, #contact-us-faq, #contact-us-form {
	display: inline;
	text-align: left;
	width: 603px;
	margin: 0px auto;
	padding-left: 80px;
}
.faqFormater {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
#padder {
	height: 40px;
	width: 100%;
}

#padderAdSeperator{
    height: 15px;
    width: 100%;
}
.vmore {
	color: #111 !important;
	
}

#yb-profile {
    text-align: left;
}
#yb-profile h3 {
    font-size: 15px;
}
#yb-profile h2 {
    font-size: 19px;
}
#yb-profile h1 {
    font-size: 20px;
}

.pbyb{
	display: inline;
	position: relative;
	margin-top: 30px;
	margin-right: -35px;
}

.floatLeft, .bm_Header {
margin-top: 0;
}

.bodyJustify>h5{
	text-align: left;
	font-weight: 600;
	margin-left: 0;
}


.ads-container {
	float: right;
	text-align: center;
}
.ads-container div {
	width: 100%;
	margin-bottom: 20px;
}

.ar-footer-ad-row {
	text-align: center;
	width: 91.5%;
	margin-bottom: 20px;
}

#linksContainer {
	float: right;
	width: 580px;
}

div.ad970{
	min-height: 90px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}

.brd {
	/*border: solid 1px red;*/
}

.padding-left-0{
	 padding-left: 0;
}
.padding-right-0{
	padding-right: 0;
}
div.w970{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.top5{
	margin-top: 5px;
}
.pagination{
	text-align: center;
}
.h1title{
	padding-left: 5px;
}
.pagination{
	margin: 0;
}

div.no-results{
	font-weight: bold;
	background-color: #FFF2CC;
	text-align: center;
	padding: 20px 0;
	border: solid 1px #000;
}

.bottom10{
	margin-bottom: 10px;
}

#yc-yb-search-text-bottom{
	text-align: center;
}