@charset "UTF-8";
/* CSS Document */
body {
    background-color: #253746;
    font-size: 15px;
    line-height: 1.25;
    color: #696969;
    font-family: 'din-2014', Arial, sans-serif;
    font-style: normal;
    /*font-weight: 600;*/
    position: relative;
    padding-bottom: 177px;
    min-height: 100vh;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 20px;
}
h2 {
    font-size: 33px;
    /*line-height: 50px;*/
    color: #656565;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
    padding-left: 0!important;
    padding-right: 0!important;
}
/*.headerbg {*/
/*    background-image: url(../images/bg-grip.jpg);*/
/*    background-size: 11px 11px;*/
/*}*/

a:link, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #999999!important;
    text-decoration: none;
}
.footnav:link, .footnav:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}
.footnav:hover {
    color: #f9f9f9;
    text-decoration: none;
}
/*Product buttons*/
.btn-details:link, .btn-details:visited {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
    font-size: 12px;
    padding: 8px 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: 1px solid #000000;
}
.btn-details:hover {
    color: #ffffff!important;
    text-decoration: none;
    background-color: #b8a88e;
}
a.btn-dealer:visited, a.btn-dealer {
    background-color: #263746;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 0px;
    border: 1px solid #000000;
    text-transform: uppercase;
}

a.btn-dealer:active, a.btn-dealer:hover {
    background-color: #b8a88e !important;
    color: #ffffff !important;
    border: 1px solid #000000;
}
/* /end Product buttons*/
.productbox .card-block {
    font-size: 14px;
    padding-top: 0.5em;
    color: #656565;
    font-style: normal;
    font-weight: 400;
}

.nav-link:hover, .nav-link:focus {
    color:  #adaeaf !important;
}
.nav, .nav-link {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff!important;
    text-decoration: none;
    float: left;
}
.carousel-indicators {
    bottom: -13px !important;
}

/*ul li {*/
/*    display: inline;*/
/*}*/
ul#menu li {
    display:inline-block;
}
.featured_header {
    display: none;
}

.bruh {
    line-height: 35px;
    z-index: 500;
    color: #ffffff!important;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.card-title {
    text-align: center;
}
.productbox {
    border-radius: 0;
}

.navbar-dark .navbar-toggler {
    font-family: 'din-2014', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.productbox-container {
    margin-top: 0px;
    height: auto;
    padding: 5px!important;
    /*background-color: #ffffff;*/
}
.productbox {
    box-shadow: inset 0px 0px 0px rgba(0,0,0,.24);
    height: auto;
}
.white {
    background: #ffffff;
}
.black {
    background: #000000;
}

/*.title-text {*/
/*    text-align: center;*/
/*    color: #f9f9f9;*/
/*}*/
.dots {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    background: transparent url(../images/dots2.png) no-repeat 0 50%;
}
/*.footer {*/
/*    background: #000000;*/
/*    color: #ffffff;*/
/*    padding: 15px;*/
/*    font-size: 14px;*/
/*    background: url(../images/bg-concrete-dark.jpg) no-repeat 0 0;*/
/*    background-size: cover;*/
/*}*/
.footer {
    text-align: center;
    background-color: #253746;
    color: #ffffff;
    padding: 15px;
    font-size: 14px;
    /*background: url(../images/bg-concrete-dark.jpg) no-repeat 0 0;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    /* position: fixed;
    z-index: 1; */
}

.linkbutton:link, .linkbutton:visited {
    display: inline-block;
    padding: 10px 50px;
    /*margin-top: 20px;*/
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    background: #ff7200;
    border-radius: 40px 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.linkbutton:hover {
    color: #0e0d0d;
}

.more {
    color: #0e0d0d;
    background-color: #ffffff;
    min-width: 35px;
    min-height: 35px;
    margin: 0 10px 0 0;
    padding-top: 3px;
}
#app .productset .products-paging {
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
}
.btn-light {
    /*color: #ffffff;*/
    /*background-color: #263746;*/
    /*border-color: #263746;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card {
    border: 0px solid #bababa!important;
    border-radius: 5px;
}
.nav-link, .footnav {
    text-transform: uppercase;
}
.toptop {
    background-color: #000000;
    color:#ffffff;
    font-size: 14px;
}
.topone:link, .topone:visited {
    color:#ffffff!important;
    font-size: 12px;
    text-transform: capitalize;
}
.topone:hover, .topone:focus {
    color:#999999!important;
}
.bg-t {
    background-color: transparent!important;
}
.copyright {
    font-size: 10px!important;
    font-weight: 400;
}
.products-searchbar {
    padding-top: 2rem!important;
}
/*.productbox  a:hover {*/
/*    text-decoration: none;*/
/*    color: #000000!important;*/
/*}*/
.product .card-image {
    margin-bottom: 30px;
}
/*///////////////////*/
/* Extra Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {  .logogf {
    max-width: 70px;
    margin: 0;

}}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  .logogf {
    max-width: 125px;
    margin-right: 10px;
}}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { .logogf {
    max-width: 150px;
    margin-left: 10px;
    margin-right: 20px;
}}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1100px) { .logogf {
    max-width: 200px;
    margin-left: 10px;
    margin-right: 20px;
}}

.nav-link {
    white-space: nowrap;
}
.homelogo a {
    color: #ffffff !important; 
}
.homelogo, .homelogo:visited, .homelogo:link {
    color:#ffffff!important;
    font-size: 20px;
}
.site-header .main-nav-holder .logo a img {
    height: auto;
    max-width: 100%;
}

.bar1 {
    border-top-style: solid;
    border-top-color: #a7a9ab;
    border-top-width: 1px;
}

.bar2 {
    border-bottom-style: solid;
    border-bottom-color: #a7a9ab;
    border-bottom-width: 1px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #999999!important;
}
.productset {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    /*padding-top: 10px;*/
}
.title-text {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 28px;
}
#main3 {
    background-color: #ffffff!important;
}
#menu {
    margin-right: 40px;
}
.navbar-toggler {
    background-color: #ffffff;
    border: 1px solid #777777!important;
}
.navbar-toggler-icon {
    background-color: #ffffff;
    border: 1px solid #777777;
}
/*.products-filters {*/
/*    margin-top: 0px;*/
/*    padding-top: 15px;*/
/*}*/
.products-filters {
    margin-top: 0px;
}