.free-sample
{
	text-align: center;
	width: 100%;
	padding: 40px 0;
}
.free-sample .freesample-text
{
	display: inline-block;
	font-size: 20px;
	color: #fff;
}
.free-sample .freesample-text a
{
	color: #fa002b;
	text-decoration: underline;
	font-weight: 700;
}
#modalFreeSampleUnder
{
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
}
#modalFreeSample
{
	position: fixed;
	left: 50%;
	top: 300px;
	z-index: 101;
	width: 668px;
	overflow: hidden;
	padding: 65px;
	transform: translateX(-50%);
	background-color: #ffffff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.7);
}
#freeSampleClose
{
	position: absolute;
	top: 22px;
	right: 22px;
	width: 24px;
	height: 24px;
	background-image: url(../images/signin_close.png);
	background-image: image-set(url(../images/signin_close.png) 1x, url(../images/signin_close@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/signin_close.png) 1x, url(../images/signin_close@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	display: block;
	transition: all 0.25s linear;
}
#freeSampleClose:hover
{
	background-image: url(../images/signin_close_hov.png);
	background-image: image-set(url(../images/signin_close_hov.png) 1x, url(../images/signin_close_hov@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/signin_close_hov.png) 1x, url(../images/signin_close_hov@2x.png) 2x);
}
.free-sample-container
{
	width: 100%;
	height: 100%;
	color: #232323;
}
.free-sample-header
{
	overflow: hidden;
	width: 100%;
}
.free-sample-header .free-sample-title
{
	margin: 0;
	text-align: center;
	font-size: 26px;
}
.free-sample-content
{
	font-size: 20px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
}
#freeSampleExpired .free-sample-content
{
	width: 100%;
}
.free-sample-bottom
{
	margin-top: 35px;
}
.free-sample-bottom .free-sample-input-title
{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 3px;
}
input.free-sample-input
{
	display: inline-block;
	text-indent: 10px;
	height: 60px;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	width: calc(100% - 180px);
	color: #000;
	background: transparent;
	outline: none;
	border: 1px solid #99a4ae;
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: 'acumin-pro';
}
a.free-sample-submit
{
	display: inline-block;
	width: 180px;
	text-align: center;
	transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	background-color: #fb002b;
	float: right;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.free-sample-submit.wait
{
	cursor: wait;
}
a.free-sample-button
{
	display: block;
	width: 268px;
	text-align: center;
	transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	background-color: #fa002b;
	border-radius: 25px;
	margin-top: 50px;
	margin: 0 auto;
}
a.free-sample-submit:hover,
a.free-sample-button:hover
{
	background-color: #c90022;
}
.labelErrorDesc
{
	width: 100%;
	color: #fe0000;
}
@media (max-width: 1599px)
{
	#modalFreeSample
	{
		top: 200px;
	}
}
@media (max-width: 759px)
{
	#modalFreeSample
	{
		width: 320px;
		padding: 50px 20px;
		top: 70px;
	}
	.free-sample-header .free-sample-title
	{
		font-size: 20px;
	}
	.free-sample-content
	{
		width: 100%;
		font-size: 16px;
	}
	.free-sample-bottom .free-sample-input-title
	{
		font-size: 14px;
	}
	input.free-sample-input,
	a.free-sample-submit,
	a.free-sample-button
	{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	input.free-sample-input
	{
		width: 100%;
		border-radius: 5px;
		border-right: 1px solid #99a4ae;
	}
	a.free-sample-submit
	{
		border-radius: 5px;
		margin-top: 15px;
		width: 100%;
	}
}
/* Preview start */
.free-sample-preview
{
	display: table-cell;
	vertical-align: middle;
	color: #99a4ae;
}
.free-sample-preview .preview-title
{
	font-size: 12px;
}
.free-sample-preview .preview-countdown
{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
@media (max-width: 991px)
{
	.free-sample-preview .preview-title,
	.free-sample-preview .preview-title
	{
		margin-right: 15px;
	}
}
/* Preview end */