body {
    color: #000;
    font-family: 'Open Sans';
    font-size: 16px;
    position: relative;
    overflow-x: hidden
}

@media(max-width:991px) {
    body {
        font-size: 14px
    }
}

a {
    color: inherit;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #000;
}

ul {
    padding-left: 15px
}

h1,
h2,
h3 {
    margin: 0
}

.img-bg {
    overflow: hidden;
    background-repeat: no-repeat;
}

.img-center {
    background-position: center;
}

.img-left {
    background-position: left;
}

.cover {
    background-size: cover;
}

.contain {
    background-size: contain;
}

img.pull-left {
    margin-right: 15px;
    margin-bottom: 15px
}

.spacer {
    height: 25px
}

@media(max-width:991px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.content {
    padding: 30px 0
}

@media(max-width: 767px) {
    .content {
        padding: 15px 0
    }
}

.relative {
    position: relative
}

.no-sort,
.sorting_disabled {
    width: 1%!important;
    white-space: nowrap
}

.form-group {
    margin-bottom: 8px
}

.form-group.new {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    text-align: left;
    font-size: 13px
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.orange {
    color: #FEC52E
}

.white {
    color: #FFF
}

.black {
    color: #000
}

.heading {
    font-size: 30px;
    font-weight: 700
}

.small-heading {
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

.vertical-center,
.vertical-center-after-set.set {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    .xs-center {
        text-align: center
    }
    .xs-center img {
        margin: auto;
        float: none!important
    }
}

.tight-cells {
    margin-left: -1px;
    margin-right: -1px
}

.tight-cells div[class^="col-"] {
    padding-left: 1px;
    padding-right: 1px
}

.tight-cells .form-group {
    margin-bottom: 2px;
}

.custom-btn {
    display: inline-block;
    line-height: 23px;
    padding: 10px 15px;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700
}

.custom-btn.btn-block {
    text-align: center
}

.custom-btn:hover {
    text-decoration: none
}

.background-white {
    background: #FFF
}

.background-orange {
    background: #fec52e
}

.background-grey {
    background: #DEE1E6
}

.background-dk-grey {
    background: #555;
}

.custom-btn.background-white {
    color: #000;
    border: 1px solid #FFF
}

.custom-btn.background-white.border {
    border-color: #000
}

.custom-btn.background-white.border-orange {
    border-color: #FEC52E
}

.custom-btn.background-white:hover,
.custom-btn.background-white:focus {
    background: #000;
    color: #FFF
}

.custom-btn.background-white.border-orange:hover,
.custom-btn.background-white.border-orange:focus {
    background: #FEC52E;
    color: #000
}

.custom-btn.background-orange {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.custom-btn.background-orange:hover,
.custom-btn.background-orange:focus {
    /*background: #FFF;
    color: #000;*/
    background: #FEC52E;
    color: #000
}

.custom-btn.background-dk-grey {
    color: #FFF;
    border: 1px solid #555;
}

.custom-btn.background-dk-grey:hover,
.custom-btn.background-dk-grey:focus {
    background: #FFF;
    color: #000;
}

.custom-btn.icon,
.custom-btn.icon:before {
    border: none !important;
    padding: 0;
    line-height: 45px;
}

.custom-btn.icon {
    position: relative;
    padding-left: 45px;
}

.custom-btn.icon.background-orange:before {
    background: #FEC52E;
}

.custom-btn.icon.background-orange:hover,
.custom-btn.icon.background-orange:focus {
    background: #FEC52E;
    color: #000;
}

.custom-btn.icon.background-orange:hover:before,
.custom-btn.icon.background-orange:focus:before {
    background: #FEC52E;
    color: #000;
}

.custom-btn.icon.background-dk-grey:before {
    background: #484848;
}

.custom-btn.icon.background-dk-grey:hover,
.custom-btn.icon.background-dk-grey:focus {
    background: #484848;
    color: #FFF;
}

.custom-btn.icon.background-dk-grey:hover:before,
.custom-btn.icon.background-dk-grey:focus:before {
    background: #3c3c3c;
    color: #FFF;
}

.custom-btn.icon:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 22px;
    width: 45px;
}

.custom-btn.icon.login:before {
    content: '\f52a';
}

.custom-btn.icon.login:hover:before,
.custom-btn.icon.login:focus:before {
    content: '\f52b';
}

.custom-btn.icon.signup:before {
    content: '\f234';
}

.custom-btn.icon.user:before {
    content: '\f007';
}

.custom-btn.icon.unlock:before {
    content: '\f13e';
}

.custom-btn.icon.send:before {
    content: '\f1d8';
}

.custom-input,
.custom-select,
.refinement-dropdown .dropdown-btn {
    background: #FFF;
    height: 45px;
    padding: 0 10px;
    display: block;
    width: 100%;
    position: relative
}

.twitter-typeahead .tt-input.alert-danger,
.form-control[readonly].alert-danger,
.custom-input.alert-danger,
.custom-select select.alert-danger,
.selectize-input.alert-danger {
    background-color: #f2dede!important
}

.custom-select select:disabled,
.custom-select select[readonly],
.custom-input:disabled,
.custom-input[readonly] {
    background: #dadada;
    cursor: not-allowed
}

.custom-input,
.custom-select select,
.custom-select .selectize-input {
    border: 1px solid #666!important;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

input[type="file"] {
    max-width: 100%;
}

.custom-input[type="file"] {
    border: none !important;
    padding: 0;
    max-width: 100%;
}

.custom-input:focus,
.custom-select select:focus {
    border-color: #FEC52E !important;
    box-shadow: inset 0 0 6px #FEC52E;
}

.custom-input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.custom-input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.custom-input::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.custom-input::placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.custom-input:-ms-input-placeholder {
    color: #000;
    font-style: italic
}

.custom-input::-ms-input-placeholder {
    color: #000;
    font-style: italic
}

textarea.custom-input {
    height: 97%;
    padding: 10px
}

.new-input {
    background: #FFF;
    border: none;
    height: 45px;
    padding: 0 10px;
    display: block;
    width: 100%;
    position: relative;
}

textarea.new-input {
    height: auto;
    resize: vertical;
}


/*
.new-input-container .new-input{
	height:100%;
}
*/

.new-input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic
}

.new-input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic
}

.new-input::-ms-input-placeholder {
    color: #666;
    opacity: 1;
    font-style: italic
}

.new-input::placeholder {
    color: #666;
    opacity: 1;
    font-style: italic
}

.new-input:-ms-input-placeholder {
    color: #666;
    font-style: italic
}

.new-input::-ms-input-placeholder {
    color: #666;
    font-style: italic
}

.new-input-container {
    position: relative;
    /*border-bottom:1px solid #666;*/
    /*height:45px;*/
}

.new-input-container.icon {
    padding-left: 30px;
}

.new-input-container.icon .icon-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    font-size: 18px;
    z-index: 1000;
    color: #666;
}

.new-input-container.after-icon {
    padding-left: 0;
    padding-right: 30px;
}

.new-input-container .new-input:focus {
    box-shadow: none;
}

.new-input~.focus-border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666;
}

.new-input~.icon-container,
.new-input~.focus-border {
    transition: 0.3s linear;
}

.new-input~.focus-border:after {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #FEC52E;
    transition: 0.3s linear;
}

.new-input:focus~.focus-border:after {
    width: 100%;
}

.new-input:focus~.icon-container {
    color: #FEC52E;
}

.new-checkbox {
    position: absolute;
    opacity: 0;
}

.new-checkbox:checked+label svg path {
    stroke-dashoffset: 0;
}

.new-checkbox:checked+label {
    border-color: #FEC52E;
}

.new-checkbox:focus+label {
    /*transform:scale(1.03);*/
}

.new-checkbox~label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

.new-checkbox+label {
    border: 2px solid #666;
    width: 45px;
    height: 45px;
    transition: 0.3s ease;
    border-radius: 5px;
}

.new-checkbox+label+label {
    font-size: 18px;
    padding-left: 5px;
}

.new-checkbox+label:active {
    /*transform:scale(1.05);*/
    border-radius: 8px;
}

.new-checkbox+label svg {
    pointer-events: none;
}

.new-checkbox+label svg path {
    fill: none;
    stroke: #000;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    transition: all 0.3s cubic-bezier(1, 0, 0.37, 0.91);
}

.custom-select {
    padding: 0
}

.custom-select:after,
.refinement-dropdown .dropdown-btn:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f107';
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    position: absolute;
    z-index: 10;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    pointer-events: none;
    background: #FFF;
    border-left: 1px solid #aaa;
    padding: 0 3px 0 8px;
}

.custom-select select {
    padding: 0 10px;
    padding-right: 25px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border-radius: 0
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select select:focus {
    outline: none
}

.refinement-dropdown {
    position: relative
}

.refinement-dropdown .dropdown-btn {
    font-style: italic;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.refinement-dropdown .dropdown-btn:hover {
    border-color: #666
}

.refinement-dropdown .dropdown-btn:hover:after {
    color: #FEC52E
}

.refinement-dropdown .dropdown-btn div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.refinement-dropdown .dropdown-values {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #FFF;
    z-index: 100;
    min-width: 100%;
    border: 1px solid #666;
    opacity: 0;
    display: none;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.refinement-dropdown.open .dropdown-btn {
    border-color: #666
}

.refinement-dropdown.open .dropdown-btn:after {
    content: '\f106'
}

.refinement-dropdown.open .dropdown-values {
    opacity: 1;
    display: block
}

.refinement-dropdown .dropdown-values form {
    margin-bottom: 10px;
    height: auto
}

.refinement-dropdown .dropdown-values input {
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    height: 30px
}

.refinement-dropdown .dropdown-values button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.refinement-dropdown .dropdown-values .ais-refinement-list--item,
.refinement-dropdown .dropdown-values .ais-hierarchical-menu--item,
.refinement-dropdown .show-more {
    padding: 0 10px;
    white-space: nowrap
}

.custom-checkbox {
    display: none
}

.custom-checkbox+label {
    width: 45px;
    height: 45px;
    background: #FFF;
    border: 1px solid #9A9A99;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: middle
}

.custom-checkbox:checked+label:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 40px
}

ul.checkmark {
    padding-left: 20px;
    position: relative
}

ul.checkmark li {
    list-style: none;
    margin-bottom: 5px
}

ul.checkmark li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #FEC52E;
    position: absolute;
    left: 0;
    font-weight: 600
}

.social,
.social svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.social:hover {
    text-decoration: none
}

.social:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.facebook:hover {
    color: #3b5998!important
}

.twitter:hover {
    color: #1da1f2!important
}

.instagram:hover {
    color: #c32aa3!important
}

.linkedin:hover {
    color: #0077b5!important
}

#header-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 750;
    background: #3C3C3C;
    color: #FFF;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
    overflow: hidden;
    width: 400px;
    max-width: 100%
}

#header-navigation.shift {
    right: 1000px;
    height: auto
}

#header-navigation-container {
    padding: 20px
}

#header-navigation-container .toggle-header-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    line-height: 1;
    padding: 15px;
    display: none
}

@media(max-width: 767px) {
    #main-header.fixed #header-navigation-container .toggle-header-nav {
        display: block
    }
}

#header-navigation .close-header-nav {
    color: #FFF;
    font-size: 30px;
    float: left;
    line-height: 1;
    cursor: pointer
}

#header-navigation .nav-header {
    font-size: 18px;
    font-weight: 700
}

#header-navigation .nav-group {
    padding-left: 15px
}

#header-navigation .nav-items a {
    color: #FFF;
    display: block;
    font-size: 16px;
    padding: 4px 0
}

#header-navigation .nav-icon {
    margin-right: 5px;
    width: 20px
}

#top-header {
    background: #E8E8E8;
    font-size: 15px
}

#top-header a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#top-header a:hover {
    color: inherit;
    text-decoration: none
}

.header-container {
    float: left;
    padding: 10px 0
}

.header-container.border {
    border-right: 3px solid #666;
    padding-left: 15px;
    padding-right: 15px
}

#top-header .social {
    margin: 0 3px;
    font-size: 16px
}

#main-header {
    position: relative;
    z-index: 1025;
    background: #FFF
}

#header-logo,
#header-search-container,
#header-navigation-btn {
    float: left;
    height: 110px
}

.toggle-header-nav {
    padding: 0;
    cursor: pointer
}

#header-logo {
    width: 25%
}

.logo {
    width: 100%;
    max-width: 300px;
    display: block
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotateX(0deg)
    }
    90% {
        -webkit-transform: rotateX(360deg)
    }
    100% {
        -webkit-transform: rotateX(360deg)
    }
}

#sticky-logo {
    display: none;
    width: 35px;
    float: left
}

#sticky-logo img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#header-search-container {
    width: 70%;
    padding: 0 15px
}

.search-input {
    position: relative
}

.search-input::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f002';
    font-weight: 900;
    font-size: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    z-index: 800
}

.search-input input {
    border: 1px solid #000;
    border-radius: 3px;
    max-width: 100%;
    padding: 10px;
    padding-right: 25px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    -o-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    background-clip: padding-box
}

.search-input input:focus {
    border-color: #555;
    background-color: #FFF!important
}

#header-search-container .search-input input {
    background-color: #FFF;
    width: 500px;
    z-index: 750
}

@media(max-width: 767px) {
    #header-search-container .search-input input {
        width: 100%
    }
}

.search-input input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.search-input input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.search-input input::-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.search-input input::placeholder {
    color: #000;
    opacity: 1;
    font-style: italic
}

.search-input input:-ms-input-placeholder {
    color: #000;
    font-style: italic
}

.search-input input::-ms-input-placeholder {
    color: #000;
    font-style: italic
}

#header-search-container input:focus {
    width: 100%
}

#header-navigation-btn {
    width: 5%;
    font-size: 35px;
    text-align: center
}

#main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999
}

#main-header.fixed #top-header {
    display: none
}

#main-header.fixed #sticky-logo {
    display: block
}

#main-header.fixed #sticky-logo,
#main-header.fixed #header-search-container,
#main-header.fixed #header-navigation-btn {
    height: 55px
}

#main-header.fixed #header-logo {
    display: none
}

#main-header.fixed #header-search-container {
    width: calc(95% - 35px)
}

@media(max-width: 767px) {
    #main-header.fixed #sticky-logo {
        display: none;
    }
    #main-header.fixed #header-search-container {
        width: 100%;
        height: auto
    }
}

#main-header.fixed #header-search-container input {
    width: 100%
}

#mobile-header {
    display: none;
    font-size: 0;
    padding: 0 10px
}

#mobile-logo {
    width: 150px;
    display: inline-block;
    vertical-align: middle
}

#mobile-header .mobile-btns {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

#mobile-header .mobile-btns a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 75px;
    font-size: 14px;
    padding: 0 10px;
    color: #000
}

#mobile-header .mobile-btns .icon {
    font-size: 26px
}

#mobile-header .hamburger-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    #top-header {
        display: none
    }
    #mobile-header {
        display: block
    }
    #main-header .container {
        padding: 0
    }
    #header-logo,
    #header-navigation-btn {
        display: none
    }
    #header-search-container {
        width: 100%;
        height: auto;
        padding: 0
    }
    #header-search-container .search-input input {
        border-radius: 0
    }
    #header-search-container .vertical-center {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

#moving-banner {
    display: block;
    border-top: 1px solid #666;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    padding: 5px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-style: italic;
}

@media(max-width:500px) {
    #moving-banner {
        font-size: 18px;
    }
}

#moving-banner:hover {}

#homepage-banner {
    height: 450px;
    position: relative;
    z-index: 750
}

@media (max-width:991px) {
    #homepage-banner {
        height: 350px
    }
}

@media(max-width: 767px) {
    #homepage-banner {
        height: 200px
    }
}

#homepage-banner .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

#homepage-banner .caption .text {
    color: #FFF;
    font-size: 34px;
    text-shadow: 0 0 5px #666
}

#homepage-banner .caption .title {
    font-size: 62px;
    font-weight: 700;
    line-height: 1.4
}

@media (max-width:991px) {
    #homepage-banner .caption .text {
        font-size: 28px
    }
    #homepage-banner .caption .title {
        font-size: 56px
    }
}

@media(max-width: 767px) {
    #homepage-banner .caption .title {
        font-size: 32px
    }
    #homepage-banner .caption .text {
        font-size: 20px
    }
}

#homepage-banner .search-input {
    margin: 30px auto 0;
    width: 100%;
    max-width: 600px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    -o-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s
}

@media(max-width: 767px) {
    #homepage-banner .search-input {
        display: none
    }
}

#homepage-banner .search-input.focus {
    max-width: 750px
}

#homepage-banner input {
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: #FFF
}

.homepage-section {
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8
}

#featured-container {
    margin-left: -5px;
    margin-right: -5px
}

.featured-col {
    float: left;
    width: calc(33% - 10px);
    height: 500px;
    background-position: center;
    margin-right: 5px;
    margin-left: 5px
}

.featured-col a:hover{
    color: #000;
    text-decoration: underline;
}

.featured-cell {
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    display: block
}

.featured-cell:hover .custom-btn.background-white {
    background: #000;
    color: #FFF;
}

.featured-cell .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 500;
    padding: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(max-width: 767px) {
    .featured-cell .overlay {
        padding: 10px
    }
}

#featured-product .overlay {
    width: 50%;
    padding-right: 0
}

#featured-product .overlay,
#featured-product .overlay:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#featured-product .overlay,
#featured-product .overlay:after {
    background: rgba(51, 51, 51, 1);
}

#featured-product:hover .overlay,
#featured-product:hover .overlay:after {
    background: rgba(51, 51, 51, 0.35);
}

#featured-product:hover .overlay:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#featured-brand img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 125px
}

@media(max-width:991px) {
    #featured-brand .overlay {
        width: 100%
    }
}

#featured-product .overlay:after {
    content: '';
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 bottom;
    -ms-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1
}

.featured-cell .caption {
    position: relative;
    height: 100%;
    font-size: 22px
}

#featured-brand .caption {
    font-size: 26px;
    font-weight: 700;
    width: 50%
}

@media (max-width:991px) {
    .featured-cell .caption {
        font-size: 18px
    }
    #featured-brand .caption {
        width: 100%;
        font-size: 22px
    }
    #featured-brand img {
        width: 75px
    }
}

@media(max-width: 767px) {
    .featured-cell .caption {
        font-size: 17px
    }
}

.featured-cell .vendor-code {
    font-size: 16px
}

@media(max-width: 767px) {
    .featured-cell .vendor-code {
        font-size: 14px
    }
}

.featured-cell .info {
    color: #FFF;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.featured-cell .cell-label,
.featured-cell .custom-btn {
    position: absolute;
    left: 0
}

.featured-cell .cell-label {
    top: 0;
    font-size: 18px
}

@media(max-width: 767px) {
    .featured-cell .cell-label {
        font-size: 16px
    }
}

.featured-cell .custom-btn {
    bottom: 0
}

@media(max-width:991px) {
    .featured-cell .custom-btn {
        font-size: 16px
    }
}

#custom-solutions {
    background-image: url(../png/custom-solutions.png)
}

#resources {
    background-image: url(../png/resources.png)
}

#explore-products.slick-initialized .slick-slide {
    margin: 0 5px
}

#explore-products .slick-arrow {
    background: none;
    border: none;
    font-size: 40px;
    color: #E8E8E8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

#explore-products .text {
    margin: auto;
    background-color: white;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    transform: translate(0, 10px);
    width: fit-content;
    text-align: center;
}

#explore-products .slick-list {
    /* width: calc(100% - 60px); */
    margin: auto;
}

#explore-products .cell {
    display: block;
    position: relative;
    background: #FFF;
    padding: 0px;
    font-size: 14px;
    border: 0px solid #e8e8e8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 0px;
    overflow: hidden
}

#explore-products div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#explore-products .cell:hover {
    text-decoration: none;
    color: initial;
    border-color: #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999
}

#explore-products .slick-arrow:hover {
    color: #666
}

#explore-products .slick-next {
    right: 0;
    color: black;
    border-radius: 50%;
    width: 58.24px;
    background-color: #FEC52E;
}

#explore-products .slick-prev {
    left: 0;
    display: none;
}

#popular-products .slick-list,
#product-categories .slick-list {
    width: calc(100% - 60px);
    margin: auto
}

#popular-products.slick-initialized .slick-slide,
#product-categories.slick-initialized .slick-slide {
    margin: 0 5px
}

#popular-products .slick-arrow,
#product-categories .slick-arrow {
    background: none;
    border: none;
    font-size: 40px;
    color: #E8E8E8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

#popular-products .slick-arrow:hover,
#product-categories .slick-arrow:hover {
    color: #666
}

#popular-products .slick-next,
#product-categories .slick-next {
    right: 0
}

#popular-products .slick-prev,
#product-categories .slick-prev {
    left: 0
}

#product-categories {
    margin: 15px 0
}

.category-cell {
    font-weight: 700;
    text-align: center;
    margin: 15px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block
}

.category-cell .idxlens {
    height: 160px;
    width: 160px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
    position: relative;
    border: 5px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-cell .lens {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
    position: relative;
    border: 5px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-img {
    height: 110%;
    width: 110%;
    -webkit-transition: height 0.3s, width .3s;
    -o-transition: height 0.3s, width .3s;
    transition: height 0.3s, width .3s;
    -webkit-transitionbackground-repeat: no-repeat;
    -o-transitionbackground-repeat: no-repeat;
    transitionbackground-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.category-cell:hover {
    text-decoration: none!important;
    color: #001;
    font-weight: 800;
}

.category-cell:hover .category-img {
    height: 100%;
    width: 100%
}

.category-cell:hover .lens {
    /*border-color: #001;
    border-width: 0px*/
}

.cell {
    display: block;
    position: relative;
    background: #FFF;
    padding: 10px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #e8e8e8;
    margin-bottom: 15px;
    overflow: hidden
}

.tight-cells .cell {
    margin-bottom: 2px
}

.cell:hover {
    text-decoration: none;
    color: initial;
    border-color: #999;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999
}

.cell .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(calc(-100% + 5px));
    -ms-transform: translateY(calc(-100% + 5px));
    transform: translateY(calc(-100% + 5px));
    -webkit-transition: cubic-bezier(0.290, 0.645, 0.030, 1.285) .3s;
    -o-transition: cubic-bezier(0.290, 0.645, 0.030, 1.285) .3s;
    transition: cubic-bezier(0.290, 0.645, 0.030, 1.285) .3s
}

.cell .overlay .tab {
    background: #FFF;
    color: #FEC52E;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px 5px;
    margin-top: -5px;
    display: inline-block;
    border-top: 1px solid #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 2px solid #e8e8e8;
    border-top: none
}

.cell:hover .overlay {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cell:hover .overlay .tab {
    border-color: #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

.cell .img-cell {
    text-align: center;
    margin-bottom: 10px;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.cell .img-cell[style*="height"] img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto
}

.cell .logo-cell {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.cell .vendor-code {
    margin-top: 10px
}

#newsletter-bar {
    background: #555;
    height: 100px
}

.newsletter-icon {
    width: 70px;
    margin-right: 25px
}

#newsletter-bar .pull-left,
#newsletter-bar .pull-right {
    height: 100%
}

#newsletter-bar .pull-left {
    width: 35%;
    padding-left: 25px
}

#newsletter-bar .pull-right {
    width: 65%;
    padding-right: 25px
}

#newsletter-bar .custom-input,
#newsletter-bar .custom-select,
#newsletter-bar button {
    float: left
}

#newsletter-bar .custom-input,
#newsletter-bar .custom-select {
    width: 33%;
    margin-right: 5px
}

@media(max-width:991px) {
    #newsletter-bar {
        height: auto;
        text-align: center;
        padding: 10px
    }
    #newsletter-bar .pull-left,
    #newsletter-bar .pull-right {
        float: none!important;
        width: auto;
        padding: 0
    }
    #newsletter-bar .vertical-center {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0
    }
    #newsletter-bar form {
        margin-top: 15px
    }
}

@media(max-width:767px) {
    #newsletter-bar .custom-input,
    #newsletter-bar .custom-select {
        width: calc(50% - 2px);
        margin: 0
    }
    #newsletter-bar .custom-input {
        margin-right: 2px
    }
    #newsletter-bar .custom-select {
        margin-left: 2px
    }
    #newsletter-bar button {
        width: 100%;
        margin-top: 4px
    }
}

#homepage-about {
    text-align: center
}

#about-logos {
    margin-bottom: 25px
}

#about-logos img {
    margin: 0 5px
}

#nca-commitment {
    color: #FFF;
    padding: 25px 0;
    text-align: center
}

#nca-commitment table {
    margin: 0 auto 15px;
    text-align: left
}

#nca-commitment td {
    padding: 0 15px;
    vertical-align: top
}

#instafeed-container {
    padding: 20px 0
}

@media(max-width:991px) {
    #instafeed-container .row {
        margin-left: 2px;
        margin-right: 2px
    }
    #instafeed-container div[class*="col-"] {
        padding-left: 2px;
        padding-right: 2px
    }
}

.insta-cell {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(max-width: 767px) {
    .insta-cell {
        margin-top: 4px
    }
}

.insta-cell .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.insta-cell .overlay::after {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    font-weight: 600
}

.insta-cell .overlay.carousel::after {
    content: '\f24d';
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.insta-cell .overlay.video::after {
    content: '\f03d'
}

.insta-cell:hover .overlay {
    opacity: 0
}

.insta-cell .stats {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    text-align: center
}

#aa-input-container .aa-dropdown-menu,
.aa-input-container .aa-dropdown-menu {
    width: 100%;
    background: #FFF;
    border: 1px solid #9a9a99;
    border-top: none;
    padding: 15px
}

#aa-input-container input,
.aa-input-container input {
    margin-bottom: 0
}

#aa-input-container .suggestion,
.aa-input-container .suggestion {
    cursor: pointer
}

#aa-input-container .suggestion em,
.aa-input-container .suggestion em {
    font-weight: 700
}

.algolia-autocomplete,
.aa-dropdown-menu {
    width: 100%
}

.aa-dropdown-menu {
    top: auto!important;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-align: left
}

.algolia-autocomplete {
    display: block!important
}

.custom-menu {
    background: #FFF;
    border: 1px solid #555;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 1000
}

.search-instructions {
    background: #666;
    color: #FFF;
    padding: 5px 15px
}

.custom-menu .search-results-col.pull-left {
    width: 25%
}

.custom-menu .search-results-col.pull-right {
    width: 75%
}

@media(max-width: 991px) {
    .custom-menu .search-results-col.pull-left,
    .custom-menu .search-results-col.pull-right {
        float: none!important;
        width: 100%
    }
}

.custom-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(max-width: 991px) {
    .custom-menu .aa-suggestion {
        display: inline-block;
        width: 25%;
        vertical-align: top
    }
}

@media(max-width: 767px) {
    .custom-menu .aa-suggestion {
        padding: 5px 0;
        width: 33%
    }
    .aa-dataset-suggestions .aa-suggestion {
        text-align: center
    }
}

.custom-menu .aa-suggestion em {
    font-weight: 700;
    font-style: normal
}

.aa-dataset-suggestions {
    background: #FFF;
    height: 100%;
    border-right: 1px solid #555
}

@media(max-height: 991px) {
    .aa-dataset-suggestions {
        border-right: none;
        border-bottom: 1px solid #555
    }
}

@media(max-width: 767px) {
    .aa-dataset-suggestions {
        padding: 0 10px
    }
}

.aa-dataset-suggestions .aa-suggestion.aa-cursor {
    background: #ccc
}

.product-results .aa-suggestion {
    width: 50%;
    float: left;
    padding: 8px 10px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.product-results .aa-suggestion:nth-of-type(even) {
    border-right: none
}

.product-results .aa-suggestion:nth-last-of-type(-n+2) {
    border-bottom: none
}

.product-results .aa-suggestion.aa-cursor {
    background: #e8e8e8
}

.suggestion-img {
    display: inline-block;
    vertical-align: middle;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.aa-suggestion.aa-cursor .suggestion-img {
    border-color: #FEC52E;
    -webkit-box-shadow: -3px 3px 5px #777;
    box-shadow: -3px 3px 5px #777
}

.suggestion-value {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.facet-item.active {
    font-weight: 700
}

.facet-item [data-icon="check-square"],
.facet-item.active [data-icon="square"] {
    display: none
}

.facet-item.active [data-icon="check-square"] {
    display: initial
}

.show-more {
    font-weight: 700;
    cursor: pointer
}

#current-refined-values {
    margin-bottom: 15px
}

.ais-current-refined-values--list,
.ais-current-refined-values--item,
.ais-current-refined-values--link,
.ais-current-refined-values--clear-all {
    display: inline-block
}

.ais-current-refined-values--link,
.ais-current-refined-values--clear-all {
    background: #FFF;
    border: 1px solid #555;
    padding: 5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    color: #555;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ais-current-refined-values--link:hover,
.ais-current-refined-values--clear-all:hover {
    color: #000;
    -webkit-box-shadow: inset 0 0 3px #555;
    box-shadow: inset 0 0 3px #555;
    border-color: #000
}

.ais-current-refined-values--clear-all:hover {
    -webkit-box-shadow: inset 0 0 3px #d9534f;
    box-shadow: inset 0 0 3px #d9534f;
    border-color: #d43f3a
}

#page-banner {
    background: #555;
    padding: 15px 0;
    color: #FFF
}

#page-banner .container {
    position: relative
}

#mobile-banner-nav {
    display: none;
    padding: 5px 0;
    font-size: 15px
}

@media(max-width: 767px) {
    #banner-nav {
        display: none
    }
    #mobile-banner-nav {
        display: block
    }
}

#img-banner {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media(max-width: 991px) {
    #img-banner {
        height: 200px
    }
}

@media(max-width: 767px) {
    #img-banner {
        height: 125px
    }
    #img-banner.about-banner {
        height: auto
    }
    #img-banner.about-banner .caption {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 10px
    }
}

#img-banner .caption {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 0 50px 75px;
    width: 40%
}

@media(max-width: 991px) {
    #img-banner .caption {
        padding: 20px 0 20px 50px;
        width: 60%
    }
}

#banner-title {
    font-size: 32px;
    line-height: 1
}

@media(max-width: 767px) {
    #banner-title {
        font-size: 28px
    }
}

#banner-title h1,
#banner-title a {
    display: inline-block;
    vertical-align: middle
}

#banner-title h1 {
    font-size: inherit
}

#banner-title a {
    margin-left: 15px;
    font-size: 16px
}

#banner-nav {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: initial;
    text-align: right
}

#banner-nav a {
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#banner-nav a.active,
#banner-nav a:hover {
    color: #fff;
    text-decoration: underline；
}

.breadcrumb-icon {
    margin: 0 5px
}

.login-header {
    background: #FFF;
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center
}

.login-form {
    padding: 30px 0;
    border: 1px solid #000;
    border-top: none
}

body.dragging,
body.dragging * {
    cursor: move!important
}

.dragged {
    position: absolute;
    opacity: .5;
    z-index: 1000
}

.sorted_table tr {
    cursor: pointer
}

.sorted_table tr.placeholder {
    position: relative;
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    height: 10px
}

.sorted_table tr.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: 3px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none
}

ol.vertical {
    list-style-type: none;
    padding: 0;
    margin: 0 0 9px;
    min-height: 10px
}

ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #08c;
    background: #eee
}

ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none
}

ol.vertical li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none
}

ol.nested_with_switch li,
ol.simple_with_animation li,
ol.serialization li,
ol.default li {
    cursor: pointer
}

ol.simple_with_animation {
    border: 1px solid #999;
    height: 300px;
    overflow: scroll
}

.documents-container {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    min-height: 500px
}

.document-row {
    cursor: pointer
}

.documents,
.document-details {
    width: 100%;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    position: absolute;
    top: 0;
    padding: 10px
}

.documents.active,
.document-details.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative
}

.documents {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.document-details {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-4ths {
        width: 25%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

#search-filter-container {
    background: #e8e8e8;
    background: -webkit-linear-gradient(left, #e8e8e8 0%, #e8e8e8 49%, #d1d3d4 50%);
    background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(49%, #e8e8e8), color-stop(50%, #d1d3d4));
    background: -o-linear-gradient(left, #e8e8e8 0%, #e8e8e8 49%, #d1d3d4 50%);
    background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), color-stop(49%, #e8e8e8), color-stop(50%, #d1d3d4));
    background: linear-gradient(to right, #e8e8e8 0%, #e8e8e8 49%, #d1d3d4 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d1d3d4', GradientType=1)
}

@media(max-width: 767px) {
    #search-filter-container {
        background: none;
        margin-top: 5px
    }
}

.search-cell {
    padding: 20px
}

.search-cell:first-of-type {
    padding-left: 0
}

.search-cell:last-of-type {
    padding-right: 0
}

#search-filter-input {
    background: #E8E8E8;
    float: left;
    width: 70%;
    padding-right: 20px
}

#search-filter-input.mainSearch {
    width: 50%
}

@media(max-width: 767px) {
    #search-filter-input,
    #search-filter-input.mainSearch {
        background: none;
        float: none;
        width: 100%;
        padding-right: 0
    }
}

#search-filter-input input {
    max-width: 500px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    -o-transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s;
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) .3s
}

#search-filter-input input:focus {
    max-width: 100%
}

#dropdown-brand-container,
#dropdown-category-container {
    background: #d1d3d4;
    float: left;
    width: 30%
}

#dropdown-brand-container.mainSearch {
    background: #bbb
}

#dropdown-brand-container.mainSearch,
#dropdown-category-container.mainSearch {
    width: 25%
}

@media(max-width: 767px) {
    #dropdown-brand-container,
    #dropdown-brand-container.mainSearch,
    #dropdown-category-container,
    #dropdown-category-container.mainSearch {
        background: none;
        width: 50%;
        display: inline-block
    }
    #dropdown-brand-container.mainSearch,
    #dropdown-category-container.mainSearch {
        width: calc(50% - 5px)
    }
    #dropdown-brand-container.mainSearch {
        margin-right: 5px
    }
    #dropdown-category-container.mainSearch {
        margin-left: 5px
    }
    .search-cell {
        padding: 5px 0
    }
}

.pageNumbers {
    color: #000;
    text-align: center;
    margin: 10px 0;
    font-size: 1em;
    font-weight: 700;
    padding-left: 0
}

.pageNumbers a,
.pageNumbers a.next,
.pageNumbers a.prev {
    color: #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin-left: 3px
}

.pageNumbers li:first-of-type a {
    margin-left: 0
}

.pageNumbers a.next,
.pageNumbers a.prev {
    color: #000
}

.pageNumbers a:hover,
.pageNumbers a.active,
.pageNumbers .active a,
.pageNumbers a.next:hover,
.pageNumbers a.prev:hover {
    border-color: #FEC52E;
    text-decoration: none
}

#product-content .nav-tabs,
#product-content .nav-tabs>li>a {
    border-color: #dadada
}

#product-content .nav-tabs>li.active>a {
    border-bottom-color: transparent;
    color: #000
}

#product-content .nav-tabs>li>a {
    font-size: 20px;
    font-weight: 400
}

#product-content .nav-tabs>li>a:focus {
    outline: none
}

#product-content .tab-pane {
    padding: 20px 15px;
    border: 1px solid #dadada;
    border-top: none
}

.product-btns {
    margin: 30px 0
}

@media(max-width: 767px) {
    .product-btns {
        margin: 15px 0
    }
}

.product-btns .btn {
    border-radius: 0;
    height: 65px;
    border: 1px solid #666
}

@media(max-width: 991px) {
    .product-btns .btn {
        margin-top: 0;
        height: 50px
    }
}

.product-btns .btn:hover {
    background: #555;
    color: #FFF
}

.product-btns .btn:not(:last-child) {
    border-right: none
}

@media(max-width: 991px) {
    .product-btns .btn:not(:last-child) {
        border-right: 1px solid #666;
        border-bottom: none
    }
}

.btn-datasheet {
    background: #FEC52E;
    color: #000
}

.btn-msds {
    background: #E8E8E8
}

#location-tabs a {
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada
}

@media(max-width: 767px) {
    #location-tabs li,
    #location-tabs a {
        margin: 0
    }
}

#location-tabs li:nth-of-type(1) a {
    border-left: none
}

#location-tabs li.active a {
    background-color: #dadada
}

#find-location {
    min-height: 25vh
}

.location-cell {
    position: relative;
    border: 1px solid #000;
    margin-bottom: 2px
}

.location-cell.no-bar {
    padding-top: 15px
}

.location-cell .location-top-bar {
    background: #F48024;
    color: #FFF;
    border-bottom: 1px solid #666;
    text-align: center;
    font-weight: 700;
    padding: 2px 0
}

.location-cell .location-body {
    padding: 15px
}

.location-cell .location-info {
    background: #666;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.location-cell .location-info:hover {
    background: #FFF;
    color: #000;
    text-decoration: none
}

.btn-group-justified .btn {
    border-radius: 0
}

#brand-logos img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 767px) {
    #brand-logos img {
        margin: auto
    }
}

table.hours td.fit {
    white-space: nowrap;
    width: 1%
}

.team-cell {
    border: 2px solid #E8E8E8;
    height: 100px;
    margin-bottom: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 25px 25px 30px;
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.team-cell .bold {
    font-size: 16px;
    line-height: 1.1
}

.team-cell .overlay {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(calc(100% - 5px));
    -ms-transform: translateY(calc(100% - 5px));
    transform: translateY(calc(100% - 5px));
    -webkit-transition: cubic-bezier(0.485, 0.385, 0.335, 1.420) .3s;
    -o-transition: cubic-bezier(0.485, 0.385, 0.335, 1.420) .3s;
    transition: cubic-bezier(0.485, 0.385, 0.335, 1.420) .3s
}

.team-cell .email {
    display: inline-block;
    border: 2px solid #e8e8e8;
    border-bottom: none;
    background: #FFF;
    color: #FEC52E;
    height: 30px;
    padding: 5px 35px 10px;
    margin-bottom: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.team-cell:hover {
    border-color: #666;
    -webkit-box-shadow: inset 0 0 5px #999;
    box-shadow: inset 0 0 5px #999
}

.team-cell:hover .overlay {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.team-cell:hover .email {
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #666
}

label.radio-img {
    margin-bottom: 30px;
    position: relative;
    background: #FFF
}

label.radio-img.no-img {
    width: 100%;
    padding-top: 100%
}

label.radio-img input {
    visibility: hidden;
    position: absolute
}

label.radio-img>input+img {
    border: 2px solid #e8e8e8
}

label.radio-img:not(.disabled):hover {
    cursor: pointer
}

label.radio-img:not(.disabled):hover>input+img,
label.radio-img>input:checked+img {
    border: 2px solid #000
}

label.radio-img div {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center
}

label.radio-img .disabled-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s background;
    -o-transition: .5s background;
    transition: .5s background
}

label.radio-img.disabled .disabled-overlay {
    background: rgba(0, 0, 0, 0.6)
}

#favourite-list,
#quote-list {
    width: 100%
}

#favourite-list th,
#quote-list th {
    background: #000;
    color: #FFF;
    padding: 10px
}

#favourite-list td,
#quote-list td {
    padding: 10px
}

#favourite-list tbody tr,
#quote-list tbody tr {
    border-top: 1px solid #C5C5C5
}

#favourite-list tbody tr:first-child,
#quote-list tbody tr:first-child {
    border-top: none
}

.loading {
    font-size: 50px
}

#map-loading {
    position: absolute;
    z-index: 500;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    color: #FFF
}

#map-loading div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.matchHeight-container {
    position: relative;
    overflow: hidden
}

.matchHeight-container .loading {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.matchHeight {
    position: relative;
    left: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.matchHeight.set {
    opacity: 1;
    left: 0
}

.career-cell {
    margin-bottom: 15px;
    border: 1px solid #e8e8e8
}

.career-cell .career-header {
    background: #555;
    position: relative;
    padding: 10px 15px;
    margin: -1px -1px 0
}

.career-cell .career-title {
    color: #FFF;
    line-height: 1.1;
    font-weight: 700;
    padding-right: 35%
}

.career-cell .career-requirements {
    display: block;
    color: #000;
    background: #FEC52E;
    border: 1px solid #FEC52E;
    border-left: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(max-width: 767px) {
    .career-cell .career-requirements {
        font-size: 16px;
        width: 40%
    }
}

.career-cell .career-requirements:hover {
    /*background: #FFF;
    color: #000*/
    color: #000;
    background: #FEC52E;
}

.career-cell .career-body {
    padding: 15px
}

.news-container {
    border-bottom: 1px solid #666;
    font-size: 0;
    padding: 15px 0
}

div.news-container:last-of-type {
    border-bottom: none
}

.news-thumbnail-container,
.news-preview {
    display: inline-block;
    vertical-align: middle
}

.news-thumbnail-container {
    height: 150px;
    width: 150px;
    border: 1px solid #000;
    padding: 5px
}

.news-thumbnail {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.news-preview {
    width: calc(100% - 150px);
    font-size: initial;
    padding-left: 15px
}

#timeline {
    position: relative
}

#yearline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    background: #DEE1E6
}

.year-group {
    position: relative;
    float: left;
    width: calc(50% + 40px)
}

.year-group:nth-child(odd) {
    float: right
}

.year-marker {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background: #DEE1E6;
    border-radius: 100%;
    text-align: center
}

.year-group:nth-child(odd) .year-marker {
    right: auto;
    left: 0
}

.year-marker div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timeline-cell {
    width: calc(100% - 120px);
    margin-bottom: 15px
}

.timeline-header {
    background: #FEC52E;
    color: #000;
    padding: 10px;
    font-weight: 700;
    text-align: right;
    position: relative
}

.timeline-header::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid
}

.year-group:nth-child(even) .timeline-header::after {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FEC52E
}

.year-group:nth-child(odd) .timeline-header::after {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    border-width: 15px 15px 15px 0;
    border-color: transparent #FEC52E transparent transparent
}

.year-group:nth-child(odd) .timeline-header {
    text-align: left
}

.timeline-content {
    padding: 15px 15px 30px;
    border: 1px solid #E8E8E8
}

.year-group:nth-child(odd) .timeline-cell {
    float: right
}

@media(max-width: 767px) {
    #yearline {
        left: 30px
    }
    .year-marker {
        position: static;
        height: 60px;
        width: 60px;
        display: inline-block;
        vertical-align: top
    }
    .year-group {
        width: 100%
    }
    .timeline-cell {
        display: inline-block;
        width: calc(100% - 75px);
        vertical-align: top;
        float: right
    }
    .year-group:nth-child(odd) .timeline-header::after,
    .year-group:nth-child(even) .timeline-header::after {
        left: 0;
        right: auto;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        border-width: 15px 15px 15px 0;
        border-color: transparent #FEC52E transparent transparent
    }
    .timeline-header {
        text-align: left
    }
    .timeline-content {
        padding: 10px 10px 20px
    }
}

#dashboard-nav .custom-btn {
    margin-bottom: 2px;
    font-weight: 400;
    border: 1px solid #999
}

#dashboard-nav .custom-btn[class*='background-']:not(.background-white) {
    color: #FFF
}

#dashboard-nav .custom-btn[class*='background-']:not(.background-white):hover {
    color: #000;
    background: #FFF
}

#dashboard-nav .background-gold {
    background: #f0ad4e
}

#dashboard-nav .background-gold:hover {
    border-color: #f0ad4e
}

#dashboard-nav .background-dk-purple {
    background: #7D3C98
}

#dashboard-nav .background-dk-purple:hover {
    border-color: #7D3C98
}

#dashboard-nav .background-lt-orange {
    background: #E67E22
}

#dashboard-nav .background-lt-orange:hover {
    border-color: #E67E22
}

#dashboard-nav .background-dk-orange {
    background: #D35400
}

#dashboard-nav .background-dk-orange:hover {
    border-color: #D35400
}

#dashboard-nav .background-dk-red {
    background: #A93226
}

#dashboard-nav .background-dk-red:hover {
    border-color: #A93226
}

#dashboard-nav .background-lt-red {
    background: #EC7063
}

#dashboard-nav .background-lt-red:hover {
    border-color: #EC7063
}

#dashboard-nav .background-dk-blue {
    background: #2471A3
}

#dashboard-nav .background-dk-blue:hover {
    border-color: #2471A3
}

#dashboard-nav .background-lt-blue {
    background: #3498DB
}

#dashboard-nav .background-lt-blue:hover {
    border-color: #3498DB
}

#dashboard-nav .background-dk-green {
    background: #229954
}

#dashboard-nav .background-dk-green:hover {
    border-color: #229954
}

#dashboard-nav .background-lt-green {
    background: #58D68D
}

#dashboard-nav .background-lt-green:hover {
    border-color: #58D68D
}

#dashboard-nav .group-container {
    margin-bottom: 15px
}

footer {
    /*background-image: url(/a/img/lt-pattern.jpg)*/
    background-color: #000;
    color:#FFF;
}

.footer-group {
    padding: 30px 0;
    border-bottom: 1px solid #BCBEC0
}

.footer-group a:hover {
    color:white;
    text-decoration: underline;
}

.footer-group:last-child {
    border-bottom: none
}

.footer-header {
    display: block;
    color: #fec52e;
    font-weight: 700;
    margin-bottom: 10px
}

footer .nav-items a {
    line-height: 30px
}

footer .nav-items a:hover{
    color:#FFF;
    text-decoration: underline;
}

#footer-social {
    display: inline-block;
    margin-left: 30px
}

#footer-social .social {
    margin-right: 30px;
    line-height: 1.6
}

#footer-social .social svg {
    font-size: 18px
}

#footer-logo {
    height: 50px
}

#bottom-footer {
    font-size: 15px;
    line-height: 1.8em
}

@media(max-width:991px) {
    #middle-footer {
        text-align: center
    }
    #middle-footer .pull-left,
    #middle-footer .pull-right {
        float: none!important
    }
    #middle-footer .vertical-center {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    #footer-social {
        display: block;
        margin: 0;
        padding: 15px 0
    }
    #footer-logo {
        margin: auto
    }
    #bottom-footer {
        padding: 15px 0;
        text-align: center
    }
}

.grecaptcha-badge {
    z-index: 100
}

.xzoom-container {
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    padding: 15px;
    height: 500px
}

@media (max-width: 991px) {
    .xzoom-container {
        height: 250px;
        margin-bottom: 20px
    }
}

@media(max-width: 767px) {
    .xzoom-container {
        margin-top: 15px
    }
}