.wrap {
    height: 100%;
    background-color:#f5f5f5;
}


.pre-captcha-wrapper {
    text-align: left;
	width:600px;
}

.pre-captcha-wrapper:not(.multiple) {
        margin: 0 auto;
    }

@media only screen and (min-width: 361px) {
.pre-captcha-wrapper:not(.multiple) {
    }
}

@media only screen and (max-width: 1100px) {
.pre-captcha-wrapper.multiple {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 361px) and (max-width: 1100px) {
    .pre-captcha-wrapper.multiple {
    }
}



@media only screen and (min-width: 1101px) {
    .captcha-wrapper.multiple {
        display: inline-block;
    }
}

@media only screen and (max-width: 1100px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 360px) {
    .captcha-wrapper.multiple:nth-of-type(n+2) {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 361px) {
    .captcha-wrapper {
    }
}

.captcha-wrapper h1 {
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    color: #2274a2;
    font-weight: 300;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .captcha-wrapper h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.frm-sample .form-control {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: 100;
    padding: 5px;
    height: 40px;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .frm-sample .form-control {
        font-size: 25px;
        padding: 20px;
        height: 64px;
    }
}

.frm-sample .visualCaptcha .audioField {
    font-size: 15px;
    color: #495e62;
    font-weight: 100;
    padding: 5px;
    border: 1px solid #3bb6e4;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media only screen and (max-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 750px) {
    .frm-sample .visualCaptcha .audioField {
        padding: 20px;
        font-size: 25px;
        height: 64px;
        width: 240px;
        float: left;
    }
}

.status {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #939393;
    padding: 10px;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin: 20px 0 24px;
	width:250px;
}

@media only screen and (max-width: 360px) {
    .status {
        font-size: 16px;
    }
}

.status p {
    margin: 0;
}

.submit {
    border-radius: 5px;
    background: #555551;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .submit {
        font-size: 25px;
    }
}

.submit:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer;
}

@media only screen and (max-width: 320px) {
    .submit {
        display: block;
        margin-bottom: 10px;
    }
}

.info-btn {
    border-radius: 5px;
    background: #4c80bd;
    font-size: 15px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 17px;
    text-decoration: none;
    display: inline-block;
    margin: 2px 0;
    border: none;
    width: 99%;
    text-align: center;
    font-weight: 200;
}

@media only screen and (min-width: 750px) {
    .info-btn {
        font-size: 25px;
    }
}

.info-btn:hover {
    text-decoration: none;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    cursor: pointer;
}

@media only screen and (max-width: 320px) {
    .info-btn {
        display: block;
        margin-bottom: 10px;
    }
}

.txt-center {
    text-align: center;
}

.footer {
    margin: 10px 0;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
}

@media only screen and (min-width: 750px) {
    .footer {
        font-size: 16px;
    }
}

.links {
    color: #fff;
    margin: 10px 0;
}

    .links p a {
        color: #fff;
    }

        .links p a:last-child {
            text-decoration: underline;
        }

.nav-footer {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center;
}

    .nav-footer li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        white-space: nowrap;
        display: inline;
        float: center;
        padding-left: 1em;
        padding-right: 1em;
    }

        .nav-footer li:first-child, .nav-footer li.first {
            padding-center: 0;
        }

        .nav-footer li:last-child {
            padding-center: 0;
        }

        .nav-footer li.last {
            padding-center: 0;
        }

@media only screen and (min-width: 750px) {
    .nav-footer {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        margin: 10px 0;
    }

        .nav-footer li {
            list-style-image: none;
            list-style-type: none;
            margin-left: 0;
            white-space: nowrap;
            display: inline;
            float: center;
            padding-left: 1.4em;
            padding-right: 1.4em;
        }

            .nav-footer li:first-child, .nav-footer li.first {
                padding-center: 0;
            }

            .nav-footer li:last-child {
                padding-center: 0;
            }

            .nav-footer li.last {
                padding-center: 0;
            }
}

.nav-footer a {
    text-decoration: none;
    color: #3bb6e4;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (min-width: 750px) {
    .nav-footer a {
        font-size: 14px;
    }
}

.icon-no, .icon-yes {
    display: block;
    float: left;
}

.icon-no {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-no {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 0;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto;
    }
}

.icon-yes {
    height: 24px;
    width: 25px;
    background-image: url('/img/sprites-s15961808f9.png');
    background-position: 0 -24px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .icon-yes {
        background-image: url('/img/sprites-retina-s5dabdf0671.png');
        background-position: 0 -24px;
        -webkit-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -o-background-size: 25px auto;
        background-size: 25px auto;
    }
}

.hidden {
    display: none;
}