.rateBanner{
	background:#161616;
	margin:0 0 20px 0;
	overflow:hidden;
}
.rateBanner a:link,
.rateBanner a:hover,
.rateBanner a:visited,
.rateBanner a:active{
	color:#f8f2ea;
}
.rateBanner div{
	display:inline-block;
	float:left;
}
.rateBanner-logo{
	padding:10px;
}
.rateBanner-info div{
	float:none;
}
.rateBanner-info{
	width:300px;
	padding:5px 0;
	text-align:center;
}
.rateBanner-room{
	text-align:center;
	padding-bottom:3px;
	display:block !important;
}
.rateBanner span{
	font:100% Georgia,Times,'Times New Roman',serif;
}
.rateBanner-cta span:hover{
	background:green;
}
.rateBanner-cta span{
	display:inline-block;
	white-space:nowrap;
	padding:8px 20px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 13px Arial,Helvetica,sans-serif;
	background: #0da815;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYTgxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhODQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5OWEwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA4NmQwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZkMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #0da815 0%, #0a8410 50%, #299a0b 50%, #086d0f 51%, #086d0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0da815), color-stop(50%,#0a8410), color-stop(50%,#299a0b), color-stop(51%,#086d0f), color-stop(100%,#086d0f));
	background: -webkit-linear-gradient(top,  #0da815 0%,#0a8410 50%,#299a0b 50%,#086d0f 51%,#086d0f 100%);
	background: -o-linear-gradient(top,  #0da815 0%,#0a8410 50%,#299a0b 50%,#086d0f 51%,#086d0f 100%);
	background: -ms-linear-gradient(top,  #0da815 0%,#0a8410 50%,#299a0b 50%,#086d0f 51%,#086d0f 100%);
	background: linear-gradient(to bottom,  #0da815 0%,#0a8410 50%,#299a0b 50%,#086d0f 51%,#086d0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da815', endColorstr='#086d0f',GradientType=0 );
}
.rateBanner-mainImg,
.rateBanner-rate{
	float:right !important;
}
.rateBanner-mainImg img{
	max-width:100px;
	height:65px;
	margin-bottom:-5px;
	vertical-align:bottom;
}
.rateBanner-rate{
	padding:5px 10px;
}
.rateBanner-rate span{
	font:48px Georgia,Times,'Times New Roman',serif;
}
/*Responsive*/
@media only screen and (max-width:864px){
	.rateBanner{
		width:100%;
		position:relative;
	}
	.rateBanner-info{
		float:none !important;
		display:block !important;
		margin:auto;
	}
	.rateBanner-mainImg{
		display:block;
		float:none !important;
		width:100%;
	}
	.rateBanner-mainImg img{
		max-width:100%;
		width:100%;
		height:auto;
		margin-bottom:0px;
	}
	.rateBanner-rate{
		float:none !important;
		position:absolute;
		right:0;
		top:0;
	}
}
@media only screen and (max-width:480px){
	.rateBanner div{
		display:block;
	}
	.rateBanner-logo{
	}
	.rateBanner-info{
		width:100%;
		margin:65px auto 0 auto;
	}
	.rateBanner-room{
	}
	.rateBanner-cta{
	}
}