.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	transform: translate(0, 25vh);
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 11px rgba(0, 0, 0, 0.25);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #ffffff;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.modal-header {
	padding: 38px 10% 0 10%;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-header-coupon {
	padding: 2vh 0 2vh 2.5vh;
	height: 7vh;
	background: #484848;
	color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.modal-title-coupon {
	font-size: 1.1em;
}
.modal-title {
	margin: 0;
	font-size: var(--font-subtitle);
	font-weight: var(--weight-basic-small);
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px 10% 30px 10%;
}
.modal-body-coupon {
	position: relative;
	padding: 2vh 2vh 2vh 2vh;
}
.modal-body-coupon .tx1 {
	padding-bottom: 1.8vh;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.modal-body-coupon .tx2 {
	padding: 2vh 0;
	font-size: 1.1em;
	text-align: center;
	font-weight: 700;
	letter-spacing: -0.05em;
}
.modal-body-coupon .tx3 {
	margin: 3vh auto 1.5vh auto;
	width: 90%;
	font-size: 0.9em;
	text-align: center;
	color: #555;
}
.modal-body-coupon .tx3:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.modal-body-coupon .tx3 .review_text {
	display: inline-block;
	float: left;
}
.modal-body-coupon .tx3 .review {
	display: inline-block;
	float: right;
}

.modal-footer {
	padding: 15px;
	text-align: center;
	border-top: 1px dotted #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
