body {  
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a19c6fe4-ec25-4828-b705-271dd85a1dc2/fort-fremont-background-lake-80.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a19c6fe4-ec25-4828-b705-271dd85a1dc2/fort-fremont-background-lake-80.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#content-container {
    width: 1180px;
    margin: auto;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
#content-container {
    width: 972px; }
}

@media (max-width: 991px) {
#content-container {
    width: 748px; }
}

@media (max-width: 767px) {
#content-container {
    width: 100%;
    padding-top: 0; }
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 900;
}

a {
    color: #b59249;
    transition: .3s;
}

a:hover, a:focus {
    color: #2d7771;
    text-decoration: none;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer  {
    background-color: white;
    padding: 15px;
}

.promo-detail {
    color: rgb(51,51,51);
}

.employmentpage hr {
    border-top: 1px solid #808080;
}




/* HEADER */

.header-container {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 10px;
    align-items: center;
}

.header-block {
    flex: 0 0 33%;
    font-weight: 900;
    font-size: 16px;
}

.header-block .dealer-address {
    display: block;
}

.header-block a.dealer-phone.phone-text {
    display: block;
}

.header-block a {
    color: white;
}

.header-block a:hover {
    color: #b7b7b7;
}

.header-block:nth-child(2) {
    text-align: center;
}

img.header-logo {
    max-width: 250px;
}

.header-social.header-block {
    display: flex;
    font-size: 40px;
    justify-content: flex-end;
}

.header-social a {
    padding-left: 20px;
}

.dealer-ebay {
    width: 90px;
    padding-left: 15px !important;
}





/* NAVIGATION */

#main-nav {
    background-color: white;
    height: 33px;
}

.navbar {
    min-height: 20px;
}


@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 900;
    color: #b59249; }
}





/* CONTENT */

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.button-container a {
    flex: 0 0 20%;
    margin: 10px 15px;
}

.button-container h3 {
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 20px;
    border-top: 2px solid white;
    padding-top: 11px;
}

.button-container img {
    filter: opacity(0.7);
    transition: .3s;
}

/*.button-container a:before {
    content: '';
    background-color: white;
    width: 228px;
    height: 226px;
    position: absolute;
}*/

.button-container a:hover img {
    filter: opacity(1);
    transform: scale(1.1);
}

.oemcontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d08df3af-f738-4478-a555-87f836eeae22/oem-background.png);
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px 10px 12px;
}

.oemblock {
    transition: .3s;
}

.oemblock:hover {
    transform: scale(1.2);
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.home-about {
    background-color: white;
    padding: 10px;
}

.home-about h1 {
    font-size: 24px;
    text-align: center;
    position: relative;
    color: #2d7771;
}

.home-about h1:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faf95bee-951a-445b-ba37-4b1976d4acd2/rivet.png);
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -20px;
}

.home-about h1:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faf95bee-951a-445b-ba37-4b1976d4acd2/rivet.png);
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -20px;
}

.home-about p:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faf95bee-951a-445b-ba37-4b1976d4acd2/rivet.png);
    background-size: 100% 100%;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.home-about p:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faf95bee-951a-445b-ba37-4b1976d4acd2/rivet.png);
    background-size: 100% 100%;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -14px;
    right: 0;
}

.home-about p {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.page-background > div {
    background-color: white;
    padding: 15px;
}

.p-header h1 {
    border-bottom: 2px solid #2d7771;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}

table.servicetable.k-table {
    width: 100%;
}

table.servicetable.k-table td {
    border: 2px solid #eaeaea;
}

td.tbl-hdr {
    background-color: #eaeaea;
    font-weight: 900;
}

.disclaimertext {
    font-size: 10px;
    font-style: italic;
    padding-top: 5px;
    margin-bottom: 15px;
}

.service-wrapper {
    display: flex;
    justify-content: space-around;
}

img.parts-pic {
    padding: 10px 0px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #2d7771;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #d0d0d0;
    border-color: #cccccc;
}

img.aboutpic {
    float: right;
    width: 60%;
    padding: 0 0 10px 10px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 35%;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dock-lift-wrapper {
    display: flex;
    justify-content: space-around;
}

.dock-lift-block {
    padding: 10px;
}

.dock-lift-block a {
    margin-top: 15px;
}

.lift-wrapper,
.dock-wrapper {
    display: flex;
    flex-flow: column;
}

.lift-block,
.dock-block {
    background-color: #eaeaea;
    padding: 10px;
    margin: 10px 0px;
}

.lift-wrapper h2,
.dock-wrapper h2 {
    border-bottom: 2px solid #2d7771;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    color: white;
    font-size: 40px;
}

.department-container .department {
    background: white;
}

.department .title {
    background: #000;
    color: white;
}








/*GALLERY--------------------------------------------------------------------------------------------------------------------------------- */
.gal-container {
    padding: 0 20px 0 0;
    margin-left: -5px;
}
.gal-item {
    overflow: hidden;
    padding: 5px;
}
.gal-item .box {
    height: 250px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.servicePhotos .box img {
    object-fit: contain;
    -o-object-fit: contain;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}


@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto; }
}








/* UPCOMING EVENTS */

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3,
#CustomEventWidget,
#CustomEventWidget .eventWrapper {
    background: transparent;
}

.upcomingevents > div {
    background-color: white;
}

.eventInfo h4 {
    color: #000;
}

#CustomEventWidget .eventDate {
    background-color: #2d7771;
}

.upcomingevents {
    height: fit-content;
}

a.eventLink {
    margin-bottom: 20px;
}

.calEvent:hover .eventInfo p {
    color: black;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: black;
}






/* FEATURED INVENTORY */

.single-item-slider .item {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-bottom: solid 2px #ffffff;
    border-radius: 0px;
    border-top: solid 6px #ffffff;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .item-detail .name {
    color: #2d7771;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 3%;
    color: black;
    text-transform: uppercase;
    bottom: 20px;
}

.featuredinventory h2 {
    text-align: center;
    color: white;
    font-size: 35px;
    position: relative;
}






/* RECENT REVIEWS */

.recentreviews .single-item-slider .slider-inner .item {
    width: 325px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.review-comments {
    color: #2d7771;
    font-weight: 900;
}

.recentreviews h2 {
    text-align: center;
    color: white;
    font-size: 35px;
    position: relative;
}







/* INVENTORY */

.input-group .form-control {
    margin: 0;
    border: 1px solid #dddddd;
}

.inventory-container .vehicle:hover {
    background-color: #2d7771;
}

.inventory-container .vehicle .title a { color: #333; }

.inventory-container a:not(.btn), #filters-box li label {
    color: #2d7771;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 40px;
    padding: 0 0 5px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .title {
    padding: 0px 5px;
    border-top: 3px solid #2d7771;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    color: #b59249;
    text-transform: uppercase;
    font-weight: 900;
}

.vehicle-box {
    margin: -3px -6px -3px -6px;
    padding: 15px 5px;
}

#ModalVehicleInquiry {
    border-radius: 2px;
    border: 2px #1babff solid;
    max-height: 100vh;
    overflow-y: auto;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
    height: 191px;
}

.inventory-container .vehicle .savings {
    position: absolute;
    bottom: 3%;
    left: 7%;
}

.blurbBanner span {
    padding: 0 128px 0 15px;
}

.panel-default>.panel-heading {
    background-color: #ffffff;
}

.panel-heading .panel-toggle {
    font-weight: 900;
    color: #b59249;
}







/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: #eaeaea;
    padding: 10px;
}

.form-control {
    border-radius: 0;
    margin: 5px 0px;
    background-color: white;
    border: none;
    font-size: 14px!important;
}

.form-header-text {
    font-size: 25px;
}

.forms-title-section {
    font-size: 16px;
}

label {
    margin-bottom: 0px;
    font-weight: 900;
    margin-top: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #2d7771;
    border-color: #2d7771;
    border-radius: 0;
    margin: 10px 0px 5px;
    transition: .3s;
}

.btn-primary:hover {
    color: #fff;
    background-color: #205450;
    border-color: #205450;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #205450;
    border-color: #205450;
}

.btn-sec {
    display: block;
    width: fit-content;
    font-size: 20px;
    padding: 5px 20px;
    margin: 10px auto;
}

@media (min-width: 768px) {
.btn-block {
    display: flex;
}
}

.fishing-btn {
    margin: 30px auto;
}

.fishingsponsors {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fishingsponsors > div {
    margin: 0 2%;
    flex: 0 0 21%;
}

.inquiryformcontainer,
.locationBox {
    background-color: #eaeaea;
}

.vdpinquiryheader {
    font-size: 25px;
}

#Form856 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6),
#Form865 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4),
#Form866 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4) {
    width: 100%;
    display: inline-block;
    padding: 0px 5px;
}

#Form856 > div:nth-child(2) > fieldset > div:nth-child(n+7),
#Form865 > div:nth-child(2) > fieldset > div:nth-child(n+5),
#Form866 > div:nth-child(2) > fieldset > div:nth-child(n+5) {
    padding: 0px 5px;
}

.wakeTourneySponsors img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.tourneyDates ul > li {
    margin: 10px 0;
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+5):nth-child(-n+8),
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+34):nth-child(-n+49) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+16):nth-child(-n+18) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+4),
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+9):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form8046 > div:nth-child(1) > fieldset > div:nth-child(11) > div > div > div:nth-child(n+3):nth-child(-n+4),
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(12) > div > div > div:nth-child(n+2):nth-child(-n+3),
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+22):nth-child(-n+31),
#Form8046 > div:nth-child(1) > fieldset > div:nth-child(n+52):nth-child(-n+91) {
    width: 20%;
    display: inline-block;
    padding: 0 5px;
}

#Form8046 > div:nth-child(1) > fieldset > div:nth-child(13) > div > div > div:nth-child(n+2):nth-child(-n+3) {
    width: 10.5%;
    display: inline-block;
    padding: 0 5px;
}

#Form8046 > div:nth-child(1) > fieldset > div:nth-child(19) > div > div > div:nth-child(n+2):nth-child(-n+4) {
    width: 16%;
    display: inline-block;
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #b3b3b3;
    text-align: center;
}

.footer-background {
    background-color: black;
    position: relative;
    margin-top: 60px;
}

.footer-background:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background-size: 100% 100%;
    height: 100px;
    width: 100%;
    content: '';
    position: absolute;
    top: -100px;
}

.footer-container {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 10px 10px 30px;
}

.footer-block h3 {
    text-transform: uppercase;
    color: #b59249;
}

.footer-block a {
    color: white;
}

.footer-block a:hover {
    color: #bfbfbf;
}

.footer-block table td:last-child {
    padding-left: 30px;
}

img.footer-logo {
    max-width: 225px;
    display: block;
}

.footer-block span.dealer-address {
    display: block;
}

.footer-block ul {
    padding: 0;
    list-style: none;
}

.footer-block a.dealer-phone.phone-text {
    font-weight: 900;
    display: block;
    font-size: 24px;
}

.footer-block ul li:before {
    content: '\f105';
    font-family: fontawesome;
    padding-right: 5px;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

#thankyou-page {
    color: white;
}

.fishingHeader {
    position: relative;
}

.fishingHeader:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
}

.covidModal {
    width: 90%;
    position: fixed;
    top: 50px;
    z-index: 20000;
    background: white;
    border: 5px solid #b59249;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    max-height: calc(100vh - 125px);
    overflow: auto;
    display: none;
}

.closebtn {
    float: right;
    right: 15px;
    background: #b59249;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.nsSignupDesktop {
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    background: #eaeaea;
    border: 5px solid #2d7771;
    border-radius: 8px;
    padding: 15px;
    max-width: 600px;
    z-index: 3000;
}

.nsSignupDesktop .form-header-text {
    display: none;
}

.nsSignupDesktop img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.nsSignupDesktop p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.nsSignupDesktop .mainform {
    width: 100%;
    left: 0;
    padding: 0;
}

.nsSignupMobile {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 90px;
    background: white;
    z-index: 30000;
    margin-left: -15px;
}

.nsMobClose, .nsDesktopClose {
    background: black;
    padding: 1px 9px;
    font-size: 18px;
    border-radius: 50%;
    position: fixed;
    top: 5px;
    right: 5px;
    color: white;
}

.nsSignupMobLink {
    display: flex;
}

.nsMobImg {
    flex: 0 0 83px;
}

.nsMobContent {
    flex-basis: calc(100vw - 83px);
}

.nsMobContent img {
    height: 43px;
    display: block;
    margin: 5px auto 0;
}

.nsMobContent span {
    color: black;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.nsMobImg .fa-envelope {
    font-size: 60px;
    margin-left: 15px;
    margin-top: 12px;
}

.nsSignupDesktop input[type="text"] {
    font-size: 14px;
}


@media (max-width: 767px) {
    .header-container, .header-container img {
        display: none;
    }
    .footer-container {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    #main-nav {
        height: auto;
        background-color: #b59249;
        position: fixed;
        width: 100%;
        z-index: 2040;
    }
    #main-nav-collapse {
        z-index: 2040;
        background-color: #b59249;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .navbar-nav > li > a {
        color: white;
        font-size: 18px;
        padding: 20px 15px;
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav>li>a:hover, .nav>li>a:focus {
        background-color: black;
    }
    .dropdown-menu>li>a {
        color: white;
        padding: 15px 0;
    }
    #main-nav .dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .button-container a {
        flex: 0 0 45%;
        margin: 0;
    }
    .button-container h3 {
        font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .featuredinventory h2 {
        font-size: 32px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 220px;
    }
    .widget-UpcomingEvents h3 {
        font-size: 22px;
    }
    .oemcontainer {
        flex-wrap: wrap;
        padding: 10px 10px 5px;
    }
    .oemblock {
        flex: 0 0 22%;
        margin: 5px;
    }
    .home-about h1 {
        font-size: calc(28px + (38 - 28) * ((100vw - 320px) / (768 - 320)));
    }
    .recentreviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .widget-Reviews .single-item-slider .img-container {
        height: 90px;
    }
    .widget-Reviews .single-item-slider .img-container img {
        height: 85px;
    }
    .footer-background {
        margin-top: 35px;
    }
    img.footer-logo {
        margin: 0 auto 10px;
    }
    .footer-block ul a li {
        font-size: 18px;
        padding: 20px;
    }
    .footer-block table {
        width: 300px;
        margin: 0 auto;
    }
    #main-nav .navbar-brand {
        height: 60px;
        margin: 1px 0;
        padding: 3px 15px;
    }
    #home-page {
        padding-top: 30px;
    }
    #filters-modal {
        top: 70px;
    }
    .inventory-container .vehicle .price.not-itemized {
        font-size: 24px;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #vdp-container {
        margin-top: -1px;
    }
    .p-header h1 {
        font-size: calc(20px + (38 - 20) * ((100vw - 320px) / (768 - 320)));
        width: 100%;
    }
    .partsform {
        order: 2;
    }
    .partstext > .widget-inner, .servicetext > .widget-inner, .partsform > .widget-inner, .serviceform > .widget-inner, .wakeskitext > .widget-inner, .wakeskiform > .widget-inner, .wednesdayform > .widget-inner, .tourneyform > .widget-inner, .abouttext > .widget-inner, .mhHours > .widget-inner, .racingtext > .widget-inner, .fishingtext > .widget-inner, .fishingposter > .widget-inner, .fishingbutton > .widget-inner, .walleyechamps > .widget-inner, .stafftext > .widget-inner, .dockspage > .widget-inner {
        margin-top: 0 !important;
    }
    .partstext h3, .servicetext h3, .service-block h3, .wakeskitext h3 {
        font-size: calc(17px + (24 - 17) * ((100vw - 320px) / (768 - 320)));
    }
    .tbl-hdr h4 {
        font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (768 - 320)));
    }
    .gal-container {
        padding: 0;
        width: 100%;
        margin-left: 0;
    }
    .gal-item .box {
        height: auto;
    }
    .box img {
        max-width: fit-content;
    }
    .modal-open .gal-container .modal {
        height: calc(100vh - 80px);
        top: 70px;
    }
    .gal-container .description {
        top: 0;
        padding: 0 10px;
        height: auto;
    }
    .modal-open .gal-container .modal .modal-content {
        background-color: unset;
    }
    .wednesdayform .form-header-text {
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (768 - 320)));
    }
    .tourneyform .form-header-text {
        font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    img.aboutpic {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .employmentform .form-header-text {
        font-size: 24px;
    }
    .fishingtable td {
        padding: 10px 0;
    }
    .fishing-btn {
        white-space: normal;
    }
    .dock-lift-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .featuredinventory h2:before {
        content: '';
        width: 50px;
        height: 2px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 17px;
    }
    .featuredinventory h2:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: white;
        position: absolute;
        right: 28px;
        top: 17px;
    }
    .footer-block ul a li {
        padding: 10px;
    }
#main-nav .nav > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
}
    .upcomingevents h2 {
        font-size: 24px;
    }
    .upcomingevents h3 {
        font-size: 16px;
    }
    .oemblock {
        margin: 0 5px;
        -ms-flex: 0 0 12%;
    }
    .home-about {
        margin-top: 30px;
    }
    .gal-container {
        width: 750px;
    }
    .wakeskitext h3 {
        width: 720px;
    }
    .wednesdayform .form-header-text, .tourneyform .form-header-text {
        font-size: 20px;
    }
    .gal-container .description {
        top: 0;
    }
    #main-nav .nav li:hover > ul {
        z-index: 2040;
    }
    #Form856 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6), #Form865 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4), #Form866 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4) {
        width: 50%;
    }
    .fishingtable td {
        padding: 10px 0;
    }
    .dock-lift-block {
        -ms-flex: 0 0 47%;
    }
    .wakeskipic img {
        max-width: 50%;
    }
    .fishingsponsors {
        margin: 2% auto;
    }
}

@media (min-width: 992px) {
    .header-container, .footer-container {
        width: 980px;
    }
    .header-block {
        font-size: 18px;
    }
    .footer-block ul a li {
        padding: 0px;
    }
    .button-container h3 {
        font-size: 23px;
    }
    .featuredinventory h2:before, .featuredinventory h2:after {
        width: 120px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 177px;
    }
    .single-item-slider .item-detail .price {
        font-size: 16px;
    }
    .upcomingevents h2 {
        font-size: 30px;
    }
    .upcomingevents h3 {
        font-size: 22px;
    }
    .oemblock {
        margin: 0;
    }
    .home-about {
        margin-top: 0;
    }
    .recentreviews .single-item-slider .slider-inner .item {
        width: 285px;
    }
    .home-about h1 {
        font-size: 22px;
    }
    .home-about p {
        font-size: 14px;
        line-height: 23px;
    }
    .gal-container {
        width: 970px;
    }
    .wakeskitext h3 {
        width: 940px;
    }
    .wednesdayform .form-header-text, .tourneyform .form-header-text {
        font-size: 18px;
    }
    .gal-container .description {
        top: -40px;
    }
    .covidModal {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse.collapse {
        height: 33px!important;
    }
    .header-container, .footer-container {
        width: 1180px;
    }
    #main-nav .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .button-container a {
        margin: 10px 26px;
    }
    .featuredinventory h2:before, .featuredinventory h2:after {
        width: 177px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 221px;
    }
    .single-item-slider .item-detail .price {
        font-size: 19px;
    }
    .upcomingevents h3 {
        font-size: 24px;
    }
    .recentreviews .single-item-slider .slider-inner .item {
        width: 351px;
    }
    .home-about h1 {
        font-size: 24px;
    }
    .home-about p {
        font-size: 16px;
        line-height: 30px;
    }
    .gal-container {
        width: 1170px;
    }
    .wakeskitext h3 {
        width: auto;
    }
    .wednesdayform .form-header-text, .tourneyform .form-header-text {
        font-size: 22px;
    }
    .covidModal {
        width: 60%;
    }
}

#newsLetterSignUpTab {
    position: fixed;
    right: -55px;
    top: 40%;
    transform: rotate(90deg);
    background: #0B5F50;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    font-size: 15px;
    transition: all .5s ease;
}
#newsLetterSignUpTab:hover {right: -50px; transition: all .5s ease;}