@charset "UTF-8";
/* CSS Document */

#trysample{
	position:relative;
	display:none;
}

#trysample .container{
	position:fixed;
	width:700px;
	height:500px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:70px 100px;
	margin:auto;
	z-index:999999;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#fff;
}

#trysample h6{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#666;
	letter-spacing:0.1em;
	line-height:60px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 45px 0;
	margin:0;
	text-align:center;
}

#trysample p{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:24px;
	color:#666;
	line-height:36px;
	padding:0 100px 30px 100px;
	margin:0;
}

#trysample a.clickhere{
	font-family:'edmondsansbold',Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	letter-spacing:0.1em;
	line-height:40px;
	font-weight:normal;
	text-transform:uppercase;
	padding:8px;
	margin:0 auto;
	background:#6bc9b9;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	border:0;
	width:335px;
	display:block;
}

#trysample a:hover.clickhere{
	background:#722764;
}

#trysample a.close{
	font-family:'edmondsans_regular',Arial, Helvetica, sans-serif !important;
	font-size:18px;
	color:#fff;
	top:0;
	right:0;
	width:30px;
	height:30px;
	position:absolute;
	padding:2px 0 0 0;
	background:rgba(0,0,0,0.5);
	text-decoration:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#trysample .bg{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:99999;
}

@media only screen and (max-width: 999px){
	#trysample .container{
		width:90%;
		height:auto;
		top:20%;
		bottom:inherit;
		margin:0 auto;
		padding:40px 20px;
		max-width:300px;
	}
	#trysample h6{
		font-size:25px;
		line-height:normal;
		padding:0 0 20px 0;
	}
	#trysample h6 br{
		display:none;
	}
	#trysample p{
		font-size:20px;
		line-height:normal;
		padding:0 0 20px 0;
	}
	#trysample a.clickhere{
		font-size:20px;
		width:auto;
	}
}