.main-title {
	font-family: 'Merienda';
	font-size: 35px;
	font-size: 2.1875rem;
	/* color: #1E1E1E; */
}
.icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
.icon.application {
	background-image: url('../images/features-application-icon-46x46.png');
}
.icon.web {
	background-image: url('../images/features-web-icon-46x46.png');
}
.icon.customer-review {
	background-image: url('../images/features-customer-review-icon-46x46.png');
}
.icon.database {
	background-image: url('../images/features-database-icon-46x46.png');
}
.icon.special-offers {
	background-image: url('../images/features-special-offers-icon-46x46.png');
}
.icon.help-and-support {
	background-image: url('../images/features-help-and-support-icon-46x46.png');
}
h2.icon {
	height: 36px;
}

#country {
  width: 180px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#A18347;
  background-repeat:no-repeat;
  background-position: right 10px top 7px;
  background-size: 16px 16px;
  padding:5px;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#FFFAEF;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
}

#stars {
  width: 55px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#A18347;
  background-repeat:no-repeat;
  background-position: right 10px top 7px;
  background-size: 16px 16px;
  padding:5px;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#FFFAEF;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
}