/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
	
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: rgba(129,129,129,.8);
		z-index: 100;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		width: 100%;
		height: 100%;
		display: none;
		top: 0; 
		left: 0;
		background: url(../img/tan-out.png);
		position: absolute;
		z-index: 100;
		}
	.reveal-modal .reveal-modal-con{
		top: 30%; 
		left: 50%;
		margin-left: -605px;
		width: 1210px;
		background: url(../img/tan-out.png);
		position: fixed;
		z-index: 101;
		padding: 50px 80px;
		}
	.reveal-modal .close-reveal-modal {
		position: absolute;
		top: -25px;
		right: 0px;
		cursor: pointer;
		} 
	
	
		
	.reveal-modal .input-tan-out{
		width: 290px; height: 47px; padding: 0 20px;
		float: left; margin: 0 0 32px 45px;
		font-size: 18px; color: #c3c2c2; background: #fff;
	}
	.reveal-modal .textarea-tan-out{
		width: 960px; padding: 10px 20px;
		float: left; margin: 0 0 32px 45px;
		font-size: 18px; color: #c3c2c2; background: #fff;
	}
	.reveal-modal .button-tan-out{
		width: 103px; height: 47px;
		float: right; text-align: center;
		margin-right: 45px; border: 0;
		font-size: 18px; color: #c3c2c2; background: #fff;
	}
		
@media screen and (max-width: 768px) { 
	.reveal-modal .reveal-modal-con{
		top: 10%; 
		left: 0%;
		margin-left: 0;
		width: 100%;
		background: url(../img/tan-out.png);
		position: fixed;
		z-index: 101;
		padding: 20px 0;
		}
	.reveal-modal .input-tan-out{
		width: 90%; 
		height: 47px; 
		padding: 5px 10px;
		float: left; 
		margin: 0 5% 15px 5%;
		font-size: 14px; 
		color: #c3c2c2; 
		background: #fff;
		border: 0;
	}
	.reveal-modal .textarea-tan-out{
		width: 90%; 
		padding: 5px 10px;
		float: left; 
		margin: 0 5% 15px 5%;
		font-size: 14px; 
		color: #c3c2c2; background: #fff;
		border: 0;
	}
	.reveal-modal .button-tan-out{
		width: 90%; 
		height: 47px; 
		padding: 5px 20px;
		float: left; 
		margin: 0 5% 15px 5%;
		text-align: center;
		border: 0;
		font-size: 16px; 
		color: #444; 
		background: #fff;
	}	
}	