.cc-window.cc-type-info.cc-theme-dark-center {
    z-index: 9999999;
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    background:#003973;
}

.cc-window.cc-type-info.cc-theme-dark-center {
	position:fixed;
	bottom:unset;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	left:50%;
	display:table;
	max-width:800px;
}

.cc-window.cc-type-info.cc-theme-dark-center .cc-message {
    display: block;
    padding: 30px;
}

.cc-window.cc-type-info.cc-theme-dark-center a.cc-btn.cc-dismiss {
   
    margin: 30px;
}

.cc-message h3 {
    color: #fff;
    font-weight: bold;
    line-height: inherit;
}
@media (max-width:667px) and (orientation:portrait) {
	.cc-window.cc-type-info.cc-theme-dark-center {
		transform:none;
		bottom:0;
		left:0;
		top:unset;
		background:#222;
		
	}
	.cc-window.cc-type-info.cc-theme-dark-center a.cc-btn.cc-dismiss {
	    margin: 0 auto 30px;
	}
}