/* ----------------------> Site Colors <---------------------- * /
Main: Dark Blue #000
000
Secondary: Light Blue #009FFB unchanged
Accent: Red #dd1e36
dd1e36
*/

/* ----------------------> Global Styles <---------------------- */
/* Mouse Highlight */
::selection {
	color: #fff;
	background: #000;
}
::-moz-selection {
	color: #fff;
	background: #000;
}
::-webkit-selection {
	color: #fff;
	background: #000;
}
/* Main Content Margin */
body {
    margin-top: -2%;
}
/* Link Color */
a:hover, a:focus, a.link {
	color: #000;
}
/* Link Style */
#displayCartItems a, .CartProduct a, .pager a, #productDetails a, .rightSidebar a, #rentalQuickViewModal a {
	text-decoration: underline;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}
.full {
	width: 100%;
}
/* Modal Header */
.modal-header {
	background: #000 !important;
    border-bottom: 3px solid #dd1e36;
}
.form-control:focus {
	border-color: #000;
}
/* Sub Category Thumbnail */
.subCategoryList .thumbnail:hover {
	/* border: 1px solid #000; */
}
/* Product Code Page Tabs */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
	background: #000;
}
.nav-tabs {
	border-bottom: 3px solid #000;
}
ul#navTabs {
    background: transparent;
}
.nav-tabs > li {
    background: #fff !important;
    margin-bottom: 0px;
}
/* Marketing Highlight */
div#eRental_marketingHighlight h2 {
        font-size: 14pt;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #000 !important;
}
.promo-1 {
	background: none repeat scroll 0 0 #000;
}
/* Product Code Page Availability/Estimated Cost */
div#eRental_availability_Section, div#eRental_PriceSection {
    font-size: 10pt;
    padding-top: 10px !important;
}
/* Removes Dup Price on Cart Page */
.price.eRental-cost {
    display: none;
}
/* Date Selection */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 19em;
    padding: 5px;
}
/* Pay Invoice as Guest */
.guest-pay-invoice-sec {
    padding-top: 10px;
    padding-bottom: 5px;
}
/* Pay Invoice as Guest */
#ModalLogin .strike {
    color: #4A4B4F;
    font-weight: 400 !important;
}
/* Hide Mobile Content */
 .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px) {  
       .mobileHide { 
           display: none; 
       }  
   }

/* ----------------------> Hero & Landing Page Custom <-------------------------------- */
@media (min-width:768px) {
    .hero-image {
        background-image: url("/ecommerce/productimages/hero_image_fasttrac.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* Controls Image Height */
        padding: 20%;
        height:50%;
    }
    .hero-text h1 {
        font-size: 54pt;
        font-weight: 600;
        text-shadow: 2px 2px 20px #000;
        margin-bottom: 30px;
    }
    .hero-text h2 {
        font-size: 22pt;
        font-weight:400;
        text-shadow: 1px 1px 5px #000;
    }
}
@media (max-width:767px) {
    .hero-image {
        background-image: url("/ecommerce/productimages/hero_image_fasttrac.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* Controls Image Height */
        padding: 40%;
        margin-left: -4%;
        margin-right: -4%;
        margin-top: -25%;
        margin-bottom: 5px;
    }
    .hero-text h1 {
        font-size: 40pt;
        line-height:60px;
        font-weight: 600;
        text-shadow: 2px 2px 20px #000;
        margin-bottom: 5px;
    }
    .hero-text h2 {
        margin-top: -5px;
        font-size: 20pt;
        text-shadow: 1px 1px 5px #000;
    }
    #textEditor-2 h2 {
        padding-top: 40px;
        margin-bottom: 20px;
    }
}
/* Places text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
/* Hide Desktop Content */
.desktopHide {display: inline;}
  /* Desktop */
  @media only screen
  and (min-device-width : 768px) {
      .desktopHide {
          display: none;
      }
  }
/* Removes Bottom Body Gap & Results ribbon */
.gap, .productFilter {
    display:none;
}


/* Landing Page Cards - Desktop */
@media (min-width:768px) {
    .card-body {
        margin: 15px;
        margin-bottom: 50px;
        height: 275px;
        padding-top: 10px;
    }
    .card-body img {
        scale: 85%;
        transition-duration: .8s;
    }
    .card-body img:hover {
        transform: scale(1.05);
        transition-duration: .6s;
        border-color:#dd1e36;
    }
    .card-body h3 {
        font-size: 20pt;
        font-weight: 600;
    }
    .card-body h3 a:hover {
        color:#dd1e36;
        letter-spacing:.5px;
    }
    .card-image {
        padding: 20px;
    }
}

@media (max-width:767) {
    /* Landing Page Cards - Mobile */
    .card {
        border: 4px solid #1f1f1f !important;
        margin-bottom: 10% !important;
    }
    .card-body {
        margin: 15px;
        margin-bottom: 50px;
        height: 275px;
        padding-top: 10px;
    }
    .card-body img {
        scale: 100%;
        transition-duration: .8s;
    }
    .card-body img:hover {
        transform: scale(1.05);
        transition-duration: .6s;
        border-color:#dd1e36;
    }
    .card-body h3 {
        font-size: 20pt;
        font-weight: 600;
        margin-top: 30px;
    }
    .card-body h3 a:hover {
        color:#dd1e36;
        letter-spacing:.5px;
    }
    .card-image {
        padding: 20px;
    }
    div#textEditor-4 {
        padding-top:50px;
    }
}
/* ----------------------> Hero & Landing Page Custom <-------------------------------- */
@media (min-width:768px) {
    .hero-image {
        background-image: url("/ecommerce/productimages/hero_image_fasttrac.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* Controls Image Height */
        padding: 20%;
        /*
        height:50%;
        margin-top: -5%;
        margin-left: -4%;
        margin-right: -4%;
        */
    }
    .hero-text h1 {
        font-size: 54pt;
        font-weight: 600;
        text-shadow: 2px 2px 20px #000;
        margin-bottom: 30px;
    }
    .hero-text h2 {
        font-size: 22pt;
        font-weight:400;
        text-shadow: 1px 1px 5px #000;
    }
    /* Slider Style */
    .row.featuredPostContainer.globalPadding.style2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width:767px) {
    .hero-image {
        background-image: url("/ecommerce/productimages/hero_image_fasttrac.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        /* Controls Image Height */
        padding: 50%;
        /*
        margin-left: -4%;
        margin-right: -4%;
        margin-top: -25%;
        margin-bottom: 5px;
        */
    }
    .hero-text h1 {
        font-size: 40pt;
        line-height:60px;
        font-weight: 600;
        text-shadow: 2px 2px 20px #000;
        margin-bottom: 5px;
    }
    .hero-text h2 {
        margin-top: -5px;
        font-size: 20pt;
        text-shadow: 1px 1px 5px #000;
    }
    /* Padding Below Sliders */
    .owl-pagination {
        padding-bottom: 50px;
    }
    div#textEditor-4 {
        margin-bottom: -15%;
        margin-top: 15% !important;
    }
}
/* ----------------------> Search Feature <---------------------- */
.search-box:hover .form-control {
	background: #000;
}

.search-box:hover .btn-nobg {
	color: #000;
}

.searchInputBox .search-btn {
	color: #fff;
}
/* Word wrap for long product titles & breadcrumb */
h1#productTitle {
        width: 100%;
        overflow-wrap:anywhere;
}
/* Word wrap for long product titles & breadcrumb */
ul#breadcrumb {
        width: 100%;
        overflow-wrap: anywhere;
}
/* Word wrap for long product titles & breadcrumb */
.product-title {
        word-wrap: break-word;
}
/* Product Code Calendar */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, 
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, 
.bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background-color: #dd1e36;
    color: #fff;
}




/* ----------------------> Buttons <---------------------- */
/* General Buttons */
.btn-action, .btn-primary, .btn-primary, .product:hover .add-fav:hover,
.product:hover .add-fav.active .btn-primary:active, .btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #000;
    border-color: #000;
	color: #fff;
}
.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action, .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination>.active>a,
	.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #dd1e36;
	border-color: #000;
	color: #fff;
}
/* Hides Site Selector Buttons */
.btnSiteSelector {
    display: none !important;
}
/* Quick View Button */
.btn-quickview {
	color: #fff !important;
	text-transform: uppercase;
	background: #000;
	border: 1px solid #dd1e36;
}
/* Quick View > View Full Details */
a.btn.btn-sm.btn-warning, a.btn.btn-sm.btn-warning:hover {
    background: #000;
    color:#fff !important;
    text-decoration: none !important;
}
.orderStep li.active a i {
	background: #d2d2d2;
	color: #000;
}
.btn-site, .newsLatterBox .btn {
	background: #000;
}
.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
	background: #000;
}
.pager2 a {
	border: 1px solid #000;
}
.pager2 a.selected {
	background: #000;
}
#pager a.cycle-pager-active {
	background: rgba(52, 73, 94, 0.5);
}
/* PC Page Availability, Checkout, Continue Buttons */
.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #000;
	border: 2px solid #000;
    color:#fff;
}
.cart-actions button:hover {
	background: none repeat scroll 0 0 #dd1e36;
	border: 2px solid #000;
    color:#fff;
}
/* User Email Check Buttons */
button#loginBtn {
	background-color: green;
}
button#forgot-password {
	background-color: #ffb734;
    color:#000;
}
.btn:focus {
    color:#fff !important;
    background-color: #dd1e36 !important;
    border: 1px solid #000;
}
#viewCart-btnCheckout:hover {
    background-color: green;
}
#viewCart-btnCheckout {
    color:#fff;
}
#pager2 span.cycle-pager-active {
	background: #000 !important;
}
#pager2 span {
	border: 2px solid #000;
}
.orderStep li.active a {
	background: #000;
}
.orderStep li.active a:after {
	border-top-color: #000 !important;
}
.orderStep li a {
	background: #d2d2d2;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus {
    background-color: #FFDE21;
    color: #000;
}


/* ----------------------> Category Navigation <---------------------- */
/* Category Nav Tree Badge-bkp 
.tree>.active>a>.badge {
    background: #000;
}
*/
/* Hide Category Nav Tree Badge */
.category-level-2 .dropdown-tree .dropdown-tree-a .badge, .tree>.active>a>.badge {
    background: transparent;
}

/* Base Categories in Nav Tree */
.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus,
.nav.tree>li.active, .nav-stacked.tree>li a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a {
	background: none;
	font-weight: bold !important;
	color: #000 !important ;
}
/* Nav Tree Links */
.nav-stacked.tree>li a {
    font-size: 12pt;
}
.category-level-2 {
    font-weight: normal !important;
    font-size: 11pt !important;
}
.category-level-2 li a.active {
    font-weight: bold;
}
/* Cat Title (non-active) */
ul.category-level-2.dropdown-menu-tree > li.dropdown-tree > a.dropdown-tree-a {
    font-weight: normal !important;
}
/* Cat Title - Active */
ul.category-level-2.dropdown-menu-tree > li.dropdown-tree.active > a.dropdown-tree-a {
    font-weight: bold !important;
    color: #000 !important;
}
/*
.nav-stacked.tree>li a {
    font-size: 12pt;
}
.category-level-2 {
    font-weight: normal !important;
    font-size: 11pt !important;
    border-left: 1px solid #dd1e36 !important
}
.category-level-2 li a.active {
    font-weight: bold;
}
.category-level-2 .dropdown-tree.active .dropdown-tree-a .badge {
    background: transparent;
}

.category-level-2 .dropdown-menu-tree .dropdown-tree .dropdown-tree-a {
    font-weight: normal !important;
}
 
.category-level-2 .dropdown-menu-tree .dropdown-tree.active .dropdown-tree-a {
    font-weight: bold !important;
}
*/

/* -- Top Border Bar Above Categories -- */
.panel-default>.panel-heading {
	border-top: 4px solid #dd1e36;
}
/* Base Category Badges */
.nav-pills>li>a>.badge {
    margin-left: 3px;
    display: none;
}
.product:hover {
    box-shadow: 0 3px 20px 0 #000;
}


/* ----------------------> My Account <---------------------- */
/* Widget Thumbnails */
.myAccountList .thumbnail:hover {
    background: #fff;
    box-shadow: 0px 0px 8px 0.5px #000;
}
/* My Account Buttons */
.pager .next>a, .pager li>a:hover, a.back-to-shopping, a.back-to-shopping:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
/* Pay Invoices Now Button */
.btn-success {
    background-color: #ffd813;
    color: #000 !important;
}
.btn-success:hover, .btn-success:focus {
    background-color: #036704;
    border-color: #036704;
    color: #fff !important;
}
/* Pay Invoices Step Modals */
.orderStep li.active a i {
    background: #000;
    color: #fff;
}
/* YTD Qty Report Dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
}






/* ----------------------> Custom Header <---------------------- */
/* All of Header */
.navbar-tshop {
    border-bottom: 1px solid #b2b2b2;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #3a3a3a;
}
/* Top Nav Bar */
.navbar-top {
	background: #000;
}
/* Rental Cart */
.cartMenu:hover>a.dropdown-toggle {
    background: transparent;
}
/* -- Top Border on Rental Cart Dropdown -- */
.dropdown-menu {
	border-top: solid #dd1e36;
}
/* Rental Cart */
.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    display: block;
    margin-top: 3px;
}
/* Menu Navbar Styles START ------------- */
.main-nav a, .main-nav a:not([class]) {
    color: #000;
    text-decoration: none;
    padding: .5em .75em;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 3px;
}
.main-nav a:hover {
  background-color: transparent;
  color: #dd1e36;
}
.main-nav .menu-item-has-children > a:after {
        /* content: ''; */    /* Removes Dropdown Caret */
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: 1em;
        margin-top: -0.1em;
        position: relative;
        top: -0.25em;
}
/* Move up top menu text a tad with line-height and  margin-top */
.userMenu>li>a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: -10px;
    line-height: 1;
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.navbar .navbar-top {
    height: 30px;
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 13px;
    font-weight: bold;
    line-height: 5px;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px 1px #3a3a3a;
}
.navbar-header .navbar-toggle {
    margin-right: 10px;
    padding: 9px 2px;
    background-color: #000 !important;
}


/* ---------------------------------------------------> DESKTOP <--------------------------------------------------- */
@media (min-width: 768px) {
    /* Breadcrumb */
    .breadcrumb {
        margin-top:.5%;
    }
    /* Logo Styling */
    .logo-responsive {
		width: 75% !important;
        margin-top: 2px !important;
        margin-left: 40px !important;
	}
    /* Main Navigation Style */
    .main-nav {
        display: flex;
        flex-wrap: wrap;
    }
    .main-nav .menu-item {
        position: relative;
    }
    /* Dropdown Sub Menu */
    .main-nav .sub-menu {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0em;
        padding: 0.5em;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s, visibility 0s .25s;
		border-radius: 3px;
		box-shadow: 0px 1px 1px 1px #d8d8d8;
    }
    .main-nav .menu-item:hover .sub-menu, .main-nav .menu-item:focus .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .main-nav .menu-item:focus-within .sub-menu {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }
    .navbar-collapse nav {
        width: auto;
        float: left;
        z-index: 11;
        margin-top: 20px;
    }
    /* START Search-default Big Search Style */
    .search-full, .search-input {
        padding-top: 65px;
        background: #000;
        padding-right: 5px;
    }
    .search-close {
        color: #fff;
        background-color: #000;
    }
    .search-close:hover {
        color: #fff;
        background-color: #000;
    }
    .btn-nobg {
        line-height: 20px;
        background: none;
        color: #000;
        font-size: 16px;
    }
    /* END Search-default Big Search Style */
    /* Search-expand Style */
    div#searchWidget {
        margin-top: 20px;
        width: 25%;
    }
    /* Removes Search-expand Icon Button Fuzz */
    span.input-group-addon.searchicon.navbar-top.pointer {
        box-shadow: -2px 2px 5px 1px #fff;
    }
        /* Rental Cart */
    .cartRespons {
        font-size: 11pt;
    }
    /* Sub Category H3 Title */
    .subCategoryTitle h3 {
        font-size: 14pt !important;
    }
    /* Sub Category Thumbnail */
    .subCategoryList .thumbnail:hover {
        box-shadow: 0px 0px 4px .5px #000; 
    }
    /* Product Code Rate Ribbon */
    #eRental_rateList {
        font-size: 12pt;
        font-style: normal;
    }
    /* Rental Cart Badge */
    span#totalCartItem, span#totalCartItem:hover {
         background: #000;
         margin: 2px;
         margin-bottom: 5px;
    }
    /* Cart Icon in Header */
    .cartWidget i.fa.fa-shopping-cart i.fa.fa-shopping-cart {
        font-size: 12pt;
    }
    /* Rental Cart Caret */
    b.caret {
        display: none;
    }
    /* Rental Cart Expanded Asset Title */
    h4.eRental-cartDropdown-desc {
        font-size: 14pt;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    /* Rental Cart Start/End Labels */
    .eRental-dates.eRental-cart-dropdown {
        font-size: 12pt;
        padding-bottom: 3pt;
    }
    /* Rental Cart Dates */
    .eRental-startDate-val, .eRental-endDate-val {
        font-weight: 500;
        font-size: 13pt;
    }
    /* Rental Cart Qty */
    td.miniCartQuantity {
        font-size: 14pt;
    }
    /* Rental Cart Trash Icon */
    i.fa.fa-trash {
        font-size: 16pt;
    }
    /* Rental Cart SubTotal */
    span#cartWidgetAmountDetails {
        font-size: 14pt;
    }
    /* Rental Cart Buttons */
    .cartMenu .btn {
        margin-top: 10px;
        margin-bottom: 3px;
        margin-right: 5px;
    }
    /* Checkout Button */
    .miniCartFooter .btn:last-child {
        font-weight: 600;
        margin-left: 10px;
        background-color: green;
    }
    /* Hide Icon on View Cart */
    .miniCartFooter i.fa.fa-shopping-cart {
        display: none;
    }
    /* PC Thumbnail */
    .thumbnail {
        margin-top: 8px;
    }
    /* PC Thumbnail Image */
    .product.erental-thumbnails .image {
        padding-top: 20px;
    }
    /* Padding above Thumbnail */
    .row.subCategoryList.clearfix {
        margin-top: 0px;
    }
    /* Category Title */
    h2#catHead {
        padding-top: 20px;
    }
    /* Guest Invoice Payment Title */
    label#guestInvoice-msg {
        font-size: 19pt;
        padding-top: 20px;
    }
    /* Guest Invoice Payment Form Labels */
    .form-horizontal .form-group {
        font-size: 12pt;
    }
    /* PC Estimated Cost Price */
    #eRental_PriceSection .price-sales, #eRental_PriceSection .product-price {
        padding-left: 15px;
    }
    span#eRental_available {
        margin-left: -12px;
    }
}

/* ---------------------------------------------------> MOBILE <---------------------------- */
@media (max-width:767px) {
    /* Menu */
    .main-nav .sub-menu {
        padding-left: .5em;
        margin-left: 0.75em;
        border-left: 2px solid #dd1e36;
        margin-top: .25em;
        margin-bottom: 0.25em;
    }
    /* Mobile Nav Style */
    .main-nav a, .main-nav a:not([class]) {
        border-bottom: 1px solid #bebebe;
    }
    /* Mobile Nav Padding */
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-bottom: 10px;
    }
    /* Mobile Bottom Nav */
    #leftSidePanel {
        margin-top: 30% !important;
    }
    /* Mobile Sign In */
    li#signIn {
        background: transparent !important;
        font-size: 17pt;
        list-style: none;
        margin-left: -10px;
        margin-right: 10px;
    }
    /* Sign In Icon */
    i#mobileSignInIcon {
        color: #000;
    }
    /* Company Logo */
    .navbar-brand {
        margin-left: 0 !important;
    }
    /* Menu/Cart Buttons */
    .navbar-header .navbar-toggle {
        background: #26337D;
        padding: 10px 10px;
        margin-top: 8px;
    }
    /* Cart Badge */
    span#totalCartItem {
       background: #fff !important;
       color: #3A3A3A;
       margin-right: 3px;
       padding-bottom: 6px;
       display: none; /* hides # of cart items and badge */
    }
    /* Rental Cart */
    .cartRespons {
        color: #26337D !important;
        margin-left: -4px;
        margin-right: -4px;
        display: none; /* hides R */

    }
    /* Rental Cart Icon */
    i.fa.fa-shopping-cart.colorWhite {
        font-size: 18pt;
        padding-right: 2pt;
        color: #000 !important;
        padding-left: 10px;
    }
    button#shopCartMobile {
        background: none !important;
    }
    /* Rental Cart Button */
    button#rentalCartMobile {
        background: transparent !important;
    }
    /* Expanded Cart Footer */
    .miniCartFooter {
		background: #e2e2e2 !important;
        margin-bottom: 20px;
        border-top: 3px solid #000 !important;
	}
    /* Checkout Btn */
    .miniCartFooter .btn:last-child, .miniCartFooter .btn:last-child:hover {
        font-weight: 600;
        background: green;
        margin-right: 15%;
        margin-left: 15%;
        font-size: 10pt;
    }
    /* View Cart Left Center
    a.btn.btn-sm.btn-primary.view-cart {
        margin-right: 40px;
    } */
    /* Expanded Cart Buttons */
    .cartMenu .btn {
        margin-top: 10px;
        margin-right: 5px;
        font-size:10pt;
    }
    .cartMenu {
        border-top: 2px solid #26337D;
        padding-top: 10px;
    }
    /* Cart Asset Title */
    .cartMenu h4 {
        font-size: 15px;
        font-weight: 600;
        padding-bottom: 5px !important;
    }
    /* Start/End Dates */
    .eRental-dates label, .eRental-dates span {
        font-size: 14px;
        padding-top: 5px;
    }
    /* Asset Qty */
    td.miniCartQuantity {
        font-size: 18px;
    }
    /* Asset Image */
    .cartMenu img {
        max-width: 75px;
        max-height: 300px;
    }
    /* Trash Icon */
    .cartMenu i.fa.fa-trash {
        font-size: 18pt;
    }
    /* Reservation Request Total */
    span#cartWidgetAmountDetails {
        font-size: 13pt;
        padding-right: 25px;
    }
    /* Expanded Menu Height */
    .navbar-fixed-top .navbar-collapse {
       max-height: 767px;
    }
    /* Widget Links in Expanded Menu */
    .navbar-nav>li>a {
       color: #26337D;
    }
    /* Breadcrumb Padding */
    ul#breadcrumb {
        margin-top: -8%;
    }
    /* Category Title */
    h1#categoryHead {
       padding-top: 5%;
       margin-top: -15%;
    }
    /* SubCategory Title on Cat Page */
    h2#catHead {
        padding-top: 20px;
        margin-bottom: -30px;
    }
    /* SubCategory Thumb Titles */
    a.subCategoryTitle h3 {
        font-size: 13px;
    }
    /* Product Thumbnail Image */
    .product.erental-thumbnails .image {
        padding-top:20px;
    }
    /* Padding Below Product/Category Results Ribbon */
    .categoryFooter .pagination {
        margin-bottom: 20px;
    }
    /* START Search-default Big Search Style */
    .search-input {
        background: #000;
        max-width: 100%;
        padding-top: 30px;
        margin-left: -40px;
    }
    .search-close {
	    color: #FFFFFF;
        background-color:#000;
        padding-top: 15px;
    }
    .search-close:hover {
	    color: #d2d2d2;
        background-color:#000;
        padding-top: 25px;
    }
    .search-full.active {
        background: #000;
    }
    .btn-nobg {
        line-height: 25px;
        background: none;
        color: #000;
        font-size: 20px;
    }
    input[type="search"] {
        font-size: 14pt;
        padding-right: 5px;
    }
    /* END Search-default Big Search Style */
    /* Product Code Page Title */
    .product-title {
        font-size: 28px !important;
    }
    /* Category Results Ribbon */
    .productFilter {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 3px !important;
    }
    /* Product Code Rate Ribbon */
    #eRental_rateList {
        font-size: 12pt;
        font-style: normal;
        padding-bottom: 10px;
    }
    /* Padding Fix on End Date Selection */
    div#eRentalEndDate_Section {
        padding-top: 8px;
    }
    /* PC Estimated Cost Price */
    #eRental_PriceSection .price-sales, #eRental_PriceSection .product-price {
        padding-left: 2px;
    }
    /* Availability Message */
    span#eRental_available {
        font-size:18px !important;
    }
    /* Damage Waiver */
    span#damageWaiverText, span#damageWaiverPercentage {
        font-size: 12pt;
    }
    #eRental_prodDetailsSection .form-group {
        font-size: 13pt;
    }
    /* Guest Invoice Payment Title */
    label#guestInvoice-msg {
        font-size: 15pt;
        padding-top: 20px;
    }
    /* Guest Invoice Form Labels */
    .form-horizontal .form-group {
        font-size: 12pt;
    }
    /* Logo grid Mobile Optimization */
    a.ha-logo-grid-item.ha-logo-grid-link {
            width: 100% !important;
    }
}



/* -------------- Footer ------------------------------------------------------------------------- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: left;
}

section .section-title {
    color: #FFFFFF;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#footer {
    background: #ececec !important;
    border-top: 4px solid #646464;
    text-align: left;
    margin-top: 50px;
}
#footer h5 {
    border-left:none !important;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px !important;
    font-size: 18px;
    color:#dd1e36;
    text-align:left;
}
#footer h6 {
    padding-left: 5px;
    border-left:none !important;
    /* padding-bottom: 2px;
    margin-bottom: 5px; */
    padding-top:12px;
    font-size: 16px;
    color:#fff;
}
/* integraRental Copyright Tag Color */
a#integraRentalh6, a#integraRentalh6:hover {
    color: #dd1e36 !important;
}
#footer p {
    color: #000;
    margin: 0 0 0px;
    font-size: 16px;
    text-align: left;
}
#footer a {
    color: inherit;
    text-align: left;
    text-decoration: none !important;
    background-color: transparent;
    /* -webkit-text-decoration-skip: objects; */
    font-size: 16px;
    padding: 2px;
}
#footer ul.social li{
        padding: 3px 0;
        margin-top:4px;
}
#footer ul.social li a i {
    margin-right: 8px;
        font-size:23px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
}
#footer ul.social li:hover a i {
        font-size:30px;
        margin-top:-10px;
}
#footer ul.social li a, #footer ul.quick-links li a {
        color:#000;
        font-size: 11pt;
}
#footer ul.quick-links li a .fa-facebook {
    margin-left: 45px;
    margin-right: 20px;
    color:#000;
}
@media (max-width:767px) {
    #footer ul.quick-links li a .fa-facebook {
        margin-left: 0px;
    }
}
#footer ul.quick-links li a .fa-linkedin {
    color:#000;
}
#footer ul.social li a:hover, #footer ul.quick-links li a:hover {
        color:#dd1e36;
}



#footer ul.quick-links li {
        margin-bottom: 10px;
        text-align: left !important;
}
#footer ul.quick-links li:hover {
         margin-bottom: 10px;
         text-align: left !important;
}
#footer ul.quick-links li a i {
        margin-right: 5px;
        color: #dd1e36;
        font-size: 13pt;
}
#footer ul.quick-links li:hover a i {
        text-align: left;
}

@media (max-width:767px) { 
    #footer h5 {
        text-align: center;
        font-size: 20px;
    }
    #footer p {
        font-size: 18px;
        text-align: center;
    }
    #footer ul.quick-links li {
        margin-bottom: 10px;
        text-align: center !important;
    }
    #footer ul.quick-links li:hover {
         margin-bottom: 10px;
         text-align: center !important;
    }
    #footer ul.quick-links li:hover a i {
        text-align: center;
    }
}


/* ------------------------- MOBILE FOOTER ------------------------------------------------------- */
@media (max-width:767px){ 
    #footer h5 {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 0px;
        margin-bottom: 10px;
        border-left: transparent;
    }
}
.social li {
        background: none repeat scroll 0 0 #000;
        border: 2px solid #000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 0px 0 0;
        padding: 0;
        text-align: center;
        width: 36px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
}