/* CSS-Document */

.label {
    font: normal normal 0.6em/140% Helvetica, Arial, sans-serif;
}

.nav-pills {
    font: normal normal 300 1.1em/140% 'Refrigerator', Helvetica, Arial,
        sans-serif;
}

.nav-pills > li {
    border-top: 1px solid #eee;
    margin: 0;
}

.nav-stacked > li + li {
    margin: 0;
}

.nav-pills > li > a {
    border-radius: 0;
    color: #666;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #fafafa;
    color: #00b2e5;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
    background-color: #00b2e5;
}

.nav-pills > li.active > a:hover {
    background-color: #4675ba;
}

.nav-stacked.nav-condensed > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.carousel-indicators {
    bottom: 1%;
    text-align: right;
    left: 97%;
    width: 30%;
    opacity: 0.7;
}

.btn {
    border: none;
    border-radius: 0;
    font: normal normal 300 1.1em/140% 'Refrigerator', Helvetica, Arial,
        sans-serif;
}

.btn i.fa {
    margin-right: 0.25em;
}

.btn.btn-primary {
    background-color: #00b2e5;
}

.btn.btn-primary:hover {
    background-color: #4675ba;
}

.table.table-bordered {
    border-top-color: #00b2e5;
}

.img-thumbnail-entry {
    height: 107px;
    max-width: 100%;
    padding: 4px;
    margin-top: 0.4em;
    margin-right: 0.5em;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-box {
    max-width: 100%;
    padding: 4px;
    margin-top: 0.4em;
    margin-right: 0.5em;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-collapse {
    max-height: none;
}
