
img.happy {
	position: absolute;
	top: 21px; left: 21px;
	width: 300px;
	height: auto;
}
img.facebook {
	position: absolute;
	bottom: -51px; left: 41px;
	width: 200px;
	height: auto;
}
img.fox {
	position: absolute;
	bottom: -31px; right: 21px;
	width: 250px;
	height: auto;
}
@media all and (max-width: 1260px) {
	img.facebook {
		width: 200px;
		bottom: -39px;
	}
	img.fox {
		width: 200px;
	}
}
@media all and (max-width: 1160px) {
	img.facebook {
		width: 135px;
		bottom: -31px;
	}
	img.fox {
		width: 135px;
	}
}
@media all and (max-width: 760px) {
	img.facebook {
		width: 120px;
		bottom: -31px;
	}
	img.fox {
		width: 120px;
	}
}
@media all and (max-width: 520px) {
	img.facebook {
		width: 90px;
		bottom: -21px;
	}
	img.fox {
		width: 90px;
		bottom: -21px; right: 11px;
	}
}

.btn-ordered {
	width: 100%;
	font-weight: 400 !important;
}

.newitem {
	display: inline-block;
	position: fixed;
	bottom: 35px; left: 35px;
	background-color: #f9f9f9;
	padding: 11px 15px;
	border-radius: 7px;
	border: 1px solid #e1e1e1;
	z-index: 999;
}

.gotit {
	display: inline-block;
	position: fixed;
	bottom: 35px; right: 35px;
	background-color: #f9f9f9;
	padding: 11px 15px;
	border-radius: 7px;
	border: 1px solid #e1e1e1;
	z-index: 999;
}

input.priceadjust {
	width: 135px;
	height: 27px;
	border: 0;
}

button.excel {
	position: fixed;
	bottom: 111px; right: 35px;
	background-color: #ee9629;
	border-color: #c87d22 !important;
	color: #fff;
	padding: 7px 22px;
	z-index: 999;
}
button.excel:hover {
	background-color: #de8b25;
}

#order {
	visibility: hidden;
}

.delivered {
	background-color: #ffa77e;
	color: #fff;
	font-weight: bold !important;
}

.ordered {
	background-color: #f1cf5e;
	color: #fff;
	font-weight: bold !important;
}

button.tags {
	background-color: #ee9629;
	border-color: #c87d22 !important;
	color: #fff;
	padding: 7px 22px;
}
button.tags:hover {
	background-color: #de8b25;
}

span#tags a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

span#excel a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

input.oil {
	color: #ee9629;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	display: inline-block;
	width: 43px !important;
	padding: 1px;
	border: none;
	text-align: center;
}
input.oil:hover {
	color: #de8b25;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.lead-print {
	font-size: 21px;
	line-height: 31px;
	margin-left: 25px;
}

.logo-print {
	width: 295px;
	height: auto;
}

img.killer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
img.sold {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70%;
	height: auto;
	transform: translate(-50%, -50%);
	z-index: 5;
}

#location {
	position: relative;
}

#location .well {
	background-color: rgba(255,255,255,.8);
	position: relative;
	padding: 25px 45px;
}

@media (min-width: 768px) {
	#location .well {
		background-color: rgba(255,255,255,.8);
		position: absolute;
		top: 30px; right: 7%;
		width: 330px;
		padding: 11px;
	}
}

.bj {
  background: transparent;
}
.bj:nth-child(odd) {
  background: #e8e8e8;
}