
body { 
    font-family: 'Noto Sans Old Permic', sans-serif;
    font-size: 16px;
    color: #000;
    background-color: white;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transform: skewX(-9deg);
}

.breadcrumb {
    background-color: #575757;
}

#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #0478c6;
    text-decoration: none;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: black;
    text-decoration: none;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.btnSection {
    background-color: #0478c6;
    margin-top: -25px;
    position: relative;
}

.btnSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/cdc8e523-2584-43bf-b413-6568dfd0fd69/KanzlerAerial_S421-DN86.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    background-position: center;
    filter: opacity(0.5);
}

.reviewsSection {
    position: relative;
    margin-top: 0!important;
    padding: 4% 0 17%;
}

.reviewsSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/0f9ea46f-31b5-46dc-b5c9-12b0b500b356/marina-4.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-position: bottom;
    background-repeat: no-repeat;
}

.topSection {
    background-color: black;
    padding: 15px 0;
}

.topSection .full-width {
    display: flex;
    justify-content: space-between;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    padding: 30px 0;
}

#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: #f2f2f2;
    padding: 15px;
    margin-bottom: 25px;
}






/* HEADER */

header.body {
    background-color: rgb(255 255 255);
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.headerBlock {
    display: flex;
}

.headerInfo {
    display: flex;
    align-items: center;
}

.headerBlock .dealer-phone {
    margin-right: 30px;
}

.headerContainer a {
    color: black;
}

.headerInfo .fa {
    color: #6db0f2;
    margin-right: 5px;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: center;
}

.siteSearch {
    display: flex;
    width: 300px;
    position: relative;
    border: 2px solid #0478c6;
    margin-left: 30px;
}

.siteSearch .form-control {
    background-color: white;
    border-radius: 0px;
    padding: 17px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    border: none;
    box-shadow: none;
    z-index: 3;
}

.siteSearch .searchbutton {
    background-color: #6db0f2;
    padding: 2px 13px;
    border: none;
    position: relative;
    z-index: 3;
    color: white;
}

.headerBlock .social {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.headerBlock .social a {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    padding: 4px;
    margin: 0 5px;
}

.headerBlock .social a:hover {
    border-radius: 30px;
}

.headerBlock .social img {
    max-width: 13px;
    filter: invert(1);
    padding-bottom: 4px;
}

.header-box {
    flex: 0 0 20%;
    transition: .3s;
}

.header-box img {
    width: 100%;
    position: relative;
    z-index: 5;
    transition: .3s;
}

@media (min-width: 1200px) {
.smaller {
    transform: scale(0.75);
    transition: .3s;
    transform-origin: 50% 22%;
}
}





/* NAVIGATION */

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
    border-top: 2px solid black;
}

.navbar-nav > li > a {
    padding: 15px 15px;
    text-transform: uppercase;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    background: linear-gradient(#e2e2e2 90%, #e2e2e2 100%) no-repeat;
    background-position-y: 51px;
    background-size: 100% 100%;
    transition: .25s !important;
    color: black;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset;
    text-decoration: none;
    background-position-y: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: linear-gradient(#e2e2e2 90%, #e2e2e2 100%) no-repeat;
}
}

#main-nav li.dropdown.open ul {
    border-top-color: #e2e2e2;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #6db0f2;
}

.dropdown-menu {
    background-color: #e2e2e2;
}

.dropdown-menu>li>a {
    color: black;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.btnContainer {
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 10% 15px;
}

.btnContainer a {
    border: 3px solid black;
    padding: 30px 15px;
    flex: 0 0 35%;
    position: relative;
    z-index: 4;
    background-color: white;
    box-shadow: 10px 11px 7px rgb(0 0 0 / 34%);
}

.btnContainer a:hover {
    transform: scale(1.15);
}

.btnContainer a:before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/e047a929-07c4-4be5-9659-910d751df7c5/tiny-boat-2.png);
    background-size: contain;
    width: 90px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    filter: opacity(0.3);
}

.btnContainer a:after {
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    transition: .5s;
    background-color: #f0f0f0;
    position: absolute;
    z-index: -1;
}

.btnContainer a:hover:after {
    height: 100%;
}

.btnContainer h3 {
    margin: 0;
    font-size: 34px;
}

.btnContainer h3 span {
    font-weight: 400;
}

.homeSlider {
    position: fixed;
    left: -80%;
    z-index: 9;
    transition: .4s;
    width: 80%;
    padding-left: 0!important;
    padding-right: 0!important;
    border: 2px solid;
}

.homeSlider:hover {
    left: 0;
}

.homeSlider:after {
    content: 'View Promos';
    width: max-content;
    background-color: yellow;
    height: max-content;
    position: absolute;
    right: -87px;
    text-transform: uppercase;
    transform: rotate(90deg);
    padding: 5px 10px;
    top: 90px;
    border: 2px solid;
    border-bottom: none;
}

.homeAbout {
    display: flex;
    align-items: center;
    width: 1170px;
    margin: 15px auto 30px;
    position: relative;
}

.homeAbout:before {
    content: '';
    width: 200%;
    height: 12px;
    background-color: #d9d9d9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homeAbout > div:nth-child(1) {
    flex: 0 0 38%;
}

.homeAbout h1 {
    text-align: center;
    font-weight: 400;
    margin: 0;
    background-color: #0478c6;
    color: white;
    padding: 29px 0;
    font-size: 46px;
}

.homeAbout h1 span {
    display: block;
    font-weight: 700;
}

.homeAbout > div:nth-child(2) {
    background-color: white;
    position: relative;
    padding: 15px 15px 0;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 54%);
}

.p-header {
    position: relative;
    background-color: black;
    height: 270px;
    border-bottom: 3px solid #a5a5a5;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 6px 6px 6px black;
}

.p-header img {
    object-fit: cover;
    width: 100%;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    font-size: 50px;
    margin: 0;
    color: black;
    background-color: white;
    padding: 3px 15px;
    z-index: 4;
    transform: none;
}

.p-header h1:after {
    content: '';
    width: 85px;
    height: 85px;
    background-color: white;
    position: absolute;
    transform: rotate(45deg);
    bottom: -42px;
    z-index: -1;
    right: -43px;
}

.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: 81%;
}

.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 */

.widget-FeaturedVehicles .blurbBanner span {
    top: 50px;
    left: -46px;
    width: 100%;
    padding: 0 5px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 335px;
}

.featuredInventory .single-item-slider .slider-outer {
    height: 350px;
}

.featuredInventory .single-item-slider .img-container {
    height: 200px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid #d9d9d9;
}

.featuredInventory .single-item-slider .item-detail .name {
    color: #747474;
    position: relative;
}

.featuredInventory .single-item-slider .item-detail .name:before {
    content: '';
    width: 80%;
    height: 2px;
    background-color: #6db0f2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3px;
}

.featuredInventory .single-item-slider .item-detail .price {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0px;
    padding: 10px 0;
    background-color: #0478c6;
    color: white;
    font-family: 'Cairo', sans-serif;
}

.featuredInventory h2,
.latestReviews h2 {
    position: relative;
    margin-left: 28px;
    font-size: 40px;
    color: #0478c6;
    text-align: center;
}

.featuredInventory h2:before,
.latestReviews h2:before {
    content: "";
    width: 140px;
    height: 2px;
    background-color: black;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}




/* LATEST REVIEWS */

.latestReviews .single-item-slider .slider-inner .item {
    width: 265px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 23em;
}





/* 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;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    background-color: #0478c6;
    padding: 1px 10px;
    color: white;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid white;
}

.inventory-container .vehicle:hover {
    background-color: #d9d9d9;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}





/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #0478c6;
    border-radius: 0;
    border: none;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    transition: .3s;
    margin: 15px 6px 5px;
}

.btn-sec {
    margin: 25px auto;
    display: block;
    width: max-content;
}

.btn-primary:before {
    content: '';
    position: absolute;
    border: #a5a5a5 solid 3px;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    transition: .3s;
}

.btn-primary:hover:before {
    border: 8px solid black;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.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.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #e6e6e6;
    padding: 10px;
}

.form-header-text {
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 31px;
    margin-bottom: 4px;
    color: #0478c6;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer,
.locationBox {
    background-color: #e6e6e6;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}

.inquiryformcontainer .panel-body {
    padding: 12px;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}







/* FOOTER */

.footerWrapper {
    background-color: white;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    line-height: 30px;
}

.footerContainer > div {
    padding: 15px;
}

.footerContainer > div:nth-child(1) {
    flex: 0 0 30%;
}

.footerContainer > div:nth-child(2) {
    margin-right: 17%;
    position: relative;
}

.footerContainer > div:nth-child(2):after {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #d9d9d9;
    position: absolute;
    right: -60%;
    top: 0;
}

.footerContainer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.footerContainer img, 
.footerContainer .dealer-phone, 
.footerContainer .dealer-address {
    display: block;
}

.footerContainer ul li {
    flex: 0 0 50%;
    padding-left: 10px;
    position: relative;
}

.footerContainer ul li:before {
    content: '';
    width: 5px;
    height: 1px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footerContainer td:nth-child(1) {
    padding-right: 15px;
}

.footerWrapper > div > div:nth-child(3) {
    text-align: center;
}

.footerContainer .dealer-phone {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: black;
    margin-top: 6px;
}

.footerContainer img {
    margin-bottom: 15px;
}

footer.body .outer-wrapper {
    background-color: #f2f2f2;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 700;
}






@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1170px;
}

.homeAbout {
    width: 100%;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 351px;
}

.footerContainer > div:nth-child(1) {
    flex: 0 0 34%;
}

.footerContainer > div:nth-child(2) {
    margin-right: 9%;
}

.footerContainer > div:nth-child(2):after {
    right: -26%;
}

.btnContainer a {
    flex: 0 0 47%;
}

.mapWrapper {
    padding-bottom: 103%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 260px;
}
}



@media (max-width: 1199px) {
.headerContainer, 
.footerContainer {
    width: 970px;
}

.btnContainer h3 {
    font-size: 30px;
}

.btnContainer a:before {
    width: 60px;
    height: 45px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 285px;
}

.footerContainer > div:nth-child(1) {
    flex: 0 0 41%;
}

.footerContainer > div:nth-child(2) {
    margin-right: 0%;
    flex: 0 0 32%;
}

.footerContainer > div:nth-child(2):after {
    display: none;
}

.mapWrapper {
    padding-bottom: 127%;
}

.p-header {
    height: 225px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 285px;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footerContainer {
    width: 740px;
}

.btnContainer a {
    flex: 0 0 49%;
}

.btnContainer h3 {
    font-size: 24px;
}

.siteSearch {
    margin-left: 15px;
    width: 100%;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerBlock .dealer-phone {
    margin-right: 15px;
}

.header-box {
    flex: 0 0 30%;
    margin-bottom: 10px;
}

.btnContainer a:before {
    width: 39px;
    height: 29px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 324px;
}

.homeAbout {
    flex-flow: column;
}

.homeAbout h1 {
    padding: 20px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerWrapper > div > div:nth-child(3) {
    order: 0;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 44%;
    order: 1;
}

.footerContainer > div:nth-child(1) {
    flex: 0 0 58%;
    order: 2;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.p-header h1:after {
    bottom: -53px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 324px;
}

.modal-title {
    transform: none;
}

.siteSearch-M button:before {
    display: none;
}

.homeSlider:after {
    top: 48px;
}
}





@media (max-width: 767px) {
.headerContainer, 
.footerContainer {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h3 {
    font-size: 6vw;
}

.btnContainer a {
    box-shadow: 5px 5px 3px rgb(0 0 0 / 34%);
    margin-bottom: 15px;
}

.featuredInventory h2, 
.latestReviews h2 {
    font-size: 33px;
    margin-left: 0;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 216px;
}

.featuredInventory .single-item-slider .img-container {
    height: 150px;
}

.featuredInventory .single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 5px 0;
}

.featuredInventory .single-item-slider .slider-outer {
    height: 325px;
}

.homeAbout h1 {
    padding: 15px;
    font-size: 35px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.navbar-nav {
    display: block;
    border-top: none;
}

.headerContainer {
    position: relative;
}

.header-box {
    flex: 0 0 60%;
}

.siteSearch .form-control {
    padding: 10px;
}

.siteSearch {
    margin-left: 0;
}

.headerBlock > div:nth-child(2) {
    position: absolute;
    left: 15px;
    bottom: -51px;
    flex: 0 0 100%;
    width: 70%;
}

.headerInfo {
    flex-wrap: wrap;
    justify-content: center;
}

.btnContainer a:before {
    width: 9%;
    height: 98%;
}

.footerContainer ul li {
    flex: 0 0 100%;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0px;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    padding: 3px 9px;
}

.p-header h1:after {
    bottom: -60.5%;
    width: 25%;
    height: 100%;
    right: -17.3%;
}

.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;
}

.footerContainer ul {
    display: block;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}
}







