html * {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
address {
    font-style: normal;
}


/* Start Star Rating */
div.rating-cancel,div.star-rating {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
div.star-rating a {
    display: inline-block;
    height: 24px;
    width: 24px;
    color: #525252;
    background-color: #ddd;
    text-align: center;
	font-size: 15px;
    padding: 1px 0px 0px 0px;
    margin-right: 7px;
    border-radius: 12px 12px 12px 12px;
}
div.rating-cancel a {
    display: inline-block;
    height: 24px;
    width: 24px;
    color: #ffffff;
	font-size: 15px;
    background-color: #F44336;
    text-align: center;
    padding: 2px 0px 0px 0px;
    margin-right: 7px;
    border-radius: 12px 12px 12px 12px;
}
div.star-rating-on a {
    color: #ffffff;
    background-color: #ff9800;
}
div.star-rating-hover a {
    color: #ffffff;
    background-color: #ff9800;
}
div.star-rating-readonly a {
    cursor: default!important;
}
div.star-rating {
    background: transparent!important;
    overflow: hidden!important;
}
/* End Star Rating */

.social-icons {
    font-size: 30px;
}

#language-switch li img {
    padding-bottom: 2px;
    margin-right: 5px;
}

#recaptcha_widget svg.icon {
    font-size: 30px;
    color: #B9B9B9;
    margin: 10px 15px 0 0;
}
.grecaptcha-badge {
    z-index: 99999;
}