.rg-hidden {
	display: none !important;
}

.rg-popup {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba( 0, 0, 0, 0.3 );
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: visible;
	overflow-y: auto;
	flex-wrap: wrap;
	flex-direction: row;
}

.rg-popup-container {
	padding: 50px 20px;
}

.rg-form {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	background: #f2f4f7;
	border-radius: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	color: #727272;
	box-shadow: 0px 0px 15px 2px rgba( 0, 0, 0, 0.2 );
	overflow: hidden;
	position: relative;
}

.rg-form.rg-form-content {
	margin: 20px 0px;
}

.rg-popup .rg-form {
	max-width: 800px;
}

.rg-view-close {
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: auto;
	left: auto;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background: url('../images/sprite.png');
	background-size: 300px 100px;
	background-position: -230px -29px;
	background-repeat: no-repeat;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.rg-view-close:hover {
	opacity: 0.8;
}

.rg-view-title {
	padding: 20px 40px;
	font-size: 20px;
	line-height: 1.4;
}

.rg-view-logo {
	background: #ffffff;
	padding: 20px 10px;
	line-height: 1;
}

.rg-view-logo img {
	box-shadow: none;
	text-shadow: none;
	vertical-align: middle;
}

.rg-view-details {
	padding: 40px 60px 25px 60px;
	color: #474747;
	font-size: 26px;
	line-height: 1.4;
}

.rg-view-top-title {
	padding: 30px 60px;
	color: #474747;
	font-size: 26px;
	line-height: 1.4;
}

.rg-view-stars {
	display: block;
	padding: 0px;
	margin: 0px auto 40px auto;
	width: 375px;
	height: 75px;
}

.rg-view-stars .rg-view-star {
	background: url('../images/sprite.png');
	background-size: 300px 100px;
	background-position: -114px -14px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	cursor: pointer;
	line-height: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.rg-view-stars .rg-view-star:hover,
.rg-view-stars .rg-view-star-active {
	background-position: -14px -14px;
}

.rg-view-star .rg-star-title {
	position: absolute;
	top: 100%;
	left: -10px;
	right: -10px;
	bottom: auto;
	background: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: block;
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #61a0ef;
}

.rg-view-star:hover .rg-star-title {
	opacity: 1;
	visibility: visible;
}

.rg-view-controls {
	margin: 0px 0px 40px 0px;
}

.rg-view button.rg-view-button {
	background: #7ec359;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	border-radius: 2px;
	margin: 0px;
	padding: 12px 10px;
	min-width: 140px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.rg-view button.rg-view-button:hover,
.rg-view button.rg-view-button:focus {
	opacity: 0.8;
}

.rg-view button.rg-view-button.rg-waiting {
	background: #a8aec7;
	color: #ffffff;
}

.rg-view button.rg-view-button.rg-waiting:hover,
.rg-view button.rg-view-button.rg-waiting:focus {
	opacity: 0.8;
}

.rg-view label {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
	color: #474747;
	font-size: 20px;
	line-height: 1.2;
}

.rg-view .rg-view-links-wrap {
	margin: 0px auto;
	padding: 0px 20px 40px 20px;
	line-height: 1;
}

.rg-view-location-title {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #474747;
	font-size: 20px;
	line-height: 1.2;
}

.rg-view .rg-view-links-wrap a {
	display: block;
	margin: 0px auto 10px auto;
	padding: 0px;
	max-width: 280px;
}

.rg-view .rg-view-links-wrap a:last-child {
	margin-bottom: 0px;
}

.rg-view .rg-view-links-wrap a,
.rg-view .rg-view-links-wrap a:hover,
.rg-view .rg-view-links-wrap a:focus {
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
}

.rg-view .rg-view-links-wrap img {
	display: block;
	box-shadow: none;
	text-shadow: none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
}

.rg-form-multiple-locations .rg-view .rg-view-links-wrap a {
	display: inline-block;
	margin: 5px;
	padding: 0px;
	max-width: 250px;
}

.rg-form-multiple-locations .rg-view .rg-view-links-wrap img {
	display: inline-block;
}

.rg-view-form-fields {
	padding: 0px 20px 20px 20px;
}

.rg-view-form-section {
	max-width: 320px;
	margin: 0px auto 10px auto;
}

.rg-view-form-section:last-child {
	margin-bottom: 0px;
}

.rg-view .rg-view-feedback-form input[type="text"],
.rg-view .rg-view-feedback-form input[type="email"],
.rg-view .rg-view-feedback-form input[type="tel"] {
	width: 100%;
	padding: 8px;
	margin: 0px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
}

.rg-view .rg-view-feedback-form textarea {
	width: 100%;
	min-height: 60px;
	height: auto;
	padding: 8px;
	margin: 0px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
}

.rg-form .rg-view-footer {
	background: #ffffff;
	padding: 20px 10px;
	color: #a5a5a5;
	clear: both;
}

.rg-form .rg-view-footer a,
.rg-form .rg-view-footer a:hover,
.rg-form .rg-view-footer a:focus {
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
}

.rg-form .rg-view-footer a img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	box-shadow: none;
	text-shadow: none;
}

.rg-input-sect > span,
.rg-radio-sect > span {
    display: block;
}

.rg-radio-sect {
    display: inline-block;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
}

.post-content p.rg-label {
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 4px;
    padding-bottom: 22px;
}

.rg-radio-sect span {
	vertical-align: middle;
}

.rg-radio-sect input[type="radio"] {
    margin: 0px 8px 0px 0px;
}

.rg-button-wrap {
	display: inline-block;
	margin: 1em 0em;
}

.rg-button-wrap a.rg-button {
    display: inline-block;
    padding: 14px 40px;
    margin: 0px;
    background: #e4e4e4;
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.40);
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    letter-spacing: .1em;
}

.rg-button-wrap a.rg-button:hover,
.rg-button-wrap a.rg-button:focus {
	background: #d4d4d4;
	box-shadow: none;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.40);
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    letter-spacing: .1em;
}

.rg-modal-view {
	width: 100%;
	height: 100%;
}

.post-content .rg-modal-view h3 {
    margin-top: 10px;
    font-size: 1.2em;
    margin-bottom: 60px;
    font-weight: 100;
}

.post-content .rg-modal-view textarea {
    height: auto;
}

.post-content .rg-modal-view h2 {
    margin: 20px 0;
    font-size: 1.1em;
    margin-bottom: 0px;
    font-weight: 100;
}

.rg-modal-view input[type="text"],
.rg-modal-view input[type="tel"],
.rg-modal-view input[type="email"],
.rg-modal-view textarea {
    border-radius: 0px;
}

.rg-question {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.rg-notice {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.rg-modal-view .rg-input-sect > span,
.rg-modal-view h2 {
    display: block;
    padding-bottom: 8px;
    font-size: 20px;
}

.rg-sub-title {
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {

.rg-view-title {
	font-size: 18px;
}

.rg-view-details,
.rg-view-top-title {
	font-size: 22px;
}

.rg-view-stars {
	display: block;
	padding: 0px;
	margin: 0px auto 60px auto;
	width: 250px;
	height: 50px;
}

.rg-view-stars .rg-view-star {
	background: url('../images/sprite.png');
	background-size: 214px 71px;
	background-position: -81px -10px;
	width: 50px;
	height: 50px;
}

.rg-view-stars .rg-view-star:hover,
.rg-view-stars .rg-view-star-active {
	background-position: -10px -10px;
}

}
