
body {
    font-family: "Roboto Condensed", arial, serif;
    padding-top: 74px;
}

a {
    color: #1979c3;
}

.carousel {
    overflow: hidden;
}

.featured-kickers {
}

.featured-kicker {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-size: cover;
    background-color: #120f36;
    padding: 3rem 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.featured-kicker h3 {
    margin-bottom: 0;
}

.featured-kicker h3 a {
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 1px #111;
}

.featured-entities {
    margin-bottom: 20px;
}

.featured-entities h2 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
}

.ctct-inline-form {
    margin-bottom: 40px;
}

.nav-tabs .nav-item button{
    text-transform: uppercase;
    font-weight: 700;
}

.tab-content {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

main {
    min-height: 300px;
}

nav.header {
    background-color: #120f36;
}

nav.header .navbar-brand img {
    height: 48px;
}

nav.header.navbar-dark .navbar-nav .nav-link {
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
}

nav.header.navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

nav.header.navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    nav.header.navbar .navbar-nav .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.navbar-sub {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #ccc!important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}

.navbar-sub .navbar-sub-container {
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    overflow-x: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-sub ul {
    flex-direction: row;
}

.navbar-sub .nav-item {
    text-align: center;
    white-space: nowrap;
}

.navbar-sub .nav-item:after {
    content: " \25aa";
    color: #0a58ca;
}

.navbar-sub .nav-item:last-child:after {
    content: none;
}

.navbar-sub .nav-item a {
    text-transform: uppercase;
    color: #0a58ca;
    font-size: 15px;
    display: inline-block;
}

.navbar-sub .nav-item a:hover {
    color: #1979c3;
}

.navbar-sub .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    white-space: nowrap;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100px;
    color: #999999;
}

footer a {
    color: #999999;
}

footer .footer-section h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    footer .footer-section h3 {
        font-size: 30px;
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    footer .footer-section h3 {
        font-size: 28px;
    }
}

footer .copy {
    padding-top: 20px;
}

footer .social {
    padding-top: 10px;
}

footer .social-icon {
    margin-top: 20px;
    margin-right: 10px;
}

footer .social-icon img {
    width: 36px;
    height: 36px;
}

.breadcrumbs {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.breadcrumb-item a {
    color: #1979c3;
}

.breadcrumb-item a:hover {
    color: #539fed;
}

.breadcrumb-item.active {
    color: rgb(33, 37, 41);
}

.hero {
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-inner {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.hero-inner h1 {
    font-size: 5em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #333333;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    margin-right: .5em;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .hero {
        height: 250px;
    }
    .hero-inner {
        bottom: 10px;
    }
    .hero-inner h1  {
        font-size: 26px;
        margin-right: 18px;
    }
}

@media (max-width: 767px) {
    .hero {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .hero {
        height: 160px;
    }
}

.results-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.filters-container {
    background-color: #eee;
    min-height: 100%;
}

.filters {
    padding: 20px;
}

.filters-buttons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filters-buttons button {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.filter-header {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

.filters-clear {
    text-align: center;
    padding-bottom: 10px;
}

.filters-clear .btn {
    text-transform: uppercase;
}

.filter-list {
    margin-bottom: 10px;
}

.filter-sublist {
    padding-left: 20px;
    list-style-type: none;
}

.filter-list .list-group-item {
    background-color: transparent;
    border: none;
    padding: 0.2rem 0;
}

.filter-list .list-group-item.active a {
    font-weight: bold;
}

.filter-list .list-group-item .badge {
    margin-left: 5px;
}

.filter-list .form-check-label {
    cursor: pointer;
}

.filter-list .filter-category {
    color: #0a58ca;
}

.filter-list .filter-category:hover {
    color: #1979c3;
}

.filter-list .filter-category-item {
    padding-left: 20px;
}

.filter-list .filter-category-item i {
    cursor: pointer;
    color: #212529;
}

.filter-list .filter-category-item i.collapsed::before {
    content: "\f282";  /* bi-chevron-down */
}

.filter-list .filter-category {
    display: list-item !important;
    list-style-type: square;
    text-decoration: none;
}

.thumbnails {
    margin-top: 20px;
}

/* large and up */
@media screen and (min-width: 992px) {
    .thumbnails {
        padding-left: 0;
        padding-right: 20px;
        margin-top: 0;
    }
}

.thumbnail-container {
    padding: 10px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px dotted #ddd;
}

.thumbnail-container a {
    text-decoration: none;
}

.thumbnail-container:hover {
    border-color: #ddd;
    box-shadow: 0 0 15px #ddd;
}

.thumbnail-image {
    position: relative;
    padding-top: 100%;
    margin-top: 10px;
}

.thumbnail-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/*noinspection CssUnknownProperty*/
.thumbnail-name {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.thumbnail-description {
    font-size: 14px;
    color: #222;
    padding-left: 5px;
    padding-right: 5px;
}

.thumbnail-price {
    margin-top: 10px;
    font-size: 18px;
    color: #444;
    font-weight: 700;
}

.fotorama--fullscreen .fotorama__nav__frame--thumb .fotorama__thumb {
    background-color: white;
}

.entity-image {
    position: relative;
    margin-top: 8px;
    margin-bottom: 20px;
}

.entity-image.no-image {
    text-align: center;
}

.entity-image.no-image img {
    max-width: 100%;
}

.entity-image .fotorama__nav__frame--thumb .fotorama__thumb {
    border: 1px solid #ccc;
    background-color: transparent;
}

.entity-image .fotorama__arr--prev, .entity-image .fotorama__arr--next, .entity-image .fotorama__fullscreen-icon {
    background: none;
}

/*noinspection CssNoGenericFontName*/
.entity-image .fotorama__arr--prev::before, .entity-image .fotorama__arr--next::before, .entity-image .fotorama__fullscreen-icon::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px #eeeeee;
}

.entity-image .fotorama__arr--prev::before {
    font-size: 40px;
    content: "\f27a";   /* bi-chevron-compact-left */
}

.entity-image .fotorama__arr--next::before {
    font-size: 40px;
    content: "\f27b";   /* bi-chevron-compact-right */
}

.entity-image .fotorama__fullscreen-icon::before {
    font-size: 30px;
    content: "\f14a";   /* bi-arrows-angle-expand */
}

.entity-image .zoom-controls {
    position: absolute;
    left: 0;
    bottom: 6px;
    padding-left: 10px;
    display: none;
}

.entity-image.has-alt-images .zoom-controls {
    bottom: 96px;
}

.entity-image .zoom-controls i {
    font-size: 28px;
    margin-right: 10px;
    text-shadow: 1px 1px 1px #eeeeee;
    cursor: pointer;
}

.entity-price {
    font-size: 24px;
    font-weight: 700;
    display: inline;
}

.entity-price-prefix {
    font-size: 24px;
    display: inline;
}

.entity-price-message {
    font-style: italic;
    display: block;
}

.entity-item-info {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.entity-dealers {
    margin-top: 25px;
}

/* See "contents.css" for the rest of the shared styles that affect the entity-dealers area */
@media (max-width: 767px) {
    .entity-dealers li {
        width: 33%!important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .entity-dealers li {
        width: 33%!important;;
    }
}

@media (max-width: 575px) {
    .entity-dealers li {
        width: 50%!important;;
    }
    .entity-dealers li a {
        min-height: 100px!important;;
    }
}

.list-group .sub-entity-price {
    font-weight: bold;
}

.list-group .sub-entity-image {
    text-align: center;
    margin-bottom: 20px;
}

.list-group .sub-entity-image img {
    max-width: 100px;
}

@media (min-width: 768px) {
    .list-group .sub-entity-image {
        width: 120px;
        float: left;
    }
    .list-group .sub-entity-detail {
        display: block;
        margin-left: 120px;
        padding-left: 20px;
    }
}

#more-info-content .mt-3:last-child p:last-child {
    margin-bottom: 0;
}

.entity-specifications {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.entity-specifications .row:nth-child(even) {
    background-color: #eeeeee;
}

.entity-specifications .row:hover {
    background-color: #120f36;
    color: #eeeeee;
}

.entity-specifications dd, .entity-specifications dt {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

@media (max-width: 992px) {
    .entity-specifications {
        padding-left: 0;
        padding-right: 0;
    }

    .entity-specifications dt {
        margin-bottom: 0;
    }

    .entity-specifications dd {
        margin-top: 0;
    }

    .entity-specifications .row {
        margin-bottom: 5px;
    }
}

.entities-slider {
    position: relative;
    min-height: 250px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    overflow: visible;
}

.entities-slider .tns-outer button {
    display: none;
}

.entities-slider-elements {
    display: none;
}

.entities-slider-elements.tns-slider {
    display: block;
}

.entities-slider-controls button {
    position: absolute;
    top: 220px;
    font-size: 48px;
    cursor: pointer;
    color: black;
    padding: 0;
}

.entities-slider-controls button[aria-disabled="true"] {
    color: #cccccc;
}

.entities-slider-controls button.prev {
    left: -15px;
}

.entities-slider-controls button.next {
    right: -15px;
}

@media (min-width: 768px) {
    .entities-slider-controls button {
        top: 155px;
    }
}

@media (min-width: 992px) {
    .entities-slider-controls button {
        top: 134px;
    }
}

@media (min-width: 1200px) {
    .entities-slider-controls button {
        top: 118px;
    }
}

@media (min-width: 1400px) {
    .entities-slider-controls button {
        top: 108px;
    }
}

.slider-entity {
    text-align: center;
}

.slider-entity.stepup {
    border: 1px solid #120f36;
}

.slider-entity .header {
    font-weight: 700;
    height: 33px;
    padding-top: 6px;
    background-color: #120f36;
    color: #eeeeee;
    text-transform: uppercase;
}

.slider-entity .header.empty {
    background-color: transparent;
}

.slider-entity .image {
    margin-top: 10px;
    position: relative;
    padding-top: 100%;
}

.slider-entity .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.slider-entity .name {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.slider-entity .price {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #444;
    font-weight: 700;
}

/* Source: https://stackoverflow.com/questions/35814653/automatic-height-when-embedding-a-youtube-video */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-body img {
    max-width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-height: none; /* Firefox */
    scrollbar-width: none;
}

.ctct-inline-form .form_0 .ctct-form-header, .ctct-inline-form .form_0 .ctct-form-text {
    text-align: center;
}

.ctct-form-defaults {
    background: #eee!important;
    border: 1px solid #ccc;
}