body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

li.selected a {
    color: black !important;
}

.error {
    padding-top: 200px;
    padding-bottom: 300px;
}

.nav {
    font-size: 14px;
}

.cover-container {
    position: relative;
    font-size: 2.6em;
    opacity: 0;
}

.cover {
    width: 100%;
    height: auto;
}

.cover-title {
    position: absolute;
    width: 100%;
    top: 18%;
    color: #fff;
    text-align: center;
    font-size: 2.2vw;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

.btn-primary {
    background-color: #000000;
    border-color: #222222;
}

.btn-primary:hover {
    background-color: #444444 !important;
}

.btn-primary:active {
    background-color: #333333 !important;
}

a,
a:hover {
    color: #333333;
    text-decoration: none;
}

.container.content a {
    text-decoration: underline;
}

.footer {
    width: 100%;
    color: #fff;
    background-color: #222;
    padding-top: 10px;
    padding-bottom: 60px;
}

.footer a,
.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer .btn-primary {
    background-color: #333333;
    border-color: #444444;
}

.footer .btn-primary:active {
    background-color: #444444;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.footer h2 {
    font-size: 20px;
    padding-bottom: 16px;
}

.form-control {
    background: none;
    color: #ddd;
    border-color: #444;
}

.social {
    padding-top: 10px;
    padding-right: 10px;
    font-size: 32px;
}

.loader {
    width: 100%;
    height: 600px;
    background-image: url("../images/loader.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.button-links {
    text-align: center;
    padding-bottom: 20px;
}

#disclaimer {
    background-color: #333;
    height: 60px;
    line-height: 60px;
    color: #888;
}

/* Menu */
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-right .dropdown-menu {
    right: auto;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: white;
    color: #333;
}

.dropdown-menu>li>a {
    color: #777;
    font-weight: 300;
}

.submenu {
    padding-top: 5px;
    padding-bottom: 5px;
}


/* Home */

.highlights {
    background-color: #222;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1.1em;
}

.highlights a {
    color: #fff;
}

/* Tabs */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #666;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #999;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #000;
    background-color: transparent;
}

/* Car */
#details {
    line-height: 24px;
}

.details {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    color: #888;
}

.details li {
    line-height: 42px;
    border-top: 1px solid #e5e5e5;
    color: #666;
}

.details li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.details span {
    color: #888;
}

/* blog */
#listing {
    padding-left: 5px;
}

.blog-item {
    padding-bottom: 20px;
}

.blog-image {
    width: 100%;
}

.blog-image-overview {
    width: 100%;
}

.list-item {
    padding: 10px;
}

.cc-social {
    width: 200px;
}

.next {
    display: none;
}

.continue-reading {
    font-style: italic;
    font-size: 10px;
}

.title {
    font-size: 21px;
}

/* item */
.item {
    padding: 20px;
}

.item a {
    text-decoration: none;
}

.item-container {
    background-color: #fff;
    padding-bottom: 10px;
}

.item-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 90px;
    right: 20px;
    background-color: rgba(0,0,0,0);
    transition: .5s ease;
}

.item-container:hover .item-overlay {
    background-color: rgba(0,0,0,0.75);
}

.item-overlay-title {
    position: absolute;
    color: #eee;
    font-size: 18px;
    text-align: center;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
}

.item-container:hover .item-overlay-title {
    opacity: 1;
    top: 50%;
}

.item-title {
    color: #333;
    padding: 10px;
    max-width: 500px;
    height: 60px;
    vertical-align: middle;
    font-size: 18px;
}

#scroll-items {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #999;
    padding: 60px;
}

#disclaimer a {
    color: #888;
}

.icon-cell {
    width: 20px;
    vertical-align: top;
}

.contact td {
    min-width: 20px;
    padding-bottom: 5px;
    vertical-align: top;
}
.contact-table td {
    padding-bottom: 5px;
}

#frontend-edit-button {
    position: fixed;
    z-index: 99999;
    right: 15px;
    top: 20px;
    background-color: green;
    padding: 5px;
    border-radius: 5px;
}
