@charset "utf-8";

.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	z-index:1000;
	margin:0!important;
	background-color: #000;
}
.close:hover {
	opacity: 1;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #fff;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
