@import url("https://fonts.googleapis.com/css?family=Questrial");

#ppUpdateLightbox {
    position: fixed;
    background: #fff;
    color: #333;
    width: 90%;
    max-width: 500px;
    padding: 3%;
    box-sizing:border-box;
    font-family: "Questrial", sans-serif;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    z-index: 99999;
}

#ppUpdateLightbox a {
    color: #333;
    text-decoration: none;
    font-size: 1.02em;
    font-weight: bold;
    font-family: "Questrial", sans-serif;
}

#ppUpdateLightbox a:hover {
    text-decoration: underline;
    color: #000;
}

#ppUpdateLightbox .ppclose {
    position: absolute;
    top: 0px;
    font-family: sans-serif;
    right: -1px;
    background: #333;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 22px;
}
#ppUpdateLightbox .ppclose:hover {
    color: #bbb;
}

#pp-footer {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    width: 100%;   
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 20px 20px 20px;
    text-align: center;
    box-sizing: border-box;
    font-size: 9pt;
    letter-spacing: 1px;
    z-index: 10000;
    font-weight: bold;
}
#cookiesclose {
    background: url(cross-white.svg) center center no-repeat #000;
    background-size: 100% 100%;
    color: #000;
    text-decoration: none;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0px 2px auto;
    position: relative;
    right: auto; 
    cursor:pointer;	
}

#footer-inner a{
   color: #000;
   text-decoration: underline;
}
#footer-inner a:hover{
   text-decoration: underline;
}

html{
	box-sizing:border-box;
}

@media only screen and (max-width:767px){
	.addHeight{
		height:auto;
	}
	#pp-footer{
		font-size: 9px;
		padding: 10px;
	}
}
@media only screen and (max-width: 768px) {
	#ppUpdateLightbox {
		padding: 30px;
	}
	#pp-footer #footer-inner{
		font-size: 9px;
		padding: 10px;
	}
}

@media only screen and (min-width: 1440px) {
    #ppUpdateLightbox {
		padding: 40px;
	}
}

.overlay {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99998;
}