/* MODAL */
.modal-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.modal-overlay input[type="checkbox"]{
    margin: 3px 0.5ex;
}
.modal-popup {
    position: relative;
    padding: 30px;
    width: 950px;
    margin: 200px auto;
    border-radius: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #5f6f86;

    /* FALLBACK */
    background: #f5f5f5;

    /* GRADIENT */
    background: linear-gradient(to right, #dddddd, #ffffff, #dddddd);
}
.modal-popup h1 {
    color: #3d4d65;
    font-size: 1.9em;
    line-height: normal;
    margin:0.67em 0;
    font-weight: normal;
    text-transform: uppercase;
}
.modal-popup p {
    margin:16px 0;
}
.modal-popup{
    font-size: 1.4em;
}
.modal-logo	{
    position: absolute;
    left:0;
    top: -50px;
    z-index: -1;
}
.button-green {
    display: inline-block;
    vertical-align: middle;
    background: #a6ce39;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin: 10px;
    padding: 15px 0;
    text-decoration: none;
    width: 235px;
}
.button-green:hover {
    background: #92ba34;
}
.remember-my-selection {
    margin: 40px 0 20px 0;
}
.modal-column {
    margin-top: 20px;
    width: 260px;
    display: inline-block;
    cursor: pointer;
}
.modal-column img {
    margin-bottom: 10px;
}
.modal-column .image-overlay-container {
    width: 149px;
    height: 149px;
    margin: 10px auto;
    position: relative;
}
.modal-column .image-overlay-container .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal-column .image-overlay-container:hover .image-overlay {
    background: #868686;
    opacity: 0.6;
}
.modal-close {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #3d4d65;
    cursor: pointer;
}
.modal-close span {
    display: block;
    line-height:110%;
}
.modal-close .close-icon {
    font-size: 36px;
}
.modal-close .close-text {
    font-size: 12px;
}
