/* Business */

.Stickers-Page {
	margin-top: 20px;
}

.Stickers-Page .Col-1 {
	width: 200px;
	margin-left: 20px;
	float: right;
}

.Stickers-Page .Col-2 {
	width: 740px;
	float: right;
}

.businessCat {
	font-family: 'almoni-dl';
	font-size: 14px;
	padding: 8px;
	display: block;
	background: #FFF;
}

.busi-over {
	background: #272828;
	color: #FFF;
}

.busi-bold {
	font-family: 'almoni-dl';
	font-size: 22px;
	background: #b90100;
	color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.busi-bold:hover {
	background: #272828;
}

.Stickers-Inside {
	background: #FFF;
}


.stickNote {
	width: 100%;
	margin-bottom:20px;
}

.stickNote .thumbtack {
	position: absolute;
	top: -18px;
	left: 25px;
	z-index: 999;
}

.add_btn {
	border: 1px solid #1893d0;
	border-radius: 30px;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
	padding: 10px 20px;
	display: block;
	margin: 10px;
	background: #f1f1f1;
	text-align: center;
}

.stickNote .thumbtack img {
}

.stickNote .note {
	position: relative;
	background: #f6e570;
	border-radius:20px;
}

.stickNote .note .text {
	padding: 30px 10px 10px 10px;
}

.stickNote .note .user {
	padding: 10px;
	font-size: 12px;
}
