body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #ffffff url(https://psmfirestorm.blob.core.windows.net/e31716b8-9971-48ff-9812-b12a468112bb/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/e31716b8-9971-48ff-9812-b12a468112bb/background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#outer-wrapper {
    overflow-x: hidden;
}

a {
    color: #017cca;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.btnSection {
    position: relative;
    background-color: white;
}

.btnSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d42e1224-2a65-43a8-b9b7-b813694698cc/divider-3.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/*
.btnSection:after, 
.preSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/941b8fb9-9693-4de4-9f30-0a05eec38778/new-btn.jpg);
    width: 40%;
    height: 62%;
    background-size: contain;
    position: absolute;
    right: -9%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
*/

.preSection {
    background-color: white;
    margin-top: 0!important;
    position: relative;
}

/*
.preSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c09e4b1c-3c2d-42b3-ab3a-20107a3f7146/used-btn.jpg);
    right: unset;
    left: 0;
}
*/

.servSection,
.slipSection {
    background-color: white;
    margin-top: 0!important;
}

.sliderSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d1667cb4-79d8-473b-9e1d-ca59a130589c/slider-back.jpeg);
    background-size: cover;
    margin-top: 0!important;
    padding: 10% 0;
    background-attachment: fixed;
    position: relative;
}

.sliderSection:before, 
.sliderSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d42e1224-2a65-43a8-b9b7-b813694698cc/divider-3.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -1px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.sliderSection:after {
    top: unset;
    transform: rotate(0deg);
    bottom: 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/844f3a1b-e191-404c-a51f-bd6f3cb74e4e/featuredBack.jpg);
    background-size: cover;
    margin-top: 0!important;
    background-attachment: fixed;
    position: relative;
}

.featuredSection:before, 
.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d42e1224-2a65-43a8-b9b7-b813694698cc/divider-3.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -1px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.aboutSection {
    background-color: white;
    margin-top: 0!important;
    padding: 2% 0 17%;
    position: relative;
    z-index: 333;
}

.aboutSection:before {
    transform: rotate(0deg);
    top: -99px;
}

.aboutSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/0f9ea46f-31b5-46dc-b5c9-12b0b500b356/marina-4.jpg);
    background-size: cover;
    width: 100%;
    height: 62%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(255 255 255 / 88%);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 57%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 15px;
}

.headerBlock {
    display: flex;
    margin-left: 10px;
    position: relative;
    z-index: 333;
}

.headerBlock a {
    font-size: 25px;
    margin: 7px;
    color: black;
}

.headerLogo {
    position: relative;
    z-index: 333;
}






/* NAVIGATION */

#main-nav {
    margin-top: -67px;
}

#main-nav .container {
    width: 1470px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 13px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
}





/* CONTENT */

.homeSearchContainer {
    margin: 100px 50px 200px;
}

.homeSearchContainer h2 {
    font-size: 60px;
    line-height: 60px;
}

.homeSearchContainer h5 {
    position: relative;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 400;
}

.homeSearchContainer h5:before {
    content: '';
    width: 52px;
    height: 3px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 15px;
}

.homeSearchTitle span {
    display: block;
    font-size: 70px;
    font-style: italic;
    width: max-content;
    position: relative;
}

.homeSearchTitle span:before {
    content: '';
    width: 102%;
    height: 31px;
    background-color: #6bacef;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.siteSearch {
    display: flex;
    width: 500px;
}

.siteSearch .form-control {
    font-size: 16px;
    padding: 25px 15px;
    border-radius: 15px 0 0 15px;
    border: 3px solid #6bacf0;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    font-size: 20px;
    background-color: #027abe;
    border-radius: 0 15px 15px 0;
    border: 3px solid #6bacf0;
    margin: 0;
}

.buttonWrapper {
    margin: 10% 0;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
}

.buttonContainer a {
    flex: 0 0 24%;
    background-color: #dadada;
    padding: 15px;
}

.homeBtnNew, 
.homeBtnPre {
    margin: 7% 17%;
    position: relative;
}

.homeBtnNew:after, 
.homeBtnPre:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/941b8fb9-9693-4de4-9f30-0a05eec38778/new-btn.jpg);
    background-size: 100%;
    width: 100%;
    height: 286px;
    position: absolute;
    right: -64%;
    top: 50%;
    background-position: center;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.homeBtnPre:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c09e4b1c-3c2d-42b3-ab3a-20107a3f7146/used-btn.jpg);
    right: unset;
    left: -64%;
}

.homeBtnNew h2,
.homeBtnPre h2{
    font-size: 68px;
}

.homeBtnPre h2 {
    text-align: right;
}

.homeBtnNew h2 span, 
.homeBtnPre h2 span {
    display: block;
}

.homeBtnNew h5,
.homeBtnPre h5{
    font-size: 20px;
    position: relative;
    padding-left: 70px;
}

.homeBtnPre h5 {
    width: max-content;
    margin-left: auto;
}

.homeBtnNew h5:before,
.homeBtnPre h5:before {
    content: '';
    width: 61px;
    height: 3px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    top: 7px;
}

.service-wrapper, 
.slip-wrapper {
    width: 90%;
    margin: 3% auto;
}

.serv-cont {
    position: relative;
    background-image: url(https://psmfirestorm.blob.core.windows.net/85998fba-05d2-4aee-ae9e-08ad4f5766f0/serv-pic-new-blur.jpg);
    background-size: cover;
    padding: 5%;
    width: 70%;
}

.slip-cont {
    position: relative;
    background-image: url(https://psmfirestorm.blob.core.windows.net/6b8496d4-19d1-4455-88e5-e6498e3b7280/slip-pic-blur.jpg);
    background-size: cover;
    padding: 5%;
    width: 70%;
    margin-left: 30%;
}

.serv-text,
.slip-text {
    background-color: white;
    position: absolute;
    top: 27%;
    font-size: 20px;
    width: 40%;
    padding: 2% 2% 2% 2%;
    height: fit-content;
}

.serv-text {
    right: -20%;
    border-right: 15px solid #6bacee;
}

.slip-text {
    left: -20%;
    border-left: 15px solid #6bacee;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.oemContainer div {
    padding: 10px 15px;
    transition: .3s;
    flex: 0 0 35%;
}

.oemContainer div:hover {
    transform: scale(1.1);
}

.homeWelcome {
    text-align: center;
}

.homeWelcome h5 {
    margin-bottom: 0;
}

.homeWelcome h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 45px;
}

.homeAbout p {
    line-height: 33px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 350px;
    background-color: black;
}

.p-header h1 {
    font-size: 72px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 5px 20px;
    width: max-content;
    color: white;
    text-shadow: 0 0 5px black, 2px 2px 2px black;
}

.p-header h1:before {
    content: '';
    width: 100%;
    height: 31px;
    background-color: #6bacef;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    filter: opacity(0.8);
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: none;
    background: #017cca;
    color: white;
}

.department .employee .name p,
.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 42px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 84%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.boatSlipContainer {
    display: flex;
    justify-content: space-between;
}

.boatSlipContainer div {
    flex: 0 0 50%;
    padding: 10px;
}

h2.boatSlipTitle {
    text-align: center;
    margin-top: 15px!important;
    margin-bottom: 0;
}

.boatSlipRates {
    width: 100%;
    background-color: white;
}

.boatSlipRates td {
    padding: 5px;
    border: 1px solid black;
}

.boatServiceContainer img {
    float: left;
    padding: 0 10px 10px 0;
    width: 50%;
}

.boatServiceContainerBtm {
    display: flex;
    flex-flow: column;
    margin-top: 25px;
}

.boatServiceContainerBtm div:nth-child(1) img {
    float: left;
    padding: 10px 10px 10px 0;
}

.boatServiceContainerBtm div:nth-child(2) img {
    float: right;
    padding: 10px 0px 10px 10px;
}

.boatOEMContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: white;
}

.boatOEMContainer div {
    flex: 0 0 22%;
    text-align: center;
    padding: 10px;
}

.partsTable td {
    border: 1px solid gray;
    padding: 3px 10px;
}








/* FEATURED INVENTORY */

.featuredInventory {
    padding: 15% 0;
}

.featuredSection .container {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 267px;
}

.single-item-slider .slider-outer {
    height: 288px;
}

.featuredInventory h2 {
    position: relative;
    width: max-content;
    font-size: 38px;
    z-index: 34;
    font-style: italic;
    color: white;
}

.featuredInventory h2:before {
    content: '';
    width: 100%;
    height: 19px;
    background-color: #6bacee;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-align: left;
    line-height: 21px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0 1%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 2px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: solid 1px;
}





/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 315px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 18em;
}





/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 23px;
    padding: 5px 12px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0577cb;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    border-radius: 24px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #e6e6e6;
}

.inventory-container .vehicle:hover {
    background-color: #7daae0;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 46px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#vdp-container .images-container {
    max-width: unset;
}





/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #077abe;
    border: 3px solid #077abe;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: #6bacee;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .4s;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto 0;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #077abe;
    border-color: #077abe;
}

.btn-primary:hover:before {
    height: 100%;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    padding: 0 10px;
    color: #0377c5;
    font-weight: 900;
    margin-bottom: 3px;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}

#Form1969 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1969 > div:nth-child(1) > fieldset > div:nth-child(n+6) {
    padding: 0 5px;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #017cca;
}

.footerBackground {
    background-color: white;
}

.footerContainer {
    width: 1480px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: auto;
    padding: 30px;
    text-transform: uppercase;
}

.footerLogo {
    margin-bottom: 45px;
    position: relative;
}

.footerLogo:before, 
.footerLogo:after {
    width: 271px;
    content: '';
    height: 4px;
    position: absolute;
    background-color: #cecece;
    left: -100%;
    top: 23px;
}

.footerLogo:after {
    left: unset;
    right: -100%;
}

.footerBtm {
    display: flex;
    justify-content: space-around;
    width: 1480px;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    display: block;
    font-size: 30px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock li {
    position: relative;
    padding-left: 15px;
}

.footerBlock li:before {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #cecece;
    position: absolute;
    left: 0;
    top: 9px;
}

.footerhours td:nth-child(1) {
    padding-right: 15px;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.footerContainer,
.container,
#main-nav .container,
.footerBtm {
    width: 1170px;
}

.headerLogo img {
    max-width: 200px;
}

#main-nav {
    margin-top: -62px;
}

.navbar-nav>li>a {
    padding: 15px 8px;
    font-size: 14px;
}

.headerBlock a {
    font-size: 22px;
    margin: 5px;
}

.p-header {
    height: 300px;
}

.p-header h1 {
    font-size: 58px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.serv-text, .slip-text {
    top: 18%;
    font-size: 18px;
    width: 45%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 240px;
}

.homeAbout p {
    line-height: 26px;
}

.mapWrapper {
    padding-bottom: 108%;
}

.homeBtnNew:after, 
.homeBtnPre:before {
    width: 85%;
    height: 250px;
    right: -56%;
}

.homeBtnPre:before {
    left: -64%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.container,
#main-nav .container,
.footerBtm,
.featuredSection .container {
    width: 970px;
}

.siteSearch {
    width: 425px;
}

.homeSearchTitle span {
    font-size: 55px;
}

.homeSearchContainer h2 {
    font-size: 45px;
    line-height: 50px;
}

.homeSearchContainer {
    margin: 60px 30px 150px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.headerContainer {
    justify-content: center;
}

.serv-text, 
.slip-text {
    top: 17%;
    font-size: 16px;
    width: 63%;
}

.slip-text {
    left: -37%;
}

.serv-text {
    right: -37%;
}

.single-item-slider .slider-inner .item {
    width: 294px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 285px;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 132%;
}

.inventory-container .vehicle .price {
    font-size: 14px;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footerContainer, 
.container, 
#main-nav .container, 
.footerBtm, 
.featuredSection 
.container {
    width: 740px;
}

#main-nav .nav>li>a {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 4px;
}

.homeSearchContainer {
    margin: 15px 30px 150px;
}

.homeSearchTitle span {
    font-size: 45px;
}

.homeSearchContainer h2 {
    font-size: 35px;
    line-height: 42px;
}

.homeSearchTitle span:before {
    height: 20px;
}

.siteSearch {
    width: 350px;
}

.btnSection:before,
.sliderSection:before,
.featuredSection:before, 
.aboutSection:before {
    top: -50px;
    background-size: 100% 50%;
}

.sliderSection:after {
    bottom: -50px;
    background-size: 100% 50%;
}

.homeBtnNew, 
.homeBtnPre {
    margin: 5% 6%;
}

.homeBtnNew h2, 
.homeBtnPre h2 {
    font-size: 55px;
}

.serv-text, 
.slip-text {
    top: 2%;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 319px;
}

.aboutSection:after {
    height: 29%;
}

.footerBtm {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerBlock li {
    text-align: left;
}

.footerLogo:before, .footerLogo:after {
    width: 171px;
    left: -62%;
}

.footerLogo:after {
    right: -62%;
}

.footerLogo {
    margin-bottom: 0;
}

.p-header {
    height: 190px;
}

.p-header h1 {
    font-size: 40px;
}

.p-header h1:before {
    height: 17px;
    bottom: 4px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 50%;
}

.homeBtnNew:after, 
.homeBtnPre:before {
    width: 67%;
    height: 180px;
    right: -33%;
}

.homeBtnPre:before {
    left: -36%;
}
}



@media (max-width: 767px) {
.headerContainer, 
.footerContainer, 
.container, 
#main-nav .container, 
.footerBtm, 
.featuredSection 
.container {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav {
    float: left;
    display: block;
}

#main-nav .nav>li>a {
    font-size: 15px;
    padding: 15px;
}

.homeSearchContainer {
    margin: 0px 15px 30px;
}

.homeSearchContainer h2 {
    font-size: 8vw;
    line-height: 9vw;
}

.homeSearchTitle span {
    font-size: 10vw;
}

.siteSearch {
    width: 100%;
}

.topSection {
    position: relative;
    background-color: white;
}

.topSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/e31716b8-9971-48ff-9812-b12a468112bb/background-2.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-position: center;
    filter: opacity(0.5);
}

header.body {
    background-color: white;
    margin-bottom: 0;
}

.headerContainer {
    flex-flow: column;
    align-items: flex-start;
}

#main-nav {
    margin-top: -85px;
}

#main-nav .navbar-toggle {
    background-color: #047abe;
    color: white;
}

.btnSection:before, 
.aboutSection:before {
    top: -25px;
    background-size: 100% 25%;
}

.sliderSection:after {
    bottom: -76px;
    background-size: 100% 25%;
}

.sliderSection:before,
.featuredSection:before {
    background-size: 100% 25%;
    top: -76px;
}

.oemContainer {
    margin-bottom: 15%;
}

.homeBtnNew h2, 
.homeBtnPre h2 {
    font-size: 7vw;
}

.homeBtnNew h5, 
.homeBtnPre h5 {
    font-size: 4vw;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
}

.service-wrapper, 
.slip-wrapper,
.serv-cont,
.slip-cont {
    width: 100%;
}

.slip-cont {
    margin-left: 0;
}

.serv-text, .slip-text {
    width: 100%;
    position: initial;
}

.featuredInventory h2 {
    width: 100%;
}

.featuredInventory h2:before,
.footerLogo:before, 
.footerLogo:after {
    display: none;
}

.homeWelcome h1 {
    margin-bottom: 0px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}

.aboutSection:after {
    height: 17%;
}

.homeSlider {
    margin-bottom: 30px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    width: 100%;
    font-size: 7vw;
    text-align: center;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom {
    border-radius: 0;
    box-shadow: none;
}

#content-container {
    padding-bottom: 0;
}

.boatServiceContainerBtm {
    margin-top: 0;
}

.boatServiceContainer img,
.boatServiceContainerBtm div:nth-child(1) img,
.boatServiceContainerBtm div:nth-child(2) img {
    float: none;
    padding: 0;
    width: 100%;
}

.boatSlipContainer {
    flex-flow: column;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 100%;
}

.mapandhourstbl {
    margin: auto;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 20px;
}

.homeBtnNew:after, 
.homeBtnPre:before {
    width: 67%;
    height: 100%;
    right: -36%;
}

.homeBtnNew h5:before, 
.homeBtnPre h5:before {
    width: 35px;
}

.homeBtnNew h5, 
.homeBtnPre h5 {
    padding-left: 40px;
}
}






