@charset "UTF-8";
@media screen and ( min-width: 500px) {
    body {
        background: url(../images/bg-v.jpg) no-repeat top center #0066cb;
        background-size: 100%;
    }
}

@media screen and ( min-width: 1000px) {
    body {
        background: url(../images/bg-h.jpg) no-repeat top center #0066cb;
        background-size: 100%;
    }
}

.header {
    background: #95c4e9;
}

.tab .current {
    background: #1174c2;
    color: #ffffff;
}

.title {
    background: #1174c2;
}

.btn {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
