header {
    background: rgb(255, 255, 255);
}

header table {
    border: 0;
    border-collapse:collapse;
    table-layout: fixed;
    width: 100%;
}

header table tr,
header table td {
    border: 0;
    border-collapse:collapse;
    margin: 0;
    padding: 0;
}

header hr {
    border: 0;
    border-bottom: 1px dashed rgb(162,162,162);
    display: block;
    height: 0;
    margin: 13px 0;
    padding: 0;
}



header [type="checkbox"]:checked,
header [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

header [type="checkbox"]:checked + label,
header [type="checkbox"]:not(:checked) + label
{
    color: rgb(20, 20, 20);
    cursor: pointer;
    font: 400 14px/18px "opensans", sans-serif;
    line-height: 20px;
    padding-left: 35px;
    position: relative;
}

header [type="checkbox"]:checked + label span,
header [type="checkbox"]:not(:checked) + label span
{
    color: rgb(18, 91, 140);
}

header [type="checkbox"]:checked + label:before,
header [type="checkbox"]:not(:checked) + label:before {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(180, 181, 181);
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

header [type="checkbox"]:checked + label:after,
header [type="checkbox"]:not(:checked) + label:after {
    background: rgb(255, 255, 255);
    color: rgb(135, 171, 60);
    content: '\f00c';
    font-family: "FontAwesome";
    font-size: 19px;
    height: 18px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: opacity .3s ease 0s, transform .3s ease 0s;
    width: 18px;
}

header [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

header [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.notification-bar {
    background: rgb(54, 55, 55);
    color: rgb(255, 255, 255);
    font: 400 14px/22px 'opensans', sans-serif;
    text-transform: uppercase;
}

.notification-bar td:nth-of-type(2) {
    border-right: 1px solid rgb(182, 182, 182);
    width: 144px;
}

.notification-bar td:nth-of-type(3) {
    width: 181px;
}

.notification-bar td:nth-of-type(4) {
    width: 131px;
}

.notification-bar td:nth-of-type(5) {
    width: 42px;
}

.btn-notification,
.btn-notification:link,
.btn-notification:focus,
.btn-notification:visited,
.btn-notification:active {
    background: rgb(54, 55, 55);
    color: rgb(255, 255, 255);
    display: block;
    height: 33px;
    line-height: 33px;
    margin-right: 15px;
    padding: 0 17px;
    position: relative;
    text-align: left;
}

.btn-notification .badge {
    background: rgb(180, 60, 39);
    display: block;
    height: 21px;
    left: 127px;
    line-height: 20px;
    padding: 0 7px;
    position: absolute;
    text-align: center;
    top: 6px;
    transition: background-color .3s ease 0s;
    vertical-align: middle;
}

.btn-notification:hover .badge {
    background: rgb(135, 171, 60);
}

.btn-chat,
.btn-chat:link,
.btn-chat:focus,
.btn-chat:visited,
.btn-chat:active {
    background: rgb(239, 130, 36);
    color: rgb(255, 255, 255);
    display: block;
    font: 400 18px/33px 'opensans-semibold', sans-serif;
    height: 33px;
    padding: 0 23px;
    position: relative;
    text-align: right;
}

.btn-chat:hover {
    background: rgb(135, 171, 60);
    color: rgb(255, 255, 255);
}

.btn-chat img {
    height: calc(100% - 5px);
    left: 27px;
    padding-top: 3px;
    position: absolute;
}

.language-wrap {
    padding: 0 70px 0 0;
    position: relative;
    text-align: right;
}

.language-wrap::after {
    content: "\f107";
    height: 8px;
    font: 400 15px/7px "FontAwesome";
    position: absolute;
    right: 20px;
    top: 7px;
    transition: color .3s ease 0s;
    width: 9px;
    z-index: 1;
}

.language-wrap:hover::after {
    color: rgb(135, 171, 60);
}

.lang-select {
    position: absolute;
    right: 15px;
    top: 3px;
    width: 135px;
    z-index: 201;
}

.lang-select .options {
    position: relative;
}

.lang-select .active {
    position: relative;
    top: 0;
}

.lang-select .active span {
    padding: 0 19px 0 88px;
}

.lang-select .active img {
    height: 16px;
    width: 24px;
}

.lang-select .active:hover {
    cursor: pointer; 
}

.lang-select .value {
    display: none;
}

.lang-select .options ul {  
    background: rgb(54, 55, 55);
    display: none;
    list-style: none;
    margin: 0; 
    padding: 0; 
    position: absolute;
    right: 16px;
    top: 0; 
    width: auto; 
}

.lang-select .options img {
    display: block;
    height: 16px;
    margin: 7px;
    width: 24px;
}

.lang-select .options img:hover {
    cursor: pointer;        
}

.company-logo {
    left: 30px;
    position: absolute;
    top: 5px; /*-27px*/
}

.company-logo::after {
    background: rgba(0, 0, 0, .7);
    border-radius: 50px;
    content: "\f053  Return Home";
    color: rgb(255, 255, 255);
    font-family: "FontAwesome", "opensans";
    height: 50px;
    left: calc((100% - 170px) / 2);
    line-height: 50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: calc((100% - 50px) / 2);
    transition: opacity .3s ease 0s;
    width: 170px;
    z-index: 1;
}

.company-logo:hover::after {
    opacity: 1;
}

.main-bar {
    background: rgb(242, 242, 242);
    height: 88px;
}

.main-bar td:nth-of-type(1) {
    position: relative;
    width: 415px;
}

.main-bar td:nth-of-type(2) {
    width: 68px;
}

.main-bar td:nth-of-type(4) {
    width: 181px;
}

.main-bar td:nth-of-type(5) {
    width: 130px;
}

.main-bar td:nth-of-type(6) {
    width: 42px;
}

.search-wrapper input {
    border: 1px solid rgb(18, 91, 140);
    color: rgb(162, 162, 162);
    display: inline-block;
    font: 400 18px/43px "opensans", sans-serif;
    height: 45px;
    padding: 0 15px;
    vertical-align: middle;
    width: calc(100% - 180px);
}

.search-wrapper input::-webkit-input-placeholder {
    font: 400 18px/43px "opensans", sans-serif;
}

.search-wrapper input:-moz-placeholder {
    font: 400 18px/43px "opensans", sans-serif;
}

.search-wrapper input::-moz-placeholder {
    font: 400 18px/43px "opensans", sans-serif;
}

.search-wrapper input:-ms-input-placeholder {
    font: 400 18px/43px "opensans", sans-serif;
}

.search-wrapper select {
    border: 1px solid rgb(18, 91, 140);
    border-left:0;
    border-right:0;
    color: rgb(18, 91, 140);
    display: inline-block;
    font: 400 14px/22px "opensans", sans-serif;
    height: 45px;
    padding: 0 10px;
    vertical-align: middle;
    width: 134px;
}

.search-wrapper select:hover {
    cursor: pointer;
}

.search-wrapper button {
    background: rgb(18, 91, 140);
    border: 0;
    display: inline-block;
    height: 45px;
    position: relative;
    vertical-align: middle;
    width: 45px; 
}

.search-wrapper button:hover {
    background: rgb(135, 171, 60);
}

.search-wrapper button::after {
    color: rgb(255, 255, 255);
    content: "\f002";
    font: 400 20px/45px "FontAwesome";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; 
}

.account-wrapper {
    position: relative;
}

.account-trigger {
    border: 1px solid transparent;
    border-bottom: 0;
    bottom: 10px;
    cursor: pointer;
    left: 20px;
    padding: 4px 3px 9px 8px;    
    position: absolute;
}

.account-trigger.expanded::after {
    background: rgb(255, 255, 255);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 102;
}

.account-trigger.expanded {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(54, 55, 55);
    border-bottom: 0;
    z-index: 1000;
}

.account-trigger span {
    display: block;
}

.account-trigger span:first-of-type {
    color: rgb(18, 91, 140);
    font: 400 13px/22px "opensans-semibold", sans-serif;
}

.account-trigger span:last-of-type {
    color: rgb(180, 60, 39);
    font: 400 18px/14px "opensans-semibold", sans-serif;
    text-transform: uppercase;
    transition: color .3s ease 0s;
}

.account-trigger.expanded span:last-of-type,
.account-trigger:hover span:last-of-type {
    color: rgb(135, 171, 60);
}

.account-panel {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(54, 55, 55);
    display: none;
    padding: 17px 21px;
    position: absolute;
    right: 8px;
    top: calc(100% - 11px);
    z-index: 999;
	width: 300px;
}

.account-trigger.expanded.active ~ .account-panel {
    right: -130px;
}

.account-trigger .logout {
    display: none;
}

.logout
{
	background: rgb(242,242,242);
    border: 0;
}

.account-trigger.expanded.active .logout {
    background: rgb(255, 255, 255);
    border: 0;
    bottom: 6px;
    display: inline;
    position: absolute;
    right: 20px;
    z-index: 999;
}

.account-trigger.expanded.active .logout img {
    opacity: 1;
    transition: opacity .3s ease 0s;
}

.account-trigger.expanded.active .logout::after {
    background: url("/images/logout-icon-hover.png") 0 0 no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 27px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 1px;
    transition: opacity .3s ease 0s;
    width: 63px;    
    z-index: 1000;
}

.account-trigger.expanded.active .logout:hover::after {
    opacity: 1;
}

.account-trigger.expanded.active .logout:hover img {
    opacity: 0;
}

.account-panel p {
    color: rgb(18, 91, 140);
    font: 400 14px/18px "opensans", sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.account-panel a,
.account-panel a:link,
.account-panel a:focus,
.account-panel a:visited,
.account-panel a:active {
    color: rgb(239, 130, 36);
    font: 400 14px/18px "opensans", sans-serif;
}

.account-panel a:hover {
    color: rgb(135, 171, 60);
}

.account-panel .form-group {
    margin-bottom: 13px;
}

.account-panel .form-group label {
    color: rgb(54, 55, 55);
    display: block;
    font: 400 14px/18px "opensans", sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.account-panel .form-group input {
    border: 1px solid rgb(182, 182, 182);
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
    height: 40px;
    margin-bottom: 4px;
    padding: 0 8px;
    width: 100%;
}

.account-panel .form-group  input::-webkit-input-placeholder {
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
}

.account-panel .form-group  input:-moz-placeholder {
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
}

.account-panel .form-group input::-moz-placeholder {
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
}

.account-panel .form-group input:-ms-input-placeholder {
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
}

.account-panel .btn-login {
    border: 0;
    background: rgb(239, 130, 36);
    color: rgb(255, 255, 255);
    display: block;
    font: 400 18px/14px "opensans", sans-serif;
    margin-bottom: 10px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.account-panel .btn-login:hover {
    background: rgb(135, 171, 60);
}

.account-panel .btn-login ~ label {
    color: rgb(239, 130, 36);
    font: 400 14px/22px "opensans", sans-serif;
}

.account-trigger:hover .account-panel {
    display: block;
}

.account-trigger.active:hover,
.account-trigger.active.expanded {
    width: 291px;
}

.account-trigger.active ~ .account-panel {
    width: 410px;
}

.account-trigger.active ~ .account-panel table td:nth-of-type(1) {
    border-right: 1px dashed rgb(186, 188, 188);
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 42%;
}

.account-trigger.active ~ .account-panel table td:nth-of-type(2) {
    padding: 0 0 0 7%;
    position: relative;
    vertical-align: top;
    width: 50%;
}

.account-trigger.active ~ .account-panel table tr:nth-of-type(1) td {
    border-bottom: 1px dashed rgb(186, 188, 188);
    padding-bottom: 12px;
}

.account-trigger.active ~ .account-panel table tr:nth-of-type(2) td {
    padding-top: 12px;
}

.account-trigger.active ~ .account-panel h5 {
    color: rgb(18, 91, 140);
    font: 400 18px/23px "opensans-semibold", sans-serif;
}

.account-trigger.active ~ .account-panel h5:hover {
    cursor: default;
}

.account-trigger.active ~ .account-panel a, 
.account-trigger.active ~ .account-panel a:link, 
.account-trigger.active ~ .account-panel a:focus, 
.account-trigger.active ~ .account-panel a:visited, 
.account-trigger.active ~ .account-panel a:active {
    color: rgb(18, 91, 140);
    display: block;
    margin: 0 0 9px;
}

.account-trigger.active ~ .account-panel a:hover {
    color:  rgb(135, 171, 60); 
}

.account-trigger.active ~ .account-panel table tr:nth-of-type(1) td:nth-of-type(1)::after {
    background: rgb(255, 255, 255);
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 25px;
}

.account-trigger.active ~ .account-panel table tr:nth-of-type(1) td:nth-of-type(2)::after {
    background: rgb(255, 255, 255);
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 25px;
}


#RememberLogin {
    height: auto;
    width: auto;
}

.cart-wrapper a,
.cart-wrapper a:link,
.cart-wrapper a:focus,
.cart-wrapper a:visited,
.cart-wrapper a:active {
    display: block;
    border-left: 1px solid rgb(182, 182, 182);
    margin-top: 8px;
    padding: 9px 0 0 15px;
    position: relative;
}

.cart-wrapper a span {
    color: rgb(180, 60, 39);
    font: 400 18px/14px "opensans-semibold", sans-serif;
    text-transform: uppercase;
    transition: color .3s ease 0s;
}

.cart-wrapper a span:first-of-type {
    top: -1px;
    position: absolute;
    left: 45px;
}

.cart-wrapper a:hover span {
    color: rgb(135, 171, 60); 
}

.menu-bar {
    background: rgb(18, 91, 140);
}

.menu-bar td:nth-of-type(2) {
    width: 1196px;
}

.menu-bar nav {
    color: rgb(255, 255, 255);
    font: 400 18px/41px "opensans-bold", sans-serif;
    text-transform: uppercase;
}

.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar li {
    float: left;
}

.menu-bar .drop-down {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(54, 55, 55);
    color: rgb(18, 91, 140);
    display: none;
    font: 400 14px/15px "opensans", sans-serif;
    padding: 17px 21px;
    position: absolute;
    top: calc(100% - 1px);
    z-index: 101;
}

.menu-bar .main-menu > li {
    position: relative;
}

.menu-bar .main-menu > li > span,
.menu-bar .main-menu > li > a,
.menu-bar .main-menu > li > a:link,
.menu-bar .main-menu > li > a:focus,
.menu-bar .main-menu > li > a:visited,
.menu-bar .main-menu > li > a:active {
    border: 1px solid rgb(18, 91, 140);
    color: rgb(255, 255, 255);
    display: block;
    padding: 0 27px;
}

.menu-bar .main-menu > li:hover > span,
.menu-bar .main-menu > li:hover > a,
.menu-bar .main-menu > li:hover > a:link,
.menu-bar .main-menu > li:hover > a:focus,
.menu-bar .main-menu > li:hover > a:visited,
.menu-bar .main-menu > li:hover > a:hover,
.menu-bar .main-menu > li:hover > a:active {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    color: rgb(18, 91, 140);
    position: relative;
}

.menu-bar .main-menu > li:hover::after {
    background: rgb(255, 255, 255);
    bottom: 0;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: 102;
}

.menu-bar .main-menu > li > .drop-down {
    left: 0;
    padding: 11px 0 11px 15px;
}

.menu-bar .main-menu > li > .drop-down hr {
    margin: 13px 26px 13px 11px;
}

.menu-bar .main-menu > li:hover > .drop-down {
    display: block;
}

.menu-bar .main-menu .drop-down li {
    display: block;
    float: none;
    white-space: nowrap;
    width: 100%;
}

.menu-bar .main-menu .drop-down > ul > li > span,
.menu-bar .main-menu .drop-down > ul > li > a,
.menu-bar .main-menu .drop-down > ul > li > a:link,
.menu-bar .main-menu .drop-down > ul > li > a:focus,
.menu-bar .main-menu .drop-down > ul > li > a:visited,
.menu-bar .main-menu .drop-down > ul > li > a:active {
    color: rgb(18, 91, 140);
    display: block;
    padding: 6px 26px 6px 11px;
    width: 100%;
}

.menu-bar .main-menu .drop-down > ul > li:hover > span,
.menu-bar .main-menu .drop-down > ul > li:hover > a,
.menu-bar .main-menu .drop-down > ul > li:hover > a:link,
.menu-bar .main-menu .drop-down > ul > li:hover > a:focus,
.menu-bar .main-menu .drop-down > ul > li:hover > a:visited,
.menu-bar .main-menu .drop-down > ul > li:hover > a:hover,
.menu-bar .main-menu .drop-down > ul > li:hover > a:active {
    background: rgb(236, 238, 238);
    color: rgb(18, 91, 140);
}

.menu-bar .main-menu .fly-out {
    background: rgb(236, 238, 238);
    color: rgb(18, 91, 140);
    display: none;
    left: 100%;
    position: absolute;
    top: -1px;
    padding: 19px 25px;
    height: calc(100% + 2px);
    border: 1px solid rgb(54, 55, 55);
    border-left: 0;
}

.menu-bar .drop-down > ul > li:hover > .fly-out {
    display: block;
}

.menu-bar .main-menu .fly-out > ul > li > span,
.menu-bar .main-menu .fly-out > ul > li > a,
.menu-bar .main-menu .fly-out > ul > li > a:link,
.menu-bar .main-menu .fly-out > ul > li > a:focus,
.menu-bar .main-menu .fly-out > ul > li > a:visited,
.menu-bar .main-menu .fly-out > ul > li > a:active {
    color: rgb(18, 91, 140);
    display: block;
    padding: 6px 11px;
    width: 100%;
}

.menu-bar .main-menu .fly-out > ul > li:hover > span,
.menu-bar .main-menu .fly-out > ul > li:hover > a,
.menu-bar .main-menu .fly-out > ul > li:hover > a:link,
.menu-bar .main-menu .fly-out > ul > li:hover > a:focus,
.menu-bar .main-menu .fly-out > ul > li:hover > a:visited,
.menu-bar .main-menu .fly-out > ul > li:hover > a:hover,
.menu-bar .main-menu .fly-out > ul > li:hover > a:active {
    color: rgb(135, 171, 60); 
}

.menu-bar .bulk-menu {
    float: right;
    font: 400 18px/41px "opensans-bold", sans-serif;
    position: relative;
    text-transform: uppercase;
}

.menu-bar .bulk-menu > span {
    border-bottom: 1px solid rgb(18, 91, 140);
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(18, 91, 140);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    padding: 0 12px;
    position: relative;
    z-index: 106;
}

.menu-bar .bulk-menu  > span:hover,
.menu-bar .bulk-menu  > span.expanded {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    color: rgb(18, 91, 140);
    position: relative;
}

.menu-bar .bulk-menu > span.expanded::after {
    background: rgb(255, 255, 255);
    bottom: 0;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: 102;
}

.bulk-menu .order-pad-panel {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(54, 55, 55);
    color: rgb(18, 91, 140);
    display: none;
    font: 400 14px/15px "opensans", sans-serif;
    padding: 17px 21px;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
	/* BULK ORDER UPDATES */
    /* z-index: 101; */
	z-index: 200;
}

.bulk-menu .part ~ button {
    border: 0;
    background: rgb(239, 130, 36);
    color: rgb(255, 255, 255);
    display: block;
    font: 400 18px/14px "opensans", sans-serif;
    margin-bottom: 10px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* BULK ORDER UPDATES START*/
.bulk-menu .order-pad-panel button {
    border: 0;
    background: rgb(239, 130, 36);
    color: rgb(255, 255, 255);
    display: block;
    font: 400 18px/14px "opensans", sans-serif;
    margin-bottom: 10px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.bulk-menu .order-pad-panel button:hover {
     background: rgb(135, 171, 60);
}

.bulk-menu .order-pad-panel a,
.bulk-menu .order-pad-panel a:link,
.bulk-menu .order-pad-panel a:focus,
.bulk-menu .order-pad-panel a:visited,
.bulk-menu .order-pad-panel a:active {
    color: rgb(18, 91, 140);
    display: block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.bulk-menu .order-pad-panel a:hover {
    color: rgb(135, 171, 60);
}

.ocm-active .horiz-menu {
    display: inline-block;
}

.line-by-line {
    display: none;
}

.line-by-line.active {
    display: block;
}

.copy-paste {
    display: none;
}

.copy-paste.active {
    display: block;
}

.bulk-menu .order-pad-panel .panel-views a:first-of-type {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

.bulk-menu .order-pad-panel .panel-views a:last-of-type {
    float: right;
    display: inline-block;
    margin-bottom: 10px;
}

.bulk-menu .order-pad-panel textarea {
    min-height: 150px;
    margin-bottom: 13px;
    width: 250px;
}


/* BULK ORDER UPDATES END*/

.bulk-menu .part {
    /*margin-bottom: 13px;*/
    width: 250px;
}

.bulk-menu .part input {
    border: 1px solid rgb(182, 182, 182);
    display: inline-block;
    color: rgb(162, 162, 162);
    font: 400 16px/22px "opensans", sans-serif;
    height: 40px;
    padding: 0 8px;
    width: 47px;
}
/*
.bulk-menu .part input:first-of-type {
    width: 198px;
}
*/
.bulk-menu .twitter-typeahead input {
    width: 198px;
}
.bulk-menu .part ~ button:hover {
     background: rgb(135, 171, 60);
}

.bulk-menu .part ~ a,
.bulk-menu .part ~ a:link,
.bulk-menu .part ~ a:focus,
.bulk-menu .part ~ a:visited,
.bulk-menu .part ~ a:active {
    color: rgb(18, 91, 140);
    display: block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.bulk-menu .part ~ a:hover {
    color: rgb(135, 171, 60);
}

@media screen and (max-width: 1500px) {
    .menu-bar nav {
        font: 400 16px/38px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 16px/38px "opensans-bold", sans-serif;
    }
    
    .company-logo::after {
        height: 40px;
        left: calc((100% - 150px) / 2);
        line-height: 40px;
        top: calc((100% - 40px) / 2);
        width: 150px;
    }

    .menu-bar td:nth-of-type(2) {
        width: 90%;
    }

    .notification-bar td:nth-of-type(4) {
        width: 111px;
    }

    .btn-chat, 
    .btn-chat:link, 
    .btn-chat:focus, 
    .btn-chat:visited, 
    .btn-chat:active {
        font: 400 16px/26px 'opensans-semibold', sans-serif;
        height: 26px;
        padding: 0 20px;
    }

    .btn-notification, 
    .btn-notification:link, 
    .btn-notification:focus, 
    .btn-notification:visited, 
    .btn-notification:active {
        height: 26px;
        line-height: 26px;
    }

    .btn-notification .badge {
        height: 18px;
        line-height: 18px;
        padding: 0 5px;
        top: 4px;
    }

    .btn-chat img {
        left: 21px;
    }

    .lang-select .options ul {
        right: 12px;
        top: -2px;
    }

    .search-wrapper input {
        height: 35px;    
        font: 400 14px/35px "opensans", sans-serif;
        width: calc(100% - 180px);
    }

    .search-wrapper input::-webkit-input-placeholder {
        font: 400 14px/35px "opensans", sans-serif;
    }

    .search-wrapper input:-moz-placeholder {
        font: 400 14px/35px "opensans", sans-serif;
    }

    .search-wrapper input::-moz-placeholder {
        font: 400 14px/35px "opensans", sans-serif;
    }

    .search-wrapper input:-ms-input-placeholder {
        font: 400 14px/35px "opensans", sans-serif;
    }

    .search-wrapper select {
        height: 35px;
    }

    .search-wrapper button {
        height: 35px;
        width: 35px;
    }

    .search-wrapper button::after {
        font: 400 18px/35px "FontAwesome";
    }

    .menu-bar .drop-down {
        font: 400 13px/13px "opensans", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 340px; /*254px*/
    }
    
    .main-bar {
         height: 73px;
     }

    .account-trigger span:first-of-type {
        font: 400 12px/18px "opensans-semibold", sans-serif;
    }

    .account-trigger span:last-of-type {
        font: 400 16px/10px "opensans-semibold", sans-serif;
    }

    .account-panel {
        padding: 11px 16px;
        right: 23px;
    }

    .account-panel p {
        font: 400 13px/16px "opensans", sans-serif;
    }

    .account-panel a, 
    .account-panel a:link, 
    .account-panel a:focus, 
    .account-panel a:visited, 
    .account-panel a:active {
        font: 400 13px/16px "opensans", sans-serif;
    }

    header hr {
        margin: 11px 0;
    }

    .account-panel .form-group label {
        font: 400 13px/16px "opensans", sans-serif;
    }

    .account-panel .form-group input {
        font: 400 13px/22px "opensans", sans-serif;
        height: 30px;
        margin-bottom: -1px;
    }

    .account-panel .form-group  input::-webkit-input-placeholder {
        font: 400 13px/22px "opensans", sans-serif;
    }

    .account-panel .form-group  input:-moz-placeholder {
        font: 400 13px/22px "opensans", sans-serif;
    }

    .account-panel .form-group input::-moz-placeholder {
        font: 400 13px/22px "opensans", sans-serif;
    }

    .account-panel .form-group input:-ms-input-placeholder {
        font: 400 13px/22px "opensans", sans-serif;
    }

    .account-panel .btn-login {
        font: 400 16px/8px "opensans", sans-serif;
    }

    header [type="checkbox"]:checked + label, 
    header [type="checkbox"]:not(:checked) + label {
        font: 400 13px/14px "opensans", sans-serif;
    }

    header [type="checkbox"]:checked + label:after, 
    header [type="checkbox"]:not(:checked) + label:after {
        top: 3px;
    }

    .bulk-menu .order-pad-panel {
        padding: 11px 16px;
    }

    .bulk-menu .part input {
        font: 400 14px/30px "opensans", sans-serif;
        height: 30px;
    }

    .bulk-menu .part input::-webkit-input-placeholder {
        font: 400 14px/30px "opensans", sans-serif;
    }

    .bulk-menu .part input:-moz-placeholder {
        font: 400 14px/30px "opensans", sans-serif;
    }

    .bulk-menu .part input::-moz-placeholder {
        font: 400 14px/30px "opensans", sans-serif;
    }

    .bulk-menu .part input:-ms-input-placeholder {
        font: 400 14px/30px "opensans", sans-serif;
    }

    .bulk-menu .part ~ button {
        font: 400 16px/8px "opensans", sans-serif;
    }

    .account-trigger.active ~ .account-panel h5 {
        font: 400 16px/21px "opensans-semibold", sans-serif;
    }
}

@media screen and (max-width: 1300px) {
    .menu-bar nav {
        font: 400 15px/36px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 15px/36px "opensans-bold", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 224px;
    }
    
    .main-bar {
        height: 67px;
    }
}

@media screen and (max-width: 1100px) {
    .menu-bar nav {
        font: 400 14px/35px "opensans-bold", sans-serif;
    }
    
    .menu-bar .bulk-menu {
        font: 400 14px/35px "opensans-bold", sans-serif;
    }

    .main-bar td:nth-of-type(1),
    .company-logo,
    .company-logo img {
        width: 204px;
    }
}