﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/
/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}



/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat !important;
    color: #4d4d4d;
    font-size: 16px;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 0 2% 0;
    line-height: 1.5em;
    color: #4d4d4d;
}


p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    padding: 0 0 2% 0;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-weight: 700;
}

/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    color: #003d59;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover {
    text-decoration: none;
}


a.appbutton {
    background: #00a160;
    border: #00a160 1px solid;
    padding: 10px 40px;
    color: #fff;
    border-radius: 3px;
    line-height: 1em;
    text-decoration: none;
    display: inline-block;
    max-width: 338px;
    box-sizing: border-box;
}

a.appbutton:hover {
    background: #003d59;
    border: #fff 1px solid;
    color: #fff;
    border-radius: 3px;
}

/*=====================
	list styles
=======================*/
ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*=====================
	header styles
=======================*/
.topbar {
    background: #003d59;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
}

.topbar p {
    padding: 0 0 0 0;
}

.topbar i {
    margin-right: 5px;
}

.topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topbar ul li {
    float: right;
    padding: 7px 0 7px 40px;
}

.topbar ul li a {
    color: #fff;
}

.topbar ul li:first-child {
    float: left;
    padding: 7px 0 7px 0;
}

.topbar ul li:last-child {
    float: right;
    padding: 7px 0 7px 0;
    display: block;
    clear: both
}


header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.headerwrap {
    width: 96%;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 25%;
}

.logo img {
    display: inline-block;
}

.header-right {
    float: right;
    width: 75%;
    padding-top: 10px;
}

.address {
    text-align: right;
    padding: 0px 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.address i {
    font-size: 24px;
    margin: 0 10px;
}

.address h2 {
    padding: 0;
    color: #000;
}

.address h5 {
    padding: 0;
    color: #000;
}

.mobile-search {
    display: none;
    background: #00a160;
    border-top: #fff 1px solid;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

.mobile-search form {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.mobile-search i {
    margin: 0 5px;
}

#search-input {
    height: 40px;
    color: #fff;
    background: #028550;
    border: none !important;
    margin: 0 !important;
}


#search-input::placeholder {
    color: #fff;
}

#mobile-form-submit {
    border-radius: 0;
    width: 10%;
    background: none !important;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none;

}

#mobile-form-submit:hover {
    opacity: 0.6;
}


.mobile-search a {
    color: #fff;
    text-decoration: none;
}

.application {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    border-right: #000 1px solid;
    margin-right: 20px;
}

.address span a {
    font-size: 12px;
    padding: 5px 20px 5px;
    color: #000;
    vertical-align: bottom;
    border-right: #000 1px solid;
    margin-right: 20px;
    text-decoration: none;
}


/*=====================
	nav styles
=======================*/
/* see menumaker.css for additional nav styles */


/*=====================
	content styles
=======================*/
.wrapper {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.white {
    background: #f1f1f1;
}

.border-it {
    background: #fff;
    padding: 15px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}

/*=====================
	layout styles
=======================*/
.padit {
    padding: 40px 0;
}

#hero {
    position: relative;
    width: 100%;
}

#hero .wrapper {
    padding: 100px 0;
    position: relative;
    z-index: 9999;
}

#hero p {
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
    text-shadow: 2px 2px 2px #000000;
    /* margin-bottom: 20px; */
}

#hero p span {
    font-size: 70px;
    line-height: 90px;
    padding-bottom: 0;
    font-weight: 700;
}

#hero p a {
    font-size: 30px;
    line-height: 30px;
    padding: 12px 45px;
    background: rgba(0, 61, 89, .5);
    border: #fff 1px solid;
    color: #fff;
    vertical-align: middle;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
}

#hero p a:hover {
    color: #fff;
    background: #111111;
    border: #fff 1px solid;
}

.searchform {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    border: #fff 1px solid;
    background: rgba(0, 61, 89, .7);
}

.searchform h4 {
    color: #fff;
    font-weight: 400;
}

.welcome {
    background: #f1f1f1;
}

.mfg-logos {
    text-align: center;
    background: #f1f1f1;
}

.mfg-logos img {
    vertical-align: middle;
    padding: 20px 15px;
    display: inline-block;
}

.manu-footer .mfg-logos {
    display: none;
}

.cat-area {
    text-align: center;
    padding: 30px 0;
}

.cat-area a {
    text-decoration: none;
}

.cat-box {
    display: inline-block;
    width: 125px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.cat-pic {
    position: relative;
    display: -block;
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.cat-pic:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.0;
    transition: .3s all;
    display: block;
}

.cat-box:hover .cat-pic:after {
    opacity: 0.8;
    background: #fff;
}

.categories {
    line-height: 1.8em;
}

.titlebar {
    background: #003d59;
    border-top: #003d59 2px solid;
    padding: 15px 0;
}

.titlebar h1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    line-height: 1em;
    color: #fff;
}

.manu-logo {
    position: relative;
    float: left;
    width: 23%;
    height: 120px;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
    border: #ccc 1px solid;
    background: #fafafa;
}

.manu-logo:hover {
    background: #f1f1f1;
}

.manu-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ribbon {
    color: #fff;
    background: #003d59;
    position: relative;
    padding: 15px;
    text-align: center;
}

.ribbon h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 2em;
}

.ribbon p {
    color: #fff;
    padding: 0 0;
    margin: 0 20px;
    display: inline-block;
    font-size: 1.2em;
}

.ribbon a.appbutton {
    margin: 0 20px;
    vertical-align: top;
    margin-top: 5px;
}

.linkbox {
    display: block;
    position: relative;
    padding: 30px;
    min-height: 270px;
}

.linkbox a {
    color: #fff;
}

.linkbox h2 {
    color: #fff;
    line-height: 1em;
    padding-bottom: 20px;
}

.linkbox-text {
    float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}

.linkbox p {
    color: #fff;
}

.green {
    background: #00a160;
}

.blue {
    background: #003d59;
}

.gray {
    background: #5d6770;
}

div.loc {
    width: 30.333%;
    margin: 0;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 1.5%;
    float: left;
    position: relative;
    cursor: default;
    border-top: solid 4px rgb(220, 220, 220);
    min-height: 280px;
    font-size: 14px;
    transition: all .3s ease-in-out 0s;
}

div.loc .contents {
    padding-top: 25px;
}

div.aloc .loc {
    width: 17%;
    margin: 0;
    padding: 0;
    margin-right: 3%;
    margin-bottom: 1.5%;
    float: left;
    position: relative;
    cursor: default;
    border-top: solid 4px rgb(220, 220, 220);
    min-height: 280px;
    font-size: 14px;
    transition: all .3s ease-in-out 0s;
}

div.loc div.contents h3.title {
    font-size: 22px;
    color: rgb(80, 80, 80);
    padding-bottom: 5px;
}

div.aloc .loc div.contents h3.title {
    font-size: 13px;
    color: rgb(0, 161, 96);
    padding-bottom: 5px;
}

.categorybox {
    float: left;
    width: 23%;
    margin: 0 0 0 0;
    box-sizing: border-box;
    height: 140px;
    margin: 1%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: #ccc 1px solid;
}


.categorybox .categorybox-title {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 0 0;
    text-transform: uppercase;
    z-index: 99;
}

.categorybox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: .3s all;
    display: block;
}

.categorybox:hover .categorybox-title {
    display: block;
}

.categorybox:hover:after {
    opacity: 0.8;
    background: #003d59;
}

a .categorybox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .categorybox {
    color: #000;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


/*=====================
	banner styles
=======================*/


/*=====================
	Form styles
=======================*/
.order-form {
    display: block;
    background: #fafafa;
    padding: 15px 10px;
    border: #ccc 1px solid;
}

.order-form h4 {
    padding-left: 1%;
}

#formpage {
    padding: 0;
}

.detailed-search {
    margin: 0 0 0;
}

.detailed-search label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.detailed-search input {
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 8px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;

    font-family: 'Roboto Condensed', sans-serif;
}

input.half {
    width: 48%;
    float: left;
}

.detailed-search input:focus {
    border: #2885b3 solid 1px;
}

.detailed-search input::placeholder {
    color: #969696;
}

.detailed-search .col-6:first-of-type {
    padding-right: 10px;
}



input.button2 {
    display: block;
    padding: 8px 40px;
    border: #00a160 solid 1px;
    background-color: #00a160;
    color: #fff;
    border-radius: 3px;
    margin-top: 30px;
}

input.button2:hover {
    background-color: #003d59;
    border: #fff solid 1px;
    cursor: pointer;
}


.detailed-search select {
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 8px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    color: #969696;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
}

select.half {
    width: 48%;
    float: left;
}

.col-1 {
    width: 100%;
}

.col-6 {
    width: 50%;
}

.flex {
    display: flex;
}

.CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,
.CaptchaAnswerPanel,
.CaptchaWhatsThisPanel {
    margin: 0px 0px 0px !important;
    font-size: 12px;
    color: #000;
    text-align: left !important;
    font-weight: normal !important;
    padding: 0px 0 0 !important;
    box-sizing: border-box;
}

.CaptchaImagePanel {
    float: left;
    margin-right: 10px !important;
}

.CaptchaMessagePanel {}

#CaptchaAnswer {
    margin: 5px 0;
    width: 50%;
}

.detailed-search fieldset {
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% 15px;
    background: #fff;
}

.detailed-search .col-1,
.detailed-search .column4 {
    margin-bottom: 20px;
}

.column4 {
    width: 100%;


    box-sizing: border-box;
}




/* Noui Slider Start */

#searchbar-form .column4 {
    width: 100%;
    margin-right: 20px;
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    height: 70px;
    display: flex;
    align-items: center;
}

.noUi-target {
    position: relative;
    direction: ltr;
    margin-bottom: 10px;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute;
}

.noUi-horizontal {
    height: 12px;
    z-index: 0;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 21px;
    left: -13px;
    top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
    top: -5px;
}

.noUi-background {
    background: #ccc;
}

.noUi-connect {
    background: #f1d884 !important;
    border: 1px #cbc8c7 solid;
}

.search-bar .noUi-target {
    width: calc(100% - 35px);
    margin: 15px auto;
}

.noUi-target {
    width: calc(98% - 15px);
    margin: 15px auto;
}

.noUi-handle {
    position: relative;
    background: #d4d3d3 !important;
    border: 1px solid #9e9e9e !important;
    border-radius: 3px;
    z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    background: #9e9e9e;
    left: 10px;
    top: 3px;
}

.noUi-handle:after {
    left: 12px;
}

.noUi-pips-horizontal {
    padding: 5px 0;
    height: 10px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
    margin-top: 5px;
    margin-left: -1px;
    width: 1px;
    height: 5px;
    background: rgb(204, 204, 204);
}

.example-val {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 16px;
    padding-bottom: 0;
}

.example-val span {
    font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
    content: "$";
    padding-right: 2px;
}

















/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
    width: 5% !important;
}

/*=====================
	Youtube styles
=======================*/



.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube h5 {
    position: absolute;
    color: #fff;
    padding: 10px;
    top: 0;
    z-index: 10;
}

.youtube img {
    width: 100%;
    height: auto;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/********************gallery**************************/


#gal_container img {
    width: 12.5%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}


.special {
    width: 30.33%;
    margin: 20px 1.5%;
    float: left;
    padding: 2% 1%;
    box-sizing: border-box;
    border: 2px solid #e24407;
    text-align: center;
    HEIGHT: 255PX;
    background: url(../siteart/bg.jpg) no-repeat;
    background-size: 100%;
}

.special h2 {
    color: #e24407;
    font-size: 35px;
    width: 100%;
    float: left;
    line-height: 37px;
}

.small {
    color: #000;
    font-weight: 500;

    font-size: 20px;
}

.smallish {
    font-size: 25px;
    line-height: 27px !important;
}

.bigger {
    font-size: 48px;
}


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.0%;
}

.col:first-child {
    margin-left: 0;
}

.hosted-content .col {
    margin: 0 0 0 0;
}

.hosted-content .pagination>.drop-down-form select {
    width: 5% !important;
    float: none;
    display: inline-block;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.5%;
}

.span_10_of_12 {
    width: 83%;
}

.span_9_of_12 {
    width: 74.5%;
}

.span_8_of_12 {
    width: 66%;
}

.span_7_of_12 {
    width: 57.5%;
}

.span_6_of_12 {
    width: 49%;
}

.span_5_of_12 {
    width: 40.5%;
}

.span_4_of_12 {
    width: 32%;
}

.span_3_of_12 {
    width: 23.5%;
}

.span_2_of_12 {
    width: 15%;
}

.span_1_of_12 {
    width: 6.5%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.6%;
}

.span_3_of_5 {
    width: 59.2%;
}

.span_2_of_5 {
    width: 38.8%;
}

.span_1_of_5 {
    width: 18.4%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}







/* ===========================================================
10. Inventory Styles
=========================================================== */
body.internal.inv {
    height: auto !important;
}



.list-content .list-top-section .sticky-top-menu {
    z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
    max-width: 80% !important;
}

.faceted-search-field {
    overflow-x: hidden;
}

.list-content .listing-portion-title {
    font-size: 17px !important;
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    line-height: 27px;
    margin-left: 3px !important;
    color: #777 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}



.detail-additional-data h3 {
    font-size: 18px;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.faceted-show-all-btn {
    background: #00a160 !important;
    border: none;
    color: #fff !important;
}



.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,

.list-container-flexrow .view-listing-details-link:hover {
    background: #003d59 !important;
    color: #fff !important;
}


.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #00a160 !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.print-this:hover,
.email-this:hover {
    background: #003d59 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
    background: #003d59 !important;
}

.list-content .list-main-section .list-container .list-listing {
    background: #efefef;
    padding: 15px !important;
    border-radius: 5px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #666;
}

.list-content .list-main-section .list-container .list-listing {
    border: 1px solid #ccc;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
    margin-bottom: 6px;
}

body .noUi-connect {
    background: #dddddd;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
    border: none !important;
}

.faceted-section-head i {
    color: #00a160 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #241e20;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 5px;
}

.contact-info-heading h2 {
    font-size: 26px !important;
    line-height: 39px !important;
    font-weight: 300 !important;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.grouped-faceted-header {
    background: #ededed !important;
    color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #241e20;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-container p {
    font-size: 14px !important;
    line-height: 18px !important;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {
    
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}



/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: #00a160 !important;
    color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
    background-color: #003d59 !important;
    color: #fff !important;
}

.contact-options a {
    background: #00a160 !important;
    background-color: #00a160 !important;
    color: #fff !important;
}









/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 720px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5 {
        width: 100%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;

    }
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #003d59;
    padding: 30px 0;
    border-top: #474747 4px solid;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom h5 {
    color: #fff;
}

.pagebottom i {
    margin: 0 6px 0 0;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {}

.footer {
    background: #000;
    padding: 20px 0;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.footertext {
    font-size: 11px;
    color: #666;
}

.smallfootertext {
    font-size: 11px;
    color: #666;
}

.divfooter {
    margin: 0 auto;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1170px) {
    .mfg-logos img {
        max-width: 100px;
    }
}


@media screen and (max-width: 1050px) {
    .logo {
        float: none;
        width: 100%;
        text-align: center;
    }

    .header-right {
        float: none;
        width: 100%;
    }

    .address {
        text-align: center;
        padding: 12px 0 15px;
    }

    .ribbon a.appbutton {
        margin: 20px 20px;
    }

}

@media screen and (max-width: 900px) {
    div.aloc .loc {
        width: 22%;
        min-height: 350px;
    }

}

@media screen and (max-width: 800px) {
    .headerwrap {
        width: 100%;
    }

    header {
        padding: 20px 0 0 0;
    }

    .logo {
        float: none;
        text-align: center;
    }

    .address {
        text-align: center;
        padding-top: 20px;
        padding: 20px 55px 10px 55px;
    }

    .address span a {
        display: none;
    }

    .manu-logo {
        width: 48%;
        height: 120px;
    }

    .categorybox {
        width: 48%;
    }

    .mfg-logos img {
        max-height: 30px;
        width: auto;
    }
}

@media screen and (max-width: 720px) {
    header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #hero .wrapper {
        padding: 10px 0;
        text-align: center;
    }

    #hero p span {
        font-size: 48px;
        line-height: 48px;
    }

    #hero p a {
        font-size: 24px;
        line-height: 24px;
        padding: 12px 45px;
    }

    .searchform {
        display: none;
    }

    .mobile-search {
        display: block;
    }

    .topbar {
        text-align: center;
    }

    .topbar ul li {
        float: none;
        font-size: 12px;
        padding: 2px 0;
        display: inline-block;
    }

    .topbar ul li:first-child {
        display: none;
    }

    .topbar ul li:last-child {
        float: none;
    }

    .welcome {
        text-align: center;
    }

    div.loc {
        width: 47%;
        min-height: 340px;
    }

    div.aloc .loc {
        width: 47%;
        min-height: 340px;
    }

    .linkbox {
        text-align: center;
    }

    .pagebottom {
        text-align: center;
    }

    .categories {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .categorybox .categorybox-title {
        font-size: 20px;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }

    input.half {
        width: 98%;
        float: left;
    }
}