.hidden {
    display:none;
}
.overlay {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    background: rgba(0,0,0,0.6);
    width:100%;
    height:100%;
}
.close-button {
    width:20px;
    height:20px;
    background: url('../images/modal-close.png') no-repeat;
    cursor:pointer;
}
.close-modal {
    position:absolute;
    right:45px;
    top:35px;
    z-index:11;
}
.modal-area {
    position:fixed;
    top:0;
    left:50%;
    transform: translate(-50%);
    min-width: 320px;
    max-width: 1050px;
    min-height: 100px;
    background:#222;
    border:solid 1px #fbad18;
    border-left:10px solid #fbad18;
    padding: 10px 30px;
    border-radius: 0 0 5px 5px;
    border-top:0!important;
    animation-name: modal-area-ani;
    animation-duration: 1s;
}
.modal-area-close-button {
    width:17px;
    height:17px;
    cursor:pointer;
    position:absolute;
    top:10px;
    right:10px;
}
.modal-area-header {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin: 0 0 20px 0;
    font-size:18px;
    padding-right:30px;
    z-index:-1;
}
.modal-area-button-item {
    background: #fbad18;
    border-radius: 0;
    box-shadow: 2px 8px 16px rgba(52,52,52,0.45);
    color: #222;
    padding: 10px 25px !important;
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    border:0 !important;
    line-height:20px;

}
.modal-area-buttons-holder {
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:100%;
    text-align:center;
}
.modal-area-body {
    margin-bottom: 53px;
    overflow:hidden;
    color:#fff;
}
@media screen and (min-width:320px) and (max-width: 899px) {
    .close-modal {
        right: 10px;
    }
}
@keyframes modal-area-ani {
    0%   {transform: translate(-50%, -100%);}
    100% {transform: translate(-50%, 0);}
}

.modal-area-button-item {
    cursor:pointer;
}

.modal-area-button-item.disabled {
    opacity: 0.5;
}
/*
     FILE ARCHIVED ON 05:11:52 Apr 28, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:45:04 May 30, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 152.0
  exclusion.robots: 0.219
  exclusion.robots.policy: 0.203
  cdx.remote: 0.122
  esindex: 0.014
  LoadShardBlock: 122.036 (3)
  PetaboxLoader3.datanode: 73.121 (4)
  CDXLines.iter: 17.037 (3)
  load_resource: 42.217
  PetaboxLoader3.resolve: 34.262
*/