.inc-content-container {
    min-height: calc(100vh - 640px);
}
/*new styles*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(77,77,77,.55);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(77,77,77,.55);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(77,77,77,.55);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(77,77,77,.55);
}
.header {
    font-family: franklin-gothic-urw, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 0;
}
#global-header {
    padding-top: 8px;
}
.header a:hover {
    text-decoration: none;
    color: #f78f1e;
}
@media (min-width: 1280px) {
    .container {
        width: 1250px;
    }
}

.header.header-v2 {
    background: #4d4d4d;
}
.header.header-v3 {
    background: #282828;
}
.header.header-v2 #global-nav {
    background: #171717;
}
.header.header-v3 #global-nav {
    background: #000000;
}

@media(min-width: 601px){
    body {
        padding-top: 112px;
    }
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 4;
        transition: all 0.3s;
    }
    .header.header-new-nav {
        position: static;
    }
    .wrapper {
        position: relative;
        z-index: 0;
    }
    .header.crushed {
        box-shadow: rgba(0, 0, 0, 0.7) 0 0 20px 0;
    }
}
@media(min-width: 769px){
    .header.header-new-nav + .mobile-nav ~ .header-bottom,
    .header.header-new-nav + .mobile-nav + script ~ .wrapper {
        margin-top: 17px;
    }
    .header.header-new-nav {
        position: fixed;
    }
}
@media(min-width: 992px){
    body {
        padding-top: 107px;
    }
}
.header .search-area {
    width: 248px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 19px;
    border: 1px solid #c0c0c0;
    padding: 4px 12px;
    background: #fff;
}
.header.header-updated-search .search-area:not(#search-area-mobile) {
    width: 41%;
    padding: 0;
    left: -82px;
}
.header .search-area input[type="submit"] {
    background: #fff url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) 0 0;
    width: 21px;
    height: 21px;
    cursor: pointer;
    font-size: 0;
    border: none;
    float: right;
    background-size: 172px;
}
.header.header-updated-search .search-area:not(#search-area-mobile) input[type="submit"] {
    width: 33px;
    height: 29px;
    background: #f88e1e url(images/search-icon-new.png) no-repeat center;
    background-size: 22px;
}
.header .search-area input[type="text"]{
    border: none;
    width: calc(100% - 21px);
}
.header.header-updated-search .search-area:not(#search-area-mobile) input[type="text"] {
    width: calc(100% - 33px);
    height: 29px;
    font-size: 15px;
    padding-left: 12px;
}
#global-header{
    font-family: franklin-gothic-urw, sans-serif;
    font-size:13px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1001;
}
.header-links {
    float: right;
    margin-top: 10px;
}
.header-contacts .header-right, .header-contacts .header-phone {
    float: left;
}
.header-contacts ul {
    list-style: none;
    padding-left: 0;
}
.header-contacts ul.header-right > li {
    float: left;
    padding: 0 10px;
    position: relative;
}
.header-contacts ul.header-right > li:after {
    content: '';
    position: absolute;
    right: -1px;
    height: 18px;
    width: 1px;
    background: #c0c0c0;
    top: 0px;
}
.header-contacts ul.header-right > li:first-child {
    padding-left: 0;
}
.header-contacts ul.header-right > li:last-child {
    padding-right: 0;
}
.header-contacts ul.header-right > li:last-child:after {
    display: none;
}
.header-contacts ul.header-right > li > a, .header-contacts ul.header-right > li > span {
    font-size: 12px;
    color: #c0c0c0;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    display: block;
}
.header-contacts ul.header-right > li > a:before, .header-contacts ul.header-right > li > span:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
}
.header-contacts ul.header-right > li.my-account-link a:before {
    width: 16px;
    height: 15px;
    background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) -24px 0;
    background-size: 172px;
}
.header-contacts ul.header-right > li.cart-link > a{
    padding-left: 25px;
}
.header-contacts ul.header-right > li.cart-link > a:before {
    width: 20px;
    height: 15px;
    background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) 0 -24px;
    background-size: 172px;
}
.header-contacts .cart-link {
    position: relative;
}
#cart_items_preview {
    right: auto;
    left: 0;
}
.header-right {
    margin-top: 7px;
    margin-right: 12px;
}
.header-right ul.sub-nav {
    font-size: 14px;
    font-weight: 400;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 23px 0 0;
    position: absolute;
    top: 17px;
    display: none;
    width: 100%;
}
.header-contacts ul.header-right > li.cart-link:hover ul.sub-nav {
    display: block;
}
.header-phone-mobile {
    display: none;
}
.header-phone a {
    font-size: 22px;
    color: #f78f1e;
    font-weight: 700;
}
#global-nav {
    height: 31px;
    background: #4d4d4d;
}
#global-nav.nav-updated {
    height: auto;
}
#global-nav .nav-container, #global-nav ul.top-nav {
    height: auto;
    background: none;
    margin-bottom: 0;
}
#global-nav.nav-updated ul.top-nav > li > a{
    position: relative;
    margin-left: 1px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 18px;
    height: 48px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#global-nav.nav-updated ul.top-nav > li:first-child > a{
    margin-left: 0;
}
#global-nav.nav-updated ul.top-nav > li > a:before {
    content: '';
    height: 50%;
    top: 25%;
    width: 1px;
    background: #888;
    position: absolute;
    right: -1px;
}
#global-nav.nav-updated ul.top-nav > li:last-child > a:before {
    display: none;
}
#global-nav ul.top-nav > li:hover {
    background: #323232;
}
#global-nav.nav-updated ul.top-nav > li:hover {
    background: none;
}
#global-nav.nav-updated ul.top-nav > li:hover > a {
    background: #323232;
}
#global-nav.nav-updated ul.top-nav > li.current  > a {
    font-weight: bold;
}
.header.header-v2 #global-nav ul.top-nav > li:hover {
    background: #323232;
}
.header.header-v3 #global-nav ul.top-nav > li:hover {
    background: #393939;
}
#global-nav ul.top-nav > li:hover:after {
    display: none;
}
#global-nav ul.top-nav > li:first-child {
    margin-left: -23px;
}
#global-nav.nav-updated ul.top-nav > li:first-child {
    margin-left: -16px;
}

#global-nav ul.top-nav > li > a {
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.9px;
    padding: 0 23px;
}
#global-nav ul.top-nav > li:first-child > a {
    font-weight: 700;
}
#global-nav.nav-updated ul.top-nav > li:first-child > a {
    font-weight: normal;
}
#global-nav.nav-updated ul.top-nav > li.current:first-child > a {
    font-weight: bold;
}
#global-nav ul.sub-nav {
    top: 31px;
}
#global-nav ul.sub-nav > li > ul {
    padding-bottom: 30px;
    background: #323232;
}
#global-nav ul.sub-nav.services > li > ul > li > a {
    width: 255px;
}
.header.header-v2 #global-nav ul.sub-nav > li > ul {
    background: #323232;
}
.header.header-v3 #global-nav ul.sub-nav > li > ul {
    background: #393939;
}
#global-nav ul.sub-nav > li > ul > li {
    background: #323232;
}
.header.header-v2 #global-nav ul.sub-nav > li > ul > li {
    background: #323232;
}
.header.header-v3 #global-nav ul.sub-nav > li > ul > li {
    background: #393939;
}
#global-nav ul.sub-nav > li > ul > li > a {
    background: none;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    width: 200px;
    padding: 0 15px;
    line-height: 45px;

}
#global-nav ul.sub-nav > li > ul > li > a span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: initial;
    padding-bottom: 3px;
    vertical-align: middle;
}
#global-nav ul.sub-nav > li > ul > li > a span:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #f78f1e;
    width: 100%;
    left: calc(-100% - 15px);
    transition: 200ms cubic-bezier(.52,.01,.16,1) all;
}
#global-nav ul.sub-nav > li > ul > li > a:hover span:before {
    left: 0;
}
#global-nav ul.sub-nav > li > ul > li:hover {
    background: none;
}
#global-nav ul.sub-nav > li > ul > li:hover > a {
    background: #323232;
    font-weight: normal;
}
#global-nav ul.sub-nav > li > ul > li:hover:after {
    display: none;
}
#global-nav ul.sub-nav.products > li > ul > li:hover > a:after {
    content: '';
    position: absolute;
    background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/global-nav-tick-even-darker-gray.png) center center no-repeat transparent;
    height: 12px;
    right: -6px;
    margin-top: 17px;
    width: 6px;
    z-index: 1;
}
.header.header-v2 #global-nav ul.sub-nav > li > ul > li:hover > a {
    background: #323232;
}
.header.header-v3 #global-nav ul.sub-nav > li > ul > li:hover > a {
    background: #393939;
}
#global-nav ul.sub-nav a {
    color:#333333;
}
#global-nav ul.sub-nav a:hover {
    color: #f78f1e;
}
#global-nav .nav-container .bcText {
    float: right;
}
#global-nav .nav-container .bcText img {
    display: none;
}
#global-nav .nav-container .bcText a {
    color: #d0d0d0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 31px;
    position: relative;
}
#global-nav.nav-updated .nav-container .bcText a {
    line-height: 48px;
}
#global-nav .nav-container .bcText > a > div > a:after {
    content: '+';
    color: #f78f1e;
    display: inline-block;
    margin-left: 6px;
    font-size: 16px;
    float: right;
}
.search-link-mobile {
    display: none;
    cursor: pointer;
}
.header-right .search-area {
    display: none;
}
.mobile-nav {
    background: #333333;
}
.mobile-nav .search-area {
    display: none;
}
.cart_items_preview_text {
    font-size: 16px;
}
.header-contacts ul.header-right > li.sign-out-link > a {
    padding-left: 0;
}
.header-contacts ul.header-right > li.sign-out-link > a {
    padding-left: 0;
}
@media (max-width: 1280px) {
    .header.header-updated-search .search-area:not(#search-area-mobile) {
        left: -72px;
        width: 36.5%;
    }
}
@media (max-width: 1200px) {
    .header.logged-in .search-area {
        left: -165px;
    }
    #global-nav.nav-updated ul.top-nav {
        position: relative;
    }
    #global-nav.nav-updated ul.top-nav > li.id-card-printing-nav,
    #global-nav.nav-updated ul.top-nav > li.pos-systems-nav,
    #global-nav.nav-updated ul.top-nav > li.software-nav {
        position: static;
    }
    #global-nav.nav-updated ul.top-nav > li.software-nav > ul.sub-sub-nav {
        right: 0;
        left: auto;
    }
    #global-nav.nav-updated ul.top-nav > li:first-child {
        margin-left: -15px;
    }
    #global-nav.nav-updated ul.top-nav > li > a {
        width: auto;
        padding: 10px 15px;
    }
    #global-nav.nav-updated ul.top-nav > li:first-child > a {
        width: auto;
    }
    .header.header-updated-search .search-area:not(#search-area-mobile) {
        left: 240px;
        width: 33%;
        right: auto;
    }
}

@media (max-width: 1024px){
    #global-nav.nav-updated ul.top-nav > li.services-list > ul.sub-sub-nav,
    #global-nav.nav-updated ul.top-nav > li.rfid-nav > ul.sub-sub-nav{
        left: auto;
        right: 0;
    }
}
@media (max-width: 991px){
    a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
        pointer-events: auto;
    }
    #global-header {
        margin-bottom: 14px;
    }
    .search-mobile, .nav-toggle-mobile, .search-toggle-mobile, .cart-mobile {
        display: none;
    }
    .nav-container .top-nav {
        display: block;
    }
    .header-contacts ul.header-right > li a:before, .header-contacts ul.header-right > li span:before {
        position: static;
        display: block;
        margin: auto;
    }
    .header-contacts ul.header-right > li a, .header-contacts ul.header-right > li span {
        padding-left: 0;
    }
    .header-contacts ul.header-right > li.cart-link > a {
        padding-left: 0;
    }
    .header-contacts ul.header-right > li:after {
        top: 14px;
    }
    .header .search-area {
        width: 220px;
        left: 218px;
        top: 22px;
        margin: 0;
    }
    .header.header-updated-search .search-area:not(#search-area-mobile) {
        left: -35px;
        width: 29.5%;
        right: 0;
        margin: auto;
    }
    .header.header-updated-search .header-contacts ul.header-right > li.sign-out-link {
        padding-top: 17px;
    }
    .header.header-updated-search .search-area:not(#search-area-mobile) input[type="text"] {
        font-size: 13px;
        text-align: left;
    }
    .mobile-nav-shown .mobile-nav {
        visibility: hidden;
        left: -280px;
    }
    .close-mobile-nav.close-block {
        font-weight: 500;
    }
    .close-mobile-nav.close-block .fas {
        color: #f78f1e;
    }
    .mobile-nav-list > li > a, .mobile-nav-list > li > .nav-item-opener a,
    .mobile-nav-list > li > .nav-item-opener > span:not(.opener), .mobile-nav-list > li.title a {
        font-weight: 400;
        text-transform: none;
        font-size: 15px;
    }
    .mobile-nav-list > li .nav-item-opener .opener .fa-plus {
        color: #f78f1e;
    }
    .mobile-nav-list > li .nav-item-opener .opener .fa-minus {
        color: #979797;
    }
    .header-contacts ul.header-right > li.sign-out-link {
        padding-top: 15px;
    }
    .header.logged-in .search-area {
        width: 165px;
        left: 218px;
    }
    .mobile-nav-list > li.my-account-link,
    .mobile-nav-list > li.sign-out-link{
        display: none;
    }
    #global-nav.nav-updated .nav-container .bcText {
        display: none;
    }
    #global-nav.nav-updated ul.top-nav > li:first-child {
        margin-left: -10px;
    }
    .mobile-nav-list.nav-updated>li .sub-nav>li>.nav-item-opener a,
    .mobile-nav-list.nav-updated>li .sub-nav>li>.nav-item-opener span:not(.opener),
    .mobile-nav-list.nav-updated>li .sub-nav>li>a {
        padding: 15px 50px 15px 13px;
        line-height: inherit;
    }
    .mobile-nav-list.nav-updated>li .sub-nav .nav-item-opener .opener {
        bottom: auto;
        top:1px;
    }
    #global-nav.nav-updated ul.top-nav > li.barcode-printers-nav {
        position: static;
    }
    #global-nav.nav-updated ul.top-nav > li.barcode-printers-nav > ul.sub-sub-nav {
        left: auto;
        right: 0;
    }
    #global-nav.nav-updated ul.top-nav > li:first-child {
        margin-left: -11px;
    }
    #global-nav.nav-updated ul.top-nav > li > a {
        padding: 10px 11px;
    }
    .mobile-nav-list.nav-updated>li .sub-nav>li > .title {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: normal;
        line-height: inherit;
        padding: 15px 20px 15px 13px;
    }
}
@media (max-width: 767px){
    #global-nav .nav-container .bcText {
        display: none;
    }
    .header-right {
        margin-right: 20px;
    }
    .header-links {
        position: relative;
        z-index: 1;
    }
    .search-link-mobile {
        display: block;
        float: left;
    }
    #global-header > .search-area {
        display: none;
    }
    .header-contacts ul.header-right > .search-area {
        padding: 0;
        border: none;
        left: 48px;
        right: auto;
        z-index: 2;
        display: block;
        position: absolute;
        top:0;
        width: auto;
        overflow: hidden;
    }
    .header-right .search-area input[type="text"] {
        padding: 0;
        width: 0;
        transition: all 0.3s;
        height: 41px;
        left: -2px;
        position: relative;
    }
    .header-right .search-area.active input[type="text"] {
        width: 273px;
        padding: 0 12px;
        left: 0;
        border: 1px solid #c0c0c0;
    }
    .header-right .search-area input[type="submit"] {
        position: absolute;
        right: 10px;
        bottom: 0;
        top: 0;
        margin: auto;
        transition: all 0.3s;
        z-index: 2;
    }
    .header-contacts ul.header-right > li.search-link-mobile span:before {
        width: 16px;
        height: 17px;
        background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) -143px -1px;
    }
    .header-contacts ul.header-right > li.my-account-link > a:before,
    .header-contacts ul.header-right > li.cart-link > a:before{
        height: 17px;
    }
    .header-contacts ul.header-right > li:after {
        top: 16px;
    }
    #cart_items_preview {
        left: auto;
        right: 0;
    }
    .header-contacts ul.header-right > li.sign-out-link {
        padding-top: 17px;
    }
    .logged-in .header-right .search-area.active input[type="text"] {
        width: 364px;
    }
    .logged-in #global-header .logo {
        max-width: 152px;
        margin-top: 12px;
    }
    #global-nav.nav-updated .top-nav > li.services-list {
        display: none;
    }
}
@media (max-width: 640px){
    body {
        padding-top: 0 !important;
    }
    #global-header {
        padding: 0 10px;
        margin-bottom: 0;
    }
    .header {
        padding-bottom: 14px;
    }
    .header-links {
        margin-top: 6px;
    }
    .header-contacts ul {
        margin-bottom: 0;
    }
    #global-nav {
        display: none;
    }
    .header-contacts .header-phone {
        display: none;
    }
    .header-phone-mobile, .nav-toggle-mobile {
        display: block;
    }
    .logo {
        margin-top: 13px;
    }
    .header-phone-mobile {
        float: right;
    }
    .header-phone-mobile a {
        display: block;
        text-align: center;
        background: #f78f1e;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px;
        line-height: 14px;
    }
    .header-phone-mobile a:before {
        display: inline-block;
        content: '';
        width: 25px;
        height: 16px;
        background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) -119px 0;
        background-size: 170px;
    }
    .header-phone-mobile a span {
        display: block;
    }
    .nav-toggle-mobile {
        float: left;
        width: auto;
        margin-right: 24px;
        margin-top: 13px;
    }
    .logo {
        float: left;
    }
    .mobile-nav-shown .mobile-nav {
        visibility: visible;
        left: 0;
    }
    .close-mobile-nav.close-block {
        padding: 6px 25px;
    }
    .nav-toggle-mobile .fas {
        color: #c0c0c0;
        font-size: 27px;
    }
    .header-contacts ul.header-right > .search-area {
        right: 0;
        left: auto;
    }
    .header-right .search-area input[type="text"] {
        height: 46px;
    }
    .header-right .search-area.active input[type="text"] {
        width: 235px;
    }
    .logged-in .header-right .search-area.active input[type="text"] {
        width: 300px;
    }
}
@media (max-width: 530px){
    .header-contacts ul.header-right > .search-area, .header-phone-mobile, .search-link-mobile {
        display: none;
    }
    .mobile-nav .search-area {
        display: block;
        padding: 0 13px;
    }
    .mobile-nav .search-area form {
        position: relative;
    }
    .mobile-nav .search-area input[type="text"] {
        padding: 0 12px;
        width: 100%;
        height: 31px;
        position: relative;
        border: 1px solid #c0c0c0;
    }
    .mobile-nav .search-area input[type="submit"] {
        width: 16px;
        height: 17px;
        background: url(https://cdn.barcodesinc.com/themes/barcodesinc/images/new-homepage/sprite.png) -143px -1px;
        cursor: pointer;
        font-size: 0;
        border: none;
        position: absolute;
        right: 10px;
        bottom: 0;
        top:0;
        margin: auto;
    }
    .mobile-nav-list > li:first-child > a {
        border-top: none;
    }
    .header-right {
        margin-right: 0;
    }
    .nav-toggle-mobile {
        margin-right: 22px;
    }
}
@media (max-width: 420px){
    .logged-in .header-contacts ul.header-right > li.my-account-link,
    .logged-in .header-contacts ul.header-right > li.sign-out-link {
        display: none;
    }
    .mobile-nav-list > li.my-account-link,
    .mobile-nav-list > li.sign-out-link{
        display: block;
    }
}
@media (max-width: 320px){
    #global-header .logo {
        width: 146px;
    }
}