@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Headliner-No-45';
    src: url('../fonts/HeadlinerNo45.woff') format('woff'),
    url('../fonts/HeadlinerNo45.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChronicaPro';
    src: url('../fonts/ChronicaPro-Regular.woff2') format('woff2'),
    url('../fonts/ChronicaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChronicaPro-Bold';
    src: url('../fonts/ChronicaPro-Bold.woff2') format('woff2'),
    url('../fonts/ChronicaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: 'ChronicaPro' !important;
    background-color: #ffffff !important;
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 15px !important;
    color: #000000 !important;
    margin-bottom: 150px !important;
    margin-top: 89px !important;
}

li, .footer_bottom {
    list-style-type: none;
}

a:link, a:visited {
    color: #cccccc;
    text-decoration: none;
    font-family: inherit;
}

a:hover {
    color: #000000 !important;
    text-decoration: none !important;
    font-family: inherit;
}
.product .product-title, .featured_header {
    font-family: 'ChronicaPro-Bold';
    color: #0161AA !important;
    font-size: 25px !important;
    text-align: center;
    text-transform: uppercase;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}

h1 {
    font-size: 45px !important;
    font-family: 'ChronicaPro'!important;
    color: #0161AA !important;
    letter-spacing: 2px;
}

.h2, h2 {
    font-size: 37px !important;
    font-family: 'Headliner-No-45'!important;
    color: #0161AA !important;
    letter-spacing: 2px;
}

h3 {
    font-size: 24px;
    font-family: 'ChronicaPro';
}

h4 {
    font-size: 16px;
    font-family: 'ChronicaPro';
}

h5 {
    font-size: 14px;
}

.mainbody {
    background-color: #000000;
}

#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

topblack {
    background-color: #000000 !important;
}

.paginamarg {
    margin: 0px 5px 0 5px;
    height: 26px;
}

.btn2 {
    padding: 2px 10px;
    font-size: 14px !important;
    background-color: #7C858C;
    color: #ffffff;
}

.field {
    border: 1px solid #000;
}

.heading {
    /*background-color: #000000 !important;*/
    border-bottom: 0px #ffffff;
    border-top: 0px #ffffff;
    border-right: 0px #ffffff;
    border-left: 0px #ffffff;
    border-style: solid;
    font-size: 1rem;
    text-transform: uppercase;
}

.whitetext {
    color: #ffffff !important;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.product .card {
    border-color: #696969;
    border-radius: 8px;
    text-align: center;
}

.top10 {
    margin-top: 10px;
}

.bottom10 {
    margin-bottom: 10px;
}

#catalog_detail .product_image {
    width: 500px;
    height: 300px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn-details {
    text-transform: capitalize;
    float: left !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    box-shadow: 0 .0625rem .0625rem 0 rgba(0, 0, 0, .5);
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 7px 5px !important;
    transition: background-color 125ms ease-out, color 125ms ease-out;
    border-radius: 0 !important;
    border: solid #000000 1px !important;
}

.btn-details:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    border: solid #000000 1px;
}

a.btn-dealer:visited, a.btn-dealer {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #0161AA;
    box-shadow: 0 .0625rem .0625rem 0 rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 8px 5px;
    transition: background-color 125ms ease-out, color 125ms ease-out;
    border-radius: 0;
    border: solid #0161AA 0px;
}

a.btn-dealer:active, a.btn-dealer:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: solid #000000 0px;
}

.margins {
    margin-bottom: 5px;
}

.lowsocials {
    color: #ffffff;
}

.bott {
    margin-bottom: 7px;
}

.backinwhite {
    background-color: #ffffff;
}

.backinblack {
    background-color: #000000;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.backinblack2 {
    background-color: #000000;
    height: auto;
}

.inhi {
    height: 27px !important;
}

.nostripe {
    background-color: #ffffff;
    border-top: 0px solid #ffffff !important;
}

.notopbar {
    border-top: 0px solid #ffffff !important;
}

.gray a {
    color: #696969;
}

.gray a:hover {
    color: #FFC70E;
}

.detail_item_label {
    font-weight: bold;
}

.black1 {
    background-color: #000000 !important;
    color: #ffffff !important;
}

address {
    font-size: 11px;
}

.text-white, ol {
    color: #ffffff;
}

.topbar {
    border-top: 2px solid #ed1c24;
    margin-top: 15px;
}

.product {
    padding: 5px;
    font-size: 14px;
    min-height: 260px;
}

.product-container {
    padding-bottom: 8px;
    background-color: #ffffff;
}

.max400 {
    max-height: 400px;
}

.margin10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-left {
    text-align: left !important;
}

.contact {
    border: 0px;
    color: #000000 !important;
    background-color: #ffffff;
    padding: 0px 0px !important;
    font-size: 13px;
    border-radius: 0px;
}

.blackwhite {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.product-img-ht {
    height: 110px;
}

.bb2 {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul#pane li .product_info {
    width: auto;
}

.blacktext {
    color: #000000 !important;
}

.header {
    background: #221E1E;
    border-bottom: none;
    width: 100%;
}

.padleft {
    padding-left: 20px;
}

.btn-paging {
    padding-top: 2px;
}

.minusmarg {
    padding-right: 0px;
    padding-left: 0px;
}

.contact1 {
    color: #990000 !important;
    font-weight: bold;
}

.black11:link {
    color: #000000 !important;
}

.card-title {
    text-align: center;
    color: #000000 !important;
}

.btn-paging {
    padding: 0px 10px !important;
    border: 3px solid transparent;
    height: 24.33px;
}

.product .product-title {
    color: #ffffff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    padding-right: -15px !important;
    padding-left: -15px !important;
    color: #ffffff;
    padding-top: 10px;
}

.footer-top {
    background-color: #3F3E3F;
    height: 25px;
    margin-bottom: 20px;
}

.bg-dark {
    background-color: #000000 !important;
}

.socialspace {
    margin-left: 5px;
    margin-right: 5px;
}

.gf-dealer {
    color: #ffffff;
    padding-bottom: 0px;
    margin-top: 0px;
}

.gf-dealer > a,
.gf-dealer > a:hover,
.gf-dealer > a:active,
.gf-dealer > a:visited {
    color: #ffffff;
}

.gf-dealer > a:hover {
    text-decoration: underline;
}


.products-filters, .products-paging, .row-eq-height {
    background-color: #ffffff;
}

.products-filters {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#app .productset .products-paging {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card {
    border: 1px solid #0033A0!important;
    border-radius: 0px!important;
}

footer_bottom ul, footer_bottom ul a {
    color: #fff !important;
}

.carousel-indicators {
    bottom: -12px;
}

.card-block {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}



.productbox-container {
    height: auto !important;
    margin-top: 5px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.arr {
    font-size: 11px;
}
.product .card-image > img {
    width: auto!important;
    max-height: 450px!important;
}
.card {
    min-height: 100%;
}
.navbar {
    padding: 0 1rem!important;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}
.headback {
    background-image: url(../images/rossi-back.png) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #cccccc !important;
    font-family: 'Headliner-No-45';
    font-weight: normal;
    font-size: 27px;
    letter-spacing: 2px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000000 !important;
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3 and 4
 *
 * https://geedmo.github.com/yamm3
 */
/*.yamm .nav,*/
/*.yamm .collapse,*/
/*.yamm .dropup,*/
/*.yamm .dropdown {*/
/*    position: static;*/
/*}*/
/*.yamm .container {*/
/*    position: relative;*/
/*}*/
/*.yamm .dropdown-menu {*/
/*    left: auto;*/
/*}*/
/*.yamm .nav.navbar-right .dropdown-menu {*/
/*    left: auto;*/
/*    right: 0;*/
/*}*/
/*.yamm .yamm-content {*/
/*    padding: 20px 30px;*/
/*}*/
/*.yamm .dropdown.yamm-fw .dropdown-menu {*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/
/*.list-unstyled,*/
/*.list-unstyled ul { min-width: 120px }*/

/*@media ( min-width: 767px ) {*/
/*    .panel-group { width: 400px; }*/
/*    .thumbnail { margin: 0; }*/
/*}*/

/* Grid demo styles */
/*.grid-demo {*/
/*    padding: 5px 10px;*/
/*}*/

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    color: #0b0c0b!important;
}

.dropdown-menu {
    padding: 15px!important;
    margin: 0px 5px 5px 5px!important;
    color: #000000!important;
    background-color: #f7f7f7 !important;
    border: 1px solid #000000!important;
    border-radius: .25rem;
    /*width: 250px;*/
}

/*Media Q*/
@media (min-width: 576px) {
    .dropdown-menu {
        min-width: 100%!important;
    }
}

@media (min-width: 768px) {
    .dropdown-menu {
        min-width: 300px!important;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        min-width: 300px!important;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu {
        min-width: 300px!important;
    }
}

/*///////////////////*/
/* 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;
}}

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

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

.homelogo {
    color: #000000!important;
    font-size: 20px;

}
.homelogo:link, .homelogo:visited {
    color: #000000!important;
}

