@charset "UTF-8";
/* CSS Document */
body {
	margin-top:45px;
}
* {
	
}
#bizzbar {
	background-color: #518f65;
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	overflow: hidden;
	height: 41px;
	z-index: 1000;
	font-family: 'Rokkitt', serif;
	font-size: 16px;
	line-height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 3px solid rgb(255,255,255);
	box-shadow: 0 1px 5px rgba(0,0,0,.7);
	font-family: 'Mohave', sans-serif!important;
}
p.bizztext {
	padding: 0;
	margin: 0;
}


#bizzbar a {
	 font-weight: 600px;
	text-decoration: underline;
	color: #ffffff;
	 
}

#bizzbar a:hover {
	 font-weight: 600px;
	text-decoration: underline;
	color: yellow;
	 
}



#bizzbar a.btn {
	-webkit-box-shadow: rgba(0,0,0,0.278431) 1px 1px 3px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: none;
	box-shadow: rgba(0,0,0,0.278431) 1px 1px 3px;
	background: #FFF;
	color: #000;
	cursor: pointer;
	font-size: 0.854em;
	margin: 0px 0px 0px 7px;
	outline: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	position: relative;
	text-decoration: initial;
	letter-spacing: 1px;
}
#bizzbar a.btn:hover {
	cursor: pointer;
	background: #333;color: white;
}
#bizzbar a.btn:active {
	top: 1px
}
close {
	width: 20px;
	height: 19px;
	bottom: 6px;
	right: 20px;
	background: url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png) no-repeat 0px -247px;
	position: absolute
}
close:hover {
	background: url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png) no-repeat 0px -228px;
	cursor: pointer;
	height: 19px
}
open {
	-webkit-box-shadow: rgba(0,0,0,0.34902) 0px 0px 5px;
	background-image: url(http://hb-assets.s3.amazonaws.com/system/modules/hellobar/lib/sprite-8bit.png);
	background-position: 0px -8px;
	background-repeat: no-repeat no-repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 3px solid rgb(255,255,255);
	box-shadow: rgba(0,0,0,0.34902) 0px 0px 5px;
	display: block;
	height: 0px;
	outline: none;
	overflow: hidden;
	padding: 80px 0px 0px;
	position: absolute;
	right: 10px;
	top: -50px;
	width: 35px;
	z-index: 100;
	background-color: #eb593c;
	display: none
}
open:hover {
	background-color: #ff5a3d;
	cursor: pointer
}
