.ac-overlay {
    background: rgba(187, 32, 15, 1);
}

.ac-container {
    border-radius: 0px;
    box-shadow: 0px 0px 0px #D5D5D5;
    background: none;
    background-size: cover;
    padding: 40px 0 45px;
    width: 600px;
}

.ac-container h2 {
    /*background:#068CD2;*/
    
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.ac-container h2 span {
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

.ac-container p {
    border-top: 0px dashed !important;
    padding: 0px 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    margin: 25px 15px 15px;
    color: #fff;
    font-size: 15px;
}

.ac-container p.model_age {
    border: medium none;
    color: #fff !important;
    font-size: 56px;
    line-height: 137px;
    padding: 0;
    font-weight: 600;
    margin-bottom: 5px;
    background: url(img/img.png) no-repeat center center;
}

.ac-container .buttons_area {
    text-align: center;
}

.ac-container button {
    border: 1px solid #D5D5D5;
    border-radius: 5px !important;
    padding: 8px 0px 8px;
    font-size: 14px;
    line-height: 1.5;
    width: 80px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background: #EFEFEF;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}

.ac-container button:hover {
    background: #6b0d02;
    color: #fff;
}

.ac-container.ask-redirect {
    color: white;
}
