html {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* --------CUSTOM MEDIA QUERY-------- */
meta.small_medium_below {
  font-family: "/only screen and (max-width: 50em)/";
  width: 50em;
}

/* --------HEADER-------- */
.inner-wrap > header {
    position:relative;
    z-index:21;
    background: #1978b8;
    padding:17px 0;
    height:81px;
    width:100%;
}
header.move-right {
  -ms-transform: translate(16.41rem, 0);
  -webkit-transform: translate3d(16.41rem, 0, 0);
  -moz-transform: translate3d(16.41rem, 0, 0);
  -ms-transform: translate3d(16.41rem, 0, 0);
  -o-transform: translate3d(16.41rem, 0, 0);
  transform: translate3d(16.41rem, 0, 0); 
}
header.move-left {
  -ms-transform: translate(-16.41rem, 0);
  -webkit-transform: translate3d(-16.41rem, 0, 0);
  -moz-transform: translate3d(-16.41rem, 0, 0);
  -ms-transform: translate3d(-16.41rem, 0, 0);
  -o-transform: translate3d(-16.41rem, 0, 0);
  transform: translate3d(-16.41rem, 0, 0);
}
.android .inner-wrap {
    -webkit-transition:-webkit-transform 100ms;
    -moz-transition:-moz-transform 100ms;
    -ms-transition:-ms-transform 100ms;
    -o-transition:-o-transform 100ms;
    transition:transform 100mx;
}
.mobile-header {
    display:none;
}
.off-canvas-wrap.move-left, .off-canvas-wrap.move-right {
    overflow:hidden;
    min-height:40em;
    height:120%;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after, .left-submenu .back>a:before {
    margin-left: 0.5rem;
    font-family: "OL Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.65em;
    margin-left: .2em;
    position: absolute;
    right: 0.5rem;
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: '\e841';
}
.left-submenu .back>a:before {
    content: '\e842';
}
.header-logo {
    border:0;
    position:relative;
    top:-1px;
    left:1px;
}
.header-logo img {
    width:197px;
    height:45px;
}
/*--search--*/
.nav-search {
    position:absolute;
    right:41%;
    top:3px;
    z-index:11;
}
.nav-search input[type="text"]::-ms-clear {
    display: none;
}
.nav-search input[type="text"] {
    width:23em;
    width: 20rem;
    padding: 10px 16px;
    background: #efefef;
    color: #666 !important;
    font-size: 1em;
    float: left;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-bar-right {
    position: absolute;
    right: 14px;
    top: -1px;
}
.nav-bar-module {
    position: relative;
    z-index: 3000;
    display:block;
    float: right;
    font-size:1em;
    line-height:1.4em;
    font-weight: bold;
    text-align:right;
    height:46px;
    border-left: 1px dashed #9ccef0;
    -webkit-transform: translateZ(0);
}
.nav-bar-module ul.f-dropdown {
    text-align:left;
    border-top:none;
    border-right:none;
    border-bottom:none;
    font-weight:normal;
    margin:0;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.5);
}
.kwSearchBtn {
    position: absolute;
    top:-2px;
    right: 0px;
    padding: 6px 8px 6px;
    color: #666;
    font-size: 1.3em;
    text-decoration: none;
}
/*--account module--*/
.nav-bar-module #dropdown-account:before, .nav-bar-module #dropdown-account:after {
    left:50% !important;
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    margin-top:-6px;
}
#welcomeUser {
    text-align: right;
    z-index: 10;
    font-weight:normal;
    display:block;
}
.my-account-container .f-dropdown {
    border:none;
    left:-25px !important;
    display:none;
    font-size:.75em;
}
.my-account-container:hover .f-dropdown {
    display:block;
    left:-145px;
    padding:0 1em .5em;
    padding:0 1rem .5rem;
}
html:not(.mobile) .my-account-container:hover .f-dropdown {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}
.my-account-container i.icon-down-dir {
    color: #ffb777;
    margin: 0 0 0 .4rem;
}
.my-account-container i.icon-user, .live-chat-container i.icon-phone {
    font-size:2em;
    color:#fff;
}
#spnUserName {
    display:inline;
}
.f-dropdown li.account-signin:hover {
    background:none;
}
.account-signin .button {
    margin:10px 20px 10px;
    font-size:.9rem;
    font-weight:bold;
} 
.nav-bar-module .f-dropdown li:not(.account-signin) {
    transition:all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
#dropdown-account li:not(.account-signin) a {
    padding:.5em .4em;
    padding:.5rem .4rem;
}
html:not(.mobile) .account-hover a:hover {
  background: #fafafa;
  color: #1978b8;
}
#welcomeExpand a:link { 
    margin: 0; 
    padding: 2px 6px; 
}
#welcomeLoggedOut {
    border-bottom: 1px solid #ccc; 
    padding-bottom: 6px; 
    color: #666;
    text-align: center;
}
#welcomeLoggedOut .button {
    margin:10px;
}
#welcomeLoggedOut a:hover {
    text-decoration:none;
}
#welcomeLoggedOut img {
    margin-top:3px;
}
#welcomeLoggedOut a:not(.button) {
    display:inline-block;
    color:#0072dc;
}
#welcomeLoggedOut a:not(.button):hover {
    color:#555;
}
#welcomeLoggedIn { 
    display: none;
    border-top: 1px solid #ccc;
    margin-top: 5px;
}
.visible {
    display:block;
}

/*--telephone & live chat module--*/
#telephone {
    display:block;
    padding:13px 20px 0;
    font-weight:normal !important;
    font-size:1.3em;
}
#telephone, #telephone a {
    color:#ffffff;
    text-decoration:none;
    font-weight:normal;
}
#telephone-icon {
    display:none;
    color:#fff;
    text-decoration:none;
    padding: 12px 10px;
    font-size:.9em;
}
.nav-bar-module-short #telephone {
    padding:2px 20px 0;
}
a.hide-chat {
    display:none !important;
}
/*--cart module--*/
#view-cart .f-dropdown:before, #view-cart .f-dropdown:after  {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
    margin-top:-6px;
}
.chrome #view-cart .f-dropdown {
    margin-right:2px;
}
.chrome #view-cart .f-dropdown.items-in-cart, .safari #view-cart .f-dropdown.items-in-cart {
    margin-right:53px;
}
#view-cart .f-dropdown:before, #view-cart .f-dropdown:after  {
    left:83% !important;
}
#view-cart .f-dropdown.items-in-cart:before, #view-cart .f-dropdown.items-in-cart:after  {
    left:83% !important;
}
#view-cart .f-dropdown > span {
    padding:1em 0;
    padding:1rem 0;
}
#view-cart .f-dropdown .button {
    margin:.3em auto 1em;
    margin:.3rem auto 1rem;
    font-size: .87em;
    font-size: .87rem;
    white-space:nowrap;
}
.nav-bar-module:last-child {
    border-left: none;
}
.nav-bar-module [class^="icon-"]:before, [class*=" icon-"]:before {
    margin-left: 0em;
    margin-right: 0em;
}
a#contact-us, .my-account-container > a, a#view-cart-items {
    color: #fff;
    text-decoration: none;
    display: block;
    height:65px;
    padding:13px 20px;
}
html:not(.mobile) #view-cart a.active i, html:not(.ie8):not(.mobile) .my-account-container:hover i, html:not(.mobile) #telephone-icon:hover i.icon-phone {
    color: #FDBF48 !important;
}
a#view-cart-items {
    padding:10px 20px 13px;
}
#view-cart {
    display:table;
    -webkit-transform: translateZ(0);
}
#view-cart .f-dropdown {
    padding:.6em 0 .5em;
    padding:.6rem 0 .5em;
    text-align:center;
    max-width: 252px;
}
#view-cart .f-dropdown span#empty-cart, #view-cart .f-dropdown td  {
    font-size:.99em;
}
#view-cart .f-dropdown span#empty-cart, #view-cart .f-dropdown td.thumb{
    width:55px;
}
#view-cart .f-dropdown span#empty-cart, #view-cart .f-dropdown td.thumb img {
    width:50px;
    max-width:50px;
}
#view-cart:hover {
    -webkit-transform: translateZ(0);
}
#view-cart:hover .f-dropdown {
    display:table;
    left:auto !important;
    right:0;
}
.android #view-cart:hover .f-dropdown {
    right:40px;
}
.live-chat-container > a:not(#lnkLiveChatStart) {
    font-size:.8em;
}
.live-chat-container > a:not(#lnkLiveChatStart) i {
    font-size:2em;
}
a#contact-us {
    padding-top:11px;
}
.nav-bar-module-short > a {
    padding:5px 20px;
}
.live-chat-container > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
    text-align: right;
}
.cart-container > #viewCart > a#view-cart-items > i, #view-cart-items-small > i, .live-chat-container > a i, .mini-menu, .mini-cart i  {
    color: #fff;
}
#viewCart > a#viewCartItems, #viewCart .active i, a#viewCartItems:hover i {
    color: #EB7618;
}
.mini-menu i, .mini-cart i {
    margin-left: 0em;
    display: inline;
    font-size: 1.9em;
}
.live-chat-container i.icon-chat {
    margin-right: .6em;
}
.item-count {
    padding: .13rem 0 0;
    background: #fff;
    height: 26px;
    width: 25px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 1.18em;
    float: left;
    font-size: 1.4em;
    position: relative;
    margin: 0 5px 0 0;
    color: #eb7618;
}
#view-cart-items i.icon-basket-1 {
    margin-left: 0em;
    display: inline;
    font-size: 2em;
}
.cart-icon{
    margin-right: 5px;
}
.live-cart-items{
    background:#fff;
    z-index: 12;
}
.live-cart-items table {
    margin-bottom:0;
}
.live-cart-items-scroll{
    width:250px;
}
.live-cart-items img{
    border:none;
    margin:0 0 0 8px;
}
.live-cart-table, .sub-total-table {
    width: 100%;
    font-weight: normal;
    border:none;
}
.live-cart-table tr:hover {
    background: #fafafa;
}
.estimate-shipping {
    border-top:1px dotted #ccc;
    padding:.45rem;
    text-align:left;
}
.live-cart-table tr td, .sub-total-table tr td {
    padding:7px 5px 0; 
    border-bottom:1px dotted #ccc;
    border-top:1px dotted #ccc;
    font-size: .73rem;
}
.live-cart-table tr td {
    border-top:none;
}
.live-cart-table tr:last-child td {
    border-bottom:none;
}
.sub-total-table tr td {
    text-align:right;
    vertical-align: top;
}
.sub-total-table tr td:first-child {
    width:70%;
}
.live-cart-scroll {
    height:326px; 
    overflow-y:auto; 
    overflow-x:hidden;
    position:relative;
    -webkit-overflow-scrolling: touch;
}
.move-up, .move-down {
    z-index:1000;
    width:100%;
    padding:.1rem;
    border:solid 1px #ccc;
    color:#222;
    display:table;
    background: rgba(235,235,235,0.9); 
    text-align:center;
    cursor: pointer;
}
.move-up {
    top:3.2rem;
    left:0;
}
.move-down {
    top:20.65rem;
    left:0;
}
.control-up i, .control-down i {
    font-size:1.5rem;
    line-height:1rem;
}
.live-cart-scroll-auto {
    overflow-y:auto; 
    overflow-x:hidden;
}
.live-cart-item-info {
    line-height:18px; 
    vertical-align: top;
}
.live-cart-item-info a:link, .live-cart-item-info a:visited {
    text-decoration: none; 
    color:#444;
}
.item-number-title {
    color:#1978b8;
}
.item-number-title:hover {
    text-decoration:underline;
}
.live-cart-table td.live-cart-subtotal, .sub-total-table td.live-cart-subtotal{
    color:#029224;
    padding:.5rem .4rem .5rem 0; 
    vertical-align: top;
    text-align:right;
}
.live-cart-scroll-auto .live-cart-table td.live-cart-subtotal {
    padding:.5rem 1.4rem .5rem 0;
}
.sub-total-table td.live-cart-subtotal {
    padding:.5rem 1.5rem .5rem 0; 
}
.subtotal-title {
    font-size: 1.1em;
    font-weight:bold; 
    color:#333;
}
td.last-row {
    border-bottom:none;
}
td.last-row .btn {
    padding-bottom: none; 
    display: block; 
    text-align: center;
}
.chat-window {
    position: fixed;
    z-index: 9990;
    bottom: 80px; 
    right: 0;
    padding: 20px;
    text-align: left;
}
.chat-window-bg {
    height: 178px;
    width: 222px;
    position: fixed;
    bottom: 80px; 
    right: 0;
    background: #000;
    opacity: .85;
    filter:alpha(opactiy=85);
    -webkit-box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.4);
    box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.4);
    z-index: 9980;
}
.hello-title {
    font-size: 1em;
    font-weight: bold;
    color: #fff;
}
.btn-chat-now {
    display: block !important;
    text-align: center;
    margin: 8px 0;
}
.chat-window p {
    color: #f3f3f3;
    font-size: .9em;
    line-height: 1.4em;
    margin: 10px 0;
}
.text-aqua {
    color: #00d2ff;}
.text-bright-green {
    color: #66dd52;
}
a.no-thanks {
    font-size: .8em;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: block;
}
a.no-thanks:hover {text-decoration:none;}

/* --------MEGA MENU-------- */
  #nav-container {
    /*(position:relative;*/
    z-index:10;
  }
  #nav-container nav ul {
    margin:0;
    padding:0;
    list-style-type: none;
  }
  #nav-container nav ul.left > li {
    float:left;
  }
  .ie #nav-container nav ul.left > li {
    display:table;
    height:2rem;
  }
  .ie1 #nav-container nav ul.left > li:hover {
    height:27rem;
  }
  nav div:not(.dropdown-wide) ul.left > li > a {
    text-transform:uppercase;
    font-weight:bold;
    padding:.79rem 1rem;
    color:#777;
    display:block;
    border-left:solid 1px rgba(255,255,255, 0);
    border-right:solid 1px rgba(255,255,255, 0);
    transition:all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
  }
  html:not(.mobile) nav div:not(.dropdown-wide) ul.left > li > a:hover, nav div:not(.dropdown-wide) ul.left > li.open > a {
    color:#222;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    transition:all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -webkit-transition: all .2s linear 0s;
    background:#f8f8f8;
  }
  html:not(.mobile).ie1 nav div:not(.dropdown-wide) ul.left > li > a:hover, .ie1 nav div:not(.dropdown-wide) ul.left > li.open > a  {
    background:#fff;
  }
  html:not(.mobile) nav div:not(.dropdown-wide) ul.left > li > a:hover > i, nav div:not(.dropdown-wide) ul.left > li.open > a > i {
    color:#f08a24;
  }
  .ff #nav-container nav ul.left > li.open {
    display:table;
  }
  .slick-slider {
    z-index:100;
  }
  .dropdown-wide {
    padding:2.8rem 0;
    width:100%;
    z-index:2000;
    position:absolute;
    left:1rem;
    display:none;
  }
  .ff .dropdown-wide {
    top:3rem;
  }
  .ie9 .dropdown-wide {
    background:#f8f8f8;
    padding-bottom:0;
  }
  .dropdown-wide h6 {
    margin:0 0 1rem;
    padding:0 0 1rem;
    border-bottom:solid 1px #ccc;
  }
  .dropdown-wide h6 a {
    color:#000;
    transition:all .05s linear 0s;
    -moz-transition: all .05s linear 0s;
    -webkit-transition: all .05s linear 0s;
  }
  .dropdown-wide h6 a:hover {
    color:#444;
    transition:all .05s linear 0s;
    -moz-transition: all .05s linear 0s;
    -webkit-transition: all .05s linear 0s;
  }
  .dropdown-wide ul {
    list-style-type:none;
    padding:0;
    margin:0 0 1rem;
  }
  .dropdown-wide ul li {
    font-size:.9em;
    transition:all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
  }
  .dropdown-wide ul li:not(.view-all) a:not(.button) {
    display:block;
    width:100%;
    padding:.15rem 0;
    transition:all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -webkit-transition: all .1ss linear 0s;
  }
  .dropdown-wide .text-hours {
    padding: 0 0 15px 0;
  }
  .dropdown-wide ul li a.button {
    display:block;
    margin: 1rem 0 0 0;
  }
  .dropdown-wide ul li:not(.view-all) a:not(.button):hover {
    text-decoration:none;
    color:#222;
    background:#efefef;
    transition:all .05s linear 0s;
    -moz-transition: all .05s linear 0s;
    -webkit-transition: all .05s linear 0s;
  }
  .safari .dropdown-wide ul li a img {
    width:11rem;
  }
  .dropdown-wide ul li a:hover img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
  }
  .dropdown-wide ul li.divider {
    border-bottom:solid 1px #ddd;
    margin:.85rem 0;
  }
  .dropdown-wide ul li.view-all {
    padding:.2rem 0 0;
  }
  .dropdown-wide ul li.view-all a {
    color:#676767;
  }
  .dropdown-wide ul li.view-all a:hover {
    color:#222;
  }
  .dropdown-wide ul li:last-child {
    padding-bottom:1rem;
  }
  .dropdown-wide #promises {
    padding-right:3rem;
  }
  .dropdown-wide #promises h6 {
    margin-bottom:0;
  }
  .dropdown-wide a .panel {
    border:0;
    background:#f2f2f2;
    transition:all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
  }
  .dropdown-wide a .panel ul li {
    padding:.2rem 0;
    color:#555;
  }
  .dropdown-wide a .panel ul li i {
    margin-right:.5rem;
  }
  .dropdown-wide a .panel ul li.view-all {
    padding-top:1.5rem;
  }
  .dropdown-wide a .panel ul li.view-all:hover {
    color:#000;
  }
  .dropdown-wide a:hover .panel {
    background:#ececec;
    transition:all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
  }
  #template-nav p.text-gray {
    font-size:.85em;
  }
  #launch-bar .button {
    margin-bottom:0;
   }
   #template-nav .large-9 {
    padding-right:3rem;
  }
  .dropdown-wide p {
    font-size:.95em;
    margin-bottom:.55rem;
  }
  .text-benefits, .text-description, .text-hours {
    font-size:1.1em;
  }
  .dropdown-wide ul li a.button.comment {
    display:none;
  }
  .dropdown-wide ul li a.button.comment.live-chat-on {
    display:block;
  }
  #maestro-logo img {
    margin-bottom:.5rem;
  }
  .maestro a.button {
    margin:1.2rem 0 .5rem 3.5rem;
  }
  .maestro p {
    text-align:center;
    width:80%;
    margin-bottom:.1rem;
  }
  .maestro p a {
    color:#676767;
    font-size:.92em;
  }
  .maestro p a:hover {
    color:#000;
  }
  .mobile .maestro a.success {
    display:none;
  }
  .mobile-only, .mobile .desktop-only, .android .desktop-only, .fxand .desktop-only {
    display:none;
  }
  .android .desktop-only {
    display:none !important;
  }
  .mobile .mobile-only, .fxand .mobile-only {
    display:block;
  }
  .mobile .mobile-only p {
    margin-bottom:1.5rem;
  }
  .dropdown-wide .or {
    border-left:solid 1px #ddd;
    height:15rem;
    position:absolute;
    left:-2.5rem;
  }
  #help-nav #video img {
    margin-top:1.75rem;
  }
  .dropdown-wide .or span {
    padding:.5rem;
    background:#f8f8f8;
    display:block;
    position:absolute;
    margin-top:5.9rem;
    left:-1.2rem;
    border:solid 1px #ddd;
    border-radius:50%;
    height:2.4rem;
    width:2.4rem;
    text-align:center;
  }
  .nav-overlay {
    position:absolute;
    width:100%;
    height:2000vh;
    border-top:25rem #f8f8f8 solid;
    background:rgba(0,0,0,.65);
    z-index:19;
    display:none;
   }
 .ie1 .nav-overlay {
    border-top:none;
 }
.contain-to-grid {
    /*-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;*/
	z-index:10;
    height:3rem;
    background:none !important;
}
/* --------MOBILE MENU-------- */
.nav-search-mobile {
    position:relative;
    margin:.3rem .9rem 0;
}
ul.off-canvas-list li.nav-search-mobile a {
    border:none;
    padding:0;
    background:none !important;
    position:absolute;
    right:.4rem;
    top:.02rem;
    color:#333;
    font-size:1.1rem;
}
.nav-search-mobile input[type="text"] {
    margin:0 0 .3rem;
    height:1.9rem;
    font-size:1rem;
}
ul.off-canvas-list li#social-mobile {
    padding: 1rem 0 0 1rem;
}
ul.off-canvas-list li#social-mobile a {
    width: 2.3rem;
    height: 2.3rem;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin: 0 .3rem 0 0;
    }
ul.off-canvas-list li#social-mobile a {
    display:inline-block;
}
ul.off-canvas-list li#social-mobile a i {
    color: #333;
    font-size: 2.85rem;
    line-height: 1rem;
    position: relative;
    top: -.13rem;
    left: -2.4rem;
}
.safari ul.off-canvas-list li#social-mobile a i, .android ul.off-canvas-list li#social-mobile a i, .fxand ul.off-canvas-list li#social-mobile a i {
    top: -.23rem;
}
ul.off-canvas-list li#social-mobile a i.icon-mail-alt {
    top: -.49rem;
    left: -2.7rem;
    font-size: 3rem;
}
#social-mobile a i:before {
    margin:0;
    width:0;
    padding:0;
}
.sign-in-mobile-link div{display: none;}
#cart-menu {
    background:#f6f6f6;
}
#cart-menu .live-cart-scroll-auto, #cart-menu .live-cart-scroll-scroll, .cart-items-count {
 margin:0 0 .35rem;
 background:none;
}
#cart-menu table {
    background:#fff;
}
#cart-menu ul.off-canvas-list li label {
    background:#1978b8;
    text-transform: none;
    text-align:center;
    font-size:.9rem;
}
#cart-menu ul.off-canvas-list li a:not(.button) {
    border-bottom:none;
    padding:0;
}
#cart-menu ul.off-canvas-list li a:not(.button):hover {
    background:none;
}
#cart-menu .live-cart-table td:first-child {
    width:27%;
}
.view-cart-mobile {
    position:relative;
}
.view-cart-mobile .button {
    width:90%;
    margin:0 auto;
}
.view-cart-mobile .live-cart-items-scroll {
    width:100%;
}
.cart-items-count {
    font-size:.75rem;
    color:#898989;
    text-align:center;
    padding:1rem 1.1rem;
    background:#fff;
    line-height:1.1rem;
}
.move-left .exit-off-canvas {
    box-shadow: -4px 0 4px rgba(0,0,0,0.2),4px 0 4px rgba(0,0,0,0.2);
}

/* ------BREADCRUMB ---- */

#breadcrumb {
    font-size:.8em;
    padding:10px 0px;
    font-weight:bold;
    margin:12px 0px;
    border:1px solid #eee;
    padding:8px 10px;
}

/* Notification Bar (Universal) */

.notification-bar-container, .cart-abandoned-bar-container {
    width:100%;
    padding:10px 0;
    top:0;
    left:0;
    background: #333;
    clear: both;
    z-index: 9999;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
    display:none;
    position:relative;
}
.cookie-notification, .cart-abandoned-notification{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 800px;
    position: relative;
    text-align: center;
    color:#fff;
}
.cookie-notification span, .cart-abandoned-notification span {
    text-align:left; 
    display:inline-block; 
    font-size:.9em; 
    line-height:1.6em; 
    margin-right:20px;
}
.cookie-notification a:not(.button), .cart-abandoned-notification a:not(.button) {
    color:#FFAC0D;
}
.cookie-notification a.button, .cart-abandoned-notification a.button {
    display:inline; 
    padding: 4px 10px; 
    margin:0 !important;
    word-break: keep-all;
    white-space: nowrap;
    float:right;
}
.cart-abandoned-notification a.button{margin-left: 15px !important}


/* ------ONE COLUMN MASTER ----- */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    padding:0;
    margin:0;
    min-width:320px;
}
#container{
    text-align: left;
    margin: 0 auto;
    position:relative;
    height: auto;
}

/* --------STICKY NAV-------- */

.sticky-off {
    position:static !important;
    margin-top:0 !important;
}

/* ------FOOTER-------- */

.back-to-top {
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    height: 35px;
    width: 35px;
    z-index:20;
    display: none;
    text-decoration: none;
    text-align:center;
    color: #000 !important;
    background-color: rgba(170, 170, 170, 0.90);
    font-size: 1.4rem;
    line-height:34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
.back-to-top:hover, .back-to-top:focus {
    background-color: rgba(190, 190, 190, 0.90);
    text-decoration: none;
}
footer.nocontent {
    background: #fafafa;
    clear: both;
}
footer .full-width-row {
    max-width: 100%;
    padding: 0px;
}
.footer-promises-wrapper {
    line-height: 1.5em;
    text-align: center;
    background-color: #1978b8;
    padding: 0px;
}
.footer-promises-wrapper a:link, .footer-promises-wrapper a:visited {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 20px 3rem;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
.footer-promises-wrapper a:hover {
    background: #1d87cf;
}
.footer-promises-wrapper blockquote {
    display: none; 
}
.footer-testimonial {
    font-family:Georgia,Arial,Verdana,Sans-serif; 
    font-weight:normal !important; 
    font-style:italic;
    background: #1978b8;
}
.footer-testimonial blockquote, .footer-testimonial blockquote p, .footer-testimonial blockquote cite {
    color: #fff;
    border-left: none;
    margin: 0px;
    padding: 0px;
}
.footer-testimonial blockquote cite {
    margin-top: 10px;
}
.footer-links {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-links ul {
    list-style: none;
    font-size: .85em;
    color: #666;
    margin-left: 0px;
    line-height: 2em;
}
.column-20 {
    width: 20%;
    float: left;
    padding: 0 0.9375rem;
}
.footer-links ul a:link, .footer-links ul a:visited {
    color: #666;
}
.footer-links p {
    font-size: .85em;
}
.footer-links-mobile ul {
    margin: 0px;
}
.footer-links-mobile .accordion {
    border-top: 1px solid #ccc;
}
.footer-links-mobile .accordion .accordion-navigation>a, .footer-links-mobile .accordion dd>a {
    color: #333;
    padding: 12px 20px;
    font-size: .85rem;
    border-bottom: 1px solid #ddd;
    background: #f0f0f0;
    position: relative;
    text-decoration: none;
}
.footer-links-mobile .accordion .accordion-navigation>a:hover, .footer-links-mobile .accordion dd>a:hover {
    background: #f0f0f0;
    text-decoration: none;
}
html:not(.mobile) .footer-links-mobile .accordion .accordion-navigation>a:hover, html:not(.mobile) .footer-links-mobile .accordion dd>a:hover {
    background: #f6f6f6;
}
.footer-links-mobile .accordion .accordion-navigation>.content, .footer-links-mobile .accordion dd>.content {
    padding: 0px;
}
.footer-links-mobile .accordion .content a:link, .footer-links-mobile .accordion .content a:visited {
    display: block;
    padding: 8px 40px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.footer-links-mobile .accordion .content a:hover, .footer-links-mobile .accordion .content a:hover {
    background: #fafafa;
}
.footer-links-mobile .accordion-icon {
    font-family: 'OL Icons';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 1em;
    color: #999;
}
.footer-links-mobile .accordion-icon:before {
    content: '\e85d';
}
.footer-links-mobile .active .accordion-icon:before {
    content: '\e858';
}
.follow-us-links [class^="icon-"]:before, .follow-us-links [class*=" icon-"]:before {
    font-size: 2em;
    margin: 0px;
}
.follow-us-links i {
    color: #666;
}
.follow-us-links i:hover {
    color: #333;
}
footer .badges-wrapper {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.confidence-builder-logo {
    position: relative;
    top: 20px;
}
.call-us-now {
    margin-top: 20px;
    font-weight: bold;
}
.bottom-disclaimer {
    text-align: center;
    background-color: #fafafa;
    padding: 0 0 20px 0px;
}
.copyright-container {
    padding: 20px 0;
}
.copyright {
    font-size: .8em;
    margin-right: 6px;
}
.currency-selector-container  {
    margin: 20px 0 10px 0;
}
.currency-selector {
    padding: 6px 10px 6px 32px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    cursor: pointer;
    color: #333333;
    font-size: .7rem;
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
a.currency-selector:link, a.currency-selector:visited {
    color: #333333;
    text-decoration: none;
}
a.currency-selector:hover {
    border-color: #ccc;
    text-decoration: none;
}
.country-icon {
    position: absolute;
    left: 10px;
    top: 5px;
}
ul.currency-menu li {
    margin-top: 2px;
    text-align: left;
    padding: 4px 10px 4px 32px;
}
.copyright-container .f-dropdown.drop-top {
    max-width: 161px;
}
ul.currency-menu li a {
    font-size: .7rem;
}
/* -------- END Responsive Footer-------- */


/* -------- BEGIN Secure Responsive Footer-------- */
.secure-bar {
    background: #1978b8;
    color: #fff;
    padding: 12px 0;
    margin-bottom: 20px;
    position: relative;
}

.secure-bar h6 {
    color: #fff;
    display: block;
    margin: .5em 20px;
}

.secure-bar .icon-lock:before {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 1.3em;
    margin-top: -8px;
}

.mcafee {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}

/* -------- END Secure Responsive Footer-------- */



/*--------FOUNDATION APP OVERRIDES----------*/

.safari select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
@-moz-document url-prefix() { 
  select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }
}
[data-magellan-expedition], [data-magellan-expedition-clone] {
    padding:0;
}
#nav-container {
    height:3rem;
    border-bottom:solid 1px #ccc;
}
.stick-to-top {
    position:fixed !important;
    top:0 !important;
    width:100%;
    z-index:21;
    background:#f3f3f3;
    height:47px;
    border-bottom:solid 1px #ccc;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.stick-to-top .top-bar, .stick-to-top .top-bar.expanded .title-area {
    background:transparent;
}
.stick-to-top-mobile {
    position:fixed !important;
    top:0 !important;
    margin-top:0 !important;
    width:100%;
    height:68px;
    z-index:100;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.remove-from-top-mobile {
    top:-120px;
}
.stick-to-top-mobile #navSearch {
    display:none;
}

/*-----Remove Number Input Spinners-----*/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* -------- END Foundation Overrides-------- */

/* --------MEDIA QUERIES-------- */

@media screen and (orientation:portrait) {}

@media screen and (orientation:landscape) {
    .live-cart-scroll {
        height:310px;
    }
    .view-cart-mobile .live-cart-scroll {
        height:140px;
    }
    /*.android select {
        background-image:none !important;
    }*/
 }

// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 46.125em) { 
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
      select,
      textarea,
      input {
        font-size: 1rem;
        background-color: #eee;
      }
    }
    .cookie-notification a.button{
        margin: 1.5rem 0 1.5rem 1rem !important;
    }
    .cart-abandoned-notification a.button {
        margin: .5rem 0 0 1rem !important;
    }
    .inner-wrap > header:not(.secure-header) {
        text-align:center;
        z-index:999;
        height:120px;
        position:static;
    }
    #nav-container {
        height:0;
        border-bottom:none;
    }
    .mobile-header {
        text-align:center;
        z-index:15;
        height:68px;
        margin-top:-80px;
        position:fixed !important;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-backface-visibility:hidden; 
        -webkit-transform: translateZ(0);
        display:none;
    }
    .stick-to-top-mobile {
        display:block;
    }
    .off-canvas-wrap.move-left header, .off-canvas-wrap.move-right header {
        position:static;
    }
    #view-cart:hover .f-dropdown {
        display:none;
    }
    a#view-cart-items:hover i {
        color:#fff !important;
    }
    .mini-menu {
        position:absolute;
        top:-1rem;
        left:0;
        text-align:center;
        display:table;
        padding: .45rem 2.7rem 1.2rem 3.1%;
        cursor:pointer;
    }
    #sticky-menu {
        top:-1rem;
        padding-bottom:1rem;
    }
    .mini-menu span {
        display:table;
        width:2.2rem;
        height:2.2rem;
        background:#176CA5;
        margin:.5rem 0 0;
        position:relative;
    }
    .mini-menu span:after {
        content: "";
        position: absolute;
        left: .6rem;
        top:.5rem;
        display: block;
        height: 0;
        box-shadow: 0 0 0 2px #fff,0 9px 0 2px #fff,0 18px 0 2px #fff;
        width: 1rem;
    }
    .mini-cart {
        position:absolute;
        top:-1rem;
        right:0;
        text-align:right;
        display:table;
        width:5.2rem;
        height:4.4rem;
        display:block;
        padding:.9rem .6rem 0;
        cursor:pointer;
    }
    #sticky-cart {
        top:-1rem;
        height:4.2rem;
    }
    .mini-cart .item-count {
        position:relative;
        top:.3rem;
        font-weight:bold;
    }
    html:not(.ie8) .header-logo {
        margin:0 auto;
        position:relative;
        display:table;
        top:-1rem;
        padding:1rem .3rem;
    }
    .header-logo img {
        width:145px;
        height:33px;
    }
    .inner-wrap > header.stick-to-top-mobile {
        height:70px;
    }
    .stick-to-top-mobile .header-logo {
        margin:0;
    }
    .nav-bar-module {
            border-left:none;
        }
    a#view-cart-items {
        padding-right:0;
    }
    .item-count {
        margin:0;
    }
    .live-cart-scroll .live-cart-table td.live-cart-subtotal {
        padding:.5rem 1.4rem .5rem 0;
    }
    .expanded {
        padding: 1rem 0;
        display:table;
        width:100%;
    }
    .top-bar-section .has-dropdown > .dropdown {
       border-left:solid none;
       -webkit-box-shadow: none;
       -moz-box-shadow: none;
       box-shadow: none; 
    }
    .main-nav{
        margin:74px 0 0;
        height:45px;
        background:#fff !important;
        z-index:40;
    }
    .expanded {
        height:100px;
    }
    .nav-search {
        margin: 0;
        right:none;
        width:94%;
        top:55px;
        left:3%;
    }
    .nav-search input[type="text"] {
        width:100%;
        font-size:16px;
    }
    .nav-bar-right {
        top:-5px;
    }
    .cart-container > #view-cart > a#view-cart-items-small:hover > i {
        color:#fff;
    }
    .live-cart-table td.live-cart-subtotal, .sub-total-table td.live-cart-subtotal {
        color:#000;
        font-weight:bold;
    }
    .sub-total-table tr td:first-child {
        text-align:left;
        padding-left:.8rem;
        text-transform: uppercase;
    }
    #cart-menu ul.off-canvas-list li .estimate-shipping a:not(.button) {
        color:#1978b8;
        margin:0 0 0 .35em;
    }
    .contact-info {
        text-align:center;
    }
    .back-to-top {
        font-size:2em;
        width: 45px;
        height: 45px;
        line-height: 40px;
    }
    .mobile-footer-company-info {
        text-align: center;
        margin-top: 20px;
    }
    .mobile-footer-company-info p {
        margin: 0px;
    }
    .copyright-container {
        padding: 0px;
    }
    .copyright {
        display: block;
        margin: 10px 0;
    }
    html:not(.mobile) .reveal-modal,dialog {
        width: 95.5vw ;
    }
    
} /* max-width 738px, mobile-only styles, use when QAing mobile issues */


// Medium screens
@media only screen and (min-width: 46.129em) and (max-width: 50em) { 
    .nav-search {
        right:34% !important;
    }
    #telephone {
        display:none;
    }
    #telephone-icon {
        display:block;
    }
    #lnkLiveChatStart {
        display:none;
    }
    a#contact-us, .my-account-container > a, a#view-cart-items{
        padding-top:14px;
    }
    .live-chat-container i.icon-phone, #view-cart i.icon-basket-1 {
        font-size:1.7em;
    }
    .maestro a.success {
        margin-left:4%;
    }
    
}/* min-width 739px and max-width 800px */

@media only screen and (min-width: 46.13em) and (max-width: 64em) { 
    .nav-search {
        margin: 0;
        width:26%;
        float:right;
        right:39%;
    }
    .nav-search input[type="text"] {
        width:100%;
    }
    #telephone {
        padding: 13px .9rem 0 0;
        white-space: nowrap;
    }
    .my-account-container > a, a#contact-us {
        padding-top:9px;
    }
    #spnUserMsg, #spnUserName {
        display:none;
    }
    a#contact-us, .my-account-container > a, a#view-cart-items {
        padding:10px 10px;
    }
    #view-cart .f-dropdown:before, #view-cart .f-dropdown:after {
        left:88.5% !important;
    }
    .my-account-container .f-dropdown {
        left:-106px !important;
    }
    .nav-bar-module #dropdown-account:before, .nav-bar-module #dropdown-account:after {
        left:64% !important;
    }
    #view-cart .f-dropdown {
        margin-left:8px;
    }
    .dropdown-wide {
        padding:2.5rem 1.5rem 2.5rem 1rem;
        left:0;
    }
    .ipad .dropdown-wide, .android .dropdown-wide {
        position: absolute;
        z-index: 20;
        top:3rem;
        left:0;
        background: #f8f8f8;
        padding-top:2rem;
    }
    .dropdown-wide ul li {
        font-size:.88em;
    }
    .ipad nav div:not(.dropdown-wide) ul.left > li > a {
        height: 3.2rem;
        z-index:20;
    }
    .dropdown-wide ul li {
        font-size:.82rem;
    }
    .dropdown-wide ul li:not(.view-all) a:not(.button) {
        padding:.15rem 0;
    }
    .dropdown-wide ul li a span {
        display:none;
    }
    #template-nav .large-9 {
        padding-right:1rem;
    }
    #maestro-logo {
        text-align:center;
    }
    #maestro-logo img {
        width:80%;
        margin:0 auto 1rem;
    }
    .maestro p {
        width:80%;
    }
    .maestro a.success {
        margin-left:13%;
    }
    .dropdown-wide .or {
        left:-1.45rem;
        font-size:.85em;
    }
    .dropdown-wide .or span {
        left:-1.15rem;
        height:2.1rem;
        width:2.1rem;
        font-size:.85em;
        text-align:left;
    }
    .nav-overlay {
        border-top:solid 23.5rem #f9f9f9;
    }
    .ipad .nav-overlay {
        border-top:none;
        top:12rem;
    }
    .back-to-top {
        right:2%;
    }

} /* min-width 739px and max-width 1024px, use when QAing tablet-only issues */


// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
    #welcomeUser {
        display:none;
    }
    .dropdown-wide {
        padding:2.5rem 1.5rem;
    }
    .dropdown-wide ul li {
        font-size:.88em;
    }
    .dropdown-wide ul li a span {
        display:none;
    }
    #template-nav .large-9 {
        padding-right:2rem;
    }
    .dropdown-wide .or {
        left:-1.65rem;
    }
    #maestro-logo img {
        width:80%;
        margin:0 auto 1rem;
    }
    .maestro a.button{
        margin: 1.2rem 0 .5rem 18%;
    }
    .dropdown-wide #promises {
        padding-right:1.75rem;
    }
    #help-nav #video img {
        width:95%;
    }
    #view-cart .f-dropdown, .my-account-container .f-dropdown {
        margin-left:0;
    }
    .my-account-container .f-dropdown {
        left:-79px !important;
    }
    .my-account-container > a {
        padding-top:10px;
    }
    .nav-bar-module-short > a {
        padding:11px 20px;
    }

} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* --------WEB ICON SET-------- */
@font-face {
  font-family: 'OL Icons';
  src: url('../fonts/online-labels-icons.eot?21');
  src: url('../fonts/online-labels-icons.eot?21#iefix') format('embedded-opentype'),
       url('../fonts/online-labels-icons.woff2?21') format('woff2'),
       url('../fonts/online-labels-icons.woff?21') format('woff'),
       url('../fonts/online-labels-icons.ttf?21') format('truetype'),
       url('../fonts/online-labels-icons.svg?21#online-labels-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "OL Icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
 
.icon-cc-mastercard:before { content: '\e800';margin-right:8px; }
.icon-cc-visa:before { content: '\e801';margin-right:8px;  }
.icon-cc-amex:before { content: '\e802';margin-right:8px;  }
.icon-cc-discover:before { content: '\e803';margin-right:8px;  }
.icon-building:before { content: '\e804'; }
.icon-minus-circled:before { content: '\e805'; }
.icon-zoom-out:before { content: '\e806'; }
.icon-spin5:before { content: '\e807'; }
.icon-address-book:before { content: '\e808'; }
.icon-list-numbered:before { content: '\e809'; }
.icon-mail:before { content: '\e80a'; }
.icon-play-circled:before { content: '\e80b'; }
.icon-clock:before { content: '\e80c'; }
.icon-brush:before { content: '\e80d'; }
.icon-pin-outline:before { content: '\e80e'; }
.icon-pin:before { content: '\e80f'; }
.icon-fire:before { content: '\e810'; }
.icon-th-list-1:before { content: '\e811'; }
.icon-th:before { content: '\e812'; }
.icon-th-large:before, .icon-th-large-1:before { content: '\e813'; }
.icon-star-circled:before { content: '\e814'; }
.icon-book:before { content: '\e815'; }
.icon-basket-1:before { content: '\e816'; }
.icon-certificate:before { content: '\e817'; }
.icon-certificate-outline:before { content: '\e818'; }
.icon-lightbulb-1:before { content: '\e819'; }
.icon-wrench:before { content: '\e81a'; }
.icon-doc-add:before { content: '\e81b'; }
.icon-menu:before { content: '\e81c'; }
.icon-box:before { content: '\e81d'; }
.icon-truck:before { content: '\e81e'; }
.icon-right-dir:before { content: '\e81f'; }
.icon-left-dir:before { content: '\e820'; }
.icon-up-dir:before { content: '\e821'; }
.icon-scissors:before { content: '\e822'; }
.icon-check:before { content: '\e823'; }
.icon-barcode:before { content: '\e824'; }
.icon-check-empty:before { content: '\e825'; }
.icon-credit-card:before { content: '\e826'; }
.icon-floppy:before { content: '\e827'; }
.icon-magic:before { content: '\e828'; }
.icon-smile:before { content: '\e829'; }
.icon-frown:before { content: '\e82a'; }
.icon-meh:before { content: '\e82b'; }
.icon-facebook:before { content: '\e82c'; }
.icon-gplus:before { content: '\e82d'; }
.icon-pinterest:before { content: '\e82e'; }
.icon-twitter:before { content: '\e82f'; }
.icon-youtube:before { content: '\e830'; }
.icon-newspaper:before { content: '\e831'; }
.icon-block:before { content: '\e832'; }
.icon-zoom-in:before { content: '\e833'; }
.icon-search:before { content: '\e834'; }
.icon-down-dir:before { content: '\e835'; }
.icon-crop:before { content: '\e836'; }
.icon-table:before { content: '\e837'; }
.icon-laptop:before { content: '\e838'; }
.icon-desktop:before { content: '\e839'; }
.icon-award:before { content: '\e83a'; }
.icon-up-big:before { content: '\e83b'; }
.icon-right-big:before { content: '\e83c'; }
.icon-left-big:before { content: '\e83d'; }
.icon-down-big:before { content: '\e83e'; }
.icon-angle-down:before { content: '\e83f'; }
.icon-angle-up:before { content: '\e840'; }
.icon-angle-right:before { content: '\e841'; }
.icon-angle-left:before { content: '\e842'; }
.icon-right-open:before { content: '\e843'; }
.icon-up-open:before { content: '\e844'; }
.icon-left-open:before { content: '\e845'; }
.icon-down-open:before { content: '\e846'; }
.icon-logout:before { content: '\e847'; }
.icon-attention-circled:before { content: '\e848'; }
.icon-calendar-empty:before { content: '\e849'; }
.icon-calendar:before { content: '\e84a'; }
.icon-basket:before { content: '\e84b'; }
.icon-cog:before { content: '\e84c'; }
.icon-doc-inv:before { content: '\e84d'; }
.icon-doc-text:before { content: '\e84e'; }
.icon-docs:before { content: '\e84f'; }
.icon-help-circled:before { content: '\e850'; }
.icon-trash:before { content: '\e851'; }
.icon-login:before { content: '\e852'; }
.icon-chat-empty:before { content: '\e853'; }
.icon-comment-empty:before { content: '\e854'; }
.icon-chat:before { content: '\e855'; }
.icon-comment:before { content: '\e856'; }
.icon-plus-circled:before { content: '\e857'; }
.icon-minus:before { content: '\e858'; }
.icon-minus-circled-1:before { content: '\e859'; }
.icon-doc:before { content: '\e85a'; }
.icon-ok:before { content: '\e85b'; }
.icon-cancel:before { content: '\e85c'; }
.icon-plus:before { content: '\e85d'; }
.icon-cancel-circled:before { content: '\e85e'; }
.icon-print:before { content: '\e85f'; }
.icon-edit:before { content: '\e860'; }
.icon-pencil:before { content: '\e861'; }
.icon-upload:before { content: '\e862'; }
.icon-download:before { content: '\e863'; }
.icon-instagram:before { content: '\e864'; }
.icon-rss-squared:before { content: '\e865'; }
.icon-rss:before { content: '\e866'; }
.icon-eye-off:before { content: '\e867'; }
.icon-phone:before { content: '\e868'; }
.icon-attach:before { content: '\e869'; }
.icon-link-ext:before { content: '\e86a'; }
.icon-thumbs-down-alt:before { content: '\e86b'; }
.icon-thumbs-up-alt:before { content: '\e86c'; }
.icon-thumbs-down:before { content: '\e86d'; }
.icon-thumbs-up:before { content: '\e86e'; }
.icon-flag-empty:before { content: '\e86f'; }
.icon-flag:before { content: '\e870'; }
.icon-tag:before { content: '\e871'; }
.icon-eye:before { content: '\e872'; }
.icon-lock:before { content: '\e873'; }
.icon-lock-open-alt:before { content: '\e874'; }
.icon-info-circled:before { content: '\e875'; }
.icon-ok-circled:before { content: '\e876'; }
.icon-camera:before { content: '\e877'; }
.icon-picture:before { content: '\e878'; }
.icon-videocam:before { content: '\e879'; }
.icon-users:before { content: '\e87a'; }
.icon-male:before { content: '\e87b'; }
.icon-user:before { content: '\e87c'; }
.icon-star-empty:before { content: '\e87d'; }
.icon-star-half-alt:before { content: '\e87e'; }
.icon-star:before { content: '\e87f'; }
.icon-heart-empty:before { content: '\e880'; }
.icon-heart:before { content: '\e881'; }
.icon-mail-alt:before { content: '\e882'; }
.icon-th-list:before { content: '\e883'; }
.icon-cc-paypal:before { content: '\e884'; margin-right:8px; }
.icon-amazon:before { content: '\e885'; }
.icon-gwallet:before { content: '\e886'; }
.icon-check-pay:before { content: '\e887';margin-right:8px;  }
.icon-net30:before { content: '\e888';margin-right:8px;  }
.icon-visa-electron:before { content: '\e889'; margin-right:8px; }
.icon-visa-debit:before { content: '\e88a';margin-right:8px;  }
.icon-net1:before { content: '\e88b';margin-right:8px;  }
.icon-net45:before { content: '\e88c';margin-right:8px;  }
.icon-net60:before { content: '\e88d';margin-right:8px;  }
.icon-file-pdf:before { content: '\e88e'; }
.icon-file-word:before { content: '\e88f'; }
.icon-file-excel:before { content: '\e890'; }
.icon-file-powerpoint:before { content: '\e891'; }
.icon-double-mouse:before { content: '\e892'; }
.icon-rfid:before { content: '\e893';margin-right:8px; }
.icon-roll:before { content: '\e894';margin-right:8px;}
.icon-file-image:before { content: '\e895'; } 
.icon-code:before { content: '\e896'; } 
.icon-chart:before { content: '\e897'; } 
.icon-linkedin-squared:before { content: '\e898'; } 
.icon-bell:before { content: '\f0f3'; }

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
