@charset "utf-8";


.main-header {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	height:80px;
	background:#336427ff;
	z-index:31;
	padding:0 40px;
    -webkit-transform: translate3d(0,0,0);
}
.main-header:before {
	content:'';
	position:absolute;
	right:0;
	width:480px;
	height:100%;
	bottom:0;
	opacity:1;
	transition: all .3s ease-in-out;
    background: #336427ff;
}

.logobanner {

    display: block;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: url(https://localscale.org/images/gaia-48.png) no-repeat;
      width: 276px; /* Width of new image */
      height: 275px; /* Height of new image */
      padding-left: 276px; /* Equal to width of new image */
}

.sub-footer {
    padding: 18px 0;
    background: #336427ff;
}

.listing-rating-count-wrap .review-score {
	background: #336427ff;
	color: #fff;
	float: left;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px;
	font-size: 13px;
	margin-right: 12px;
}