﻿/*------------------------------------------------------------------
    BASIC COLORS and COMMON STYLES
    Logo Blue = #25327b
    Logo Red = #ed1c24
 -------------------------------------------------------------------*/

.bg-blue {
    background-color: #25327b !important;
}

.text-blue {
    color: #25327b !important;
}

.bg-red {
    background-color: #ed1c24 !important;
}

.bg-dark-red {
    background-color: #A80E0E !important;
}

.text-red {
    color: #ed1c24 !important;
}

.text-white {
    color: white !important;
}

.bg-primary_a:after {
    background-color: #ed1c24 !important;
}

.section-title-page {
    background: url(/assets/img/common/bg-water.jpg);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.row-padding-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row-padding-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.row-padding-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ui-title-block {
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.form-control {
    border: 1px solid #ccc;
}
    /*------------------------------------------------------------------
    PRELOADER CUSTOMIZATION
 -------------------------------------------------------------------*/
    #page-preloader .spinner {
    border-top-color: white;
}

    #page-preloader .spinner:before {
        border-top-color: #25327b;
    }

    #page-preloader .spinner:after {
        border-top-color: #ed1c24;
    }


/*------------------------------------------------------------------
    MENU CUSTOMIZATION
 -------------------------------------------------------------------*/
.header.header-logo-black .scroll-logo {
    max-width:250px;
}

.header-topbarbox-1, .header-topbarbox-2 {
    padding: 15px 0 15px;
}

.top-bar li {
    font-size: 11px;
}

.navbar-brand {
    padding: 5px 0 0 0px;
}

.navbar .navbar-nav > li > a {
    padding: 0 10px;
}

.header-navibox-3 { 
    padding-top: 20px;
}

body:not(.header-demo) .header.header.navbar-scrolling .navbar {
    padding-top: 15px;
}

.navbar-brand {
    padding: 0px 20px 0px 20px;
}

a.mobile-phone {
    color: #ed1c24 !important;
}

.mobile-logo {
    margin-top: 25px !important;
}

.dropdown-menu {
    background-color:white !important;
    padding: 15px 0 15px 0 !important;
}

.header.navbar-scrolling .navbar .navbar-nav li a:hover {
    color: white !important;
}

.header.navbar-scrolling .navbar .navbar-nav > li a:hover {
    color: white !important;
}
/*------------------------------------------------------------------
    FOOTER CUSTOMIZATION
 -------------------------------------------------------------------*/
.footer {
    padding-top: 50px;
    color: white;
    background-image: url(/assets/img/common/bg-blue-water.jpg);
}

    .footer:after {
        opacity:0;
    }

.footer a {
    color: white;
}

.footer .copyright {
    background-color: rgba(0, 0, 0, 0) !important;
}

@media (max-width:767px) {

    .footer {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*------------------------------------------------------------------
    HOMEPAGE CUSTOMIZATION
 -------------------------------------------------------------------*/

.featured-carousel {
    margin-top: 30px;
}

@media (max-width:767px) {

    .featured-carousel {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-list {
        padding-bottom:30px;
    }

}

.b-goods-feat__name:before {
    background-color: #ed1c24 !important;
}

.area-bg_dark:after {
    background-color: #25327b;
}

.b-advantages-2:hover {
    background-color: #ed1c24;
}

.b-advantages-2 img {
   height: 75px;
   width: 75px;
}

.b-advantages-2:hover img {
    filter: invert(1);
}

.b-about__inner {
    margin-right: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    background: none;
}

.b-about-main {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.title-section {
    padding-bottom: 30px;
}

.brand-intro {
    background-size: cover;
    min-height: 600px;
    position: relative;
    border-bottom: 10px solid #25327b;
}

.brand-info {
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.60);
    transition: all 0.2s ease;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

    .brand-info .btn  {
        margin-top: 15px;
    }

.brand-intro:hover .brand-info {
    height: 100%;
}

.brand-info img {
    margin-top: 30%;
}

@media (max-width:767px) {

    .brand-intro {
        min-height: 400px;
    }

    .brand-intro .brand-info {
        height: 100% !important;
    }

    .brand-info img {
        margin-top: 10%;
    }
}


.brand-intro-moomba {
    background-image: url(/assets/img/home/brand-intro-moomba.jpg);
}
.brand-intro-regal {
    background-image: url(/assets/img/home/brand-intro-regal.jpg);
}
.brand-intro-nautique {
    background-image: url(/assets/img/home/brand-intro-nautique-long.jpg);
}
.brand-intro-supreme {
    background-image: url(/assets/img/home/brand-intro-supreme.jpg);
}
.brand-intro-southbay {
    background-image: url(/assets/img/home/brand-intro-southbay-square.jpg);
}
.main-slider {
    max-width: 100%;
    background: url(/assets/img/common/bg-blue-blur.jpg);
    background-size:cover;
}

.sp-slide {
    background-color: rgba(193, 66, 66, 0);
}


/*------------------------------------------------------------------
    SECONDARY PAGE -- General stuff
 -------------------------------------------------------------------*/

.section-type-2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

hr.page-divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ed1c24;
}

hr.page-divider-muted {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #d5dbff;
    width:98%;
}
/*------------------------------------------------------------------
    LISTINGS CUSTOMIZATION
 -------------------------------------------------------------------*/
.l-main-content, .l-sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-filter-2__group {
    padding-bottom: 15px;
}

.b-filter-2__title {
    background-color: #25327b;
}

.b-filter-2__group-title {
    margin-bottom: 10px;
}

.bootstrap-select {
    margin-bottom: 20px;
}

.b-filter-2__inner {
    border: 1px solid #e6e6e6;
}

/*------------------------------------------------------------------
    ABOUT PAGE
 -------------------------------------------------------------------*/

.top-dealer-logo {
    float: right;
    width: 150px;
    margin-top: 15px;
}

/*------------------------------------------------------------------
    INVENTORY/LISTING PAGE ADJUSTMENTS
 -------------------------------------------------------------------*/


/*------- Search dropdown fixes  ---------*/
.b-filter-2 .form-control {
    margin-top: 0px;
}

.dxbs-edit-btn {
    border-color: white;
}

.dxbs-edit-btn:hover {
    color: #ed1c24;
}


@media (max-width:767px) {

    .hidden-sm {
        display:none;
    }
}

/*------------------------------------------------------------------
    Staff
 -------------------------------------------------------------------*/

.staff-list {
    padding-top: 60px;
    padding-bottom: 60px;
}

.staff-list .col-lg-3 {
    padding-bottom: 20px;
}


