
/*sticky bar*/
.sticky-bar{
	background-color: #caa064;
	/* background-image: url(../images/sticky-bar/sticky-bar-logo.png); */
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position:fixed; 
	display: block;
	width:100%;
	height:80px;
	bottom: 30px; 
	text-align:center;
}

.sticky-bar-top{
	top:34px;
}

.sticky-bar a{
	width:100%;
	height:100%;
	position: relative;
}

.sticky-bar img{
	padding-top:20px;
	padding-bottom:20px;
}
