.cc_popup_wrap .cc-popup{
	position:fixed;
	height:auto;
	-webkit-box-shadow: 4px 7px 8px 0px rgba(194,192,194,0.68);
	-moz-box-shadow: 4px 7px 8px 0px rgba(194,192,194,0.68);
	box-shadow: 4px 7px 8px 0px rgba(194,192,194,0.68);
}
.cc_popup_wrap{
	position:fixed;
	width:100%;
	height:100%;
	top:1px;
	left:1px;
	z-index:1000;
	opacity:0;
}

.cc_popup_wrap .popup-center{
	top:50%;
	left:50%;
}

.cc_popup_wrap .popup-bottom-left{
	bottom:0px;
	left:0px;
}

.cc_popup_wrap .popup-bottom-right{
	bottom:0px;
	right:0px;
}

.cc_popup_wrap .popup-bottom-fullsize{
	bottom:0px;
	left:0px;
}


.cc_popup_wrap .cc-popup .relative{

}

.cc_popup_wrap .cc-popup .relative .cc-close-popup{
	position:absolute;
	top:-5px;
	right:-5px;
	width: 27px;
	height: 27px;
	background:url('../images/cc-close-popup.png');
	cursor:pointer;

}

.cc_popup_wrap .popup-center img{

}

.cc_popup_wrap .popup-center p,h3{
	color:#fff;
	margin-left:10px;
}

.cc_popup_wrap a:hover{
	background:none !important;
}
.cc_popup_wrap .relative{
	
}