/*-----Global Styles-----*/ @primary: #0055A5; @secondary: #ED1B24; @tertiary: #000; @white: #fff; @black: #000; @muted: #D8DBDD; @darkGrey: #191919; @grey: #333; .text_color { &-black { color: @black!important; } } .black_overlay { &-xlight { background: rgba(0, 0, 0, .3); } &-light { background: rgba(0, 0, 0, .5); } &-medium { background: rgba(0, 0, 0, .65); } &-dark { background: rgba(0, 0, 0, .8); } } .white_overlay { &-xlight { background: rgba(255, 255, 255, .3); } &-light { background: rgba(255, 255, 255, .5); } &-medium { background: rgba(255, 255, 255, .65); } &-dark { background: rgba(255, 255, 255, .8); } } .background_color { &-black { background-color: @black; } &-tertiary { background-color: @tertiary; } &-grey { background-color: @grey !important; } &-darkGrey { background-color: @darkGrey !important; } } .border_radius { &-2 { border-radius: 2px; } &-3 { border-radius: 3px; } &-5 { border-radius: 5px; } &-10 { border-radius: 10px; } &-15 { border-radius: 15px; } &-20 { border-radius: 20px; } &-100 { border-radius: 100%; } &-top-3 { border-top-right-radius: 3px; border-top-left-radius: 3px; } &-top-5 { border-top-right-radius: 5px; border-top-left-radius: 5px; } &-top-10 { border-top-right-radius: 10px; border-top-left-radius: 10px; } &-top-15 { border-top-right-radius: 15px; border-top-left-radius: 15px; } &-top-20 { border-top-right-radius: 20px; border-top-left-radius: 20px; } &-bottom-3 { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } &-bottom-5 { border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } &-bottom-10 { border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } &-bottom-15 { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; } &-bottom-20 { border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; } } /*-----Nav Menu Styles-----*/ .tm-toolbar { z-index: 9999; background: @black; .uk-container { max-width: 1550px; } } .home { .tm-header { .tm-headerbar-default { transition: all ease-in-out .3s; padding: 0; background: rgba(0, 0, 0, .1) !important; } &.uk-sticky-below { .tm-headerbar-default { background: rgba(0, 0, 0, 1) !important; } } } } .tm-header { .tm-headerbar-default { padding: 0; background: rgba(0, 0, 0, 1) !important; .uk-container { max-width: 1550px; } .widget_custom_html { margin-top: -35px; font-size: 14px; a:hover { color: @secondary !important; text-decoration: none; } .uk-button-text:hover { color: @tertiary !important; } } .uk-logo { z-index: 2; padding: 10px; } } } .tm-header { z-index: 9999; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .15); .uk-navbar-left { margin-top: -50px; } .uk-navbar-container { .uk-navbar-left { position: relative; width: 100% !important; .uk-navbar-nav { margin-left: auto; z-index: 1; } // &::after{ // content:''; // position: absolute; // height: 50px; // background: #fff; // left: -100%; // right: -100%; // z-index: 0; // } } } } .tm-header-mobile { z-index: 9000; .uk-navbar { min-height: 88px; } .uk-logo { img { padding: 10px; max-width: 140px; } } .uk-navbar-container:not(.uk-navbar-transparent) { background: #000; } } .uk-modal { z-index: 9999; .uk-modal-dialog { overflow: hidden; } } .uk-lightbox { z-index: 9999; } .uk-lightbox-toolbar-icon { position: absolute; top: 60px; right: 3%; } .uk-lightbox-toolbar-icon { position: absolute; top: 160px; right: 3%; } .uk-navbar-toggle-icon { svg { fill: @secondary; } } .uk-navbar-container { .uk-container { max-width: 1550px; } } /*-----Dropdown Styles-----*/ .uk-navbar-dropdown { display: none; width: 100% !important; padding: 0px; } /*-----PageHeader Styles-----*/ #frontpage { .h1-target { font-size: 2.8rem; letter-spacing: 1px; @media (max-width: 960px) { font-size: 2rem; } span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; @media (max-width: 960px) { font-size: 1rem; } } } } } #mainpage { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } #subpage { .header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } } .company-header { .h1-target { font-size: 2.3rem; letter-spacing: 1px; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } /*-----Footer Styles-----*/ #footer { a { &:hover { color: @secondary; } } } /*-----Content-----*/ .content-section { p { font-size: 18px; } h2 {} } .nr-content { .card-border-target { .uk-card-default { border-bottom: 4px solid @primary; } } .widget-menu { background: @white; .parent-page { h3 { background: @primary; color: @white; margin: 0; padding: 8px 20px; transition: all ease .3s; } &:hover { h3 { background: @secondary !important; } text-decoration: none !important; } } .uk-list { margin-top: 0; border: 1px solid @primary; li { padding: 6px 0 6px 10px; margin-bottom: 10px !important; border-bottom: 1px solid #bbb; a { color: @darkGrey; } } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } /*-----Circle Arrows in Small Container, this is everything you need-----*/ .slider-arrows() { background: @secondary; color: @white; padding: 8px; border-radius: 100%; height: 40px; width: 40px; } .uk-position-center-left { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .uk-position-center-right { svg { .slider-arrows(); } &-out { svg { .slider-arrows(); } } } .slider-arrows-target { .uk-position-center-left-out { @media (max-width: 1550px) { right: 93%; } @media (max-width: 960px) { right: 90%; } @media (max-width: 640px) { right: 80%; } @media (max-width: 425px) { right: 70%; } } .uk-position-center-right-out { @media (max-width: 1550px) { left: 93%; } @media (max-width: 960px) { left: 90%; } @media (max-width: 640px) { left: 80%; } @media (max-width: 425px) { left: 70%; } } } .uk-light hr { border-top-color: rgba(255, 255, 255, .5); } /*-----Custom Sections-----*/ .cont-services-C{ a{ transition: all ease .3s; &:hover{ background-color: #c8c8c8; text-decoration: none; } } } .h1-home-A { margin-top: -100px; } .utl-quick-search-bar-B { margin-top: -135px; @media(max-width:960px) { margin-top: 0; } .label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .uk-select:not([multiple]):not([size]) option { color: #fff; } .uk-select { background-color: #000; color: #fff } } .core-grid-D { h2 { font-size: 2rem } .black_overlay-xlight { transition: all ease .3s; } .title-wrapper { transition: all ease .3s; } .height-target { height: 400px; } a { &:hover { text-decoration: none !important; .black_overlay-xlight { opacity: 0; } .title-wrapper { transform: translateY(240px); @media(max-width:960px) { transform: translateY(120px); } } } } } .our-brands-c { .overlay-target { transition: all ease .5s; opacity: 1; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(255, 255, 255, 1) 4%, rgba(0, 0, 0, 0) 66%); } .grow-target { transition: all ease .5s; } .shop-inventory { transition: all ease .5s; margin-top: -40px; margin-bottom: 30px; opacity: 0; } img { transition: all ease .8s; } a { text-decoration: none; &:hover { .overlay-target { opacity: 0; } .grow-target { transform: scale(1.2); } .shop-inventory { opacity: 1; margin-top: 10px; margin-bottom: 0; } img { transform: scale(1.5); } } } } /*-----Mobile Ctas-----*/ @media(max-width: 960px) { .mobile-cta { position: fixed; top: 88px; left: 0; border-radius: 0; width: 102%; z-index: 900; } .mobile-cta a { padding: 0; border-radius: 0; } .mobile-cta a:nth-child(1) { padding: 0; border-radius: 0; border-right: 1px solid @white; } .tm-main { margin-top: 40px; } } /*-----Global Media Queries-----*/ @media (max-width: 1200px) {} @media (max-width: 960px) {} @media (max-width: 640px) { .tm-top { a { padding: 0 10px; } } .uk-button-secondary { padding: 0 5px; } } @media (max-width: 425px) {} /*-----Marine Manager-----*/ // BirdEye Less .page-id-404 { .uk-article-title { padding: 30px 0px; text-align: center; margin: 0px; } #tm-main { padding-top: 0px; background-color: #f3f3f3; .uk-margin-medium { margin-top: 0px !important; } .uk-container { max-width: none; } } .review-wrapper { max-width: 1000px; margin: auto; hr { display: none; } } .grid--1of3 { display: none; } .actionButtonWrapper { display: flex; justify-content: center; #LoadReviews { display: none; } a { margin: 0px 10px; border: none; overflow: visible; font: inherit; -webkit-appearance: none; border-radius: 0; display: inline-block; box-sizing: border-box; padding: 0 30px; vertical-align: middle; font-size: .95rem; line-height: 38px; text-align: center; text-decoration: none; transition: .1s ease-in-out; transition-property: color, background-color, background-position, background-size, border-color, box-shadow; font-weight: 600; text-transform: uppercase; background-origin: border-box; background-color: @secondary; color: white !important; } } .visible-xs { display: none; } .block { article { background-color: white; padding: 20px; border-radius: 10px; border: 2px solid @primary; margin: 20px 0px; box-shadow: 0 5px 15px rgba(0, 0, 0, .3); } } .star-num { margin-left: 5px; font-size: 16px; img { position: relative; top: -2px; margin: 5px; height: 18px; filter: brightness(.25); } } .on-brand { font-size: 18px; a { color: @secondary !important; } } .date { font-size: 18px; margin-left: 5px; } .heading { font-size: 20px; font-weight: 600; } .content { font-size: 18px; } .powered { margin-top: 10px; display: flex; justify-content: center; img { height: unset; } } .block { img { height: 50px; width: auto; } } #tm-sidebar { display: none; } } /*-----Horizontal Nav-----*/ .nav-brand-switcher-container { .logo-icon-target { width: 40px; } } .tm-header .uk-navbar-dropdown { .uk-card { box-shadow: unset; border-right: 1px solid #f5f5f5; } } .tm-header .uk-navbar-dropdown .uk-list .el-item { margin-left: 20px; font-weight: bold; } .tm-header .uk-navbar-dropdown .uk-list a { color: @primary; } .uk-navbar-dropdown { display: none; width: 100% !important; padding: 0px; } /*-----Discover Inventory-----*/ .discover-inventory-A { // Slider Arrows .featured-slider { .uk-position-center-left-out { right: 97%; @media (max-width: 960px) { right: 90%; } } .uk-position-center-right-out { left: 97%; @media (max-width: 960px) { left: 90%; } } } .new-used { .uk-position-center-left-out { right: 93%; @media (max-width: 1250px) { right: 90%; } } .uk-position-center-right-out { left: 93%; @media (max-width: 1250px) { left: 90%; } } } } /*-----Forms-----*/ .gf_simple_horizontal { @media(max-width:960px) { .gform_body { display: flex !important; max-width: 100% !important; } .gfield_visibility_hidden { padding-right: 0 !important; } .spacer { padding-right: 0 !important; } .gfield { display: block !important; padding-bottom: 10px; } .gform_footer { display: flex !important; justify-content: center !important; max-width: unset !important; } } } .boat-single-form { .gform_wrapper { margin-top: -20px !important; } } .get-more-info-form { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; border: 1px solid @secondary !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; @media(max-width:1450px) { display: block !important; } @media(max-width:1200px) { display: flex !important; justify-content: space-between; } @media(max-width:500px) { display: block !important; } } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 12px !important; } .gfield-choice-input { margin: 0px -2px 0px 7px !important; } @media(max-width: 1550px) { .gfield_checkbox { display: flex; justify-content: flex-start; .gchoice { @media(max-width:1450px) { float: left; margin: 0; width: 40%; } @media(max-width:1200px) { float: unset; margin: unset; width: unset; } @media(max-width:500px) { float: left; margin: 0; width: 40%; } } } } .gform_confirmation_wrapper { height: 300px; position: relative; } .gform_confirmation_message { position: absolute; top: 40px; } } /*-----Inventory Archive-----*/ // Css Updates to fix broken styles coming from the inventory cards // Inventory Archive Header #inventory-archive { .h1-target { font-size: 2.3rem; span { display: block; &:nth-child(1) { padding-bottom: 10px; } &:nth-child(2) { font-size: 1.3rem; } } } } // Inventory Feed Cards :root { --mm-cta-view-boat-bg: @secondary; --mm-cta-view-boat-bg-hover: darken(@secondary, 25%); --mm-cta-view-boat-text: @white; --mm-cta-check-availability-bg: var(--mm-cta-view-boat-bg); --mm-cta-check-availability-bg-hover: var(--mm-cta-view-boat-bg-hover); --mm-cta-check-availability-text: var(--mm-cta-view-boat-text); --mm-usage-badge-bg: rgb(242, 242, 242); --mm-usage-badge-shadow: transparent; --mm-usage-badge-text: lighten(@primary, 10%); --mm-title-link-hover: var(--mm-cta-view-boat-bg); --mm-monthly-payment-link: darken(@primary, 20%); --mm-cta-request-pricing-bg: darken(@primary, 20%); --mm-cta-request-pricing-shadow: @primary; --mm-cta-request-pricing-bg-hover: @secondary; --mm-cta-request-pricing-text: @white; --mm-featured-bg: @primary; --mm-featured-text: @white; --mm-featured-card-gradient-to-100: @muted; --mm-featured-card-gradient-via-50: @muted; --mm-filter-accent: darken(@primary, 20%); --mm-cta-show-more-bg: @primary; --mm-cta-show-more-bg-hover: darken(@primary, 20%); --mm-cta-show-more-text: @white; } // Empty Inventory .hits-empty-state { text-align: center; } .hits-empty-state-image { margin: auto; } /*-----Boat Single-----*/ #boat-single { .total-views-box { @keyframes pulse-orange { 0% { box-shadow: 0 0 0 0 rgba(0, 207, 255, 1); } 70% { box-shadow: 0 0 0 10px rgba(49, 155, 66, 0); } 100% { box-shadow: 0 0 0 0 rgba(49, 155, 66, 0); } } } .price-header span { border-bottom: 1px solid #fff; } .h1-target { font-size: 3rem; margin: 0; } @media(max-width: 1550px) { .h1-target { font-size: 2.5rem } } @media(max-width: 640px) { .h1-target { font-size: 2rem; margin-bottom: 20px; } } .banner-text { padding: 5px 10px; background: #1753c8; border-radius: 5px; color: #fff; font-size: 1.2rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .uk-card-default { box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); } .slideshow-panel { img { border-radius: 5px; } } .uk-button { border-radius: 5px !important; } .uk-list-striped { border-radius: 5px; border: 1px solid #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #ebebeb; } .uk-list-striped>:nth-of-type(odd) { background: #fff; } .uk-list-striped li { justify-content: space-between; display: flex; font-weight: bold; } .form-panel { .gform_footer { margin-top: 10px !important; padding: 0 !important; } .gform_footer input { border-radius: 5px !important; background-color: #000 !important; font-weight: bold !important; } .gform_wrapper select { height: 45px !important; } .gform_wrapper .ginput_container_select { margin-bottom: 16px; } .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper input[type=text] { height: 45px; margin-bottom: 16px; } .gform_wrapper.gravity-theme .gfield textarea.small { height: 65px !important; } .gform_wrapper.gravity-theme .gform_fields { row-gap: 0 !important; } .gform_wrapper.gravity-theme .gform_footer { justify-content: center; } .gfield_checkbox { display: flex; justify-content: space-between; margin-bottom: 10px; } .gfield_checkbox label { max-width: calc(100% - 0px) !important; font-size: 14px; } .gfield_checkbox { display: flex; justify-content: space-between; } .gfield_checkbox label { max-width: calc(100% - 0px); font-size: 13px; } @media(max-width: 1550px) { .gfield_checkbox { display: block; .gchoice { float: left; max-width: unset; margin-left: 0%; width: 40%; } } } } .pay-calc-panel { .calculator-settings { margin: 25px auto !important; } .calc-subtotal { height: 100%; } .calc-subtotal-wrapper { height: 100%; } .calc-list-inner { height: 98%; } } .slideshow-panel { .uk-slidenav-container { position: relative; .uk-position-center-left { left: 10px; } } } } .details-mobile { @media(max-width:960px) { .nav_item { padding: 5px 7px; text-align: center; a { font-size: .8rem; padding: 0; } } } } /*-----Brand Archive-----*/ // Brand Archive #brand-archive { .h1-target { span { display: block; font-weight: bold; &:nth-child(1) { font-size: 2.3rem; margin-bottom: 10px; } &:nth-child(2) { font-size: 1.5rem; } } } .brand-archive-header-2 .image-target { clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); } } /*-----Manufacturer Single-----*/ /*-----Usage Single-----*/ /*-----Pay Calc-----*/ .financing-calculator { .number-input { position: relative; width: ~"calc(100% - 40px)"; padding: 6px 16px 4px 16px; border: 4px solid transparent; font-size: 16px; -moz-appearance: textfield; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ &::-webkit-outer-spin-button { -webkit-appearance: none; } &::-webkit-inner-spin-button { -webkit-appearance: none; } &:focus { border: @secondary 4px solid; outline: 0 !important; } } .input-container { position: relative; margin-bottom: 10px; .up-down-container { position: absolute; right: 0; top: 22px; -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ a { display: block; height: 18px; width: 24px; position: relative; &.up { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } &.down { .uk-icon { position: relative; top: -5px; left: 4px; color: black; } } } } .form-label { font-size: 14px; } .form-sub-label { font-size: 14px; margin-top: 3px; margin-bottom: 0px; } } .summary-list { p { font-size: 16px; margin: 0px; } } } /*-----Mobile Menu-----*/ #tm-dialog-mobile { background: @black; top: 129px !important; &:not(.uk-open) { display: none !important; } .uk-offcanvas-bar .uk-subnav-pill>.uk-active>a { background: @secondary; } .icon-target { width: 35px; } .mobile-subnavs .uk-offcanvas-bar { max-width: none !important; width: 100%; padding-top: 60px; } .mobile-subnavs .uk-offcanvas-close { left: 10px; right: auto; } .uk-nav-sub .logo-target { width: 30px; } .uk-navbar-toggle { color: @secondary; } .tm-header-mobile { .uk-navbar-left { img { height: 60px; padding: 5px 0px; width: auto; } } } #tm-dialog-mobile { background-color: @primary !important; z-index: 999 !important; } #custom_html-3 { margin-top: 10px; .toggle_sub { display: none !important; } .uk-nav-sub ul { padding-left: 0px; } ul.uk-nav-sub { padding-left: 0px !important; } .uk-nav-accordion>li>a { font-size: 20px; line-height: 22px; font-weight: 600; color: white; &:hover { color: @secondary; } } .uk-accordion>li { &>a { font-size: 18px; line-height: 20px; padding: 5px 0px; color: white; &:hover { color: @secondary; } } ul { font-size: 16px; font-weight: 600; p { font-weight: 500; color: white; } a:hover { color: @secondary; } } } .logo-square-container { width: 35px; padding: 4px; border-radius: 5px; background-color: white; &.supreme>* { max-height: 35px; } &>* { width: 100%; height: auto; } } .socials { .uk-icon { padding: 8px; } } .uk-offcanvas-bar:not(.no-image-back) { .image-container { background-color: white; border-radius: 5px; } } .uk-offcanvas { z-index: 9999 !important; } .uk-offcanvas-bar { background-color: @primary; h5 { width: 100%; border-bottom: 2px solid @secondary; font-size: 1.75rem; } .nav-divider { border-bottom: 2px solid @secondary; margin-bottom: 20px; } .brand-logo-container>* { max-width: 250px; width: 100%; } .image-container { padding: 5px; } .models-grid { p { font-size: 18px; } } } p { margin: 0px; color: white; } a { color: white; &:hover { color: @secondary !important; } } .uk-icon { color: white; } } } /*-----Sprites-----*/ //2024 Nautique Multi Sport Sprite .nautique-multi-sport-super-air-nautique-gs20, .nautique-multi-sport-super-air-nautique-gs22, .nautique-multi-sport-super-air-nautique-gs24 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Nautique_Multi-Sport_Sprite_2024.png'); } .nautique-multi-sport-super-air-nautique-gs20 { background-position: 0 0%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs22 { background-position: 0 50%; background-size: 100%; } .nautique-multi-sport-super-air-nautique-gs24 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Ski Sprite .nautique-ski-ski-nautique, .nautique-ski-ski-nautique-200 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Nautique_Ski_Sprite_2024.png'); } .nautique-ski-ski-nautique { background-position: 0 0%; background-size: 100%; } .nautique-ski-ski-nautique-200 { background-position: 0 100%; background-size: 100%; } //2024 Nautique Wake & Surf Sprite .nautique-wake-surf-paragon-g23, .nautique-wake-surf-paragon-g25, .nautique-wake-surf-super-air-nautique-g21, .nautique-wake-surf-super-air-nautique-g23, .nautique-wake-surf-super-air-nautique-g25, .nautique-wake-surf-super-air-nautique-s21, .nautique-wake-surf-super-air-nautique-s23, .nautique-wake-surf-super-air-nautique-s25 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Nautique_Wake-Surf_Sprite_2024.png'); } .nautique-wake-surf-paragon-g23 { background-position: 0 0%; background-size: 100%; } .nautique-wake-surf-paragon-g25 { background-position: 0 14.285714%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g21 { background-position: 0 28.571429%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g23 { background-position: 0 42.857143%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-g25 { background-position: 0 57.142857%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s21 { background-position: 0 71.428571%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s23 { background-position: 0 85.714286%; background-size: 100%; } .nautique-wake-surf-super-air-nautique-s25 { background-position: 0 100%; background-size: 100%; } // Regal Sterndrive Bowrider Sprite 2023 .Sterndrive-Bowrider_regal-2000es, .Sterndrive-Bowrider_regal-2800, .Sterndrive-Bowrider_regal-3300, .Sterndrive-Bowrider_regal-ls2, .Sterndrive-Bowrider_regal-ls36, .Sterndrive-Bowrider_regal-ls4, .Sterndrive-Bowrider_regal-ls6, .Sterndrive-Bowrider_regal-ls9 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_Sterndrive-Bowrider_2023.png'); } .Sterndrive-Bowrider_regal-2000es { background-position: 0 0%; background-size: 100%; } .Sterndrive-Bowrider_regal-2800 { background-position: 0 14.285714%; background-size: 100%; } .Sterndrive-Bowrider_regal-3300 { background-position: 0 28.571429%; background-size: 100%; } .Sterndrive-Bowrider_regal-ls2 { background-position: 0 42.857143%; background-size: 100%; } .Sterndrive-Bowrider_regal-ls36 { background-position: 0 57.142857%; background-size: 100%; } .Sterndrive-Bowrider_regal-ls4 { background-position: 0 71.428571%; background-size: 100%; } .Sterndrive-Bowrider_regal-ls6 { background-position: 0 85.714286%; background-size: 100%; } .Sterndrive-Bowrider_regal-ls9 { background-position: 0 100%; background-size: 100%; } // Regal Surf Sprite 2023 .Surf_regal-ls2, .Surf_regal-ls4, .Surf_regal-ls6, .Surf_regal-ls9 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_Surf_2023.png'); } .Surf_regal-ls2 { background-position: 0 0%; background-size: 100%; } .Surf_regal-ls4 { background-position: 0 33.333333%; background-size: 100%; } .Surf_regal-ls6 { background-position: 0 66.666667%; background-size: 100%; } .Surf_regal-ls9 { background-position: 0 100%; background-size: 100%; } // Regal SAV Sprite 2023 .SAV_regal-33, .SAV_regal-38 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_SAV_2023.png'); } .SAV_regal-33 { background-position: 0 0%; background-size: 100%; } .SAV_regal-38 { background-position: 0 100%; background-size: 100%; } // Regal Outboard Bow Rider Sprite 2023 .Outboard_Bowriderregal-21obx, .Outboard_Bowriderregal-29obx, .Outboard_Bowriderregal-33obx, .Outboard_Bowriderregal-lx2, .Outboard_Bowriderregal-lx36, .Outboard_Bowriderregal-lx4, .Outboard_Bowriderregal-lx6 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_Outboard-Bowrider_2023.png'); } .Outboard_Bowriderregal-21obx { background-position: 0 0%; background-size: 100%; } .Outboard_Bowriderregal-29obx { background-position: 0 16.666667%; background-size: 100%; } .Outboard_Bowriderregal-33obx { background-position: 0 33.333333%; background-size: 100%; } .Outboard_Bowriderregal-lx2 { background-position: 0 50%; background-size: 100%; } .Outboard_Bowriderregal-lx36 { background-position: 0 66.666667%; background-size: 100%; } .Outboard_Bowriderregal-lx4 { background-position: 0 83.333333%; background-size: 100%; } .Outboard_Bowriderregal-lx6 { background-position: 0 100%; background-size: 100%; } // Regal Express Cruiser Sprite 2023 .Express_Cruiser_regal-26, .Express_Cruiser_regal-26xo, .Express_Cruiser_regal-28, .Express_Cruiser_regal-33, .Express_Cruiser_regal-33xo, .Express_Cruiser_regal-ls4c { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_Express_Cruiser_2023.png'); } .Express_Cruiser_regal-26 { background-position: 0 0%; background-size: 100%; } .Express_Cruiser_regal-26xo { background-position: 0 20%; background-size: 100%; } .Express_Cruiser_regal-28 { background-position: 0 40%; background-size: 100%; } .Express_Cruiser_regal-33 { background-position: 0 60%; background-size: 100%; } .Express_Cruiser_regal-33xo { background-position: 0 80%; background-size: 100%; } .Express_Cruiser_regal-ls4c { background-position: 0 100%; background-size: 100%; } // Regal Yacht Sprite 2023 .Yacht_regal-36grandecoupe, .Yacht_regal-36xo, .Yacht_regal-38fly, .Yacht_regal-38fxo, .Yacht_regal-38grandecoupe, .Yacht_regal-38xo, .Yacht_regal-42fly, .Yacht_regal-42fxo, .Yacht_regal-42grandecoupe, .Yacht_regal-42xo { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Regal_Yacht_2023.png'); } .Yacht_regal-36grandecoupe { background-position: 0 0%; background-size: 100%; } .Yacht_regal-36xo { background-position: 0 11.111111%; background-size: 100%; } .Yacht_regal-38fly { background-position: 0 22.222222%; background-size: 100%; } .Yacht_regal-38fxo { background-position: 0 33.333333%; background-size: 100%; } .Yacht_regal-38grandecoupe { background-position: 0 44.444444%; background-size: 100%; } .Yacht_regal-38xo { background-position: 0 55.555556%; background-size: 100%; } .Yacht_regal-42fly { background-position: 0 66.666667%; background-size: 100%; } .Yacht_regal-42fxo { background-position: 0 77.777778%; background-size: 100%; } .Yacht_regal-42grandecoupe { background-position: 0 88.888889%; background-size: 100%; } .Yacht_regal-42xo { background-position: 0 100%; background-size: 100%; } //2025 Centurion Nv-Series Sprite .centurion-nv213-2025, .centurion-nv233-2025 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Centurion_Nv-Series_2025_Sprite.jpg'); } .centurion-nv213-2025 { background-position: 0 0%; background-size: 100%; } .centurion-nv233-2025 { background-position: 0 100%; background-size: 100%; } //2025 Centurion Fi-Series Sprite .centurion-fi23-2025, .centurion-fi25-2025 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Centurion_Fi-Series_2025_Sprite.jpg'); } .centurion-fi23-2025 { background-position: 0 0%; background-size: 100%; } .centurion-fi25-2025 { background-position: 0 100%; background-size: 100%; } //2025 Centurion Fe-Series Sprite .centurion-fe22-2025, .centurion-fe23-2025, .centurion-fe25-2025 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Centurion_Fe-Series_2025_Sprite.jpg'); } .centurion-fe22-2025 { background-position: 0 0%; background-size: 100%; } .centurion-fe23-2025 { background-position: 0 50%; background-size: 100%; } .centurion-fe25-2025 { background-position: 0 100%; background-size: 100%; } //2025 Centurion Ri-Series Sprite .centurion-ri230-2025, .centurion-ri245-2025, .centurion-ri265-2025 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Centurion_Ri-Series_2025_Sprite.jpg'); } .centurion-ri230-2025 { background-position: 0 0%; background-size: 100%; } .centurion-ri245-2025 { background-position: 0 50%; background-size: 100%; } .centurion-ri265-2025 { background-position: 0 100%; background-size: 100%; } // Supreme Sprite 2023 .Supreme_s220-studio-03, .Supreme_s240-studio-03, .Supreme_supreme-zs212-home2, .Supreme_zs232-studio-03, .Supreme_zs252-studio-03 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Supreme_sprite_2023.png'); } .Supreme_s220-studio-03 { background-position: 0 0%; background-size: 100%; } .Supreme_s240-studio-03 { background-position: 0 25%; background-size: 100%; } .Supreme_supreme-zs212-home2 { background-position: 0 50%; background-size: 100%; } .Supreme_zs232-studio-03 { background-position: 0 75%; background-size: 100%; } .Supreme_zs252-studio-03 { background-position: 0 100%; background-size: 100%; } //2023 Bennington R Series Sprite .bennington-r-bowrider, .bennington-r-series, .bennington-rx-sport-series { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Bennington_R-Series_Sprite_2023.png'); } .bennington-r-bowrider { background-position: 0 0%; background-size: 100%; } .bennington-r-series { background-position: 0 50%; background-size: 100%; } .bennington-rx-sport-series { background-position: 0 100%; background-size: 100%; } //2023 Bennington Q Series Sprite .bennington-q-series, .bennington-qx-series { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Bennington_Q-Series_Sprite_2023.png'); } .bennington-q-series { background-position: 0 0%; background-size: 100%; } .bennington-qx-series { background-position: 0 100%; background-size: 100%; } //2023 Bennington L Series Sprite .bennington-l-bowrider-series, .bennington-l-series, .bennington-lx-sport-series { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Bennington_L-Series_Sprite_2023.png'); } .bennington-l-bowrider-series { background-position: 0 0%; background-size: 100%; } .bennington-l-series { background-position: 0 50%; background-size: 100%; } .bennington-lx-sport-series { background-position: 0 100%; background-size: 100%; } //2023 Bennington S Series Sprite .bennington-s-series, .bennington-sv-series, .bennington-sx-series { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/Bennington_S-Series_Sprite_2023.png'); } .bennington-s-series { background-position: 0 0%; background-size: 100%; } .bennington-sv-series { background-position: 0 50%; background-size: 100%; } .bennington-sx-series { background-position: 0 100%; background-size: 100%; } //2025 Balise Sprite .balise-helix26, .balise-horizon26 { max-width: 100%; background-size: 100%; background-image: url('/wp-content/uploads/2025/04/balise_2025_sprite.png'); } .balise-helix26 { background-position: 0 0%; background-size: 100%; } .balise-horizon26 { background-position: 0 100%; background-size: 100%; } .uk-width-xlarge\@m { width: 700px; }