/* ------------------------------------------------------------ *\
	Rate box
\* ------------------------------------------------------------ */


.rate-box {
	text-align: center; 
	padding: 27px 0 0; 
	margin-bottom: 12px; 
	background: transparent; 
	text-align: center; 
	max-width: 755px;
	margin: 0 auto; 
}

.rate-box h3 {
	margin: 0;  
	font-size: 18px; 
	color: #fff;
}

.rate-box h4 {
	margin: 0; 
	font-weight: 400; 
	color: #2a7dfb;
	text-transform: uppercase; 
}

.rate-box h4 span { 
	font-weight: 700; 
}

.rate-box .stars {
	margin: 2px auto 5px; 
}

.rate-box .stars,
.rate-box .stars span {
	display: inline-block; 
	width: 306px; 
	height: 60px;
	background-size: auto 100%;
}

.rate-box .button {
	display: block; 
	max-width: 355px;
	margin: 0 auto; 
}

@media ( min-width: 767px ) {
	.rate-box {
		padding: 0 0 27px; 
	}
}