.header,
.navbar {
    /* background-color: #800000 !important;*/
    background-image: url(./images/heading1.gif);
    background-repeat: repeat-x;
    border-bottom: 0px solid #73a2bd;
}

.navbar .breadcrumb1-item,
.navbar .navbar-back,
.navbar ul li,
.navbar ul li a {
    color: #222 !important;
}

@media screen and (max-width: 320px) {
    .my-modal .modal-lg {
        min-width: 320px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .my-modal .modal-lg {
        min-width: 320px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .my-modal .modal-lg {
        min-width: 460 !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .my-modal .modal-lg {
        min-width: 750px !important;
    }
    .my-modal .modal-lg .modal-content {
        height: 551px;
        text-overflow: clip;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1024px) {
    .my-modal .modal-lg {
        min-width: 1000px !important;
    }
}

.full-modal .modal-dialog {
    margin: 0;
    padding: 0;
}

.full-modal .modal-lg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.full-modal .modal-lg .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}