/*business profile view page styles*/
#business-profiles-container {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.business-profile-image-container {
	/* border-bottom: 1px solid #808285;
	margin-bottom: 30px; */
}

.business-profile-image-container p.profile-image {
	margin-bottom: 0;
	margin-top: 0;
}

.business-profile-image-container p.profile-image-text {
	display: none;
	font-size: 11px;
	color: #808285;
	font-weight: bold;
	line-height: 1;
	padding: 15px;
	margin: 0;
}

#business-profiles-container .business-profile-body-container {
	display: table;
	width: 100%;
}

.business-category-box {
	display: block;
	width: 100%;
}

p.business-category {
	/* display: inline; */
	padding: 5px 8px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 0;
}

p.business-title {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 15px;
}

.business-logo-container {
	display: block;
	float: left;
	clear: both;
	width: 250px;
	/* background-color: #EBEBEB; */
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.business-logo-box {
	background-color: #EBEBEB;
}

.business-logo-container .business-logo {
	text-align: center;
	padding-top: 14px;
}

/* .business-logo-container .business-logo img {
	width: 100%;
} */

.business-logo-container .business-name {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
}

.business-logo-container .business-street {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.1;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.business-button-container {
	display: table;
	width: 100%;
	text-align: center;
}

.business-logo-container .business-button-container .business-maps {
	display: inline-block;
	width: 80px;
	font-size: 12px;
	padding: 5px 3px;
	background: -moz-linear-gradient(top,  #d5d6d8 0%, #fbfbfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d6d8), color-stop(100%,#fbfbfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d6d8 0%,#fbfbfc 100%); /* W3C */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000000;
margin-right: 5px;
}

.business-logo-container .business-phone {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

.business-logo-container .business-button-container .business-website a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.business-logo-container .business-button-container .business-maps a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.business-logo-container .business-button-container .business-website {
	display: inline-block;
	width: 80px;
	font-size: 12px;
	padding: 5px 3px;
	background: -moz-linear-gradient(top,  #d5d6d8 0%, #fbfbfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d6d8), color-stop(100%,#fbfbfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d5d6d8 0%,#fbfbfc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d5d6d8 0%,#fbfbfc 100%); /* W3C */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #000000;
margin-left: 5px;
}

.business-body {
	display: block;
}

.business-body p {
	text-align: justify;
	text-justify: inter-word;
	font-size: 15px;
	font-family: 'Georgia', Arial, sans-serif;
	line-height: 1.3;
}



/*business profiles listing page styles*/

#business-listings-container {
	display: block;
	width: 100%;
}

p.listings-large-header {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.listings-sponsored-container {
	display: table;
	background-color: #F8F8F8;
	width: 100%;
}

.listings-sponsored-container p.sponsored-title {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #939598;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

.listing-random-container {
	display: table;
	width: 95%;
	margin-left: 15px;
}

.random-content {
	display: inline-table;
	width: 120px;
	vertical-align: top;
	margin: 0 10px;
}

.random-content p.random-image {
	margin-bottom: 5px;
}

.random-content p.random-title {
	font-size: 11px;
	margin-top: 0;
	line-height: 1.1;
}

.random-content p.random-title a {
	color: #000000;
	font-weight: bold;
}

.listings-large-container {
	display: table;
}

.listings-large-container p.listing-large-title {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
}

.listings-large-container p.listing-large-title a {
	text-decoration: none;
	color: #000000;
}

.listings-large-container .large-category-box {
	display: block;
	width: 180px;
}

.listings-large-container p.listing-large-category {
	display: inline;
	padding: 5px 8px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 0;
}

.listings-large-container .listing-large-body {
	display: block;
}

.listings-large-container .listing-large-body p {
	text-align: left;
	font-size: 15px;
	font-family: 'Georgia', Arial, sans-serif;
	line-height: 1.3;
	margin-top: 0;
}

p.listings-multi-header {
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0;
}

.listings-multi-container {
	display: table;
	padding: 15px 0;
	border-bottom: 1px solid #808285;
}

.listings-multi-container .category-box {
	display: block;
	width: 180px;
}

.listings-multi-container p.listing-small-category {
	display: inline;
	padding: 5px 8px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 0;
}

.listings-multi-container p.listing-small-title {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.2;
}

.listings-multi-container p.listing-small-title a {
	text-decoration: none;
	color: #000000;
}

.listings-multi-container p.listing-small-sponsored {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: #5D5D5D;
	font-size: 12px;
}

.listings-multi-container p.listing-small-sponsored img {
	padding-bottom: 2px;
}

.listings-multi-container .listing-small-text-container {
	display: inline-block;
	width: 380px;
	margin-right: 30px;
}

.listings-multi-container .listing-small-image-container {
	dislay: block;
	float: right;
	clear: both;
/* 	height: 120px;
	overflow: hidden; */
}

.listing-search-container {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.business-search-back {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	background-color: #636363;
	cursor: pointer;
	padding: 5px;
	width: 133px;
	margin-bottom: 50px;
}

p.business-search-back a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

p.search-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
}

/*busines category color box styles*/

p.business-category-1 {
	background-color: #b7b7b7;
}
p.business-category-2 {
	background-color: #009ada;
}
p.business-category-3 {
	background-color: #28cb0d;
}
p.business-category-4 {
	background-color: #ffb400;
}
p.business-category-5 {
	background-color: #fc4772;
}
p.business-category-6 {
	background-color: #0000ff;
}
p.business-category-7 {
	background-color: #c000ff;
}
p.business-category-8 {
	background-color: #ff0000;
}
p.business-category-9 {
	background-color: #740046;
}
p.business-category-10 {
	background-color: #626262;
}
p.business-category-11 {
	background-color: #2BBBB3;
}


div.block-business {
	dislay: block;
	width: 300px;
	margin-left: 12px;
}

#local-business-profiles {
	display: block;
	width: 300px;
	background-color: #E6E6E6;
	margin-left: 13px;
}

.local-box-header {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #6D6F71;
	text-align: center;
	padding-top: 5px;
	margin-top: 0;
}

.local-preview-container {
	display: block;
	width: 260px;
	margin: 0 20px;
	padding-bottom: 20px;
/* 	position: relative; */
}

.local-sponsored-title {
	display: block;
	background-color: #707070;
	color: #FFFFFF;
	padding: 5px 8px;
	font-weight: bold;
	margin-bottom: 0;
}

.single-business-container {
	display: table;
	/* width: 99%; */
	width: 258px !important;
/* 	position: relative; */
/* 	height: 130px; */
	background-color: #FFFFFF;
	border: 1px solid #707070;
}

/* .hello-container {
	display: none;
}

.local-business-arrows a {
	font-family: Arial;
	font-size: 20px; 
	background: rgba(160,160,160, 0.3);
	width: 20px;
	height: 20px;
	line-height: 70px;
	display: block;
	text-align: center;
	color: #344761;
	text-decoration: none !important;
	position: absolute;
 	left: -20px;
	top: 60%;
	margin-top: -35px;
	padding-bottom: 5px;
}

a.nextSlideArrow {
	right: -20px;
	left: auto;
} */

.single-business-container p.local-image {
	display: block;
	float: left;
	clear: both;
	width: 80px;
	margin-left: 10px;
}

.single-business-container .local-text-container {
	display: inline-block;
	width: 150px;
	padding-left: 5px;
}

p.local-city {
	margin-bottom: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5C8ECC;
}

p.local-title a {
	color: #000000;
}

p.local-title {
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, sans-serif;
	line-height: 1.2;
}

ul.slidesjs-pagination {
	display: none !important;
}

a.slidesjs-navigation {
	display: none !important;
}

ul.profiles-nav-wrapper {
	display: table;
/* 	left: 0; */
	list-style: outside none none;
	position: relative;
	bottom: 110px;
}

ul.profiles-nav-wrapper li {
	display: inline-block !important;
}

.profiles-nav-element-left {
	position: relative;
	left: -55px;
}

.profiles-nav-element-right {
	position: relative;
	right: -210px;
}

