.gdpp-notification.opened-gdpp, .gdpp-notification.closed-gdpp {
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.gdpp-notification {
    position: fixed;
    left: 0;
    bottom: -100px;
    background: rgba(104,178,206,1);
    color: #fff;
    z-index: 1001;
    padding: 20px 60px 20px 30px;
}
.gdpp-notification br.mobile-break {
    display: none;
}
.gdpp-notification a {
    color: #000;
    font-weight: 700;
}

/** Consent Popup**/

div#iConsentPop {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 800px;
  color: #000;
}

body .aiosp-wrap {
    z-index: 99999;
}

#iConsentPop strong.popTitle {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #482a0e;
    letter-spacing: 3px;
    font-weight: 300;
    margin: 0 0 20px;
}

#iConsentPop .pop-row {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#iConsentPop .pop-col-md {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

#iConsentPop .popHeader strong {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

#iConsentPop .pop-col-lg {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

#iConsentPop .pop-col-sm {
    width: 20%;
    vertical-align: middle;
    display: inline-block;
}

#iConsentPop .popHeader {
    font-size: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

div#iConsentPop > div > p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.luxresort strong {
    width: auto;
    margin: 0 4px 4px 0 !important;
    padding: 0;
    font-size: 24px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    /* font-family: "EB Garamond", Serif; */
}
.luxresort {
    text-align: center;
    margin: 0 0 20px 0;
    /* font-family: "EB Garamond", Serif; */
}

#iConsentPop .popBody {
    font-size: 0;
}

#iConsentPop .popBody strong {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#iConsentPop .popBody p {
    font-size: 14px;
    display: block;
    text-align: justify;
    line-height: 1.3;
}

#iConsentPop .pop-col-sm {
    text-align: center;
}

#iConsentPop .popHeader .pop-row {
    margin-bottom: 0;
}

#iConsentPop p.consent-info {
    font-size: 14px;
    display: block;
    text-align: justify;
    line-height: 1.3;
    padding-bottom: 20px;
}

#iConsentPop .content-center{
    text-align: center;
}

#iConsentPop .submit-iconsent {
    text-transform: uppercase;
    color: #fff;
    /* font-family: "Noto Sans"; */
    font-size: 11px;
    padding: 10px;
    height: 40px;
    background: #68b2ce;
    border: 1px solid #482a0e;
    border-radius: 1px;
    width: 100%;
    margin-bottom: 18px;
	cursor: pointer;
}
#iConsentPop .submit-iconsent:hover {
    background: #000;
}
 
@media only screen and (max-width: 500px) {

    #iConsentPop .popHeader {
        display: none;
    }

    #iConsentPop .pop-col-md, #iConsentPop .pop-col-lg, #iConsentPop .pop-col-sm {
        display: block;
        width: 100%;
    }

    #iConsentPop .popBody strong {
        margin-bottom: 30px;
    }

}
