@charset "utf-8";
/* CSS Document */


#rl-email-container {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#rl-email {
    background-color: #ffffff;
    border: 30px solid #ffffff;
    border-radius: 5px;
    font-family: Arial,sans-serif;
    font-size: 16px;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    position: relative;
    top: 50%;
    width: 350px;
    z-index: 99999;
}
#rl-email .rl-email-company-name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 1em;
    text-align: center;
    text-transform: uppercase;
}
#rl-email input, #rl-email textarea {
    color: #222;
    font-family: Arial,sans-serif;
    font-size: 18px;
    padding: 5px 5px 4px;
}
#rl-email textarea {
    height: 3em;
    margin: 0 0 1.5em 2px;
}
#rl-email label {
    color: #444;
    display: block;
}
#rl-email label.error .rl-email-required {
    color: #b94a48;
}
#rl-email label.error input, #rl-email label.error textarea {
    background-color: #fff8e1;
}
#rl-email label#rl-do-not-email-label {
    font-size: 12px;
    margin: -1.5em 0 1.5em 2px;
    text-align: justify;
}
#rl-email .rl-email-required {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0.5em;
    text-transform: uppercase;
}
#rl-email .rl-email-field {
    display: block;
    width: 96%;
}
#rl-email .rl-button {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}
#rl-email .rl-button[type="submit"] {
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%) repeat scroll 0 0 #007dc1;
    border: 1px solid #124d77;
    box-shadow: 0 1px 0 0 #54a3f7 inset;
    color: #ffffff;
    text-shadow: 0 1px 0 #154682;
}
#rl-email .rl-button[type="submit"]:hover {
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%) repeat scroll 0 0 #0061a7;
}
#rl-email .rl-button[type="button"] {
    background: linear-gradient(to bottom, #fff 5%, #e3e0e3 100%) repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 0 0 #ffffff inset;
    color: #666;
    text-shadow: 0 1px 0 #ffffff;
}
#rl-email .rl-button[type="button"]:hover {
    background: linear-gradient(to bottom, #e3e0e3 5%, #fff 100%) repeat scroll 0 0 #e3e0e3;
}
#rl-email-container .rl-email-overlay-win {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9998;
}
@media only screen and (max-width: 480px) {
#rl-email-container .rl-email-overlay-win {
    background-color: #ffffff;
    opacity: 1;
}
#rl-email {
    border: 10px solid #ffffff;
    border-radius: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    width: 90%;
}
}
.white-popup {
    display: table;
    font: 12px bold arial,sans-serif;
    margin: 0 auto;
    max-width: 750px;
    padding-bottom: 5px;
    position: relative;
    width: auto;
}
.white-popup-text {
    display: table-cell;
    margin-bottom: 1em;
    vertical-align: bottom;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    background-color: #eee;
    border: 0 none;
    line-height: 1.1;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: all 0.15s ease-out 0s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-close {
    background-color: #e4e4e4;
    border: 2px solid buttonface;
    box-shadow: 0 0 0 transparent;
    color: #000;
    cursor: pointer;
    display: table-cell;
    font: 12px bold arial,sans-serif;
    height: 25px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 0;
    text-transform: none;
    vertical-align: bottom;
    width: 75px;
}
#rl-video-container {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#rl-video {
    left: 50%;
    margin-left: -200px;
    margin-top: -176px;
    position: relative;
    top: 50%;
    width: 400px;
}
#rl-video .rl-video-close-container {
    height: 20px;
    position: relative;
}
#rl-video .rl-video-close {
    position: absolute;
    right: 0;
}
#rl-video-iframe {
    border: 0 none;
    height: 332px;
    overflow: hidden;
    width: 400px;
}


