﻿@charset   "utf-8";

#cover #cv_overlay{
	position: absolute;
	width: 100%;
	top: 130px;
	z-index: 100;
}

#cv_alert{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#cv_alert .close{
	position: absolute;
	top: -30px;
	right: -10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#cv_alert h1{
	margin: 0 auto 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #f00;
	line-height: 120%;
	text-align: center;
	background: transparent;
}

@media screen and (min-width: 640px) {

#cv_alert h1{
	font-size: 24px;
	font-size: 2.4rem;
}

}

@media screen and (min-width: 1024px) {
#cover #cv_overlay{
	top: 25%;
}

#cv_alert{
	height: 50%;
	padding: 50px;
}

}