/* This is a custom css */

body {
    font-family: 'neosansregular';
    background: #DFDFDF;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 479px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1024px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.top_band {
}

.band_black {
    background: #212121;
    width: 100%;
}

.social_tabs {
    margin: 5px 0;
}

    .social_tabs ul {
        list-style-type: none;
    }

        .social_tabs ul li {
            float: left;
            margin-left: 15px;
        }

.band_red {
    background: #9d0000;
    width: 100%;
}

.logo {
    margin: 12px 0;
}
/*****************************************************for search box*/
#imaginary_container {
    margin-top: 22px; /* Don't copy this */
}

.stylish-input-group .input-group-addon {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    height: 25px;
    padding: 0 5px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    height: 25px;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
    outline: none;
}
/*****************************************************for search box*/
.toggle_panel {
    margin-top: 22px;
}



.content_part {
    background: #FFFFFF;
    margin: 10px 0;
    padding-bottom: 10px;
    min-height: 600px;
}

.question_block {
    margin-top: 10px;
}

.question_tag {
    background: #999999;
}

    .question_tag h2 {
        font-size: 24px;
        color: white;
        text-align: center;
        margin: 10px 0;
    }

.question_number {
    background: #9d0000;
}

    .question_number h2 {
        font-size: 36px;
        color: white;
        text-align: center;
        margin: 3px 0 4px;
    }

.question_panel {
}

    .question_panel h3 {
        font-size: 24px;
        color: black;
        margin: 0;
    }

        .question_panel h3 a {
            color: #9d0000;
            text-decoration: underline;
        }

    .question_panel textarea {
        width: 100%;
        margin-top: 40px;
        resize: none;
        min-height: 150px;
        height: auto;
        outline: none;
    }

    .question_panel .button_submit, .button_submit {
        background: #9d0000;
        outline: none;
        border: none;
        color: white;
        font-size: 16px;
        padding: 5px 10px;
    }

.bottom_band {
}

.footer_black_band {
    background: #212121;
    width: 100%;
}

.footer_red_band {
    background: #ae0000;
    width: 100%;
}

.footer_about {
    padding: 20px 0;
}

    .footer_about p {
        margin: 0;
        color: white;
        font-size: 14px;
        margin-top: 30px;
    }

        .footer_about p a {
            color: #00d2ff;
            text-decoration: none;
        }

.footer_newsletter {
}

    .footer_newsletter h3, .footer_address h3 {
        color: white;
        font-size: 18px;
    }

.footer_address {
}

    .footer_address p {
        font-size: 14px;
        color: #999999;
        margin-top: 20px;
    }

.copyright {
}

    .copyright p {
        color: white;
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

.progress {
    margin-bottom: 10px;
    height: 5px;
}

.progress-bar {
    background: #b00101;
    height: 5px;
    font-size: 10px;
    line-height: 12px;
}
/*****************************************************************************************for dropdown-menu*/
.nav {
    left: 50%;
    margin-left: -150px;
    top: 50px;
    position: absolute;
}

    .nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: #fff;
    }

.dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
}

.dropdown-menu {
    right: 0;
    left: auto;
    margin: 22px 0 0 0;
    min-width: 200px;
}

    .dropdown-menu > li > a {
        color: #428bca;
    }

.dropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 20px;
    width: 300px;
}

    .dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }

    .dropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }
/*****************************************************************************************for dropdown-menu*/
.video_container_outer {
    width: 400px;
    position: fixed;
    right: 10px;
    top: 72px;
}

    .video_container_outer .close {
        color: white;
        text-shadow: none;
        font-size: 30px;
        outline: none;
        margin-right: 10px;
        font-weight: bold;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

iframe {
    border: none;
}

@media (max-width:1024px) {
}

@media (max-width: 768px) {
    .question_panel h3 {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .video_container_outer {
        width: 300px;
    }
}

a#show {
    cursor: pointer;
}

.mar-bot-10 {
    margin-bottom: 10px;
}
.review_question_block{
    margin-top:10px;
}
button#hide {
    background: darkslategray;
    opacity: 1;
    padding: 3px 8px;
}