/*
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}

body {
    padding-top: 60px;
}

textarea {
    resize: none;
}

div#uploads {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
}

.light {
    color: #aaa;
}

.logo {
    float: none;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
}

.logo img {
    height: 45px;
}

.relative {
    position: relative;
    top: 50px;
}

.navbar-blue {
    background-color: #376CB5;
    color: #ffffff;
    border-radius: 0;
}

.navbar-blue > li > a:hover {
    color: #888 !important;
    background-color: #376CB5;
}

.navbar-blue .navbar-nav > .active > a {
    color: #ffffff;
    background-color: #376CB5;
}

.navbar-nav > .active > a:focus {
    color: #376CB5 !important;
    background-color: #376CB5;
}

.navbar-blue .active {
    color: #376CB5 !important;
    background-color: #376CB5;
}

.navbar-blue .navbar-brand {
    color: #eeeeee;
}

.navbar-blue .open > a {
    color: #fff !important;
    background-color: #376CB5 !important;
}

.navbar-blue .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-blue > li > a:hover {
    color: #eee !important;
    background-color: #376CB5;
}

.navbar-blue > li > a:visited {
    background-color: #376CB5 !important;
}

.navbar-blue > li > a:active {
    color: #eee !important;
    background-color: #376CB5;
}

.navbar-blue > li > a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 0px;
    color: #fff;
}

footer {
    width: 100%;
    border-top: solid 10px #f5f5f5;
    margin-top: 160px;
}

.top-buffer {
    margin-top: 20px;
}

.center {
    text-align: center;
}

.paginate_button.current {
    background: #ececec !important;
}

@media (max-width: 767px) {
    .navbar-blue > li > a {
        position: relative;
        display: block;
        padding: 15px 15px;
    }

    .dropdown-menu a {
        color: #fff !important;
    }

    .dropdown-menu a:hover {
        color: #000 !important;
    }
}

@media (max-width: 585px) {
    .sm-hide {
        display: none;
    }
}

@media (max-width: 495px) {
    .xs-hide {
        display: none;
    }
}

@media (max-width: 395px) {
    .xxs-hide {
        display: none;
    }
}

.small-wrap {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .small-wrap {
        padding-top: 0px;
        clear: both;
    }

    .small-wrap > .row > .pull-right {
        float: none !important;
    }
}

.narrow {
    padding: 6px;
    padding-left: 10px;
}

.tab {
    margin-top: 15px;
    margin-bottom: 0px;
}

hr.divider {
    margin-top: 2px;
}

.placeholder {
    color: #aaa;
}

#itemTemplate {
    margin-top: 10px;
}

.muted {
    color: #aaa;
}

.price {
    color: darkgreen;
    font-weight: bold;
}

.popover {
    max-width: 300px;
    min-width: 300px ! important;
}