#cpolicy-holder{
width:100%;
position:fixed;  
bottom: 0px;
margin: 0;
background:#19c3d7;
/*background: rgba(1,64, 131, 0.7);*/
background-color: rgba(239, 236, 236,0.8);

zoom: 1;
padding: 10px 10px 20px 10px;
border-top: 1px solid  #be1e2d;
z-index:100;
z-index: 200;
display: none;
}

.cpolicy{width: 90%; margin: 0 auto;}

.cpolicy-close{position:absolute; right:10px; top:2px; font-weight:bold; font-size:17px; color:#fff;  cursor:pointer; line-height:normal;}

.cptop{height:15px; }

.cpbottom{height:19px; }

.cpolicy_left {
	width: 80%;
	float: left;
}
.cpolicy_right {
	width: 15%;
	float: left;
}

.cpolicy p{font-size:14px; text-align:justify; padding:0; color:#be1e2d; line-height:normal;}

.cpolicy a{text-decoration:underline; color:#eee; font-size: 10px;}

#cpolicy_acc{color:#fff;  font-size:12px; text-transform: uppercase; display: block; cursor:pointer; width:100px; height:30px; background:#be1e2d; border:1px solid #fff; text-align:center; float: right; border-radius: 2px; line-height: 30px; opacity: 1; position: relative; z-index: 210;} 

@media screen and (max-width : 767px) {
	.cpolicy_left {
	width: 100%;
}
.cpolicy_right {
	padding-top: 15px;
	width: 100%;
}
#cpolicy_acc{ 
	float: none;
	margin: 0 auto;
}
}
