.ccp-lightbox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999999999;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.ccp-wrapper {
	position: relative;
}
.ccp-closer {
	position: absolute;
	top: -20px;
	right: 0px;
	background-color: #000000;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.ccp-closer span {
	background-color: #ffffff;
	height: 2px;
	width: 20px;
	position: absolute;
	top: 19px;
	left: 10px;
}
.ccp-closer span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ccp-closer span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ccp-content {
	padding: 10px;
}
.ccp-content h2 {
	font-size: 32px;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
}
.ccp-content p {
	line-height: 1em !important;
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	font-size: 11px;
}
.ccp-content p:first-child {
	font-weight: 700;
	margin-bottom: 5px;
}
/*.ccp-content a {
	background-color: #ffffff;
	display: inline-block;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px 10px 40px;
	margin: 0 5px;
	position: relative;
	border-width: 0 !important;
}*/
.ccp-content a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.ccp-content i {
	float: none;
	font-size: 22px;
	position: absolute;
	top: 8px;
	left: 11px;
}
