.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    outline: none;
}
.btn.btn-modal {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn.btn-modal:hover, .btn.btn-modal:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

button.close {
    float: right;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-body-contant {
    margin-top: 20px;
    min-height: 50px;
}

@media only screen and (min-width: 768px) {
    .modal-optin .modal-body {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 767px) {
    body .modal {
        position: fixed;
    }
}