/**/

h1.main-page-title {
	float: left;
}

.join-button {
	display: block;
	padding: 10px 15px;
	border-radius: 30px;
	border: 1px solid #ddd;
	float: right;
}

@media (max-width: 991px) {
	h1.main-page-title {
		float: none;
	}
	.join-button {
		float: none;
		margin-bottom: 30px;
	}
}

.business-main {

}

.business-main .category {
	min-height: 90px;
	background: #f1f1f1;
	margin-bottom: 30px;
	display: block;
	color: inherit;
}

.business-main .category:after {
	clear: both;
}

.business-main .category h2 {
	overflow: hidden;
	font-size: 1.2em;
}

.business-main .icon {
	background: #111;
	float: left;
	width: 90px;
	height: 90px;
	padding: 10px;
	margin-right: 10px;
}

.business-main .icon img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.business-main .push {
	padding: 1rem;
}

.business-main .sub-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.business-main [class^="col-"]:nth-child(12n+1) .category .icon {
	background: #297fb5;
}

.business-main [class^="col-"]:nth-child(12n+2) .category .icon {
	background: #29b5a9;
}

.business-main [class^="col-"]:nth-child(12n+3) .category .icon {
	background: #29b55e;
}

.business-main [class^="col-"]:nth-child(12n+4) .category .icon {
	background: #a3b529;
}

.business-main [class^="col-"]:nth-child(12n+5) .category .icon {
	background: #b58529;
}

.business-main [class^="col-"]:nth-child(12n+6) .category .icon {
	background: #b53629;
}

.business-main [class^="col-"]:nth-child(12n+7) .category .icon {
	background: #c32e63;
}

.business-main [class^="col-"]:nth-child(12n+8) .category .icon {
	background: #c32e94;
}

.business-main [class^="col-"]:nth-child(12n+9) .category .icon {
	background: #8535b3;
}

.business-main [class^="col-"]:nth-child(12n+10) .category .icon {
	background: #3a4eb3;
}

.business-main [class^="col-"]:nth-child(12n+11) .category .icon {
	background: #3a73b3;
}

.business-main [class^="col-"]:nth-child(12n+12) .category .icon {
	background: #5e8a90;
}

/**/

.business ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.business ul > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

@media (min-width: 481px) {
	.business ul > li {
		display: table;
		width: 100%;
	}
}

.business ul > li a {
	text-decoration: none;
}

.business ul > li .pic {
	width: 120px;
	height: 120px;
	border: 1px solid #ddd;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 768px) {
	.business ul > li .pic {
		display: block;
		width: auto;
		height: auto;
	}
}

.business ul > li .pic img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.business ul > li .pic img {
		max-height: 120px;
	}
}

@media (min-width: 481px) {
	.business ul > li .info {
		display: table-cell;
		vertical-align: top;
		padding: 0 10px;
	}
}

.business ul > li .info h3 {
	margin: 0;
}

.business ul > li .info p {
	color: #777;
}

@media (max-width: 991px) {
	.business ul > li .details {
		display: none;
	}
}

@media (min-width: 992px) {
	.business ul > li .details {
		display: table-cell;
		vertical-align: top;
		width: 250px;
		padding-right: 10px;
		border-right: 1px solid #ddd;
	}

	.business ul > li .details p {
		border-bottom: 1px solid #f1f1f1;
		margin: 0;
		padding: 5px 0;
	}

	.business ul > li .details p:first-child {
		padding: 0 0 5px 0;
	}

	.business ul > li .details p:last-child {
		border-bottom: 0;
	}

	.business ul > li .details p span {
		font-size: 14px;
	}

	.business .address {
		color: #1978bb;
	}

	.business .phone {
		color: #65bb19;
	}
}

.business ul > li:after {
	clear: both;
	display: block;
	content: '';
}

.no-results {
	text-align: center;
	font-weight: 300;
	font-size: 1.6em;
}
/**/

/**/

.business-profile .picture {
	text-align: center;
	margin-bottom: 30px;
}

.business-profile .picture img {
	max-width: 100%;
	max-height: 300px;
}

.business-profile .info {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	min-height: 67px;
}

.business-profile .info a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.business-profile .info a:hover {
	color: #005b9b;
}

.business-profile .info:last-child {
	margin: 0 0 0 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.business-profile .info .caption {
	display: block;
	padding-right: 50px;
}
.business-profile .info .value {
	display: block;
	padding-right: 50px;
}

.business-profile .info .icon-address {
	color: #1978bb;
}

.business-profile .info .icon-phone {
	color: #19bba2;
}

.business-profile .info .icon-mobile {
	color: #19bb43;
}

.business-profile .info .icon-fax {
	color: #bbaa19;
}

.business-profile .info .icon-email {
	color: #bb5a19;
}

.business-profile .info .icon-website {
	color: #bb1919;
}

.business-profile .info .icon-facebook {
	color: #45619d;
}
/**/

.join {
	margin-top: 30px;
}

.join .fld {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
}

.join .label {
	display: block;
}

@media (min-width: 768px) {
	.join .label {
	}
	
	.join .content {
		
	}
	
	.join .info {
	}
}

.join input,
.join select,
.join textarea {
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #aaa;
}

.join textarea {
	height: 80px;
}

@media (max-width: 480px) {
	.join input,
	.join select,
	.join textarea {
		width: 100%;
	}
	
	.join select#categories {
		width: 300px;
	}
}

.join .info {
	
}

.join .error {
	padding: 10px;
	background: #f2dede;
	margin-bottom: 10px;
}

.join .sent {
	padding: 10px;
	background: #dff0d8;
	font-size: 1em;
	margin: 20px 0;
}

.join .submit-fld button {
	font-size: 1.2em;
}

.join .req {
	font-weight: bold;
	color: red;
	border-bottom: 1px dotted #cdcdcd;
}

/**/

.orderByHolder {
	margin-bottom: 20px;
}

/**/

.select-position {
	height: 400px;
	position: relative;
}

#map-canvas {
	height: 100%;
}

.confirmation {
	display: none;
}

.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}



.pac-container {
	
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
	display: none;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}