/* Light Skin Theme -----------
Light Skin
Primary Dark Color: Blue #3478AB
Secondary Lighter Variant: Baby Blue #8ECDF7
Button bkg: Dark Gray #4A4B4F
Button text: White
Button:hover bkg = primary dark color
------------------------------------ */

/* Highlighted Text Colors */
::selection {
	color: #fff;
	background: #3478AB;
}
::-moz-selection {
	color: #fff;
	background: #3a3a3a;
}
::-webkit-selection {
	color: #fff;
	background: #3a3a3a;
}
a:hover, a:focus, a.link {
	color: #3a3a3a;
}
.site-color {
	color: #3a3a3a !important;
}
.socialIcon a:hover {
	background: #FFD102;
}
.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #3a3a3a !important;
}
.promo-1 {
	background: none repeat scroll 0 0 #2a2a2a;
}
.full {
	width: 100%;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}
.action-control a:hover, .action-control a.active {
	color: #fff;
	background: #2C2C2C;
}
/* Category Navigation Styles -----------------------------------*/
.navbar-nav>li>a {
	color: #000;
}
.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
    color: #000;
    background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
    color: #fff !important;
    background: #3478AB !important;
}
.nav-tabs {
	border-bottom: 3px solid #BFC9CA;
}
.nav-tabs li a {
    background: #ccc;
}
.nav-stacked.tree>li a {
    font-size:15px;
}
.nav-stacked>li a {
    font-size: 14px;
}
/*
.open-tree>a:active {
    background: none;
    font-weight: normal !important;
    color: #2a2a2a;
}
/* Category font size 
.nav-stacked>li a{
    font-size: 16px;
}
*/
.dropdown-menu {
	border-top: 2px solid #0037D7;
}

/* Category Panel Top Border */
.panel-default>.panel-heading {
	border-top: 4px solid #0037D7;
}
.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus {
	background: none;
	font-weight: bold;
	color: #2a2a2a;
    font-size: 15px;
}
/* Changes Color of Active Category Circle # */
.tree>.active>a>.badge {
    background-color: transparent;
    color: transparent;
}
.nav-pills>li>a>.badge {
    color: transparent;
    background-color: transparent;
}
label {
    font-size: 15px;
}
/* Top Header */
.navbar-top {
    background-color: #454544;
    box-shadow: inset 0px 0px 10px 0px #000, 0px 0px 20px -5px #fff;

}
.navbar-top a {
    color: #fff;
    font-size: 14px;
}
.navbar-top a:hover {
    color: #fff;
    font-size: 14px;
}
/* Top Links */
.userMenu>li>a {
	color: #fff;
	font-size: 13px;
}
.userMenu>li>a:hover {
	color: #A9A9A9;
	font-size: 13px;
}
/* Main Header */
.navbar-brand img {
    width: 90% !important;
}

.navbar-tshop {
  background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
  background-size: 20px 20px;
  /* padding-bottom: 10px; */
}

/* Search Feature --------------- */
button.btn.getFullSearch {
    background: none;
	color: #fff;
    padding-top: 5px;
}
button.btn.getFullSearch:hover {
    background: none;
	color: none;
}
.btn:focus {
    outline: none !important;
}
.search-full, .search-input {
	background: #0037D7;
    color: #fff !important;
    padding-top: none;
    margin-top: 16px;
    font-size: 18px;
    padding-left: 3px;
}
.search-box:hover .btn-nobg {
    background: none !important;
}
@media (min-width: 768px) {
    div#searchWidget {
        margin-top: 6px;
        width: 24%;
    }
}
input[type="search"] {
    padding-right: 10px;
    /* padding-top: 55px; */
}
.input-group-addon:last-child {
    box-shadow: none !important;
}
.fa-search:before {
    color: #fff;
}
.search-close {
	color: #fff !important;
    background: #0037D7;
    padding-top: 55px;
}
.search-close:hover {
    color: #000 !important;
}
.search-box .input-group {
	margin-top: 14px;
	padding-top: 0px;
    background: none;
}
.search-box:hover {
    background: none;
}
/* User Field Entry Boxes */
.form-control {
	background: #fff;
}

.search-box:hover .btn-nobg {
	color: none;
    border-radius: 2px;
}

.searchInputBox .search-btn {
	color: #fff;
}
/* WP Search Widget */
input#searchsubmit {
    color: #fff;
    border: 2px solid #fff;
}

input#searchsubmit:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;

}
/* Cart Feature ----------------*/
.cartMenu a.dropdown-toggle {
	padding-top: 20px;
    background-color: none;
    color: #fff;
}
.cartMenu a.dropdown-toggle:hover {
	background-color: none !important;
    color: #fff;
}
/* Check Availability Button */
.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #454544;
	border: 2px solid #000;
    color: #fff !important;
    box-shadow: inset 0px 0px 10px 1px #000;
}
.cart-actions button:hover {
	background: none repeat scroll 0 0 #454544;
	border: 2px solid #0037D7;
    color: #fff !important;
    box-shadow: inset 0px 0px 10px 1px #000;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
@media ( max-width : 767px) {
	.miniCartFooter {
		background: #2a2a2a !important;
	}
    /* Logo grid Mobile Optimization */
    a.ha-logo-grid-item.ha-logo-grid-link {
            width: 100% !important;
        }
}
/* Logo ----------------*/
@media (min-width: 1200px){
	.logo-responsive{
		width: 75% !important;
        margin-top: 2px !important;
        margin-left: 40px !important;
	}
}
/* Menu Navbar Styles ------------- */
.article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: inline-flex;
}
.main-nav a,
.main-nav a:not([class]){
    color: #fff;
    text-decoration: none;
    padding: .2em .8em;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 13px;
	line-height: 40px;
	font-weight: 600;
	border-radius: 3px;
}
.main-nav a:hover {
  background-color: none;
  color: #a9a9a9;
}
.main-nav .menu-item-has-children > a:after {
        content: '';
        display: inline-flex;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: .5em;
        margin-top: 1em;
        position: relative;
        top: 0.1em;
}

@media(min-width: 768px){
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            padding-top: 16px;
        }

        .main-nav .menu-item {
        position: relative;
        }
        .main-nav .sub-menu {
            position: absolute;
            background-color: #fff;
            top: 100%;
            left: 0em;
            padding: 2em;
            white-space: nowrap;
            visibility: hidden;
            opacity: 0;
		    box-shadow: 0px 1px 0px 1px #3478AB;
        }

        .main-nav .menu-item:hover .sub-menu,
        .main-nav .menu-item:focus .sub-menu {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
            background: #000;
            padding: .25em .25em .25em .25em;
            margin-top: -.5em;
            margin-left: 1em;
            box-shadow: 0px 0px 5px 0px #000, inset 0px 0px 3px 0px #A9A9A9;
            border-top: 2px solid #0037D7;
        }

        .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: -6px; /*-- Lines this up with Rental Cart/Search Widgets - May need to change depending on logo height */
        }

        .navbar-nav.navbar-right:last-child {
            padding-top: 3px;
        }
}

@media (max-width: 767px) {
        .main-nav       .sub-menu {
                padding-left: .5em;
                margin-left: 0.75em;
                border-left: 2px solid white;
                margin-top: .25em;
                margin-bottom: 0.25em;
        }

        /*.navbar-brand {
                margin-left: 0 !important;
        }*/
        .navbar-header .navbar-toggle {
            background: #000 !important;
        }
        .navbar-fixed-top .navbar-collapse {
            max-height: 720px;
        }
}
/* Body ------------------------------------------------------------------------------*/
/* Changes Site Background, Slider Title Background & & More */
body, .modal-details-inner, .section-title-style2 span, .section-title.style2 span, .main-container-wrapper {
    background: #ECEEF0 !important;
}
darkcoilor {
	background: #2c88c5;
}

citecolor {
	color: #3a3a3a !important;
}
.breadcrumb {
    margin-top: -20px;
    /* border: none;
    background: none !important; */
}
/* Buttons ----------------------------------------------------------*/
.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active
	{
	background-color: #4A4B4F;
	color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background: #4A4B4F;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .open .dropdown-toggle.btn-primary, {
	background-color: #3478AB;
	border-color: #3478AB;
	color: #fff;
}
/* Login / Need Account Buttons */
.btn-action{
	background-color: #454544;
	color: #fff !important;
}

.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action{
	background-color: #000;
	border: none;
	color: #fff !important;
}
.btn-default {
    background-color: #454544;
    color: #fff;
}
.btn-default:hover {
    background-color: #000;
    color: #fff;
}
/*
.btn-warning {
    background-color: #454544;
    color: #fff !important;
}
.btn-warning:hover {
    background-color: #000;
    color: #fff !important;
}
*/
.btn-success {
    background-color: #454544;
    color: #fff;
}
.btn-success:hover {
    background-color: #000;
    color: #fff !important;
}
.btn-site, .newsLatterBox .btn {
	background: #454544;
    color: #fff;
}

.btn-discover:hover, .btn-site:hover, .newsLatterBox:hover .btn:hover {
	background: #454544;
    color: #fff;
}
.btn.btn-primary {
    background: #4A4B4F;
    color: #fff;
}
.btn.btn-primary:hover {
    background: #000;
    color: #fff;
}
/*
.btn.btn-sm {
    background: #4A4B4F;
    color: #fff;
}

.btn.btn-sm:hover {
    background: #000 !important;
    color: #fff !important;
}

.btn.btn-sm.btn-warning {
    background: #454544 !important;
    color: #fff !important;
}
.btn.btn-sm.btn-warning:hover {
    background: #3478AB !important; 
    color: #fff !important;
}
*/
#viewCart-btnCheckout {
    background: #454544;
    color: #fff;
}
#viewCart-btnCheckout:hover{
    background: #49B149;
    color: #fff;
}
.orderStep li.active a {
	background: #4A4B4F;
    color: #fff;
}
.orderStep li.active a:after {
	border-top-color: #000 !important;
}
.orderStep li a {
	background: #454544;
    color: #fff;
}
.orderStep li.active a i {
    color: blue;
}
.pagination>.active>a,
	.pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
        background-color: #454544;
	    border-color: #454544;
	    color: #fff;
    }
#pager a.cycle-pager-active {
	background: #454544;
    color: #fff;
}
.pager li>a:hover{
    background-color: #454544;
    color: #fff !important;
}
.pager2 a {
	border: 1px solid #3a3a3a;
}

.pager2 a.selected {
	background: #454544;
}
#pager2 span.cycle-pager-active {
	
}

#pager2 span.cycle-pager-active {
	background: #454544 !important;
}

#pager2 span {
	border: 2px solid #454544;
}
/* Thumbnails ------------------------------------------------------*/
.product:hover, .featuredImgLook2 .inner:hover {
	border: 10px solid #3a3a3a;
}
.subCategoryTitle {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.subCategoryList .thumbnail {
	border: none;
}
.subCategoryList .thumbnail:hover {
    border: none;
    /* border: 1px solid #3a3a3a; */
}

/* Changes Quick View Button */
.btn-quickview {
	border-radius: 2px;
	font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
	letter-spacing: 2px;
	color: #fff !important;
	text-transform: uppercase;
	background: #000;
	border: 1px solid #FA0003;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	left: auto;
	min-width: 100px;
	max-height: 40px;
	height: 40px !important;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	padding: 10px;
	visibility: hidden;
	width: auto;
	display: inline-block !important;
	z-index: 2;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.product:hover .btn-quickview:hover{
    -webkit-opacity: 95%;
}
.product:hover {
    box-shadow: 0 0px 5px 0 #0037D7;
    border: 1px solid #0037D7;
}
.product {
    border: 1px solid #ECEEF0;
    bottom-border: none;
}
.productFilter {
    border: none !important;
}
/* Mobile Category/Product Title & Rates Sizes */
@media (max-width: 767px) {
    .product-title {
        font-size: 24px !important;
    }
    #eRental_rateList {
        font-size: 18px;
        padding-bottom: 10px;
    }
    h1#categoryHead {
        padding-top: 20px;
    }
}
/* Modal Popups -----------------------------*/
.modal-header {
	background: #454544;
    box-shadow: inset 0px 0px 10px 0px #000;
    border-bottom: 2px solid #000;
}
.modal-footer {
    background: #E5E5E5;
}
.modal-footer a {
    color: #2C2C2C;
}
.modal-footer a:hover {
    color: #3478AB;
    font-weight: bold;
}
.modal-title-site {
    color: #fff;
}
.form-control:focus {
	border-color: #3a3a3a;
}
/* #rentalQuickViewModal a {
    color: #2C2C2C !important;
} */
.new-product {
	background: rgba(52, 73, 94, 0.95) !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: 20px 0;
    text-align: left;
}
section .section-title {
    color: #fff300;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#footerBiz {
    width:100%;
    background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
    /*
    background: #000; */
    border-top: 2px solid #494B4F;
    text-align: left;
    box-shadow: inset 0px -2px 4px .001px #000;
    margin-top: -5px;
}

#footer h5{
    padding-left: 0px;
    padding-top: 40px;
    border-left:none !important;
    /* padding-bottom: 2px;
    margin-bottom: 10px; */
    font-size: 20px;
    font-weight: bold;
    color:#a9a9a9;
    line-height: 5px;
    padding-bottom: 15px !important;
}
#footer h6{
    padding-left: 5px;
    border-left:none !important;
    padding-bottom: none;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    color:#fff;
    padding-top: 15px;
}
#footer a {
    color: #fff;
    text-align: left;
    text-decoration: none !important;
    background-color: transparent;
    /*-webkit-text-decoration-skip: objects;*/
    font-size: 16px;
    padding: 1px;
}
#footer p {
    color: #fff;
    margin: 0 0 0px;
    font-size: 16px;
}
#footer .list-unstyled {
    color: #fff;
}

#footer .list-inline>li {
    padding-left: 20px !important;
}

#footer ul.quick-links li a {
        color:#fff;
}
#footer ul.quick-links li a:hover {
        color:#fff;
        font-weight:normal;
}
#footer ul.quick-links li {
        padding: 5px 0;
        font-size: 15px;
       /* -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: 0s all ease; */
}
#footer ul.quick-links li:hover {
        /*padding: 3px 0;
        margin-left:5px;*/
        font-weight:normal;
        color: #fff;
}
#footer ul.quick-links li a i {
        margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 500;
    color:#fff;
    text-align: left;
}
/* 494B4F grey; 3478AB blue */
#copyrightfooter { 
    box-sizing: border-box;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border: 0px;
    outline: 0px;
    text-size-adjust: 100%;
    vertical-align: baseline;
    background-color: #000;
    overflow-wrap: break-word;
    text-align: center;
    animation-timing-function: linear;
    animation-duration: 0.2s;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-bottom: 0px !important;
    color: #ffffff;
    width: 100%;
    box-shadow: inset 0px 0px 30px 1px gray;
}
#maincopyrightdiv {
    box-sizing:border-box;
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    text-size-adjust:100%;
    vertical-align:baseline;
    background:transparent;
    position:relative;
}
#integraRentalh6 {
    box-sizing:border-box;
    margin:0px;
    padding:0px;
    border:0px;
    outline:0px;
    text-size-adjust:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration-line:none;
    font-size:15px;
    color:#A9A9A9 !important;
}
@media (max-width:767px) {
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#footer h6 a {
    color: #fff !important!;
}