﻿@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    object-fit: contain;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
dir,
menu,
dd {
    margin-left: 20px;
}

ol {
    list-style-type: decimal;
}

sup {
    font-size: .8em;
}

textarea:focus,
input:focus,
button:focus {
    outline: 0;
}

ul.noList,
ol.noList {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

    ul.noList:before,
    ol.noList:before,
    ul.noList:after,
    ol.noList:after {
        content: "";
        display: none;
    }

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #fff;
}

html,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
    font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder {
    color: #dfdfdf;
}

::-moz-placeholder {
    color: #dfdfdf;
}

:-moz-placeholder {
    color: #dfdfdf;
}

:-ms-input-placeholder {
    color: #dfdfdf;
}

.fatheadSearch form input::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
    text-overflow: ellipsis !important;
}

.fatheadSearch form input::-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
    text-overflow: ellipsis !important;
}

.fatheadSearch form input:-moz-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
    text-overflow: ellipsis !important;
}

.fatheadSearch form input:-ms-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
    text-overflow: ellipsis !important;
}

a,
button {
    color: #005bbb;
}

    a,
    button,
    a span {
        -webkit-transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
        -moz-transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
        -ms-transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
        -o-transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
        transition: color 150ms ease, background 150ms ease, box-shadow 150ms ease;
    }

p {
    display: block;
    line-height: 1.65em;
    margin-bottom: 1em;
    margin-top: 1em;
}

ul {
    margin-left: .25em;
}

    ul li:before {
        content: "\f05a";
        font-family: 'fathead';
        margin-right: .5em;
        font-size: .75em;
        color: #005bbb;
    }

li {
    margin: .25em auto;
    line-height: 1.65em;
}

p,
ul,
ol,
li {
    color: #404040;
}

a,
span {
    letter-spacing: .0075em;
    font-size: 1em;
    line-height: 1.15em;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #303030;
}

h1 {
    font-size: 1.75em;
    font-weight: 500;
    margin: .2em 0;
}

h2 {
    font-size: 1.5em;
    margin: .2em 0;
}

h3 {
    font-size: 1.25em;
    margin: .2em 0;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin: .2em 0;
}

h6 {
    margin: .2em 0;
}

hr {
    background-color: #e0e0e0;
    border: 0;
    display: block;
    height: 1px;
    padding: 0;
    width: 100%;
}

blockquote {
    background: #fff;
    border-left: 3px solid #005bbb;
    color: #555;
    padding: 1em 1em 1em 3em;
    position: relative;
}

    blockquote::before {
        content: "\201C";
        font-family: Georgia, serif;
        font-size: 60px;
        font-weight: bold;
        color: #dedede;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    blockquote a:hover {
        color: #666;
    }

sup,
sub {
    opacity: .66;
    font-weight: 300;
    vertical-align: super;
    font-size: 11px;
    top: 0;
    left: 1px;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

small {
    font-size: .75em;
}

pre,
tt,
code,
kbd,
samp {
    font-family: monospace;
}

pre {
    white-space: pre;
    overflow: hidden;
}

input[type="text"],
input[type="search"],
input[type="email"],
textarea,
select,
input[type="password"] input[type="number"],
input[type="tel"] {
    border-radius: 2px;
    border: solid 1px #bbb;
    line-height: 1.6em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 0 .25em;
    box-sizing: border-box;
}

input[type="text"],
input[type="search"],
input[type="email"],
textarea,
input[type="password"] input[type="number"],
input[type="tel"] {
    min-height: 2.7em;
}

select[disabled],
:disabled,
html input[disabled] {
    background-color: #f0f0f0;
    opacity: .6;
    color: #000;
    text-shadow: 0 1px #fff;
    cursor: not-allowed;
    border-color: #ccc;
}

.hidden-sm {
    display: none !important;
}

.visible-sm-block {
    display: block !important;
}

.visible-sm-inline {
    display: inline !important;
}

.visible-sm-inline-block {
    display: inline-block !important;
}

.fh-button,
button,
input[type="reset"],
input[type="submit"] {
    background-color: #0050ae;
    border-radius: 3px;
    border: 0;
    border-bottom: solid 2px #004a99;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 1.5em;
    padding: .25em .75em;
    text-shadow: none;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.pure-table,
.pure-table tr,
.pure-table td,
.pure-table thead {
    border-color: #e0e0e0;
}

    .pure-table.blue thead {
        background-color: #005bbb;
        color: #fff;
        border-color: #005bbb;
    }

.fh-button:hover {
    background-color: #006bcb;
}

.fh-button i {
    font-size: 1em;
    vertical-align: middle;
}

    .fh-button i.fh-icon-triangle-up,
    .fh-button i.fh-icon-triangle-down,
    .fh-button i.fh-icon-triangle-left,
    .fh-button i.fh-icon-triangle-right {
        font-size: .65em;
        line-height: 1.5em;
        margin-left: .25em;
    }

.fh-button.small {
    padding: .1em .5em 0;
    font-size: 1.2em;
}

    .fh-button.small i {
        font-size: 1em;
        vertical-align: middle;
    }

.fh-button.very.small {
    padding: .2em .4em;
    font-size: .9em;
    border-width: 1px;
}

.fh-button.white {
    background-color: transparent;
    border: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-radius: 3px;
    padding: .25em .5em;
}

    .fh-button.white.small {
        border: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

    .fh-button.white:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.block {
    display: block;
    text-align: center;
    width: 100%;
}

.red,
input[type="reset"] {
    background-color: #cb0b0b !important;
    border-color: #8b0909 !important;
}

    .red:hover {
        background-color: #db1b1b !important;
    }

.green {
    background-color: #74b845 !important;
    border-color: #578e3d !important;
}

    .green:hover {
        background-color: #84c855 !important;
    }

.yellow {
    background-color: #ffa800 !important;
    border-color: #cd8700 !important;
}

    .yellow:hover {
        background-color: #ffb811 !important;
    }

.orange {
    background-color: #e60 !important;
    border-color: #c50 !important;
}

    .orange:hover {
        background-color: #f71 !important;
    }

.darken {
    background-color: #005bbb !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.18) !important;
    border-color: transparent !important;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.18);
}

    .darken:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

.fh-button.none {
    background-color: transparent;
    border-color: transparent;
    border: 0;
}

    .fh-button.none:hover {
        background-color: transparent;
    }

div.product-status.fh-button {
    cursor: default;
    margin-bottom: 8px;
}

    div.product-status.fh-button:hover {
        background-color: #005bbb;
    }

    div.product-status.fh-button.white:hover {
        background-color: transparent;
    }

div.product-status.red:hover {
    background-color: #cb0b0b !important;
}

div.product-status.green:hover {
    background-color: #74b845 !important;
}

div.product-status.yellow:hover {
    background-color: #ffa800 !important;
}

div.product-status.orange:hover {
    background-color: #e60 !important;
}

div.product-status.darken:hover {
    background-color: #005bbb !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.brand-badge {
    max-width: 150px;
    margin-top: 4px;
}

    .brand-badge.studio-f-badge {
        max-width: 100px;
    }

.productInfo .studiof-logo {
    display: none;
}

span.alert {
    display: inline-block;
    margin-right: 3px;
}

.alert {
    background-color: #fff;
    padding: 8px;
    margin: 8px auto;
    border: solid 1px #aaa;
    border-left-width: 4px;
    font-weight: 400;
}

    .alert span {
        display: inline;
        color: #333;
        vertical-align: middle;
    }

    .alert.filled span {
        color: #fff;
    }

    .alert i {
        display: inline-block;
        font-size: 20px;
        margin-right: 5px;
        min-width: 16px;
        padding-bottom: 3px;
        text-align: center;
        vertical-align: middle;
    }

.error {
    border-color: #cb0b0b;
    color: #cb0b0b;
}

.warning {
    border-color: #ffa800;
    color: #ffa800;
}

.info {
    border-color: #005bbb;
    color: #005bbb;
}

.success {
    border-color: #74b845;
    color: #74b845;
}

.alert.borderless {
    border: 0;
}

    .alert.borderless span {
        color: inherit;
    }

.alert.filled i {
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.error.filled {
    background-color: #cb0b0b;
}

.warning.filled {
    background-color: #ffa800;
}

.info.filled {
    background-color: #005bbb;
}

.success.filled {
    background-color: #74b845;
}

.rounded {
    border-radius: 3px;
}

.padded {
    padding: 0 .75em;
}

.box {
    padding: 1em;
}

    .box.fullMobile {
        padding: 0;
    }

.right {
    text-align: right;
}

.center {
    text-align: center !important;
}

.centered {
    margin: 0 auto !important;
    display: block !important;
}

.capitalize {
    text-transform: uppercase;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
}

header {
    background-color: #005bbb;
    position: relative;
    box-shadow: inset 0 10px 0 0 #0050ae;
    z-index: 1;
}

.headerContainer {
    padding: 1em .75em .75em;
    position: relative;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

header i {
    position: relative;
}

    header i.fh-icon-hamburger,
    header i.fh-icon-cart,
    header i.fh-icon-search {
        font-size: 2em;
        cursor: pointer;
    }

.hamburger {
    text-align: center;
}

    .hamburger small {
        display: block;
        letter-spacing: .015em;
        margin-top: -0.25em;
    }

.accountMigrate .fh-icon-account {
    display: none;
}

header a {
    text-decoration: none;
    color: #fff;
}

header .logo {
    text-align: center;
    padding: 0 1em;
}

header .mobileLogo {
    max-width: 300px;
}

header .logo img,
header .logo picture {
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
}

.cartWrapper {
    display: none !important;
}

header .cart {
    position: absolute;
    top: 1.75em;
    text-align: center;
    right: .5em;
}

    header .cart span.cartAmount {
        color: #fff;
        display: none;
        line-height: 1em;
    }

    header .cart.full span.cartAmount {
        background-color: #e60;
        border-radius: 50%;
        bottom: -0.3em;
        display: none;
        font-family: 'Roboto', sans-serif;
        font-size: .4em;
        font-weight: 600;
        height: 1.5em;
        margin: 0;
        min-width: 1.5em;
        padding: .4em .1em .2em 0;
        position: absolute;
        right: -0.8em;
        text-align: center;
    }

    header .cart.full i span.cartAmount {
        display: inline-block;
    }

header input {
    border-radius: .125em;
    border: 0;
    font-weight: 400;
}

.fatheadSearch form {
    position: relative;
}

    .fatheadSearch form input {
        box-shadow: none;
        border: 0;
        color: #444;
        margin-top: .75em;
        padding: 0 2.75em 0 1em;
        width: 100%;
        line-height: 2.778em;
        height: 2.778em;
        min-height: 2.5em;
        font-size: 18px;
    }

    .fatheadSearch form button {
        background-color: transparent;
        position: absolute;
        top: 1.2em;
        right: .125em;
        border: 0;
        color: #004b85;
        font-size: 1em;
        text-shadow: 1px 0 0 #004b85, 0 1px 0 #004b85, 0 -1px 0 #004b85;
    }

#fhSearch:focus ~ button i:before {
    content: "\f2ca";
}

.ui-autocomplete li:before {
    display: none;
}

#fhSearch:focus ~ button {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.fatheadViewport .offCanvas {
    display: none;
}

.fatheadViewport {
    box-shadow: 5px 0 rgba(0, 0, 0, 0.2);
}

.mainNav {
    display: none;
    position: relative;
    z-index: 3;
}

.mobile-nav {
    background-color: #005bbb;
    box-shadow: .25em 0 0 rgba(0, 0, 0, 0.3);
}

    .mobile-nav a {
        display: block;
    }

.offCanvas a {
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.75em;
    margin: .5em 0;
}

.mobile-nav.mm-menu a {
    color: #fff;
    margin-top: 0;
}

    .mobile-nav.mm-menu a span {
        display: block;
        line-height: 1.25em;
    }

    .mobile-nav.mm-menu a em {
        color: #b8d1ec;
        display: block;
        font-size: .75em;
        font-style: normal;
        font-weight: 300;
        letter-spacing: .02em;
        line-height: 1.25em;
    }

        .mobile-nav.mm-menu a em i {
            font-size: .9em;
            margin-right: .125em;
        }

.offCanvas .fullWidth {
    margin: 0 -20px;
    padding: .5em 20px;
}

.offCanvas span.fullWidth {
    line-height: 1em;
}

.offCanvas.cartSummary span.fullWidth {
    text-align: right;
}

.mobile-nav.mm-menu .fullWidth {
    background-color: #004a99;
    position: relative;
}

    .mobile-nav.mm-menu .fullWidth:after {
        top: 100%;
        left: 1.4em;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #004a99;
        border-width: 6px;
    }

.cartSummary .fullWidth {
    background-color: #005bbb;
    font-size: 1.25em;
}

.offCanvas .fullWidth,
.mobile-nav.mm-menu strong,
.mobile-nav.mm-menu strong.fullWidth {
    color: #fff;
    display: block;
    line-height: 1.75em;
    font-weight: 500;
}

    .mobile-nav.mm-menu strong.fullWidth a {
        font-size: 16px;
        margin-bottom: 0;
    }

.mobile-nav.mm-menu strong {
    color: #0a2549;
    font-size: 1em;
    letter-spacing: .015em;
    line-height: 1.25em;
    padding: 1em 0 0;
    text-shadow: 0 1px #116dbe;
    text-transform: uppercase;
}

    .mobile-nav.mm-menu strong i {
        font-size: 1.25em;
        margin-right: .25em;
        position: relative;
        vertical-align: text-top;
    }

    .mobile-nav.mm-menu strong.fullWidth {
        padding: .5em 20px;
        text-shadow: none;
        font-weight: 400;
        margin-bottom: .5em;
    }

#mobile-nav strong.fullWidth.heading {
    margin-bottom: 8px;
}

.offCanvas i.exitPanel {
    color: #fff;
    cursor: pointer;
    font-size: 1.75em;
    position: absolute;
    top: .25em;
    right: .5em;
}

.offCanvas i.fh-icon-arrow-back.exitPanel {
    top: .25em;
    left: .35em;
    right: auto;
}

.offCanvas hr {
    display: block;
    height: 1px;
    border: 0;
    margin: .65em -20px;
    padding: 0;
    width: auto;
}

.mobile-nav.mm-menu hr {
    background-color: #1d6dc2;
    border-top: 1px solid #004a99;
}

.cartSummary hr {
    background-color: #e0e0e0;
}

.offCanvas i.fh-icon-triangle-down {
    font-size: .75em;
    position: relative;
    top: -0.1em;
}

.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
    height: 0;
}

.mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: 0;
}

.mm-title,
.mm-menu .mm-navbar > a {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 2em;
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
    border-color: #fff;
}

.mm-navbar {
    height: 3em;
    margin: .25em;
}

    .mm-navbar .mm-btn {
        height: 2em;
    }

.mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 3.25em;
}

.mobile-nav.mm-menu .subList {
    margin: 0 0 .25em;
}

ul.subList {
    list-style: none;
    padding: 0;
}

.cartButtonWrapper:hover > .cartWrapper > .cartSummary {
    display: block;
}

.cartSummary {
    background-color: #fff;
    color: #333;
    font-weight: 300;
    padding-bottom: 1em;
}

    .cartSummary img {
        border-radius: 3px;
    }

    .cartSummary .itemDetails {
        padding: 0 0 0 .75em;
    }

        .cartSummary .itemDetails a {
            color: #005bbb;
            display: inline-block;
            font-size: 1em;
            font-weight: 500;
            line-height: 1.2em;
            margin-top: 0;
        }

    .cartSummary .price {
        color: #016cff;
        display: block;
        font-size: 1em;
        font-weight: 500;
        line-height: 1.8em;
    }

    .cartSummary .quantity {
        padding: .75em 0 0;
    }

        .cartSummary .quantity .qty {
            color: #aaa;
            font-size: 1.1em;
            margin: 0 .15em;
            vertical-align: text-bottom;
        }

        .cartSummary .quantity input {
            width: 2em;
            border: solid 1px #eee;
            background-color: #f0f0f0;
            color: #333;
            line-height: 1.25em;
            font-size: 1em;
            border-radius: 2px;
            text-align: center;
        }

    .cartSummary .buttonLeft {
        padding-right: .25em;
    }

    .cartSummary .buttonRight {
        padding-left: .25em;
    }

    .cartSummary .subtotal {
        padding-top: .75em;
        font-size: 1.2em;
    }

        .cartSummary .subtotal .right {
            font-weight: 700;
            color: #016cff;
        }

    .cartSummary small {
        display: block;
        color: #555;
    }

    .cartSummary .avail {
        display: block;
        color: #84c855;
        font-weight: 400;
    }

    .cartSummary .last {
        margin-bottom: 1em;
    }

    .cartSummary .fh-icon-heart {
        margin-right: .25em;
        position: relative;
        top: -0.1em;
    }

    .cartSummary a.remove {
        font-size: .9em;
        color: #db1b1b;
        display: block;
    }

    .cartSummary p {
        color: #333;
    }

        .cartSummary p i {
            font-size: .9em;
        }

#rightLinksOriginal {
    display: none;
}

#desktopPromo:not(.checkout-promo),
#mobilePromo {
    border-bottom: 10px solid #0050ae;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.promo {
    background-color: #22203a;
    color: #fff;
    position: relative;
    text-align: center;
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -ms-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
}

    .promo p {
        color: #c0c0c0 !important;
    }

        .promo p strong {
            color: #fff;
        }

    .promo .summary {
        cursor: pointer;
        padding-right: 1.5em;
        position: relative;
        -webkit-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        -ms-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        transition: color 250ms ease;
    }

        .promo .summary p span i {
            display: inline-block;
            font-size: .8em;
            top: 30%;
        }

        .promo .summary p {
            color: #fff;
            font-weight: 400;
            line-height: 1.5em;
            margin: 0;
            padding: .5em;
        }

        .promo .summary strong i {
            font-size: .7em;
            margin-left: .35em;
            text-decoration: none;
            display: inline-block;
        }

    .promo .exit {
        display: block;
        text-align: right;
    }

        .promo .exit i {
            cursor: pointer;
            display: inline-block;
            font-size: 1.25em;
            margin: .5em .75em 0;
            opacity: 0;
            -webkit-transition: color 100ms ease;
            -moz-transition: color 100ms ease;
            -ms-transition: color 100ms ease;
            -o-transition: color 100ms ease;
            transition: color 100ms ease;
        }

            .promo .exit i:active {
                color: #333;
                color: rgba(0, 0, 0, 0.5);
            }

    .promo .more {
        display: none;
    }

.frontPageCarousel .slide {
    display: none;
    overflow: visible;
}

.frontPageCarousel img {
    display: block;
    width: 100%;
    height: auto;
}

.frontPageCarousel .slide.first {
    display: block;
}

.owl-controls {
    text-align: center;
    margin: 1em 0;
}

.owl-pagination {
    display: inline-block;
}

    .owl-pagination .owl-page {
        width: .875em;
        height: .875em;
        border-radius: 100%;
        background-color: transparent;
        border: solid 2px #fff;
        display: inline-block;
        margin: .5em .5em 0;
    }

        .owl-pagination .owl-page.active {
            background-color: #fff;
            border-color: #fff;
        }

.owl-prev,
.owl-next {
    border-radius: 50%;
    color: #005bbb;
    font-family: Arial, sans-serif;
    font-size: 24px;
    height: 30px;
    margin-top: -15px;
    padding: 1px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 30px;
}

.owl-prev {
    left: .5em;
}

.owl-next {
    right: .5em;
}

.owl-item .sliderText {
    visibility: hidden;
}

.owl-item.active .sliderText {
    visibility: visible;
}

a.usa-made {
    position: absolute;
    z-index: 1;
    transition: none;
    background-image: url("//assets.fathead.com/fh15/global/FH-USA-MADE-Ani.png");
    background-position: 0 0;
    background-size: 100%;
    display: block;
    top: 25px;
    right: 1px;
    width: 70px;
    height: 70px;
}

body section .filt-prod-cont ul.products li a span.thePrice {
    max-height: 37px;
}

body section .filt-prod-cont ul.products li span.buttonWrap a.see-options {
    padding: 5px 0 15px 0 !important;
}

@media screen and (min-width:960px) {
    a.usa-made {
        width: 100px;
        height: 100px;
        bottom: -55px;
        left: 50px;
        top: auto;
        right: auto;
    }

        a.usa-made:hover {
            background-position: 0 99px;
        }
}

@media screen and (min-width:64em) {
    a.usa-made {
        width: 140px;
        height: 140px;
        bottom: -75px;
        left: 50px;
    }

        a.usa-made:hover {
            background-position: 0 139px;
        }
}

#frontPageFeature .owl-prev,
#frontPageFeature .owl-next {
    background-color: #fff;
    border-radius: 0;
    color: #005bbb;
    top: 32%;
    margin-top: 0;
    font-size: 3em;
    height: 60px;
    padding: 5px;
    width: 40px;
}

#frontPageFeature .owl-prev {
    left: 0;
    box-shadow: 5px 0 4px -3px rgba(0, 0, 0, 0.5);
}

#frontPageFeature .owl-next {
    right: 0;
    box-shadow: -5px 0 4px -3px rgba(0, 0, 0, 0.5);
}

    #frontPageFeature .owl-prev.disabled,
    #frontPageFeature .owl-next.disabled {
        color: #ccc;
        box-shadow: none;
    }

.grabbing {
    cursor: move;
}

.disclaimer {
    background-color: #f0f0f0;
    padding: .25em 0;
}

    .disclaimer p {
        font-size: .8em;
    }

footer {
    background-color: #005bbb;
    color: #fff;
    border-top: 10px solid #0050ae;
    padding-top: 30px;
}

    footer .fhContainer > div {
        margin-bottom: 1.5em;
    }

    footer .footer-stripe {
        background-color: #0050ae;
    }

    footer div.footer-column-bottom {
        margin-bottom: 0;
    }

    footer .footer-stripe > div,
    .footer-column {
        font-family: 'Roboto Condensed', sans-serif;
    }

    footer div.footer-column-bottom {
        font-size: .875em;
    }

    footer .footer-stripe .footer-column-bottom.box:first-child {
        padding-top: 20px;
        padding-bottom: 0;
    }

    footer .footer-stripe .footer-column-bottom .box {
        padding-top: 0;
        padding-bottom: 0;
    }

#backToTop {
    background-color: #0050ae;
    color: #fff;
    cursor: pointer;
    margin-top: 1.875em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}

    #backToTop i {
        font-size: .8em;
        margin: 1em;
    }

footer h4 {
    color: #fff;
    border-bottom: solid 2px #0050ae;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: .025em;
    margin: 0 0 1em;
    padding-bottom: .25em;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

footer a {
    color: #fff;
    display: block;
}

footer p {
    color: #fff;
    margin-top: .5em;
    margin-bottom: .5em;
}

footer .fh-icon-phone {
    font-size: .75em;
    vertical-align: top;
}

footer address {
    font-style: normal;
    font-size: 1.1em;
    margin: .5em 0 1.5em;
    line-height: 1.5em;
}

footer .social {
    text-align: center;
}

    footer .social .padded {
        padding: 0 1.5em;
    }

    footer .social a {
        width: 62px;
        height: 62px;
        display: inline-block;
        background-image: url(//assets.fathead.com/fh15/img/socialSpriteWhite.png);
        margin-bottom: 1em;
        background-repeat: no-repeat;
        -webkit-transition: all 225ms;
        -o-transition: all 225ms;
        transition: all 225ms;
    }

        footer .social a:hover {
            -webkit-filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        footer .social a.twitter {
            background-position: -65px 0;
        }

        footer .social a.gplus {
            background-position: -130px -64px;
        }

        footer .social a.youtube {
            background-position: -65px -64px;
        }

        footer .social a.instagram {
            background-position: -130px 0;
        }

        footer .social a.pinterest {
            background-position: 0 -64px;
        }

footer .theFacts a {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;
    display: inline-block;
    width: 33%;
    padding-right: 2%;
    vertical-align: top;
}

footer input,
footer input[type="email"] {
    border-radius: 1px;
    border: 2px solid #00499f;
    color: #444;
    display: block;
    font-size: 1em;
    line-height: 1.75em;
    margin: .5em 0;
    padding: 0 1em;
    width: 100%;
}

.footer-column {
    position: relative;
}

    .footer-column a {
        margin-bottom: 1em;
    }

    .footer-column .fh-button {
        border-radius: 1px;
        font-size: 1.25em;
        padding: .5em;
    }

footer .fh-button.white {
    border-width: 2px;
}

.footer-column .fh-button.orange {
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    padding: .5em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #783300;
    margin-bottom: .5em;
}

footer .extraText {
    display: block;
    text-align: center;
    font-size: 16px;
}

.footer-column a.footer-usa-made {
    background-image: url("//assets.fathead.com/fh15/global/FH-USA-MADE-Small.png");
    background-size: 100%;
    width: 80px;
    height: 105px;
    right: 0;
    position: absolute;
}

@media screen and (min-width:64em) {
    .footer-column a.footer-usa-made {
        width: 100px;
        height: 130px;
        right: -20px;
        position: absolute;
    }
}

.quickLinks {
    background-color: #005bbb;
    color: #fff;
    position: relative;
    margin: 1.5em 0;
    padding: .75em 0;
}

    .quickLinks:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 91, 187, 0);
        border-bottom-color: #005bbb;
        border-width: 10px;
        margin-left: -10px;
    }

    .quickLinks.noArrow:before {
        display: none;
    }

    .quickLinks span {
        padding: 0 .5em;
    }

    .quickLinks strong {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .0125em;
        font-size: 1.15em;
        line-height: 2em;
    }

    .quickLinks .fh-button {
        margin: .5em 0;
    }

        .quickLinks .fh-button i {
            font-size: .7em;
            margin: 0 .25em;
        }

    .quickLinks .box {
        padding-top: .25em;
        padding-bottom: .25em;
    }

.fSep {
    margin: 1.75em 0;
    background-color: #dedede;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fSep:after {
        content: url(https://assets.fathead.com/fh15/img/ui/fsep.gif);
        display: inline-block;
        background-color: #fff;
        padding: 0 1em;
        position: absolute;
        left: 50%;
        margin-left: -31px;
        margin-top: -13px;
    }

.b2bCarousel {
    position: relative;
}

    .b2bCarousel:after {
        top: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 1em;
        margin-left: -1em;
    }

    .b2bCarousel .slide {
        display: none;
    }

        .b2bCarousel .slide.first {
            display: block;
        }

        .b2bCarousel .slide img {
            width: 100%;
            display: inline-block;
        }

.banner {
    padding: 2em 0;
}

    .banner img.right {
        float: right;
    }

.socialShare a {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-image: url(https://assets.fathead.com/fh15/img/socialSpriteShare.jpg);
    background-repeat: no-repeat;
    -webkit-transition: all 50ms;
    -o-transition: all 50ms;
    transition: all 50ms;
}

    .socialShare a:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .socialShare a.facebook {
        background-position: 0 0;
    }

    .socialShare a.twitter {
        background-position: -42px 0;
    }

    .socialShare a.gplus {
        background-position: -85px 0;
    }

    .socialShare a.pinterest {
        background-position: -128px -0;
    }

    .socialShare a.email {
        background-position: -170px -0;
    }

.homeCopy {
    margin-top: .5em;
}

    .homeCopy h1 {
        margin: 0;
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .homeCopy h2 {
        font-size: 1em;
        font-weight: 500;
    }

img.fathead-f {
    padding: .5em .5em .75em 0;
    float: right;
}

.widget {
    margin-bottom: 1.5em;
}

    .widget .image {
        display: block;
        margin-bottom: .75em;
        position: relative;
    }

        .widget .image img,
        .widget .box > img {
            display: block;
            width: 100%;
            border-radius: 0;
        }

    .widget .overlay {
        display: none;
    }

    .widget .image .triangle {
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 0 1em 1em 1em;
        bottom: 0;
        height: 0;
        left: 50%;
        position: absolute;
        margin-left: -0.5em;
        width: 0;
    }

h1.title {
    margin: 0;
}

.title {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #005bbb;
    display: block;
}

.b2b .proLogo {
    margin: 0 auto 1.5em;
    display: block;
    width: 250px;
    max-width: 100%;
}

.widget p,
.b2b p,
.banner p {
    margin: .25em 0;
}

.widget span {
    text-align: center;
    display: block;
}

.widget p a,
.b2b p a,
.banner p a {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: .33em;
}

    .widget p a i,
    .b2b p a i,
    .banner p a i {
        font-size: .75em;
    }

.widget.b2b .padded {
    padding: 0 .9em .9em;
}

.b2b .fh-button {
    position: relative;
    font-size: 1em;
    text-align: left;
    margin: 1em auto 1em;
    width: 80%;
}

    .b2b .fh-button .left {
        display: inline-block;
        margin: .25em 0;
        padding-left: .25em;
        width: 80%;
    }

    .b2b .fh-button p {
        color: #fff;
        font-size: 1.25em;
        margin: 0;
        text-align: left;
    }

    .b2b .fh-button .right {
        float: right;
        height: 64px;
    }

.b2b .whiteArrow {
    display: inline-block;
    font-size: 1.65em;
    height: 1.65em;
    line-height: 1.65em;
    text-align: center;
    width: 1.65em;
    position: relative;
    top: 22%;
}

    .b2b .whiteArrow i {
        font-size: 1em;
        margin-left: 0;
    }

.b2b .box {
    padding: 0 0 1.5em;
}

.copyBox {
    padding: .75em;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
}

.productSlice {
    padding: .75em 0;
}

.sliceTitle {
    margin-bottom: 2em;
}

    .sliceTitle a span {
        display: block;
        line-height: 1.25em;
        color: #0050ae;
        font-weight: 700;
        font-size: 1.75em;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .sliceTitle .fh-button {
        margin: .25em 0;
        font-size: 1.25em;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .sliceTitle em {
        color: #666;
        display: block;
        font-size: 1.125em;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25em;
    }

.centerTitle .sliceTitle em {
    display: none;
}

.sliceTitle a em:after {
    content: "\f05a";
    font-family: fathead;
    margin-left: 8px;
    font-size: .7em;
}

.sliceTitle .titleContainer {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

div.product-status.fh-button:hover {
    background-color: inherit;
}

.blueArrow,
.sliceTitle a span.blueArrow {
    border-radius: 50%;
    color: #005bbb;
    display: inline-block;
    float: right;
    font-size: 1.65em;
    height: 1.65em;
    line-height: 1.65em;
    text-align: center;
    width: 1.65em;
    position: relative;
}

    .blueArrow i {
        position: absolute;
        left: 42%;
        top: 20%;
    }

.product a.rating {
    line-height: 1em;
    display: inline-block;
}

.rating i {
    color: #ffa801;
    font-size: 1.1em;
    margin-right: .15em;
}

.rating span {
    color: #016cff;
    font-weight: 400;
    line-height: 1.4em;
    font-size: .75em;
    vertical-align: text-top;
}

.product {
    padding-bottom: 1.75em;
}

    .product.vertical {
        padding: 0 1.5em 2em 0;
    }

    .product > div {
        position: relative;
    }

    .product img {
        border-radius: 3px;
        width: 100%;
    }

    .product .colorsAvailable {
        display: inline-block;
        padding-top: .2em;
        padding-bottom: .5em;
    }

        .product .colorsAvailable img {
            width: 1em;
            height: 1em;
        }

        .product .colorsAvailable span {
            font-size: 14px;
            vertical-align: text-top;
            color: #444;
            font-weight: 300;
        }

    .product .status {
        background-color: #005bbb;
        border-bottom: solid 2px #004a99;
        border-radius: 3px;
        bottom: -0.15em;
        color: #fff;
        font-size: .9em;
        padding: .25em;
        position: absolute;
        right: -0.15em;
    }

        .product .status.circle {
            border-radius: 50%;
            height: 3em;
            line-height: .85em;
            padding: .7em 0;
            text-align: center;
            width: 3em;
        }

    .product > div > div {
        position: relative;
    }

    .product .status.bottomLeft {
        left: -0.15em;
        right: auto;
    }

    .product .status.topRight {
        top: -0.15em;
        bottom: auto;
    }

    .product .status.topLeft {
        left: -0.15em;
        top: -0.15em;
        right: auto;
        bottom: auto;
    }

    .product .fh-button.small.orange.block {
        margin-top: .5em;
        padding: .5em .4em .4em !important;
    }

.productInfo.productRight {
    padding-left: .75em;
    padding-right: .5em;
}

.productInfo.productBottom {
    padding-top: .5em;
}

.productInfo a {
    color: #005bbb;
    display: block;
    font-size: 1em;
    font-weight: 500;
}

.productInfo .dimensions {
    padding: .25em 0 .5em;
    display: block;
    font-size: .9em;
}

.productInfo .price,
#product-right .price {
    color: #016cff;
    font-size: 1.1em;
    font-weight: 500;
}

.productInfo .fh-button {
    margin: .25em .1em .25em 0;
    color: #fff;
}

.productInfo .price.sale,
#product-right .price.sale {
    color: #db1b1b;
}

    .productInfo .price.sale s,
    #product-right .price.sale s {
        color: #aaa;
    }

.sliceSep {
    display: none;
}

.product.vertical {
    padding: 0 0 2em 0;
}

ul.subList li {
    margin: 0;
    vertical-align: middle;
}

    ul.subList li:before {
        display: none;
        content: "";
    }

.fatheadNationWidget {
    color: #333;
    text-align: center;
}

    .fatheadNationWidget p {
        font-size: .8em;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

    .fatheadNationWidget strong {
        text-transform: uppercase;
        margin-bottom: .25em;
        display: block;
    }

        .fatheadNationWidget strong.moneyOff {
            color: #005bbb;
            font-size: 4em;
            font-weight: 500;
            margin-bottom: 0;
            text-shadow: 1px 1px #fff, 3px 3px #dedede;
        }

    .fatheadNationWidget span:before,
    .fatheadNationWidget span:after {
        content: "";
        width: 35%;
        height: 5px;
        border-top: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        display: inline-block;
        vertical-align: middle;
    }

    .fatheadNationWidget span {
        width: 100%;
        font-size: 2em;
    }

        .fatheadNationWidget span:before {
            margin-right: .5em;
        }

        .fatheadNationWidget span:after {
            margin-left: .5em;
        }

    .fatheadNationWidget ul {
        margin-left: 10px;
        margin-bottom: 1em;
        text-align: left;
    }

    .fatheadNationWidget li:before {
        content: "\f05a";
        font-family: 'fathead';
        margin-right: .5em;
        font-size: .8em;
        color: #071b35;
        text-shadow: 0 1px #116dbe;
    }

.widget.fanGallery span {
    height: 100%;
    width: 100%;
    background-image: url("https://assets.fathead.com/fh15/img/filler/fanGalleryBG.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 25%;
}

.widget.fanGallery .fh-button {
    position: absolute;
    display: inline-block;
    top: 50%;
    min-width: 175px;
    box-shadow: 0 0 15px #000;
    margin-left: -88px;
    margin-top: -15px;
}

.landingHeader .fh-button {
    margin: 1em 0 0;
    width: 85%;
}

.landingHeader p {
    display: none;
}

.landingHeader h1 {
    margin-bottom: .75em;
}

.pageNav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #005bbb;
    z-index: 100;
    padding: 1em;
}

    .pageNav h2,
    .pageNav a {
        color: #fff;
    }

    .pageNav ul {
        margin: 0;
    }

    .pageNav li:before {
        content: "";
        display: none;
    }

    .pageNav a {
        display: block;
        font-size: 1.25em;
        line-height: 2em;
        margin-top: 0;
    }

.landingHeader .fh-icon-hamburger {
    font-size: 32px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.landingHeader .fh-button,
.catalogSortProducts .fh-button {
    margin-top: .25em;
}

.catalogOption strong {
    padding-left: 10px;
}

.itemsShown {
    font-size: .875em;
    margin-bottom: 1.25em !important;
    margin-top: .6em;
    padding-left: 10px;
}

@media screen and (min-width:960px) {
    .catalogOption {
        padding-right: 1em;
        padding-left: 18px;
    }

    .sortBy + .catalogOption {
        text-align: right;
    }

    .catalogOption strong {
        padding-left: 0;
    }

    .itemsShown {
        padding-left: 18px;
    }
}

.catalogSortProducts > .padded:nth-of-type(1) {
    padding-left: 0;
}

.catalogSortProducts > .padded:nth-of-type(2) {
    padding-right: 0;
}

@media screen and (min-width:48em) {
    .catalogSortProducts > .padded:nth-of-type(1) {
        padding-left: .25em;
        padding-right: 1em;
    }

    .catalogSortProducts > .padded:nth-of-type(2) {
        padding-left: 10px;
        padding-right: .25em;
    }
}

@media screen and (min-width:961px) {
    .catalogSortProducts > .padded:nth-of-type(2) {
        padding-left: 18px;
    }
}

.exitPageNav {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.75em;
    position: absolute;
    right: .5em;
    text-align: right;
    top: -4px;
    padding: .75em;
}

.pageNav.open {
    display: block;
    overflow-y: auto;
}

.pageNav strong {
    display: block;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: .0125em;
    color: #fff;
    font-size: 1.25em;
    margin-top: 1em;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #004a99;
    padding: .5em 1em;
}

    .pageNav strong i {
        font-size: .8em;
    }

.pageNav em {
    display: block;
    font-size: .8em;
    opacity: .8;
    color: #fff;
}

.title.filled {
    background-color: #004a99;
    color: #fff;
    padding: .5em;
    position: relative;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    margin-bottom: .5em;
}

    .title.filled:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #004a99;
        border-width: 10px;
        margin-left: -5px;
    }

    .title.filled.black {
        background-color: #333;
    }

        .title.filled.black:after {
            border-top-color: #333;
        }

    .title.filled.orange {
        background-color: #e60;
    }

        .title.filled.orange:after {
            border-top-color: #e60;
        }

    .title.filled.green {
        background-color: #74b845;
    }

        .title.filled.green:after {
            border-top-color: #74b845;
        }

    .title.filled.purple {
        background-color: #60a;
    }

        .title.filled.purple:after {
            border-top-color: #60a;
        }

    .title.filled.grey {
        background-color: #222;
    }

        .title.filled.grey:after {
            border-top-color: #222;
        }

ul#sayt-menu li:before {
    display: none;
}

.mobile-nav li.dropdown.shop > a {
    background-color: #e60;
    padding: .25em .5em;
    margin-left: -0.5em;
    margin-right: -0.5em;
    border-radius: 3px;
    display: inline-block;
    margin-top: 1em;
}

.ui-widget-content .fhContainer a {
    color: #016cff;
    font-weight: 700;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    margin-left: 1em;
    padding-bottom: 0;
    padding-top: .75em;
}

    .breadcrumb li:before {
        content: "";
        display: none;
    }

    .breadcrumb li a {
        font-size: 14px;
    }

    .breadcrumb li {
        float: left;
        margin-right: .3em;
        color: #999;
        font-size: 18px;
    }

#desktop-thumbs {
    padding-left: 0;
}

.productInfo.topInfo {
    padding-top: 0 !important;
}

@media screen and (min-width:26.250em) {
    footer .theFacts a {
        font-size: 1.125em;
        line-height: 1.5em;
        width: 39%;
    }
}

@media screen and (max-width:35.5em) {
    #s7container_fullScreenButton {
        display: none;
    }
}

@media screen and (min-width:48em) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .fh-button.big {
        border-width: 3px;
        font-size: 2.15em;
        padding: .33em .8em;
    }

    .box.fullMobile {
        padding: 1em;
    }

    header .logo img,
    header .logo picture {
        max-width: 250px;
    }

    .widget .image img,
    .widget .box > img {
        border-radius: 3px;
    }

    .homeCopy {
        width: 650px;
        margin: 0 auto;
    }

    .widget {
        margin-bottom: 0;
    }

        .widget .padded {
            padding: .25em 0;
        }

    .fpCopy {
        padding: .75em .25em;
    }

    #frontPageFeature .owl-prev,
    #frontPageFeature .owl-next {
        top: 29%;
    }

    .disclaimer {
        padding: .75em 0;
    }

    .b2bCarousel:after {
        display: none;
    }

    .b2bCarousel .slide img {
        border-radius: 3px;
    }

    .b2b .fh-button {
        border-radius: 3px;
        width: 100%;
    }

    .b2b .padded {
        padding: 0;
    }

    .b2b .fh-button p {
        font-size: 1em;
        font-weight: 500;
    }

    .b2b .fh-button .right {
        height: 52px;
    }

    .b2b .fh-button .whiteArrow {
        font-size: 1.25em;
    }

    .b2b .box {
        padding: 1em;
    }

    .widget.fanGallery span {
        padding: 15%;
    }

    .pageNav.open .container {
        max-width: 500px;
        margin: auto;
    }

    .quickLinks span {
        padding: 0 .25em;
    }

    .quickLinks .fh-button {
        margin: 0;
    }

    .product.vertical {
        padding: 0 .75em 2em;
    }

    .title.filled {
        border-radius: 3px;
    }

    .centerTitle .sliceTitle a span {
        display: inline-block;
        margin: .25em 0;
    }

    .centerTitle .sliceTitle {
        text-align: center;
    }

    .sliceSep {
        display: block;
        padding: 0;
        border: 0;
        border-top: 1px solid #dedede;
        position: relative;
        top: 1.66em;
        z-index: -1;
    }

    .centerTitle .sliceTitle em {
        display: block;
        padding: .5em 0;
    }

    .sliceTitle .fh-button {
        margin: .25em .5em;
        font-size: 1.5em;
    }

    .sliceTitle .titleContainer {
        display: inline-block;
        background-color: #fff;
        padding: 0 .75em;
        width: auto;
    }

    .landingHeader h1,
    .landingHeader h1 ~ p {
        padding-left: 10px;
    }
}

@media screen and (min-width:60.0625em) {
    .hidden-961 {
        display: none !important;
    }

    .visible-961-block {
        display: block !important;
    }

    .visible-961-inline {
        display: inline !important;
    }

    .visible-961-inline-block {
        display: inline-block !important;
    }

    .fatheadSearch::-webkit-input-placeholder,
    .fatheadSearch:-moz-placeholder,
    .fatheadSearch::-ms-input-placeholder,
    .fatheadSearch[placeholder] {
        display: block;
    }

    p {
        font-size: .875em;
    }

    .headerContainer {
        padding: 0;
        box-shadow: none;
    }

    .headerBottom {
        background-color: #e66300;
        box-shadow: inset 0 3px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1);
        display: table;
        width: 100%;
    }

    .frontPageCarousel:before {
        content: "";
        height: 15px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    }

    .mobile-nav {
        display: none !important;
    }

    .offCanvas {
        display: none;
    }

    #desktopPromo {
        -webkit-animation-name: promoDrop;
        animation-name: promoDrop;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }

    header {
        padding: 0;
        z-index: 1;
        font-size: .9em;
    }

        header .hamburger {
            display: none;
        }

    .fatheadSearch {
        padding-bottom: 1.625em;
    }

        .fatheadSearch form {
            position: relative;
        }

            .fatheadSearch form input {
                margin-top: 0;
                line-height: 2em;
                height: 2.25em;
                min-height: 2.25em;
            }

            .fatheadSearch form button {
                top: .5em;
            }

    header .cart {
        position: static;
        top: 0;
        right: 0;
        margin-left: 1em;
    }

    #desktop-cart {
        background-color: transparent;
        border-radius: 2px;
        padding: .55em;
        position: relative;
        vertical-align: top;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        #desktop-cart:hover {
            color: #fff;
            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
            transform: translateY(-2px);
        }

    .fhContainer {
        max-width: 1280px;
        margin: 0 auto;
    }

        .fhContainer.main {
            padding-top: .75em;
        }

        .fhContainer.w1280 {
            width: 98%;
        }

    .headerBottom .fhContainer.w1280 {
        width: 100%;
    }

    .headerBottom .mainNav {
        margin: auto;
        display: block;
    }

    .mainNav {
        display: inline-block;
    }

    .secondaryMenu {
        position: relative;
        padding: .25em .25em .25em 12em;
        font-size: .9em;
        margin-left: -2em;
    }

        .secondaryMenu a {
            color: #fff;
        }

        .secondaryMenu ul {
            margin-top: .66em;
            display: inline;
        }

    .mainNav a.fh-button {
        color: #fff;
    }

    .mainNav strong.fullWidth {
        display: block;
        font-weight: 700;
        letter-spacing: .05em;
        line-height: 2em;
        padding: 0 .4em;
        position: relative;
        text-transform: uppercase;
        color: #222;
        font-size: 16px;
    }

        .mainNav strong.fullWidth,
        .mainNav strong.fullWidth a {
            color: #1e4cb0;
        }

            .mainNav strong.fullWidth a {
                display: block;
                padding: .5em 0;
            }

            .mainNav strong.fullWidth:after,
            .mainNav strong.fullWidth:before {
                top: 100%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

    .mainNav .dropdown > .Panel ul li > a {
        color: #333;
        display: block;
        padding: .33em;
        transition: none;
        font-size: 14px;
    }

    ul.subList li {
        display: inline-block;
    }

        ul.subList li.hidden-961 {
            display: none;
        }

    .mainNav div.Panel {
        display: none;
        position: absolute;
        z-index: 3;
        background-color: #fafafa;
        height: auto !important;
    }

        .mainNav div.Panel a.fh-button.block.orange {
            font-family: 'Roboto Condensed', sans-serif;
            width: calc(100% - 1em);
            margin: .5em auto;
            font-size: 1.125em;
        }

    .mainNav > div > ul > li > div > ul > li > div {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        min-width: 225px;
    }

    .mainNav .fourColumn {
        min-width: 950px;
    }

    .mainNav .threeColumn {
        min-width: 650px;
    }

    .mainNav .twoColumn {
        min-width: 500px;
    }

    .mainNav #artdecor,
    .mainNav #more,
    .mainNav #entertainment {
        right: 0;
    }

    .mainNav .topLevel > li > a.onSale:hover,
    .mainNav .dropdown.open > a.onSale {
        text-shadow: none;
        box-shadow: none;
    }

    .mainNav .topLevel > li > a.custom:hover,
    .mainNav .topLevel > li.dropdown.open > a.custom {
        background: #fff;
        color: #e66300;
        box-shadow: inset 4px 0 #e60, inset 0 3px rgba(0, 0, 0, 0.15);
    }

    .mainNav .topLevel > li > a.custom {
        background: #f59900;
        background: -moz-linear-gradient(top, #f59900 0, #f26700 100%);
        background: -webkit-linear-gradient(top, #f59900 0, #f26700 100%);
        background: linear-gradient(to bottom, #f59900 0, #f26700 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f59900', endColorstr='#f26700', GradientType=0);
        padding: 10px 30px 13px 16px;
        line-height: 1em;
        box-shadow: inset 0 3px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.1);
        position: relative;
    }

        .mainNav .topLevel > li > a.custom span {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

        .mainNav .topLevel > li > a.custom:hover em:after,
        .mainNav .topLevel > li.dropdown.open > a.custom em:after {
            right: 16px;
            top: 30%;
            text-shadow: -2px 0 0 rgba(255, 255, 255, 0.25);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .customPanel {
        width: 100%;
    }

    header .promo .more {
        background: 0;
        color: #fff;
        max-width: 450px;
        margin: 0 auto;
    }

    .mainNav .topLevel > li > a.onSale:hover,
    .mainNav .dropdown.open > a.onSale {
        background-color: #dd0d0d;
        color: #fff;
        position: relative;
    }

    .mainNav .onSale:hover:after,
    .mainNav .topLevel > li.open > a.onSale:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(221, 13, 13, 0);
        border-top-color: #dd0d0d;
        border-width: 8px;
        margin-left: -8px;
        z-index: 10;
    }

    .mainNav .dropdown > div.onSalePanel {
        width: 350px;
        padding: 0;
        right: 0;
        border: 0;
    }

        .mainNav .dropdown > div.onSalePanel a {
            padding: 2em;
            color: #dd0d0d;
            display: block;
            text-align: center;
            font-weight: 600;
        }

        .mainNav .dropdown > div.onSalePanel .saleBottom {
            padding: .25em;
            text-align: left;
            background-color: #dd0d0d;
            border: solid 1px #e0e0e0;
            color: #fff;
        }

            .mainNav .dropdown > div.onSalePanel .saleBottom p {
                color: #fff;
                font-weight: 400;
                margin: .25em;
                line-height: 1.1em;
            }

    .mainNav .saleBottom strong {
        color: #fff;
        display: block;
    }

    .mainNav #soccer {
        right: 18%;
    }

    .mainNav > div > ul > li > div > ul > li > div > ul.subList {
        display: block;
        position: relative;
        padding: 0 .5em;
    }

    .mainNav ul.subList ul.subList ul.subList li a {
        display: block;
        font-weight: 300;
        padding: .3em 1.25em .3em .3em;
        border: solid 1px transparent;
    }

        .mainNav ul.subList ul.subList ul.subList li a:hover {
            border: solid 1px #fff;
            border-radius: 3px;
            position: relative;
        }

        .mainNav ul.subList ul.subList ul.subList li a:after {
            content: "\f05a";
            font-family: fathead;
            position: absolute;
            right: 10px;
            top: 20%;
            display: none;
        }

        .mainNav ul.subList ul.subList ul.subList li a:hover:after {
            display: block;
        }

    .mainNav ul.subList ul.subList ul.subList li .fullWidth a {
        font-weight: 500;
    }

        .mainNav ul.subList ul.subList ul.subList li .fullWidth a:hover {
            border: solid 1px transparent;
        }

    .mainNav .dropdown > div > ul > li > div.fourColumn > ul {
        display: inline-block;
        vertical-align: top;
    }

    .mainNav .dropdown > div > ul > li > div.threeColumn > ul {
        display: inline-block;
        vertical-align: top;
    }

    .mainNav .dropdown > div > ul > li > div.twoColumn > ul {
        display: inline-block;
        vertical-align: top;
    }

        .mainNav .dropdown > div > ul > li > div.fourColumn > ul > li,
        .mainNav .dropdown > div > ul > li > div.threeColumn > ul > li,
        .mainNav .dropdown > div > ul > li > div.twoColumn > ul > li {
            display: block;
        }

    .mainNav > div > ul > li > div > ul > li a.hover ~ div {
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
        display: inherit;
        background-color: #004a99;
        padding: .5em;
        z-index: 500;
    }

    .mainNav .mobileOnly {
        display: none !important;
    }

    .mainNav hr {
        display: none;
    }

    .mainNav .subList hr {
        display: block;
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 -1px rgba(0, 0, 0, 0.2);
        margin-top: 1em;
    }

    .mainNav .subList {
        display: inline-block;
        margin: 0;
        float: left;
    }

    #coupon-codes-link {
        vertical-align: top;
    }

        #coupon-codes-link a {
            padding: 20px 16px 21px;
        }

    .mainNav .topLevel > li > a {
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        padding: 15px 14px 20px 16px;
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
    }

    .mainNav .topLevel > li.custom-fathead + li > a {
        padding-left: 20px;
    }

    .mainNav .Panel a {
        color: #333;
    }

        .mainNav .Panel a.fh-button {
            color: #fff;
        }

    .mainNav .topLevel > li > a:hover {
        background-color: #fafafa;
    }

    .mainNav .topLevel > li > a em {
        display: block;
        font-size: 12px;
        font-style: normal;
        color: #7f3e0e;
        font-weight: bold;
        margin-top: -3px;
        letter-spacing: .14em;
        text-shadow: none;
    }

        .mainNav .topLevel > li > a em:after {
            content: "\203A";
            position: absolute;
            top: 36%;
            right: 10px;
            font-size: 32px;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            text-shadow: 2px 0 0 rgba(255, 255, 255, 0.25);
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

    .mainNav .topLevel.section2 > li > a {
        text-align: center;
        padding: 14px 14px 13px;
        box-shadow: inset 0 -3px #f0f0f0;
    }

        .mainNav .topLevel.section2 > li > a:hover {
            box-shadow: inset 0 -3px #005bbb;
        }

    .mainNav .topLevel > li > a > i,
    #other-main-nav-links a i {
        font-size: .75em;
        line-height: 1em;
        margin-left: .25em;
        color: #e60;
    }

    .mainNav .fh-button.block {
        margin-bottom: .5em;
    }

    .mainNav .fh-button strong,
    .mainNav .fh-button em {
        color: #fff;
        opacity: 1;
    }

    .mainNav .dropdown > a {
        text-shadow: 0 1px #af5400;
    }

    .mainNav .dropdown.open > a,
    .mainNav .dropdown.open {
        box-shadow: inset 4px 0 #e66300, inset 0 3px rgba(0, 0, 0, 0.15);
        text-shadow: none;
    }

    .mainNav .topLevel li.dropdown.open {
        box-shadow: inset -4px 0 #e66300;
    }

    .mainNav .dropdown > ul li {
        display: block;
        padding: 1em;
    }

    .mainNav .dropdown.open,
    .mainNav .dropdown.open > a,
    .mainNav .dropdown.open > a:hover {
        color: #e66300;
        background-color: #fafafa;
        -webkit-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        -moz-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        ;
        -ms-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        ;
        -o-transition: background 100ms ease-in-out, color 100ms ease-in-out;
        ;
        transition: background 100ms ease-in-out, color 100ms ease-in-out;
        ;
    }

    .mainNav .dropdown > div > ul > li {
        margin-left: 4px;
    }

        .mainNav .dropdown > div > ul > li a {
            padding: .5em 0;
        }

    .mainNav .dropdown > .Panel > ul > li.hover > a {
        color: #fff;
    }

    .mainNav .topLevel > li.shop > a {
        background-color: #005bbb;
        padding: .75em;
        color: #fff;
        border-radius: 3px;
    }

        .mainNav .topLevel > li.shop > a i {
            color: #fff;
        }

    .mainNav .topLevel > li.shop.open > a {
        background-color: transparent;
        color: #333;
        border-radius: 0;
    }

        .mainNav .topLevel > li.shop.open > a > i {
            color: #e60;
        }

    li.dropdown > .Panel ul > li a:hover {
        background-color: #e9e9e9;
    }

    .categories > ul > li > a i.fh-icon-triangle-right {
        float: right;
        font-size: .8em;
        position: relative;
        top: 2px;
        right: -8px;
    }

    .categories > ul > li a:hover {
        background-color: #e9e9e9;
        color: #333;
    }

    .categories li:hover a {
        color: #333;
    }

    li.dropdown > .Panel.categories > ul > li.hover {
        background-color: #004a99;
    }

    .categories li.hover a {
        color: #f4f9ff;
    }

    .mainNav .dropdown > div > ul > li:hover > a {
        color: #333;
    }

    .mainNav .dropdown > div ul li {
        display: block;
        line-height: 1.33em;
    }

    .mainNav .dropdown > div > ul li.hidden-961 {
        display: none;
    }

    .mainNav .dropdown > div > ul li.relative {
        position: relative;
    }

        .mainNav .dropdown > div > ul li.relative.middle > div {
            top: 50%;
            margin-top: -10em;
        }

        .mainNav .dropdown > div > ul li.relative.bottom > div {
            bottom: 0;
            top: inherit;
        }

    .mainNav .dropdown > div {
        box-shadow: .2em .2em .2em rgba(0, 0, 0, 0.2);
        padding: .5em;
        border: solid 4px #e60;
        border-top: 0;
    }

    .mainNav .dropdown em {
        display: block;
        font-size: .9em;
        font-style: normal;
        font-weight: 400;
        opacity: .75;
    }

    .mainNav .section2 li {
        border-right: solid 1px #e0e0e0;
    }

    .mainNav .section2 {
        box-shadow: inset 0 -3px #f0f0f0;
        border-left: solid 1px #e0e0e0;
        margin-left: -3px;
    }

    #product-types-dropdown {
        border-left: solid 1px #e0e0e0;
        margin-left: 25px;
    }

    .mainNav li.dropdown.shop {
        border-right: 0;
    }

    .mainNav > div > ul {
        vertical-align: top;
    }

    .fatheadSearch {
        margin: 0;
    }

    #frontPageFeature .owl-prev,
    #frontPageFeature .owl-next {
        top: 18%;
    }

    html.mm-right.mm-opening .mm-slideout {
        transform: translate(0, 0);
    }

    html.mm-opened {
        overflow: auto;
    }

    .cartWrapper {
        display: block !important;
    }

    .cartSummary {
        border-radius: 0;
        box-shadow: 0 .25em .5em rgba(0, 0, 0, 0.2);
        padding: 0 1em .75em;
        position: absolute;
        font-size: 15px;
        right: -2em;
        text-align: left;
        top: calc(100% - 1em);
        width: 300px;
        z-index: 15;
        border: solid 4px #005bbb;
    }

        .cartSummary .last {
            margin-bottom: .75em;
        }

    .offCanvas .fullWidth {
        background-color: #005bbb;
        padding: 12px;
        margin: 0 -16px;
        font-size: 1.15em;
        border-top-right-radius: 0;
    }

    .offCanvas hr {
        margin: .65em -12px;
    }

    .offCanvas.cartSummary span.fullWidth {
        text-align: left;
    }

    .cartSummary .quantity input {
        width: 3.5em;
    }

        .cartSummary .quantity input[type=number]::-webkit-inner-spin-button,
        .cartSummary .quantity input[type=number]::-webkit-outer-spin-button {
            opacity: 1;
        }

    .qty.fh-icon-move-vertical {
        display: none;
    }

    header .cart.full span.cartAmount {
        display: inline-block;
    }

    .dropdown.custom-fathead .fh-button {
        border-radius: 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        padding: .35em .25em;
    }

        .dropdown.custom-fathead .fh-button + a {
            font-size: .875em;
        }

    footer .theFacts a,
    footer address,
    footer h4 {
        font-size: 16px;
    }

    footer .theFacts a {
        display: inline-block;
        width: 100%;
    }

    .accountOriginal {
        position: absolute;
        top: 0;
        right: 5%;
        display: block;
        cursor: pointer;
        text-align: center;
        padding: .75em;
        z-index: 3;
    }

        .accountOriginal > div.Panel {
            background-color: #fff;
            border: solid 1px #005bbb;
            box-shadow: .2em .2em .2em rgba(0, 0, 0, 0.2);
            display: none;
            margin-top: .9em;
            position: absolute;
            right: -2em;
            text-align: left;
            top: 100%;
            z-index: 5;
        }

            .accountOriginal > div.Panel:after,
            .accountOriginal > div.Panel:before {
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .accountOriginal > div.Panel:after {
                border-color: transparent;
                border-bottom-color: #fff;
                border-width: 10px;
                margin-left: -10px;
            }

            .accountOriginal > div.Panel:before {
                border-color: transparent;
                border-bottom-color: #005bbb;
                border-width: 11px;
                margin-left: -11px;
            }

            .accountOriginal > div.Panel ul {
                margin: 0;
            }

                .accountOriginal > div.Panel ul li {
                    display: block;
                }

        .accountOriginal ul a {
            display: block;
            padding: .4em;
            color: #005bbb;
        }

            .accountOriginal ul a:hover {
                background-color: #005bbb;
                color: #fff;
            }

    .accountRight {
        text-align: left;
    }

        .accountRight a {
            display: block;
            font-size: .9em;
            vertical-align: top;
        }

        .accountRight > strong {
            font-size: .8em;
            color: #333;
            font-weight: 400;
            vertical-align: top;
        }

    .accountOriginal .fh-icon-account {
        color: #333;
        display: inline-block;
        font-size: 1.15em;
        padding: .5em;
        vertical-align: top;
    }

    .accountOriginal > .accountRight {
        display: inline-block;
    }

    .accountOriginal {
        text-align: right;
    }

        .accountOriginal .fh-icon-truck {
            color: #333;
            display: inline-block;
            font-size: 32px;
            padding: .1em .25em .2em;
            vertical-align: top;
        }

    .accountMigrate {
        display: inline-block !important;
        text-align: right;
    }

    .promoEdge {
        width: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -60px;
        background: #22203a;
        background: -moz-linear-gradient(107deg, #22203a 0, #22203a 50%, #fff 51%, #fff 100%);
        background: -webkit-linear-gradient(343deg, #22203a 0, #22203a 50%, #fff 51%, #fff 100%);
        background: linear-gradient(107deg, #22203a 0, #22203a 50%, #fff 51%, #fff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#22203a', endColorstr='#fff', GradientType=1);
    }

    .promo .summary {
        padding-right: 0;
    }

        .promo .summary p {
            font-weight: 500;
            padding: .5em 1em;
            font-size: 14px;
        }

    .promo.open .summary {
        color: #fff;
    }

    #rightLinksOriginal {
        display: inline;
    }

    .rightLinks {
        text-align: right;
    }

        .rightLinks > ul a {
            display: inline-block;
            font-weight: 500;
            padding: .75em .875em;
            font-size: .875em;
            text-transform: uppercase;
            color: #d1eafd;
        }

        .rightLinks > ul li:last-child a {
            padding-right: 0;
        }

    .rightLink-fhpro {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .widget .overlay {
        background: rgba(0, 0, 0, 0.25);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#a6000000', GradientType=0);
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity 200ms ease-in-out;
        -moz-transition: opacity 200ms ease-in-out;
        -ms-transition: opacity 200ms ease-in-out;
        -o-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
    }

        .widget .image:hover .overlay,
        .widget .overlay.unhide {
            opacity: 1;
            border-radius: 3px;
        }

    .widget .image .overlay .fh-button {
        position: relative;
        top: .5em;
        -webkit-transition: top 200ms ease-in-out, background 150ms ease-in-out;
        -moz-transition: top 200ms ease-in-out, background 150ms ease-in-out;
        -ms-transition: top 200ms ease-in-out, background 150ms ease-in-out;
        -o-transition: top 200ms ease-in-out, background 150ms ease-in-out;
        transition: top 200ms ease-in-out, background 150ms ease-in-out;
    }

    .widget .image .overlay.unhide .fh-button {
        top: 0;
    }

    .widget .image:hover .overlay .fh-button {
        top: 0;
    }

    .widget .overlay .content {
        color: #fff;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 42%;
    }

    header .logo {
        text-align: left;
        padding: .975em 0 0 0;
    }

        header .logo a {
            display: inline-block;
        }

    .widget .image .triangle {
        border-width: 0 .75em .6em .75em;
    }

    .frontPageCarousel {
        z-index: 0;
        margin-bottom: 1.5em;
    }

        .frontPageCarousel .owl-controls {
            height: 0;
            margin: 0;
        }

        .frontPageCarousel .owl-pagination {
            position: relative;
            top: -35px;
            background-color: transparent;
        }

    .owl-prev,
    .owl-next {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        color: #fff;
        margin-top: -15px;
        top: 50%;
    }

    .blueArrow,
    .sliceTitle a span.blueArrow {
        border-radius: 50%;
        font-size: 1.65em;
        height: 1.65em;
        line-height: 1.65em;
        text-align: center;
        width: 1.65em;
    }

        a:hover .blueArrow,
        .blueArrow:hover,
        .sliceTitle a:hover span.blueArrow {
            background-color: #005bbb;
            color: #fff;
        }

    header .cart.full span.cartAmount {
        font-size: .8em;
        font-weight: 400;
        vertical-align: text-top;
        margin-left: 3px;
        padding: .3em .1em .2em 0;
        position: absolute;
        top: 0;
    }

    header .cart.full i span.cartAmount {
        display: none;
    }

    header i.fh-icon-cart {
        font-size: 2.25em;
        vertical-align: middle;
    }

    .quickLinks span {
        padding: 0 .25em;
    }

    .productInfo .dimensions {
        padding: .25em 0 .5em;
    }

    .productInfo .price {
        font-size: 1em;
    }

    .rating i {
        font-size: .9em;
    }

    .rating span {
        line-height: 1.7em;
        font-size: .7em;
    }

    .product {
        padding-bottom: 1.25em;
    }

    .fatheadNationWidget {
        padding-top: 0;
    }

        .fatheadNationWidget strong {
            font-size: .9em;
        }

            .fatheadNationWidget strong.moneyOff {
                font-size: 3em;
            }

        .fatheadNationWidget li {
            font-size: .9em;
        }

    .box.fullMobile {
        padding: .5em;
    }

        .box.fullMobile img {
            border-radius: 3px;
        }

    .widget.fanGallery span {
        padding: 50%;
    }

    footer {
        margin-top: 1.875em;
    }

        footer h4 {
            font-size: 1.25em;
        }

    .landingHeader .box.fullMobile {
        padding-bottom: .25em;
    }

    .landingHeader p {
        display: block;
        margin: .5em 0;
    }

    #teamCarousel {
        margin-top: 1em;
    }

    .landingHeader h1 {
        font-size: 1.35em;
        margin-bottom: initial;
        margin-top: .175em;
        padding-left: 18px;
    }

        .landingHeader h1 ~ p {
            padding-left: 18px;
        }

    .sortBy strong,
    .catalogOption strong {
        font-size: .875em;
        text-transform: uppercase;
        margin-right: 5px;
    }

    .pageNav {
        background-color: transparent;
        position: static;
        display: block;
        padding-right: .75em;
        border-right: solid 1px #e0e0e0;
    }

        .pageNav em {
            color: #333;
        }

    .pure-g.seoFriendly {
        display: block;
        overflow: auto;
    }

    .pageNavigation,
    .pageContent {
        display: block;
    }

    .pageNavigation {
        float: left;
    }

    .pageContent {
        float: right;
    }

    body.mobileNoScroll,
    html.mobileNoScroll {
        overflow: initial;
    }

    .pageNav.open {
        overflow-y: initial;
        max-width: 100%;
    }

    .pageNav h2 {
        margin: 0 0 10px;
        color: #333;
    }

    .pageNav li {
        line-height: 1.25em;
    }

    .pageNav a {
        color: #404040;
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 0;
    }

        .pageNav a:hover {
            color: #005bbb;
        }

    .pageNav strong {
        color: #005bbb;
        font-size: 1em;
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
        background-color: transparent;
        padding: 0;
    }

    .exitPageNav {
        display: none;
    }

    .title.filled {
        font-size: 2em;
    }

    .b2b .proLogo {
        margin: 0 0 1.5em;
    }

    .b2b.centered {
        display: inline-block !important;
    }

    .pageNav.scrollable ul,
    .pageNav.catalogNav ul,
    ul.scrollable,
    .pageNav ul {
        max-height: 250px;
        overflow-y: auto;
    }

    .frontPageCarousel .owl-wrapper-outer {
        box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    }

    .breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width:64em) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    header {
        padding: 0;
    }

        header .logo {
            text-align: left;
            padding: 1.25em 0 0 0;
        }

    p {
        font-size: 14px;
        line-height: 1.5em;
    }

    #frontPageFeature .owl-prev,
    #frontPageFeature .owl-next {
        top: 18%;
    }

    .fatheadNationWidget strong.moneyOff {
        font-size: 2em;
    }

    .box.fullMobile {
        padding: 1em;
    }

    .pageNav a {
        font-size: 14px;
    }

    .categories > .subList {
        min-width: 250px;
    }

    .rightLinks > ul a {
        font-size: .9em;
    }

    ul.subList.topLevel li.dropdown:after {
        content: "";
        width: 2px;
        height: 36px;
        margin-top: -5px;
        display: inline-block;
        vertical-align: middle;
        background-image: -webkit-linear-gradient(rgba(85, 27, 2, 0), rgba(85, 27, 2, .35), rgba(85, 27, 2, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .35), rgba(255, 255, 255, 0));
        background-image: linear-gradient(rgba(85, 27, 2, 0), rgba(85, 27, 2, .35), rgba(85, 27, 2, 0)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .35), rgba(255, 255, 255, 0));
        background-size: 1px 100%;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    ul.subList.topLevel li.dropdown.open:after {
        opacity: 0;
    }

    ul.subList.topLevel li.dropdown.custom-fathead:after,
    ul.subList.topLevel li.dropdown.on-sale:after {
        display: none;
    }

    .footer-column {
        width: 90%;
    }

    footer .footer-stripe .footer-column-bottom.box:first-child {
        padding-top: 15px;
    }

    footer .footer-stripe .footer-column-bottom .box {
        padding-top: 5px;
        padding-bottom: 6px;
    }

    footer .footer-stripe .footer-column-bottom:not(:first-child) p.box {
        padding-left: 0;
    }
}

@media screen and (min-width:80em) {
    .hidden-xl,
    .visible-sm {
        display: none !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }

    .fhContainer {
        max-width: 1920px;
        margin: 0 auto;
    }

        .fhContainer.w960 {
            max-width: 960px;
        }

        .fhContainer.w1280 {
            max-width: 1600px;
        }

    .headerBottom .fhContainer.w1280 {
        max-width: 1600px;
    }

    .headerBottom .fhContainer.w1280,
    .fhContainer.w1280.headerContainer {
        width: 98%;
        max-width: 1280px;
    }

    .fh-button.big {
        font-size: 2em;
    }

    .headerTop {
        padding: 0 0 .75em;
    }

    header .logo {
        padding: 1.75em 0 0 0;
    }

    .mainNav .dropdown > .Panel ul li > a {
        font-size: 16px;
    }

    .mainNav .fourColumn {
        min-width: 950px;
    }

    .mainNav .threeColumn {
        min-width: 900px;
    }

    .mainNav .threeColumnSmall {
        min-width: 700px;
    }

    .mainNav .twoColumn {
        min-width: 500px;
    }

    .secondaryMenu {
        font-size: .9em;
    }

    .cartSummary {
        font-size: 16px;
        width: 320px;
    }

    #frontPageFeature .owl-prev,
    #frontPageFeature .owl-next {
        top: 25%;
    }

    .b2b .fh-button p {
        font-size: 1.35em;
    }

    .b2b .fh-button .right {
        height: 68px;
    }

    .b2b .fh-button .whiteArrow {
        font-size: 1.65em;
    }

    .productInfo a {
        font-size: 1em;
    }

    .productInfo .dimensions {
        font-size: .9em;
    }

    .productInfo .price {
        font-size: 1.125em;
    }

    .rating i {
        font-size: 1.1em;
    }

    .rating span {
        line-height: 1.4em;
        font-size: .75em;
    }

    .fatheadNationWidget strong {
        font-size: 1em;
    }

        .fatheadNationWidget strong.moneyOff {
            font-size: 4em;
        }

    .fatheadNationWidget span {
        font-size: 2em;
    }

    .widget.fanGallery span {
        background-repeat: repeat-x;
        -webkit-animation: slide 65s linear infinite;
        -o-animation: slide 65s linear infinite;
        animation: slide 65s linear infinite;
    }

    @-webkit-keyframes slide {
        from {
            background-position: 0 top;
        }

        to {
            background-position: -2047px top;
        }
    }

    @-moz-keyframes slide {
        from {
            background-position: 0 top;
        }

        to {
            background-position: -2047 top;
        }
    }

    @-o-keyframes slide {
        from {
            background-position: 0 top;
        }

        to {
            background-position: -2047 top;
        }
    }

    @keyframes slide {
        from {
            background-position: 0 top;
        }

        to {
            background-position: -2047 top;
        }
    }

    #desktop-cart {
        font-weight: 500;
        padding: .6em;
    }

    #coupon-codes-link a {
        padding: 23px 16px 24px;
    }

    .mainNav .topLevel.section2 > li > a {
        padding: 16px 16px 17px;
    }

    .mainNav .topLevel > li > a {
        font-size: 18px;
        padding: 14px 14px 20px 14px;
    }

        .mainNav .topLevel > li > a.custom {
            padding: 9px 48px 9px 30px;
        }

        .mainNav .topLevel > li > a em {
            font-size: 14px;
            letter-spacing: .155em;
            padding-top: 1px;
        }

            .mainNav .topLevel > li > a em:after {
                right: 13px;
                top: 36%;
                font-size: 48px;
            }

        .mainNav .topLevel > li > a.custom:hover em:after,
        .mainNav .topLevel > li.dropdown.open > a.custom em:after {
            right: 23px;
            top: 29%;
        }

    .fatheadSearch {
        padding-bottom: 1.125em;
    }

        .fatheadSearch form input {
            margin-top: 0;
            line-height: 2.778em;
            height: 2.778em;
            min-height: 2.5em;
            font-size: 18px;
            margin-bottom: 0;
        }

        .fatheadSearch form button {
            top: .75em;
        }

    header i.fh-icon-cart {
        font-size: 2.75em;
    }

    footer .social .footer-column {
        text-align: left;
    }

    @media screen and (min-width:105em) {
        header .logo {
            padding: 1.85em 4em .25em 0;
        }

        .promo .summary p {
            font-size: 16px;
            padding: .5em 1em;
        }

        .mainNav {
            font-size: 1em;
        }

            .mainNav .topLevel > li > a {
                padding: 21px 26px;
                font-size: 20px;
            }

            .mainNav div.Panel a.fh-button.block.orange {
                font-size: 1.35em;
            }

            .mainNav .topLevel.section2 > li > a {
                padding: 16px 20px 17px;
            }

            .mainNav .section2 {
                margin-left: -3px;
            }

            .mainNav .topLevel > li > a.custom {
                padding: 14px 48px 9px 30px;
            }

        .rightLinks > ul a,
        #desktop-cart {
            font-size: 14px;
        }

        #coupon-codes-link a {
            padding: 25px 20px 26px;
        }

        .accountOriginal {
            top: 8px;
        }

        #frontPageFeature .owl-prev,
        #frontPageFeature .owl-next {
            top: 26%;
        }

        .fatheadSearch {
            font-size: 1.1em;
        }

            .fatheadSearch form button {
                top: .65em;
            }

        .headerBottom .fhContainer.w1280,
        .fhContainer.w1280.headerContainer {
            max-width: 1600px;
        }

        .mainNav .topLevel > li > a em {
            letter-spacing: .23em;
        }
    }

    .dialog-container {
        position: fixed;
        text-align: center;
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1001;
        background-color: rgba(255, 255, 255, .8);
        overflow-y: auto;
    }

    .dialog-sub-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: 100%;
    }

    .dialog {
        position: relative;
        vertical-align: middle;
        text-align: left;
        display: inline-block;
        max-width: 100%;
        width: 95%;
        background: white;
        -webkit-box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2);
        -ms-box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2);
        box-shadow: .1em .1em .1em rgba(0, 0, 0, 0.2);
        border: 3px solid #05b;
        border-radius: .2em;
        margin: 1.5em 0;
    }

    .dialog-header {
        display: block;
        height: 2em;
        padding: .5em;
        font-size: 1.2em;
        background-color: #005bbb;
        color: white;
    }

    .dialog-content {
        padding: .8em;
        position: relative;
    }

    .dialog-close {
        display: inline-block;
        position: absolute;
        right: 0;
        z-index: 1;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        padding: .33em;
        color: #fff;
        text-align: center;
        font-size: 1.25em;
    }

        .dialog-close i {
            color: #fff;
        }

    .dialog .close {
        cursor: pointer;
    }

    #cart-pop.dialog {
        margin: 1.5em auto;
    }

    #cart-pop .product.vertical {
        padding-bottom: .75em;
    }

    #cart-pop .dialog-content {
        padding: 1.2em;
    }

    #cart-pop .totals {
        text-align: right;
    }

    #cart-pop .cart-info .view-full-cart {
        float: right;
    }

        #cart-pop .cart-info .view-full-cart i {
            font-size: .8em;
        }

    #cart-pop .cart-info {
        overflow: hidden;
    }

    #cart-pop .added-item {
        margin-top: 1.25em;
        margin-bottom: .25em;
    }

    #cart-pop .actions {
        margin: 1.4em 0 0;
    }

    .btnDecQty,
    .btnIncQty,
    .btnDecrQty,
    .btnIncrQty {
        border-radius: 50%;
        width: 22px;
        height: 22px;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        margin: 0 4px;
        font-weight: 700;
    }

    .team-link {
        margin-top: 1.25em;
    }

    #cart-pop .ind_cnt {
        display: none;
    }

    #cart-pop .rating {
        -moz-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
        margin-bottom: .25em;
    }

    #cart-pop .cart-line img {
        vertical-align: middle;
    }

    #cart-pop .cart-line .details {
        vertical-align: middle;
        text-align: left;
    }

        #cart-pop .cart-line .details .pure-u-1-1 {
            margin-left: 1em;
            margin-bottom: .25em;
        }

    #cart-pop .btnRemove {
        display: none;
    }

    #cart-pop .actions .action {
        display: inline-block;
        text-align: center;
    }

    #cart-pop .actions .checkout {
        float: right;
    }

    #cart-pop .cross-sells .dimensions {
        display: none;
    }

    #cart-pop .cross-sells .price {
        margin-top: .125em;
        display: block;
    }

    #cart-pop .cross-sells .rating {
        display: none;
    }

    #cart-pop .add-to-cart .fh-icon-cart:before {
        content: none;
    }

    #cart-pop .product-item.pure-g {
        padding: 0;
    }

    #cart-pop .cross-sells {
        margin-left: -.75em;
        margin-right: -.75em;
    }

    #cart-pop .product-info .product-title,
    #cart-pop .product-price {
        font-size: .975em;
    }

    #cart-pop .box {
        padding-left: 0;
        padding-right: 0;
    }

    #cart-pop .fh-button.large-action-button {
        font-size: .875em;
    }

    #cart-pop .display-name {
        font-size: 1em;
    }

    @media screen and (min-width:64em) {
        #cart-pop .display-name {
            font-size: 1.5em;
        }
    }

    .w480 {
        max-width: 480px;
        margin: 0 auto;
    }

    @media screen and (min-width:48em) {
        .dialog {
            max-width: 30em;
            width: 30em;
        }

        #cart-pop.dialog {
            max-width: 40em;
            width: 40em;
        }

        .orderSummaryBox {
            margin: 5em 0;
        }
    }

    @media screen and (min-width:64em) {
        .dialog {
            max-width: 40em;
            width: 40em;
        }
    }

    table.fh-ui-table {
        border-collapse: separate;
        border-spacing: 10px;
    }

    .mini-cart .cartItem {
        margin-bottom: .2em;
    }

    .cartItems .price.sale {
        color: #db1b1b;
    }

        .cartItems .price.sale strong,
        .cartItems .price.sale s {
            display: inline-block;
            margin-right: 6px;
        }

        .cartItems .price.sale s {
            color: #aaa;
        }

    .cartItems .item-qty {
        margin: .25em 0;
    }

    .cartSummary .quantity {
        padding-top: 0;
    }

    .cartSummary a.remove {
        margin-top: .25em;
    }

    .cartAmount:empty {
        display: none !important;
    }

    .checkoutHeader {
        padding-bottom: 0;
    }

        .checkoutHeader .pure-u-1-3 {
            text-align: center;
            padding: .5em;
            line-height: 1em;
        }

            .checkoutHeader .pure-u-1-3 span {
                letter-spacing: .025em;
                font-weight: 400;
                text-transform: uppercase;
                font-size: .9em;
            }

        .checkoutHeader .dot {
            background-color: #e0e0e0;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin: .75em auto;
        }

        .checkoutHeader .active .dot {
            background-color: #74b845;
        }

    .QAS_Header {
        display: block;
        padding: 1em;
        position: relative;
    }

    .QAS_Prompt {
        padding-top: 20px;
        padding-left: 1em;
        float: left;
        width: 450px;
    }

    .QAS_Input {
        padding: 0 0 .3em;
        float: left;
    }

    .QAS_RightDetails {
        padding-top: 20px;
        padding-left: 1em;
        float: right;
        border-left: 1px solid #aaaab8;
    }

    .QAS_RightSidePrompt {
        padding-bottom: .5em;
    }

    .QAS_RightSidePromptText {
        padding-bottom: .5em;
    }

    .QAS_RightDetails table {
        font-size: .9em;
    }

    .QAS_EditLink {
        font-size: .8em;
        padding-left: 1em;
    }

    .QAS_Picklist {
        padding-top: .5em;
        padding-left: 1em;
        width: 450px;
        float: left;
        font-size: .9em;
    }

    .QAS_DeliverableWarning {
        font-size: .8em;
        padding-top: .6em;
    }

    .QAS_Pick {
        font-size: .9em;
        display: none;
        width: 450px;
        height: 200px;
        overflow: auto;
    }

    .QAS_MultPick {
        font-size: .9em;
        display: none;
        width: 450px;
        height: 200px;
        overflow: auto;
    }

    .QAS_ShowPick {
        padding-bottom: .6em;
    }

    .QAS_Pick table,
    .QAS_MultPick table {
        font-size: .9em;
    }

        .QAS_Pick table td,
        .QAS_MultPick table td {
            padding-right: 1.5em;
        }

    .QAS_PromptText {
        margin-bottom: .5em;
    }

    .QAS_PromptData table {
        background-color: #e0e0ff;
    }

    #QAS_RefineText {
        background: #eaecf6;
        border: 1px solid #aaaab8;
        width: 100px;
        margin-right: 1em;
    }

    #QAS_RefineBtn,
    #QAS_AcceptOriginal,
    #QAS_NoApt {
        padding: .1em 1em;
    }

    #QAS_NoApt {
        margin-top: .5em;
    }

    .QAS_EmailInput {
        padding: 5px 0;
    }

    .QAS_EmailPrompt {
        padding: 5px 0;
    }

    #QAS_EmailRefineText {
        width: 300px;
    }

    .QAS_EmailErrText {
        color: Red;
    }

    .orderSummaryBox {
        border: solid 5px #f0f0f0;
    }

        .orderSummaryBox h2 {
            padding: .5em .5em 0;
        }

        .orderSummaryBox .copyBox {
            border: 0;
        }

    .orderSummaryBox {
        line-height: 1.5em;
    }

    #CHECKOUTFOOTER-MSG #ChicagoCubs {
        display: none;
    }

    @-webkit-keyframes promoDrop {
        0% {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
        }

        90% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes promoDrop {
        0% {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
        }

        90% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .algolia-autocomplete .aa-dropdown-menu .pure-u-1-4 {
        width: 40%;
    }

    .algolia-autocomplete .aa-dropdown-menu .pure-u-3-4 {
        width: 60%;
    }

    .algolia-autocomplete {
        width: 100%;
    }

        .algolia-autocomplete .aa-input,
        .algolia-autocomplete .aa-hint {
            width: 100%;
        }

        .algolia-autocomplete .aa-hint {
            color: #999;
        }

        .algolia-autocomplete .aa-dropdown-menu {
            width: 100%;
            background-color: #fff;
            box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
            border: 0;
            margin-top: -1px;
        }

            .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
                cursor: pointer;
                padding: 1em 1.35em;
                vertical-align: top;
            }

                .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
                    background-color: #eaeaea;
                }

                .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
                    font-weight: bold;
                    font-style: normal;
                }

    .autocomplete-copy-name {
        color: #0050ae;
        font-weight: 700;
        font-size: 16px;
    }

    .autocomplete-copy-type {
        color: #aaa;
        font-size: 14px;
    }

    .autocomplete-copy-name,
    .autocomplete-copy-type {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .autocomplete-unit {
        padding: 0;
        vertical-align: top;
    }

    .autocomplete-copy {
        padding-left: 1.35em;
    }

    .aa-suggestion {
        width: 100%;
        display: block;
    }

    .autocomplete-header {
        padding: .5em 1.25em;
        color: #aaa;
        font-size: 1em;
    }

    .autocomplete-footer .autocomplete-footer-link {
        color: #fff;
        font-weight: 700;
        font-size: 1.125em;
        margin-top: .75em;
        padding: 1em 0;
        text-transform: uppercase;
        background-color: #e60;
        text-align: center;
        display: block;
        width: 100%;
        border-radius: 0;
        border-bottom: solid 2px #c50;
        cursor: pointer;
    }

    @media screen and (min-width:48em) {
        .aa-suggestion {
            width: 50%;
            display: inline-block;
        }
    }

    @media screen and (min-width:60.0625em) {
        .aa-suggestion {
            width: 100%;
            display: block;
        }
    }

    @media screen and (min-width:74em) {
        .aa-suggestion {
            width: 50%;
            display: inline-block;
        }
    }

    @media screen and (min-width:80em) {
        .aa-suggestion {
            width: 50%;
            display: inline-block;
        }
    }

    @media screen and (min-width:105em) {
        .aa-suggestion {
            width: 50%;
            display: inline-block;
        }
    }

    .fh-icons-nfl {
        background-image: url('//assets.fathead.com/_fh2012/land/nfl/leftnav-nfl2013.png');
        display: block;
        height: 30px;
        width: 36px;
        margin: 0 2px;
        margin-top: -5px;
        float: left;
    }

    * {
        box-sizing: border-box;
    }

    .mainContainer {
        width: 320px;
        margin: 0 auto;
        padding: 16px 0;
        overflow: hidden;
    }

    .shippingBanner {
        max-width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 14px;
    }

    .widgetBlock,
    .twoByTwo {
        font-family: 'Roboto Condensed', sans-serif;
        float: left;
        overflow: hidden;
        margin: 7px;
        width: 290px;
        font-size: 14px;
    }

    .widgetBlock {
        width: 290px;
        display: inline-block;
    }

    .widgetImg {
        width: 290px;
        height: 290px;
    }

    .widgetBottom,
    .twoByTwoBottom {
        border: solid 2px #e1e1e1;
        border-top: 0;
        width: 100%;
        height: 106px;
        padding-top: .5em;
    }

    .widgetHeader,
    .twoByTwoHeader {
        display: inline-block;
        margin: 0;
    }

        .widgetHeader a,
        .twoByTwoHeader a {
            color: #005bbb;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            padding: 8px 12px 6px;
            display: inline-block;
        }

    .widgetText,
    .twoByTwoText {
        margin: 0;
        padding: 2px 12px;
        line-height: 1em;
    }

    .widgetCTA,
    .twoByTwoCTA {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        background-color: #0058be;
        display: inline-block;
        width: 115px;
        float: right;
        padding: 6px 10px;
        position: relative;
        right: -2px;
        text-align: center;
        text-decoration: none;
        text-shadow: 0 2px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 0 2px #0051b0;
        white-space: nowrap;
    }

        .widgetCTA:after,
        .twoByTwoCTA:after {
            content: "\203A";
            margin-left: 4px;
            font-size: 1.25em;
            line-height: .75em;
            display: inline-block;
        }

        .twoByTwoCTA:after {
            margin-left: 8px;
        }

    .twoByTwoImage {
        max-width: 290px;
    }

    .leftSide12 {
        width: 290px;
        vertical-align: top;
        margin: 7px;
        overflow: hidden;
    }

    .sidebar12 {
        width: 100%;
        border: solid 2px #e1e1e1;
        font-family: 'Roboto Condensed', sans-serif;
        margin-bottom: 14px;
    }

        .sidebar12 hr {
            border-color: transparent;
            background: #e1e1e1;
            height: 2px;
            margin: 0;
        }

    .sidebarCTA {
        color: #0057be;
        font-weight: 700;
        padding: 12px;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        position: relative;
        font-size: 16px;
    }

        .sidebarCTA:hover::after {
            right: 10px;
        }

        .sidebarCTA::after {
            content: "\203A";
            font-family: Arial, sans-serif;
            color: #e60;
            position: absolute;
            right: 14px;
            font-size: 24px;
            top: 50%;
            margin-top: -11px;
            font-weight: 300;
            -webkit-transition: right 150ms ease;
            -moz-transition: right 150ms ease;
            -ms-transition: right 150ms ease;
            -o-transition: right 150ms ease;
            transition: right 150ms ease;
        }

        .sidebarCTA em {
            display: block;
            font-size: 14px;
            color: #222;
            text-transform: none;
            font-weight: 400;
        }

    .sidebarText12 {
        padding: 14px;
    }

        .sidebarText12 p {
            margin-bottom: 0;
        }

    .sidebarColumn {
        width: 48%;
        display: inline-block;
        padding: 0 6px 14px;
        margin: 0;
        list-style: none;
        vertical-align: top;
        font-size: 14px;
    }

        .sidebarColumn li {
            margin: 0;
        }

            .sidebarColumn li:before {
                display: none;
            }

        .sidebarColumn a {
            color: #222;
            padding: 6px;
            display: block;
            text-decoration: none;
        }

            .sidebarColumn a:hover {
                color: #0057be;
            }

        .sidebarColumn h4 {
            font-size: 1em;
            min-height: 2em;
        }

        .sidebarColumn .sidebarColumnLabel {
            min-height: 1em;
            color: #aaa;
            font-family: roboto;
            font-weight: 300;
            font-size: 11px;
            text-transform: uppercase;
            padding-left: 5px;
        }

    .sidebarCTA:hover {
        background-color: #fafafa;
    }

    .rightSide12 {
        float: left;
        margin-left: 6px;
    }

    .onlyShowXXL {
        display: none;
    }

    @media screen and (min-width:48em) {
        .mainContainer {
            width: 640px;
        }

        .extra4 {
            display: none;
        }

        .twoByTwo {
            width: 594px;
            display: inline-block;
            margin-bottom: 0;
        }

        .twoByTwoImage {
            max-width: 100%;
        }

        .twoByTwoBottom {
            height: 128px;
        }

        .twoByTwoText {
            font-size: 16px;
            padding: 0 22px 10px;
            line-height: 1.5em;
        }

        .twoByTwoHeader a {
            color: #005bbb;
            font-size: 28px;
            font-weight: 700;
            display: inline-block;
            padding: 14px 22px 10px;
            margin-bottom: 6px;
        }

        .twoByTwoCTA {
            font-size: 24px;
            width: 190px;
            padding: 12px 20px 12px;
        }

        .leftSide12 {
            float: left;
        }

        .rightSide12--withTabletSidebar {
            width: 304px;
            margin-left: 0;
        }

        .rightSide12 .sliceProducts {
            display: none;
        }
    }

    @media screen and (min-width:60.0625em) {
        .mainContainer {
            width: 960px;
        }

        .rightSide12 {
            width: 620px;
        }

        .leftSide12 {
            display: inline-block;
        }

        .rightSide12 .sliceProducts {
            display: block;
        }
    }

    @media screen and (min-width:80em) {
        .mainContainer {
            width: 1280px;
        }

        .rightSide12 {
            width: 940px;
        }

        .extra {
            display: none;
        }

        .extra4 {
            display: inline-block;
        }
    }

    @media screen and (min-width:105em) {
        .mainContainer {
            width: 1600px;
        }

        .rightSide12 {
            width: 1230px;
        }

        .extra {
            display: inline-block;
        }

        .extra4 {
            display: none;
        }
    }

    @media screen and (min-width:79.9em) and (max-width:109.95em) {
        .widgetBlock.extraWidget {
            display: none;
        }
    }

    #sayt-menu.ui-autocomplete li.ui-menu-item:before {
        content: none;
    }

    .sayt-product-image {
        width: 40px;
        margin: 10px;
        vertical-align: middle;
    }

    .loading-container {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .animate-delay {
        -webkit-animation: fade-in 1s ease-in 1s, stay-in .5s 2s infinite;
        -moz-animation: fade-in 1s ease-in 1s, stay-in .5s 2s infinite;
        -ms-animation: fade-in 1s ease-in 1s, stay-in .5s 2s infinite;
        -o-animation: fade-in 1s ease-in 1s, stay-in .5s 2s infinite;
        animation: fade-in 1s ease-in 1s, stay-in .5s 2s infinite;
        -ms-opacity: 0;
        opacity: 0;
    }

    @keyframes stay-in {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fh-loader {
        display: table;
        text-align: center;
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        background-color: white;
        -ms-filter: "alpha(opacity=80)";
        -ms-opacity: .8;
        opacity: .8;
        height: 10em;
    }

    .loading-sub {
        display: table-cell;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .fh-loader .pulse {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 80px;
        height: 80px;
        line-height: 40px;
        background-color: #05b;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
        -moz-animation: sk-scaleout 1.0s infinite ease-in-out;
        -ms-animation: sk-scaleout 1.0s infinite ease-in-out;
        -o-animation: sk-scaleout 1.0s infinite ease-in-out;
        animation: sk-scaleout 1.0s infinite ease-in-out;
    }

    .fh-loader .logo {
        position: absolute;
        display: inline-block;
        background-image: url("/Content/images/f_white_2.png");
        -ms-background-size: 40px 40px;
        background-size: 60px 60px;
        text-align: center;
        left: -30px;
        margin-top: 12px;
        margin-left: 50%;
        margin-right: 50%;
        line-height: 60px;
        height: 60px;
        max-width: 100%;
        min-width: 60px;
        width: 60px;
    }

    @-webkit-keyframes sk-scaleout {
        0% {
            -webkit-transform: scale(1);
        }

        100% {
            -webkit-transform: scale(2.0);
            opacity: 0;
        }
    }

    @keyframes sk-scaleout {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            -webkit-transform: scale(2.0);
            transform: scale(2.0);
            opacity: 0;
        }
    }

    .field-validation-error {
        color: #cb0b0b;
    }

    .emailPop {
        font-size: 14px;
        border: solid 1px #efefef;
        padding: 1em 0;
        text-align: center;
        max-width: 500px;
    }

        .emailPop .dialog {
            border: solid 1px #dedede;
            text-align: center;
            max-width: 500px;
        }

        .emailPop .dialog-close i {
            color: #444;
        }

        .emailPop .dialog-content {
            padding: .8em 0;
        }

        .emailPop img {
            max-width: 100%;
            margin-bottom: 1em;
        }

        .emailPop h4 {
            display: block;
            text-transform: uppercase;
            font-size: 1.5em;
            margin-bottom: 16px;
            color: #005bbb;
            letter-spacing: .0125em;
        }

            .emailPop h4 span {
                display: block;
                font-size: 1.25em;
            }

        .emailPop strong,
        .emailPop p {
            display: block;
            line-height: 1em;
        }

        .emailPop label {
            display: block;
            text-transform: uppercase;
            letter-spacing: .01em;
            font-weight: 700;
            text-align: left;
            margin: 1.5em 0 8px;
        }

            .emailPop label.error {
                margin: 0;
                text-transform: none;
            }

        .emailPop .alert {
            padding: 0;
        }

        .emailPop .ribbon {
            background: #005bbb;
            position: relative;
            color: white;
            display: block;
            padding: 10px 16px;
            text-align: center;
            text-transform: uppercase;
            width: 101%;
            left: -0.5%;
            line-height: 1.25em;
            right: 0;
            margin-top: 16px;
        }

            .emailPop .ribbon p {
                color: #fff;
                font-weight: 700;
                font-size: 2em;
                margin: 0;
                line-height: 1.5em;
            }

        .emailPop input[type="text"] {
            width: 100%;
        }

        .emailPop .padded {
            padding: 0 1em;
        }

        .emailPop .fh-icon-happy {
            font-size: 16em;
            color: #e0e0e0;
        }

    @media screen and (min-width:48em) {
        .emailPop {
            font-size: 16px;
        }

            .emailPop h4 {
                font-size: 2em;
            }

            .emailPop .ribbon:before,
            .emailPop .ribbon:after {
                position: absolute;
                top: .5em;
                content: ' ';
                height: 0;
                border: 1.9em solid #0050a2;
                border-left: 1.5em solid transparent;
                z-index: -1;
            }

            .emailPop .ribbon:before {
                left: -3.25em;
                -moz-transform: rotate(0.0001deg);
                -ms-transform: rotate(0.0001deg);
                -o-transform: rotate(0.0001deg);
                -webkit-transform: rotate(0.0001deg);
                transform: rotate(0.0001deg);
            }

            .emailPop .ribbon:after {
                right: -3.25em;
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                clear: both;
            }
    }

    #color-picker ul {
        list-style: disc;
        padding-left: .75em;
    }

    .fhContainer.w1280 {
        max-width: 1280px;
    }

    #product-details ul {
        margin: 0;
        padding: 0;
    }

    #product-details li {
        margin: 0;
        line-height: 1.75em;
    }

    #product-details strong {
        margin: 0;
    }

    .accordion-content-padding ul {
        list-style-type: disc;
        font-size: 16px;
        padding-left: 1.5em;
    }

    #product-details ul li:before {
        content: none !important;
    }

    #product-details h3 {
        text-transform: uppercase;
        font-size: 1.25em;
    }

    h1 {
        margin-top: 0;
    }

    #attribute-list {
        margin-top: 1.5em;
    }

        #attribute-list ul,
        #attribute-list li {
            display: inline-block;
            margin-left: 0;
        }

        #attribute-list li {
            margin: .25em .5em .25em 0;
        }

            #attribute-list li:before {
                display: none;
                content: "";
            }

        #attribute-list p {
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
        }

    #srd_pd {
        background-color: #d7d7d7;
        border-radius: 5px;
        padding: 20px 0 0;
    }

    :focus,
    :active {
        outline: 0;
    }

    #accordion .ui-accordion-content {
        width: 100%;
        background-color: #f3f3f3;
        padding: 10px 0;
    }

    .fact-headline {
        font-weight: bold;
    }

    #install-video {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #standout-pdf {
        display: block;
        width: 100%;
        height: 1067px;
    }

    .font-preview-img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #thumbnails img {
        border-radius: 3px;
        border: 1px solid transparent;
        margin-bottom: 10px;
    }

    #thumbnails img {
        border: solid 3px #fff;
    }

        #thumbnails img.active {
            box-shadow: 0 0 3px #bbb;
        }

    #mobile-thumbs {
        padding: 0 0 0 .5em;
    }

    #main-img {
        max-width: 740px;
        max-height: 740px;
        position: relative;
        z-index: 0;
        overflow: hidden;
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

        #main-img img {
            border-radius: 0;
        }

    #s7container.s7basiczoomviewer {
        width: 100%;
        height: 600px;
    }

    #zoom-view {
        width: 100%;
        color: #fff;
        background-color: #005bbb;
        display: block;
        text-align: center;
        padding: 15px 0;
        border-radius: 3px;
    }

    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .color-link {
        display: inline-block;
        border: 1px solid #d7d7d7;
    }

        .color-link.active {
            border: 1px solid #db1b1b;
        }

        .color-link a {
            height: 25px;
            width: 25px;
            display: block;
            border: solid 13px #fff;
            transition: all .1s linear;
        }

        .color-link:hover {
            opacity: .8;
        }

    .swatch-active {
        box-shadow: 0 0 3px #000;
    }

    [name="proof-request"] {
        margin-top: 20px;
        width: 20px !important;
    }

    .s7button {
        border-radius: .19em;
        -webkit-transition: background-color 100ms linear;
        -moz-transition: background-color 100ms linear;
        -ms-transition: background-color 100ms linear;
        -o-transition: background-color 100ms linear;
        transition: background-color 100ms linear;
    }

    #s7container:hover .s7button[state="up"],
    #s7container:hover .s7button[state="over"],
    #s7container:hover .s7button[state="down"],
    #s7container .s7button {
        cursor: pointer;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .5);
    }

    .fields-block {
        display: block;
        width: 100%;
    }

        .fields-block input {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

    .fields-inline {
        display: inline-block;
        width: 30%;
        padding: 0 3% 0 0;
        margin: 0 0 20px 0;
    }

        .fields-inline input,
        .fields-inline label {
            display: block;
            width: 100%;
        }

    .fields-mono-input input {
        width: 100px;
        margin: 0 0 20px 0;
    }

    .ui-tooltip {
        font-size: .8em;
        background: #fff !important;
    }

    #proof-wrap {
        margin-bottom: 20px;
    }

        #proof-wrap a {
            display: inline-block;
        }

    #review-details-mobile .group-stars {
        cursor: pointer;
        display: inline-block;
    }

    .group-stars .ind_cnt,
    .ind_cnt {
        display: inline-block !important;
        width: auto !important;
        margin: 0 0 0 .5em;
        font-size: 12px !important;
        color: #016cff;
        vertical-align: text-top;
        margin-top: 1px;
    }

    #s7container_zoomView {
        background-color: #dedede;
    }

    .installationVideo iframe {
        max-width: 100%;
    }

    .socialShare {
        text-align: left;
        margin: 16px 0;
    }

        .socialShare a {
            display: inline-block;
        }

        .socialShare h4,
        #attribute-list h4 {
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 1em;
        }

    .product-row {
        margin: 0 -10px;
    }

    .product-item {
        padding: 0 10px;
    }

    @media screen and (min-width:80em) {
        .product-row {
            margin: 0 -20px;
        }

        .product-item {
            padding: 0 20px;
        }
    }

    .product > .product-item img {
        border-radius: 2px;
    }

    .fh-button.large-action-button {
        background: #f06600;
        border: medium none;
        box-shadow: inset 0 0 0 20px #f06600;
        border: 3px solid #dc5d00;
        border-radius: 0;
        width: 100%;
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 7px;
        text-shadow: 0 2px 0 #dc5d00;
        text-align: center;
        margin: 9px auto 10px;
        -o-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .fh-button.large-action-button:hover {
            background: #f71;
            box-shadow: inset 0 0 0 0 #dc5d00;
            border: 3px solid #f06600;
        }

        .fh-button.large-action-button.large-action-button--off {
            background: #b3b3b3;
            border: 3px solid #a0a0a0;
            box-shadow: inset 0 0 0 20px #b3b3b3;
            text-shadow: 0 2px 0 #a0a0a0;
        }

            .fh-button.large-action-button.large-action-button--off:hover {
                background: #d0cfcf;
                border: 3px solid #b3b3b3;
                box-shadow: inset 0 0 0 0 #d0cfcf;
            }

        .fh-button.large-action-button i {
            font-size: 1.35em;
            display: inline-block;
            margin: -2px 12px -2px 0;
        }

    .product-info .product-title {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        color: #0050ae;
        font-weight: 700;
    }

    .product-info .product-price {
        font-size: 16px;
        font-weight: 700;
        color: #666;
        letter-spacing: 0;
    }

    .product-price.sale {
        color: #cd0200;
    }

        .product-price.sale s {
            color: #c0c0c0;
        }

    #srd_pd {
        background-color: #fff;
    }

    body ._SRD .srd_iconline .srd_icon {
        margin-right: 8px;
    }

    ._SRD .srd_iconline .srd_msg {
        padding-left: 0 !important;
    }

    ._SRD .srd_a_newline {
        display: block;
        white-space: nowrap;
        margin: 0 0 0 24px;
    }

        ._SRD .srd_a_newline a {
            text-decoration: none;
            text-transform: uppercase;
            display: inline;
        }

            ._SRD .srd_a_newline a:hover {
                opacity: .8;
            }

    #display-name {
        color: #333;
        margin: 8px 0 3px;
        font-weight: 700;
        font-size: 24px;
    }

    .productInfo .price {
        display: block;
        font-size: 1.5em;
        font-weight: 600;
        margin: 0;
    }

    #proddetail .price,
    #product-right .productInfo .price {
        display: block;
        font-size: 24px;
        font-weight: 700;
    }

    .sa_jump_to_reviews {
        display: inline !important;
        position: relative;
        color: #016cff !important;
    }

    #product_just_stars {
        margin-bottom: 10px;
    }

        #product_just_stars p {
            margin: 0;
        }

    span.category {
        margin-bottom: 16px;
        display: block;
    }

    #availability p {
        margin: 4px 0 0;
    }

    #availability p,
    span.category {
        font-size: 14px;
        letter-spacing: .0125em;
        color: #aaa;
    }

    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr,
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-left,
    .ui-corner-tl,
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br,
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
        border-radius: 0;
    }

    .ui-accordion .ui-accordion-content {
        padding: .5em;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
        overflow: auto;
        background-color: #f0f0f0;
    }

    .accordion-content-padding {
        padding: 0 1em;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        margin-top: 2px;
        padding: .5em .8em !important;
        min-height: 0;
        max-width: 1280px;
    }

    .ui-accordion .ui-widget-content {
        border: 0;
        background: 0;
        color: #222;
    }

    .ui-accordion h3 {
        max-width: 1600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        font-size: 1.3em;
    }

    .ui-state-active,
    .ui-state-default,
    .ui-widget-content .ui-state-active,
    .ui-widget-header {
        border: 0;
        background: 0;
        color: #005bbb;
    }

    .ui-state-default {
        border-bottom: 1px solid #f0f0f0;
    }

    .ui-state-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        left: 100%;
        margin-left: -30px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-accordion-icons .ui-accordion-header a {
        padding-left: 1em;
    }

    .ui-accordion .ui-accordion-icons {
        padding-left: 0;
    }

    #disclaimer {
        margin: 0;
    }

    #accordion-2 h3 {
        border: 0;
    }

    #product_page {
        overflow: visible;
    }

    .main form {
        width: 100%;
    }

    #crosssell-container {
        width: 100%;
    }

        #crosssell-container .brand-badge {
            width: 100%;
            max-width: 150px;
            height: auto;
            margin: 5px 0 0 0;
        }

    #product-right .w480 {
        max-width: 480px;
        margin: 0 auto;
    }

    #review_image img.sa_logo {
        margin-top: -30px;
    }

    .pr_link {
        padding: .25em .5em;
        background-color: #005bbb;
    }

    .zoom-btn {
        position: absolute;
        background-color: #005bbb;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        border-bottom: solid 1px #004a99;
        left: 2%;
        top: 2%;
        font-size: 14px;
        transition: all .3s ease;
        z-index: 50;
        text-transform: uppercase;
    }

        .zoom-btn:hover {
            background-color: #006bcb;
        }

        .zoom-btn i {
            vertical-align: middle;
        }

    .add-to-cart-main[disabled] {
        color: #fff;
        text-shadow: none;
        cursor: not-allowed;
    }

    .add-to-cart-main {
        padding: 0;
        border: 0;
        margin: 10px 0;
    }

        .add-to-cart-main i {
            border-right: solid 1px rgba(255, 255, 255, 0.2);
            padding: 11px 16px;
            display: inline-block;
            font-size: 32px;
        }

        .add-to-cart-main span {
            padding: 14px 24px 14px 14px;
            display: inline-block;
            font-weight: 700;
            vertical-align: top;
        }

    #review-details-mobile {
        margin-bottom: .75em;
    }

    .box.productInfo {
        padding-top: .5em;
        padding-bottom: 0;
    }

    @media screen and (min-width:48em) {
        #main-img img {
            border-radius: 3px;
        }

        .productImages {
            padding-top: .75em;
        }

        .box.productInfo {
            padding-bottom: 0;
        }

            .box.productInfo.bottomInfo {
                padding-top: 0;
            }

        .pure-g.seoFriendly {
            display: block;
            overflow: hidden;
        }
    }

    #color-picker {
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        padding: 0 10px 10px;
        margin: 16px auto;
    }

        #color-picker h4 {
            background-color: #fff;
            display: inline;
            position: relative;
            top: -10px;
            padding: 0 .5em;
        }

        #color-picker p {
            margin: 0;
        }

    #sftypebtn,
    #sfframebtn,
    #sfsizebtn {
        color: #303030;
        font-weight: normal;
    }

        #sftypebtn:after,
        #sfframebtn:after,
        #sfsizebtn:after {
            content: "";
            position: relative;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #303030 transparent transparent transparent;
            float: right;
            top: 7px;
        }

    ul li:before {
        display: none !important;
    }

    .menubtn {
        margin: 0 0 20px 0;
        display: inline-block;
        border: solid 1px #d7d7d7;
        border-radius: 5px;
        padding: 10px;
        text-align: left;
        vertical-align: middle;
        background-color: #fff;
        width: 100%;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .ui-menu-item a {
        color: #303030;
        font-weight: normal;
        font-size: .85em;
    }

    .ui-widget-content {
        border: 1px solid #d7d7d7;
        background: #fff url("/Content/Images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
        color: #222;
    }

    .dropdown-header {
        margin: 10px 0;
    }

    .no-img-default {
        float: right;
    }

    .brand-badge {
        display: block;
        height: auto;
        width: 100%;
        max-width: 200px;
        margin: 10px 0 10px 0;
    }

    @media screen and (min-width:60.0625em) {
        .socialShare {
            margin: 16px 8px;
            text-align: right;
            zoom: 1;
        }

        span.category {
            margin-bottom: 10px;
        }

        .productInfo {
            font-size: .8em;
        }

        .ui-accordion .ui-accordion-header .ui-icon {
            display: inline-block;
            position: static;
            margin: 0;
            margin-right: .25em;
            padding: 0;
            top: 0;
            left: 0;
        }
    }

    @media screen and (min-width:80em) {
        #proddetail {
            font-size: 1em;
        }
    }

    @media screen and (max-width:35.5em) {
        #main-img {
            width: 100%;
        }
    }

    .filter-label {
        font-weight: bold;
        font-size: 1.2em;
        margin: 0 0 .25em 0;
        text-transform: uppercase;
    }

    .ui-helper-hidden {
        display: none;
    }

    .ui-helper-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .ui-helper-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        line-height: 1.3;
        text-decoration: none;
        font-size: 100%;
        list-style: none;
    }

    .ui-helper-clearfix:before,
    .ui-helper-clearfix:after {
        content: "";
        display: table;
        border-collapse: collapse;
    }

    .ui-helper-clearfix:after {
        clear: both;
    }

    .ui-helper-clearfix {
        min-height: 0;
    }

    .ui-helper-zfix {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }

    .ui-front {
        z-index: 100;
    }

    .ui-state-disabled {
        cursor: default !important;
    }

    .ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    .ui-widget-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ui-resizable {
        position: relative;
    }

    .ui-resizable-handle {
        position: absolute;
        font-size: .1px;
        display: block;
    }

    .ui-resizable-disabled .ui-resizable-handle,
    .ui-resizable-autohide .ui-resizable-handle {
        display: none;
    }

    .ui-resizable-n {
        cursor: n-resize;
        height: 7px;
        width: 100%;
        top: -5px;
        left: 0;
    }

    .ui-resizable-s {
        cursor: s-resize;
        height: 7px;
        width: 100%;
        bottom: -5px;
        left: 0;
    }

    .ui-resizable-e {
        cursor: e-resize;
        width: 7px;
        right: -5px;
        top: 0;
        height: 100%;
    }

    .ui-resizable-w {
        cursor: w-resize;
        width: 7px;
        left: -5px;
        top: 0;
        height: 100%;
    }

    .ui-resizable-se {
        cursor: se-resize;
        width: 12px;
        height: 12px;
        right: 1px;
        bottom: 1px;
    }

    .ui-resizable-sw {
        cursor: sw-resize;
        width: 9px;
        height: 9px;
        left: -5px;
        bottom: -5px;
    }

    .ui-resizable-nw {
        cursor: nw-resize;
        width: 9px;
        height: 9px;
        left: -5px;
        top: -5px;
    }

    .ui-resizable-ne {
        cursor: ne-resize;
        width: 9px;
        height: 9px;
        right: -5px;
        top: -5px;
    }

    .ui-selectable-helper {
        position: absolute;
        z-index: 100;
        border: 1px dotted #000;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        margin-top: 2px;
        padding: .5em .5em .5em .7em;
        min-height: 0;
    }

    .ui-accordion .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-noicons {
        padding-left: .7em;
    }

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        left: .5em;
        top: 50%;
        margin-top: -8px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 1em 2.2em;
        border-top: 0;
        overflow: auto;
    }

    .ui-autocomplete {
        position: absolute;
        top: 0;
        left: 0;
        cursor: default;
    }

    .ui-button {
        display: inline-block;
        position: relative;
        padding: 0;
        line-height: normal;
        margin-right: .1em;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        overflow: visible;
    }

        .ui-button,
        .ui-button:link,
        .ui-button:visited,
        .ui-button:hover,
        .ui-button:active {
            text-decoration: none;
        }

    .ui-button-icon-only {
        width: 2.2em;
    }

    button.ui-button-icon-only {
        width: 2.4em;
    }

    .ui-button-icons-only {
        width: 3.4em;
    }

    button.ui-button-icons-only {
        width: 3.7em;
    }

    .ui-button .ui-button-text {
        display: block;
        line-height: normal;
    }

    .ui-button-text-only .ui-button-text {
        padding: .4em 1em;
    }

    .ui-button-icon-only .ui-button-text,
    .ui-button-icons-only .ui-button-text {
        padding: .4em;
        text-indent: -9999999px;
    }

    .ui-button-text-icon-primary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        padding: .4em 1em .4em 2.1em;
    }

    .ui-button-text-icon-secondary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        padding: .4em 2.1em .4em 1em;
    }

    .ui-button-text-icons .ui-button-text {
        padding-left: 2.1em;
        padding-right: 2.1em;
    }

    input.ui-button {
        padding: .4em 1em;
    }

    .ui-button-icon-only .ui-icon,
    .ui-button-text-icon-primary .ui-icon,
    .ui-button-text-icon-secondary .ui-icon,
    .ui-button-text-icons .ui-icon,
    .ui-button-icons-only .ui-icon {
        position: absolute;
        top: 50%;
        margin-top: -8px;
    }

    .ui-button-icon-only .ui-icon {
        left: 50%;
        margin-left: -8px;
    }

    .ui-button-text-icon-primary .ui-button-icon-primary,
    .ui-button-text-icons .ui-button-icon-primary,
    .ui-button-icons-only .ui-button-icon-primary {
        left: .5em;
    }

    .ui-button-text-icon-secondary .ui-button-icon-secondary,
    .ui-button-text-icons .ui-button-icon-secondary,
    .ui-button-icons-only .ui-button-icon-secondary {
        right: .5em;
    }

    .ui-buttonset {
        margin-right: 7px;
    }

        .ui-buttonset .ui-button {
            margin-left: 0;
            margin-right: -.3em;
        }

    input.ui-button::-moz-focus-inner,
    button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .ui-datepicker {
        width: 17em;
        padding: .2em .2em 0;
        display: none;
    }

        .ui-datepicker .ui-datepicker-header {
            position: relative;
            padding: .2em 0;
        }

        .ui-datepicker .ui-datepicker-prev,
        .ui-datepicker .ui-datepicker-next {
            position: absolute;
            top: 2px;
            width: 1.8em;
            height: 1.8em;
        }

        .ui-datepicker .ui-datepicker-prev-hover,
        .ui-datepicker .ui-datepicker-next-hover {
            top: 1px;
        }

        .ui-datepicker .ui-datepicker-prev {
            left: 2px;
        }

        .ui-datepicker .ui-datepicker-next {
            right: 2px;
        }

        .ui-datepicker .ui-datepicker-prev-hover {
            left: 1px;
        }

        .ui-datepicker .ui-datepicker-next-hover {
            right: 1px;
        }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

        .ui-datepicker .ui-datepicker-title {
            margin: 0 2.3em;
            line-height: 1.8em;
            text-align: center;
        }

            .ui-datepicker .ui-datepicker-title select {
                font-size: 1em;
                margin: 1px 0;
            }

        .ui-datepicker select.ui-datepicker-month,
        .ui-datepicker select.ui-datepicker-year {
            width: 49%;
        }

        .ui-datepicker table {
            width: 100%;
            font-size: .9em;
            border-collapse: collapse;
            margin: 0 0 .4em;
        }

        .ui-datepicker th {
            padding: .7em .3em;
            text-align: center;
            font-weight: bold;
            border: 0;
        }

        .ui-datepicker td {
            border: 0;
            padding: 1px;
        }

            .ui-datepicker td span,
            .ui-datepicker td a {
                display: block;
                padding: .2em;
                text-align: right;
                text-decoration: none;
            }

        .ui-datepicker .ui-datepicker-buttonpane {
            background-image: none;
            margin: .7em 0 0 0;
            padding: 0 .2em;
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

            .ui-datepicker .ui-datepicker-buttonpane button {
                float: right;
                margin: .5em .2em .4em;
                cursor: pointer;
                padding: .2em .6em .3em .6em;
                width: auto;
                overflow: visible;
            }

                .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                    float: left;
                }

        .ui-datepicker.ui-datepicker-multi {
            width: auto;
        }

    .ui-datepicker-multi .ui-datepicker-group {
        float: left;
    }

        .ui-datepicker-multi .ui-datepicker-group table {
            width: 95%;
            margin: 0 auto .4em;
        }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50%;
    }

    .ui-datepicker-multi-3 .ui-datepicker-group {
        width: 33.3%;
    }

    .ui-datepicker-multi-4 .ui-datepicker-group {
        width: 25%;
    }

    .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 0;
    }

    .ui-datepicker-multi .ui-datepicker-buttonpane {
        clear: left;
    }

    .ui-datepicker-row-break {
        clear: both;
        width: 100%;
        font-size: 0;
    }

    .ui-datepicker-rtl {
        direction: rtl;
    }

        .ui-datepicker-rtl .ui-datepicker-prev {
            right: 2px;
            left: auto;
        }

        .ui-datepicker-rtl .ui-datepicker-next {
            left: 2px;
            right: auto;
        }

        .ui-datepicker-rtl .ui-datepicker-prev:hover {
            right: 1px;
            left: auto;
        }

        .ui-datepicker-rtl .ui-datepicker-next:hover {
            left: 1px;
            right: auto;
        }

        .ui-datepicker-rtl .ui-datepicker-buttonpane {
            clear: right;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

                .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
                .ui-datepicker-rtl .ui-datepicker-group {
                    float: right;
                }

        .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
        .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
            border-right-width: 0;
            border-left-width: 1px;
        }

    .ui-dialog {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        padding: .2em;
        outline: 0;
    }

        .ui-dialog .ui-dialog-titlebar {
            padding: .4em 1em;
            position: relative;
        }

        .ui-dialog .ui-dialog-title {
            float: left;
            margin: .1em 0;
            white-space: nowrap;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ui-dialog .ui-dialog-titlebar-close {
            position: absolute;
            right: .3em;
            top: 50%;
            width: 20px;
            margin: -10px 0 0 0;
            padding: 1px;
            height: 20px;
        }

        .ui-dialog .ui-dialog-content {
            position: relative;
            border: 0;
            padding: .5em 1em;
            background: none;
            overflow: auto;
        }

        .ui-dialog .ui-dialog-buttonpane {
            text-align: left;
            border-width: 1px 0 0 0;
            background-image: none;
            margin-top: .5em;
            padding: .3em 1em .5em .4em;
        }

            .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
                float: right;
            }

            .ui-dialog .ui-dialog-buttonpane button {
                margin: .5em .4em .5em 0;
                cursor: pointer;
            }

        .ui-dialog .ui-resizable-se {
            width: 12px;
            height: 12px;
            right: -5px;
            bottom: -5px;
            background-position: 16px 16px;
        }

    .ui-draggable .ui-dialog-titlebar {
        cursor: move;
    }

    .ui-menu {
        list-style: none;
        padding: 2px;
        margin: 0;
        display: block;
        outline: none;
    }

        .ui-menu .ui-menu {
            margin-top: -3px;
            position: absolute;
        }

        .ui-menu .ui-menu-item {
            margin: 0;
            padding: 0;
            width: 100%;
            list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        }

        .ui-menu .ui-menu-divider {
            margin: 5px -2px 5px -2px;
            height: 0;
            font-size: 0;
            line-height: 0;
            border-width: 1px 0 0 0;
        }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: 2px .4em;
            line-height: 1.5;
            min-height: 0;
            font-weight: normal;
        }

            .ui-menu .ui-menu-item a.ui-state-focus,
            .ui-menu .ui-menu-item a.ui-state-active {
                font-weight: normal;
                margin: -1px;
            }

        .ui-menu .ui-state-disabled {
            font-weight: normal;
            margin: .4em 0 .2em;
            line-height: 1.5;
        }

            .ui-menu .ui-state-disabled a {
                cursor: default;
            }

    .ui-menu-icons {
        position: relative;
    }

        .ui-menu-icons .ui-menu-item a {
            position: relative;
            padding-left: 2em;
        }

    .ui-menu .ui-icon {
        position: absolute;
        top: .2em;
        left: .2em;
    }

    .ui-menu .ui-menu-icon {
        position: static;
        float: right;
    }

    .ui-progressbar {
        height: 2em;
        text-align: left;
        overflow: hidden;
    }

        .ui-progressbar .ui-progressbar-value {
            margin: -1px;
            height: 100%;
        }

        .ui-progressbar .ui-progressbar-overlay {
            background: url("images/animated-overlay.gif");
            height: 100%;
            filter: alpha(opacity=25);
            opacity: .25;
        }

    .ui-progressbar-indeterminate .ui-progressbar-value {
        background-image: none;
    }

    .ui-slider {
        position: relative;
        text-align: left;
    }

        .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 1.2em;
            height: 1.2em;
            cursor: default;
        }

        .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            font-size: .7em;
            display: block;
            border: 0;
            background-position: 0 0;
        }

        .ui-slider.ui-state-disabled .ui-slider-handle,
        .ui-slider.ui-state-disabled .ui-slider-range {
            filter: inherit;
        }

    .ui-slider-horizontal {
        height: .8em;
    }

        .ui-slider-horizontal .ui-slider-handle {
            top: -.3em;
            margin-left: -.6em;
        }

        .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }

        .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }

        .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }

    .ui-slider-vertical {
        width: .8em;
        height: 100px;
    }

        .ui-slider-vertical .ui-slider-handle {
            left: -.3em;
            margin-left: 0;
            margin-bottom: -.6em;
        }

        .ui-slider-vertical .ui-slider-range {
            left: 0;
            width: 100%;
        }

        .ui-slider-vertical .ui-slider-range-min {
            bottom: 0;
        }

        .ui-slider-vertical .ui-slider-range-max {
            top: 0;
        }

    .ui-spinner {
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 0;
        vertical-align: middle;
    }

    .ui-spinner-input {
        border: none;
        background: none;
        color: inherit;
        padding: 0;
        margin: .2em 0;
        vertical-align: middle;
        margin-left: .4em;
        margin-right: 22px;
    }

    .ui-spinner-button {
        width: 16px;
        height: 50%;
        font-size: .5em;
        padding: 0;
        margin: 0;
        text-align: center;
        position: absolute;
        cursor: default;
        display: block;
        overflow: hidden;
        right: 0;
    }

    .ui-spinner a.ui-spinner-button {
        border-top: none;
        border-bottom: none;
        border-right: none;
    }

    .ui-spinner .ui-icon {
        position: absolute;
        margin-top: -8px;
        top: 50%;
        left: 0;
    }

    .ui-spinner-up {
        top: 0;
    }

    .ui-spinner-down {
        bottom: 0;
    }

    .ui-spinner .ui-icon-triangle-1-s {
        background-position: -65px -16px;
    }

    .ui-tabs {
        position: relative;
        padding: .2em;
    }

        .ui-tabs .ui-tabs-nav {
            margin: 0;
            padding: .2em .2em 0;
        }

            .ui-tabs .ui-tabs-nav li {
                list-style: none;
                float: left;
                position: relative;
                top: 0;
                margin: 1px .2em 0 0;
                border-bottom-width: 0;
                padding: 0;
                white-space: nowrap;
            }

            .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
                .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                    cursor: text;
                }

    .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
        cursor: pointer;
    }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

    .ui-tooltip {
        padding: 8px;
        position: absolute;
        z-index: 9999;
        max-width: 300px;
        -webkit-box-shadow: 0 0 5px #aaa;
        box-shadow: 0 0 5px #aaa;
    }

    body .ui-tooltip {
        border-width: 2px;
    }

    .ui-widget {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1em;
    }

        .ui-widget .ui-widget {
            font-size: 1em;
        }

        .ui-widget input,
        .ui-widget select,
        .ui-widget textarea,
        .ui-widget button {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1em;
        }

    .ui-widget-content {
        border: 1px solid #aaa;
        background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
        color: #222;
    }

        .ui-widget-content a {
            color: #222;
        }

    .ui-widget-header {
        border: 1px solid #cdcdcd;
        background: #005bbb url("images/ui-bg_flat_75_005bbb_40x100.png") 50% 50% repeat-x;
        color: #efefef;
        font-weight: bold;
    }

        .ui-widget-header a {
            color: #efefef;
        }

        .ui-state-default,
        .ui-widget-content .ui-state-default,
        .ui-widget-header .ui-state-default {
            border: 1px solid #d3d3d3;
            background: #e6e6e6 url("images/ui-bg_flat_75_e6e6e6_40x100.png") 50% 50% repeat-x;
            font-weight: normal;
            color: #555;
        }

            .ui-state-default a,
            .ui-state-default a:link,
            .ui-state-default a:visited {
                color: #555;
                text-decoration: none;
            }

        .ui-state-hover,
        .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover,
        .ui-state-focus,
        .ui-widget-content .ui-state-focus,
        .ui-widget-header .ui-state-focus {
            border: 1px solid #cdcdcd;
            background: #dadada url("images/ui-bg_flat_75_dadada_40x100.png") 50% 50% repeat-x;
            font-weight: normal;
            color: #212121;
        }

            .ui-state-hover a,
            .ui-state-hover a:hover,
            .ui-state-hover a:link,
            .ui-state-hover a:visited,
            .ui-state-focus a,
            .ui-state-focus a:hover,
            .ui-state-focus a:link,
            .ui-state-focus a:visited {
                color: #212121;
                text-decoration: none;
            }

        .ui-state-active,
        .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active {
            border: 1px solid #aaa;
            background: #fff url("images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
            font-weight: normal;
            color: #212121;
        }

            .ui-state-active a,
            .ui-state-active a:link,
            .ui-state-active a:visited {
                color: #212121;
                text-decoration: none;
            }

        .ui-state-highlight,
        .ui-widget-content .ui-state-highlight,
        .ui-widget-header .ui-state-highlight {
            border: 1px solid #cdcdcd;
            background: #007cff url("images/ui-bg_flat_55_007cff_40x100.png") 50% 50% repeat-x;
            color: #efefef;
        }

            .ui-state-highlight a,
            .ui-widget-content .ui-state-highlight a,
            .ui-widget-header .ui-state-highlight a {
                color: #efefef;
            }

        .ui-state-error,
        .ui-widget-content .ui-state-error,
        .ui-widget-header .ui-state-error {
            border: 1px solid #cd0a0a;
            background: #fef1ec url("images/ui-bg_flat_95_fef1ec_40x100.png") 50% 50% repeat-x;
            color: #cd0a0a;
        }

            .ui-state-error a,
            .ui-widget-content .ui-state-error a,
            .ui-widget-header .ui-state-error a {
                color: #cd0a0a;
            }

        .ui-state-error-text,
        .ui-widget-content .ui-state-error-text,
        .ui-widget-header .ui-state-error-text {
            color: #cd0a0a;
        }

        .ui-priority-primary,
        .ui-widget-content .ui-priority-primary,
        .ui-widget-header .ui-priority-primary {
            font-weight: bold;
        }

        .ui-priority-secondary,
        .ui-widget-content .ui-priority-secondary,
        .ui-widget-header .ui-priority-secondary {
            opacity: .7;
            filter: Alpha(Opacity=70);
            font-weight: normal;
        }

        .ui-state-disabled,
        .ui-widget-content .ui-state-disabled,
        .ui-widget-header .ui-state-disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
            background-image: none;
        }

            .ui-state-disabled .ui-icon {
                filter: Alpha(Opacity=35);
            }

    .ui-icon {
        width: 16px;
        height: 16px;
    }

    .ui-icon,
    .ui-widget-content .ui-icon {
        background-image: url("images/ui-icons_222222_256x240.png");
    }

    .ui-widget-header .ui-icon {
        background-image: url("images/ui-icons_efefef_256x240.png");
    }

    .ui-state-default .ui-icon {
        background-image: url("images/ui-icons_888888_256x240.png");
    }

    .ui-state-hover .ui-icon,
    .ui-state-focus .ui-icon {
        background-image: url("images/ui-icons_454545_256x240.png");
    }

    .ui-state-active .ui-icon {
        background-image: url("images/ui-icons_454545_256x240.png");
    }

    .ui-state-highlight .ui-icon {
        background-image: url("images/ui-icons_efefef_256x240.png");
    }

    .ui-state-error .ui-icon,
    .ui-state-error-text .ui-icon {
        background-image: url("images/ui-icons_cd0a0a_256x240.png");
    }

    .ui-icon-blank {
        background-position: 16px 16px;
    }

    .ui-icon-carat-1-n {
        background-position: 0 0;
    }

    .ui-icon-carat-1-ne {
        background-position: -16px 0;
    }

    .ui-icon-carat-1-e {
        background-position: -32px 0;
    }

    .ui-icon-carat-1-se {
        background-position: -48px 0;
    }

    .ui-icon-carat-1-s {
        background-position: -64px 0;
    }

    .ui-icon-carat-1-sw {
        background-position: -80px 0;
    }

    .ui-icon-carat-1-w {
        background-position: -96px 0;
    }

    .ui-icon-carat-1-nw {
        background-position: -112px 0;
    }

    .ui-icon-carat-2-n-s {
        background-position: -128px 0;
    }

    .ui-icon-carat-2-e-w {
        background-position: -144px 0;
    }

    .ui-icon-triangle-1-n {
        background-position: 0 -16px;
    }

    .ui-icon-triangle-1-ne {
        background-position: -16px -16px;
    }

    .ui-icon-triangle-1-e {
        background-position: -32px -16px;
    }

    .ui-icon-triangle-1-se {
        background-position: -48px -16px;
    }

    .ui-icon-triangle-1-s {
        background-position: -64px -16px;
    }

    .ui-icon-triangle-1-sw {
        background-position: -80px -16px;
    }

    .ui-icon-triangle-1-w {
        background-position: -96px -16px;
    }

    .ui-icon-triangle-1-nw {
        background-position: -112px -16px;
    }

    .ui-icon-triangle-2-n-s {
        background-position: -128px -16px;
    }

    .ui-icon-triangle-2-e-w {
        background-position: -144px -16px;
    }

    .ui-icon-arrow-1-n {
        background-position: 0 -32px;
    }

    .ui-icon-arrow-1-ne {
        background-position: -16px -32px;
    }

    .ui-icon-arrow-1-e {
        background-position: -32px -32px;
    }

    .ui-icon-arrow-1-se {
        background-position: -48px -32px;
    }

    .ui-icon-arrow-1-s {
        background-position: -64px -32px;
    }

    .ui-icon-arrow-1-sw {
        background-position: -80px -32px;
    }

    .ui-icon-arrow-1-w {
        background-position: -96px -32px;
    }

    .ui-icon-arrow-1-nw {
        background-position: -112px -32px;
    }

    .ui-icon-arrow-2-n-s {
        background-position: -128px -32px;
    }

    .ui-icon-arrow-2-ne-sw {
        background-position: -144px -32px;
    }

    .ui-icon-arrow-2-e-w {
        background-position: -160px -32px;
    }

    .ui-icon-arrow-2-se-nw {
        background-position: -176px -32px;
    }

    .ui-icon-arrowstop-1-n {
        background-position: -192px -32px;
    }

    .ui-icon-arrowstop-1-e {
        background-position: -208px -32px;
    }

    .ui-icon-arrowstop-1-s {
        background-position: -224px -32px;
    }

    .ui-icon-arrowstop-1-w {
        background-position: -240px -32px;
    }

    .ui-icon-arrowthick-1-n {
        background-position: 0 -48px;
    }

    .ui-icon-arrowthick-1-ne {
        background-position: -16px -48px;
    }

    .ui-icon-arrowthick-1-e {
        background-position: -32px -48px;
    }

    .ui-icon-arrowthick-1-se {
        background-position: -48px -48px;
    }

    .ui-icon-arrowthick-1-s {
        background-position: -64px -48px;
    }

    .ui-icon-arrowthick-1-sw {
        background-position: -80px -48px;
    }

    .ui-icon-arrowthick-1-w {
        background-position: -96px -48px;
    }

    .ui-icon-arrowthick-1-nw {
        background-position: -112px -48px;
    }

    .ui-icon-arrowthick-2-n-s {
        background-position: -128px -48px;
    }

    .ui-icon-arrowthick-2-ne-sw {
        background-position: -144px -48px;
    }

    .ui-icon-arrowthick-2-e-w {
        background-position: -160px -48px;
    }

    .ui-icon-arrowthick-2-se-nw {
        background-position: -176px -48px;
    }

    .ui-icon-arrowthickstop-1-n {
        background-position: -192px -48px;
    }

    .ui-icon-arrowthickstop-1-e {
        background-position: -208px -48px;
    }

    .ui-icon-arrowthickstop-1-s {
        background-position: -224px -48px;
    }

    .ui-icon-arrowthickstop-1-w {
        background-position: -240px -48px;
    }

    .ui-icon-arrowreturnthick-1-w {
        background-position: 0 -64px;
    }

    .ui-icon-arrowreturnthick-1-n {
        background-position: -16px -64px;
    }

    .ui-icon-arrowreturnthick-1-e {
        background-position: -32px -64px;
    }

    .ui-icon-arrowreturnthick-1-s {
        background-position: -48px -64px;
    }

    .ui-icon-arrowreturn-1-w {
        background-position: -64px -64px;
    }

    .ui-icon-arrowreturn-1-n {
        background-position: -80px -64px;
    }

    .ui-icon-arrowreturn-1-e {
        background-position: -96px -64px;
    }

    .ui-icon-arrowreturn-1-s {
        background-position: -112px -64px;
    }

    .ui-icon-arrowrefresh-1-w {
        background-position: -128px -64px;
    }

    .ui-icon-arrowrefresh-1-n {
        background-position: -144px -64px;
    }

    .ui-icon-arrowrefresh-1-e {
        background-position: -160px -64px;
    }

    .ui-icon-arrowrefresh-1-s {
        background-position: -176px -64px;
    }

    .ui-icon-arrow-4 {
        background-position: 0 -80px;
    }

    .ui-icon-arrow-4-diag {
        background-position: -16px -80px;
    }

    .ui-icon-extlink {
        background-position: -32px -80px;
    }

    .ui-icon-newwin {
        background-position: -48px -80px;
    }

    .ui-icon-refresh {
        background-position: -64px -80px;
    }

    .ui-icon-shuffle {
        background-position: -80px -80px;
    }

    .ui-icon-transfer-e-w {
        background-position: -96px -80px;
    }

    .ui-icon-transferthick-e-w {
        background-position: -112px -80px;
    }

    .ui-icon-folder-collapsed {
        background-position: 0 -96px;
    }

    .ui-icon-folder-open {
        background-position: -16px -96px;
    }

    .ui-icon-document {
        background-position: -32px -96px;
    }

    .ui-icon-document-b {
        background-position: -48px -96px;
    }

    .ui-icon-note {
        background-position: -64px -96px;
    }

    .ui-icon-mail-closed {
        background-position: -80px -96px;
    }

    .ui-icon-mail-open {
        background-position: -96px -96px;
    }

    .ui-icon-suitcase {
        background-position: -112px -96px;
    }

    .ui-icon-comment {
        background-position: -128px -96px;
    }

    .ui-icon-person {
        background-position: -144px -96px;
    }

    .ui-icon-print {
        background-position: -160px -96px;
    }

    .ui-icon-trash {
        background-position: -176px -96px;
    }

    .ui-icon-locked {
        background-position: -192px -96px;
    }

    .ui-icon-unlocked {
        background-position: -208px -96px;
    }

    .ui-icon-bookmark {
        background-position: -224px -96px;
    }

    .ui-icon-tag {
        background-position: -240px -96px;
    }

    .ui-icon-home {
        background-position: 0 -112px;
    }

    .ui-icon-flag {
        background-position: -16px -112px;
    }

    .ui-icon-calendar {
        background-position: -32px -112px;
    }

    .ui-icon-cart {
        background-position: -48px -112px;
    }

    .ui-icon-pencil {
        background-position: -64px -112px;
    }

    .ui-icon-clock {
        background-position: -80px -112px;
    }

    .ui-icon-disk {
        background-position: -96px -112px;
    }

    .ui-icon-calculator {
        background-position: -112px -112px;
    }

    .ui-icon-zoomin {
        background-position: -128px -112px;
    }

    .ui-icon-zoomout {
        background-position: -144px -112px;
    }

    .ui-icon-search {
        background-position: -160px -112px;
    }

    .ui-icon-wrench {
        background-position: -176px -112px;
    }

    .ui-icon-gear {
        background-position: -192px -112px;
    }

    .ui-icon-heart {
        background-position: -208px -112px;
    }

    .ui-icon-star {
        background-position: -224px -112px;
    }

    .ui-icon-link {
        background-position: -240px -112px;
    }

    .ui-icon-cancel {
        background-position: 0 -128px;
    }

    .ui-icon-plus {
        background-position: -16px -128px;
    }

    .ui-icon-plusthick {
        background-position: -32px -128px;
    }

    .ui-icon-minus {
        background-position: -48px -128px;
    }

    .ui-icon-minusthick {
        background-position: -64px -128px;
    }

    .ui-icon-close {
        background-position: -80px -128px;
    }

    .ui-icon-closethick {
        background-position: -96px -128px;
    }

    .ui-icon-key {
        background-position: -112px -128px;
    }

    .ui-icon-lightbulb {
        background-position: -128px -128px;
    }

    .ui-icon-scissors {
        background-position: -144px -128px;
    }

    .ui-icon-clipboard {
        background-position: -160px -128px;
    }

    .ui-icon-copy {
        background-position: -176px -128px;
    }

    .ui-icon-contact {
        background-position: -192px -128px;
    }

    .ui-icon-image {
        background-position: -208px -128px;
    }

    .ui-icon-video {
        background-position: -224px -128px;
    }

    .ui-icon-script {
        background-position: -240px -128px;
    }

    .ui-icon-alert {
        background-position: 0 -144px;
    }

    .ui-icon-info {
        background-position: -16px -144px;
    }

    .ui-icon-notice {
        background-position: -32px -144px;
    }

    .ui-icon-help {
        background-position: -48px -144px;
    }

    .ui-icon-check {
        background-position: -64px -144px;
    }

    .ui-icon-bullet {
        background-position: -80px -144px;
    }

    .ui-icon-radio-on {
        background-position: -96px -144px;
    }

    .ui-icon-radio-off {
        background-position: -112px -144px;
    }

    .ui-icon-pin-w {
        background-position: -128px -144px;
    }

    .ui-icon-pin-s {
        background-position: -144px -144px;
    }

    .ui-icon-play {
        background-position: 0 -160px;
    }

    .ui-icon-pause {
        background-position: -16px -160px;
    }

    .ui-icon-seek-next {
        background-position: -32px -160px;
    }

    .ui-icon-seek-prev {
        background-position: -48px -160px;
    }

    .ui-icon-seek-end {
        background-position: -64px -160px;
    }

    .ui-icon-seek-start {
        background-position: -80px -160px;
    }

    .ui-icon-seek-first {
        background-position: -80px -160px;
    }

    .ui-icon-stop {
        background-position: -96px -160px;
    }

    .ui-icon-eject {
        background-position: -112px -160px;
    }

    .ui-icon-volume-off {
        background-position: -128px -160px;
    }

    .ui-icon-volume-on {
        background-position: -144px -160px;
    }

    .ui-icon-power {
        background-position: 0 -176px;
    }

    .ui-icon-signal-diag {
        background-position: -16px -176px;
    }

    .ui-icon-signal {
        background-position: -32px -176px;
    }

    .ui-icon-battery-0 {
        background-position: -48px -176px;
    }

    .ui-icon-battery-1 {
        background-position: -64px -176px;
    }

    .ui-icon-battery-2 {
        background-position: -80px -176px;
    }

    .ui-icon-battery-3 {
        background-position: -96px -176px;
    }

    .ui-icon-circle-plus {
        background-position: 0 -192px;
    }

    .ui-icon-circle-minus {
        background-position: -16px -192px;
    }

    .ui-icon-circle-close {
        background-position: -32px -192px;
    }

    .ui-icon-circle-triangle-e {
        background-position: -48px -192px;
    }

    .ui-icon-circle-triangle-s {
        background-position: -64px -192px;
    }

    .ui-icon-circle-triangle-w {
        background-position: -80px -192px;
    }

    .ui-icon-circle-triangle-n {
        background-position: -96px -192px;
    }

    .ui-icon-circle-arrow-e {
        background-position: -112px -192px;
    }

    .ui-icon-circle-arrow-s {
        background-position: -128px -192px;
    }

    .ui-icon-circle-arrow-w {
        background-position: -144px -192px;
    }

    .ui-icon-circle-arrow-n {
        background-position: -160px -192px;
    }

    .ui-icon-circle-zoomin {
        background-position: -176px -192px;
    }

    .ui-icon-circle-zoomout {
        background-position: -192px -192px;
    }

    .ui-icon-circle-check {
        background-position: -208px -192px;
    }

    .ui-icon-circlesmall-plus {
        background-position: 0 -208px;
    }

    .ui-icon-circlesmall-minus {
        background-position: -16px -208px;
    }

    .ui-icon-circlesmall-close {
        background-position: -32px -208px;
    }

    .ui-icon-squaresmall-plus {
        background-position: -48px -208px;
    }

    .ui-icon-squaresmall-minus {
        background-position: -64px -208px;
    }

    .ui-icon-squaresmall-close {
        background-position: -80px -208px;
    }

    .ui-icon-grip-dotted-vertical {
        background-position: 0 -224px;
    }

    .ui-icon-grip-dotted-horizontal {
        background-position: -16px -224px;
    }

    .ui-icon-grip-solid-vertical {
        background-position: -32px -224px;
    }

    .ui-icon-grip-solid-horizontal {
        background-position: -48px -224px;
    }

    .ui-icon-gripsmall-diagonal-se {
        background-position: -64px -224px;
    }

    .ui-icon-grip-diagonal-se {
        background-position: -80px -224px;
    }

    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-left,
    .ui-corner-tl {
        border-top-left-radius: 4px;
    }

    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
        border-top-right-radius: 4px;
    }

    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
        border-bottom-left-radius: 4px;
    }

    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
        border-bottom-right-radius: 4px;
    }

    .ui-widget-overlay {
        background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
        opacity: .3;
        filter: Alpha(Opacity=30);
    }

    .ui-widget-shadow {
        margin: -8px 0 0 -8px;
        padding: 8px;
        background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
        opacity: .3;
        filter: Alpha(Opacity=30);
        border-radius: 8px;
    }

    html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }

    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

    [hidden],
    template {
        display: none;
    }

    a {
        background-color: transparent;
    }

        a:active,
        a:hover {
            outline: 0;
        }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    b,
    strong {
        font-weight: 700;
    }

    dfn {
        font-style: italic;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    mark {
        background: #ff0;
        color: #000;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -.5em;
    }

    sub {
        bottom: -.25em;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    figure {
        margin: 1em 40px;
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
    }

    pre {
        overflow: auto;
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    html input[type=button],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled],
        html input[disabled] {
            cursor: default;
        }

        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        line-height: normal;
    }

        input[type=checkbox],
        input[type=radio] {
            box-sizing: border-box;
            padding: 0;
        }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            height: auto;
        }

        input[type=search] {
            -webkit-appearance: textfield;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

            input[type=search]::-webkit-search-cancel-button,
            input[type=search]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: .35em .625em .75em;
    }

    legend {
        border: 0;
        padding: 0;
    }

    textarea {
        overflow: auto;
    }

    optgroup {
        font-weight: 700;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    td,
    th {
        padding: 0;
    }

    .hidden,
    [hidden] {
        display: none !important;
    }

    .pure-img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .pure-g {
        letter-spacing: -.31em;
        *letter-spacing: normal;
        *word-spacing: -.43em;
        text-rendering: optimizespeed;
        font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
        display: flexbox;
        flex-flow: row wrap;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .opera-only:-o-prefocus,
    .pure-g {
        word-spacing: -.43em;
    }

    .pure-u {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-g [class*="pure-u"] {
        font-family: sans-serif;
    }

    .pure-u-1,
    .pure-u-1-1,
    .pure-u-1-2,
    .pure-u-1-3,
    .pure-u-2-3,
    .pure-u-1-4,
    .pure-u-3-4,
    .pure-u-1-5,
    .pure-u-2-5,
    .pure-u-3-5,
    .pure-u-4-5,
    .pure-u-5-5,
    .pure-u-1-6,
    .pure-u-5-6,
    .pure-u-1-8,
    .pure-u-3-8,
    .pure-u-5-8,
    .pure-u-7-8,
    .pure-u-1-12,
    .pure-u-5-12,
    .pure-u-7-12,
    .pure-u-11-12,
    .pure-u-1-24,
    .pure-u-2-24,
    .pure-u-3-24,
    .pure-u-4-24,
    .pure-u-5-24,
    .pure-u-6-24,
    .pure-u-7-24,
    .pure-u-8-24,
    .pure-u-9-24,
    .pure-u-10-24,
    .pure-u-11-24,
    .pure-u-12-24,
    .pure-u-13-24,
    .pure-u-14-24,
    .pure-u-15-24,
    .pure-u-16-24,
    .pure-u-17-24,
    .pure-u-18-24,
    .pure-u-19-24,
    .pure-u-20-24,
    .pure-u-21-24,
    .pure-u-22-24,
    .pure-u-23-24,
    .pure-u-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-1-12,
    .pure-u-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-1-8,
    .pure-u-3-24 {
        width: 12.5%;
        *width: 12.469%;
    }

    .pure-u-1-6,
    .pure-u-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-1-5 {
        width: 20%;
        *width: 19.969%;
    }

    .pure-u-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-1-4,
    .pure-u-6-24 {
        width: 25%;
        *width: 24.969%;
    }

    .pure-u-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-1-3,
    .pure-u-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-3-8,
    .pure-u-9-24 {
        width: 37.5%;
        *width: 37.469%;
    }

    .pure-u-2-5 {
        width: 40%;
        *width: 39.969%;
    }

    .pure-u-5-12,
    .pure-u-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-1-2,
    .pure-u-12-24 {
        width: 50%;
        *width: 49.969%;
    }

    .pure-u-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-7-12,
    .pure-u-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-3-5 {
        width: 60%;
        *width: 59.969%;
    }

    .pure-u-5-8,
    .pure-u-15-24 {
        width: 62.5%;
        *width: 62.469%;
    }

    .pure-u-2-3,
    .pure-u-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-3-4,
    .pure-u-18-24 {
        width: 75%;
        *width: 74.969%;
    }

    .pure-u-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-4-5 {
        width: 80%;
        *width: 79.969%;
    }

    .pure-u-5-6,
    .pure-u-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-7-8,
    .pure-u-21-24 {
        width: 87.5%;
        *width: 87.469%;
    }

    .pure-u-11-12,
    .pure-u-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-1,
    .pure-u-1-1,
    .pure-u-5-5,
    .pure-u-24-24 {
        width: 100%;
    }

    .pure-button {
        display: inline-block;
        zoom: 1;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .pure-button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    .pure-button {
        font-family: inherit;
        font-size: 100%;
        padding: .5em 1em;
        color: #444;
        color: rgba(0, 0, 0, .8);
        border: 1px solid #999;
        border: 0 rgba(0, 0, 0, 0);
        background-color: #e6e6e6;
        text-decoration: none;
        border-radius: 2px;
    }

        .pure-button-hover,
        .pure-button:hover,
        .pure-button:focus {
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
            background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
            background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
            background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        }

        .pure-button:focus {
            outline: 0;
        }

        .pure-button-active,
        .pure-button:active {
            box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
            border-color: #000\9;
        }

        .pure-button[disabled],
        .pure-button-disabled,
        .pure-button-disabled:hover,
        .pure-button-disabled:focus,
        .pure-button-disabled:active {
            border: 0;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
            filter: alpha(opacity=40);
            -khtml-opacity: .4;
            -moz-opacity: .4;
            opacity: .4;
            cursor: not-allowed;
            box-shadow: none;
        }

    .pure-button-hidden {
        display: none;
    }

    .pure-button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .pure-button-primary,
    .pure-button-selected,
    a.pure-button-primary,
    a.pure-button-selected {
        background-color: #0078e7;
        color: #fff;
    }

    .pure-form input[type=text],
    .pure-form input[type=password],
    .pure-form input[type=email],
    .pure-form input[type=url],
    .pure-form input[type=date],
    .pure-form input[type=month],
    .pure-form input[type=time],
    .pure-form input[type=datetime],
    .pure-form input[type=datetime-local],
    .pure-form input[type=week],
    .pure-form input[type=number],
    .pure-form input[type=search],
    .pure-form input[type=tel],
    .pure-form input[type=color],
    .pure-form select,
    .pure-form textarea {
        padding: .5em .6em;
        display: inline-block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pure-form input:not([type]) {
        padding: .5em .6em;
        display: inline-block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pure-form input[type=color] {
        padding: .2em .5em;
    }

        .pure-form input[type=text]:focus,
        .pure-form input[type=password]:focus,
        .pure-form input[type=email]:focus,
        .pure-form input[type=url]:focus,
        .pure-form input[type=date]:focus,
        .pure-form input[type=month]:focus,
        .pure-form input[type=time]:focus,
        .pure-form input[type=datetime]:focus,
        .pure-form input[type=datetime-local]:focus,
        .pure-form input[type=week]:focus,
        .pure-form input[type=number]:focus,
        .pure-form input[type=search]:focus,
        .pure-form input[type=tel]:focus,
        .pure-form input[type=color]:focus,
        .pure-form select:focus,
        .pure-form textarea:focus {
            outline: 0;
            border-color: #129fea;
        }

    .pure-form input:not([type]):focus {
        outline: 0;
        border-color: #129fea;
    }

    .pure-form input[type=file]:focus,
    .pure-form input[type=radio]:focus,
    .pure-form input[type=checkbox]:focus {
        outline: thin solid #129fea;
        outline: 1px auto #129fea;
    }

    .pure-form .pure-checkbox,
    .pure-form .pure-radio {
        margin: .5em 0;
        display: block;
    }

    .pure-form input[type=text][disabled],
    .pure-form input[type=password][disabled],
    .pure-form input[type=email][disabled],
    .pure-form input[type=url][disabled],
    .pure-form input[type=date][disabled],
    .pure-form input[type=month][disabled],
    .pure-form input[type=time][disabled],
    .pure-form input[type=datetime][disabled],
    .pure-form input[type=datetime-local][disabled],
    .pure-form input[type=week][disabled],
    .pure-form input[type=number][disabled],
    .pure-form input[type=search][disabled],
    .pure-form input[type=tel][disabled],
    .pure-form input[type=color][disabled],
    .pure-form select[disabled],
    .pure-form textarea[disabled] {
        cursor: not-allowed;
        background-color: #eaeded;
        color: #cad2d3;
    }

    .pure-form input:not([type])[disabled] {
        cursor: not-allowed;
        background-color: #eaeded;
        color: #cad2d3;
    }

    .pure-form input[readonly],
    .pure-form select[readonly],
    .pure-form textarea[readonly] {
        background-color: #eee;
        color: #777;
        border-color: #ccc;
    }

    .pure-form input:focus:invalid,
    .pure-form textarea:focus:invalid,
    .pure-form select:focus:invalid {
        color: #b94a48;
        border-color: #e9322d;
    }

    .pure-form input[type=file]:focus:invalid:focus,
    .pure-form input[type=radio]:focus:invalid:focus,
    .pure-form input[type=checkbox]:focus:invalid:focus {
        outline-color: #e9322d;
    }

    .pure-form select {
        height: 2.25em;
        border: 1px solid #ccc;
        background-color: #fff;
    }

        .pure-form select[multiple] {
            height: auto;
        }

    .pure-form label {
        margin: .5em 0 .2em;
    }

    .pure-form fieldset {
        margin: 0;
        padding: .35em 0 .75em;
        border: 0;
    }

    .pure-form legend {
        display: block;
        width: 100%;
        padding: .3em 0;
        margin-bottom: .3em;
        color: #333;
        border-bottom: 1px solid #e5e5e5;
    }

    .pure-form-stacked input[type=text],
    .pure-form-stacked input[type=password],
    .pure-form-stacked input[type=email],
    .pure-form-stacked input[type=url],
    .pure-form-stacked input[type=date],
    .pure-form-stacked input[type=month],
    .pure-form-stacked input[type=time],
    .pure-form-stacked input[type=datetime],
    .pure-form-stacked input[type=datetime-local],
    .pure-form-stacked input[type=week],
    .pure-form-stacked input[type=number],
    .pure-form-stacked input[type=search],
    .pure-form-stacked input[type=tel],
    .pure-form-stacked input[type=color],
    .pure-form-stacked input[type=file],
    .pure-form-stacked select,
    .pure-form-stacked label,
    .pure-form-stacked textarea {
        display: block;
        margin: .25em 0;
    }

    .pure-form-stacked input:not([type]) {
        display: block;
        margin: .25em 0;
    }

    .pure-form-aligned input,
    .pure-form-aligned textarea,
    .pure-form-aligned select,
    .pure-form-aligned .pure-help-inline,
    .pure-form-message-inline {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .pure-form-aligned textarea {
        vertical-align: top;
    }

    .pure-form-aligned .pure-control-group {
        margin-bottom: .5em;
    }

        .pure-form-aligned .pure-control-group label {
            text-align: right;
            display: inline-block;
            vertical-align: middle;
            width: 10em;
            margin: 0 1em 0 0;
        }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 11em;
    }

    .pure-form input.pure-input-rounded,
    .pure-form .pure-input-rounded {
        border-radius: 2em;
        padding: .5em 1em;
    }

    .pure-form .pure-group fieldset {
        margin-bottom: 10px;
    }

    .pure-form .pure-group input,
    .pure-form .pure-group textarea {
        display: block;
        padding: 10px;
        margin: 0 0 -1px;
        border-radius: 0;
        position: relative;
        top: -1px;
    }

        .pure-form .pure-group input:focus,
        .pure-form .pure-group textarea:focus {
            z-index: 3;
        }

        .pure-form .pure-group input:first-child,
        .pure-form .pure-group textarea:first-child {
            top: 1px;
            border-radius: 4px 4px 0 0;
            margin: 0;
        }

            .pure-form .pure-group input:first-child:last-child,
            .pure-form .pure-group textarea:first-child:last-child {
                top: 1px;
                border-radius: 4px;
                margin: 0;
            }

        .pure-form .pure-group input:last-child,
        .pure-form .pure-group textarea:last-child {
            top: -2px;
            border-radius: 0 0 4px 4px;
            margin: 0;
        }

    .pure-form .pure-group button {
        margin: .35em 0;
    }

    .pure-form .pure-input-1 {
        width: 100%;
    }

    .pure-form .pure-input-2-3 {
        width: 66%;
    }

    .pure-form .pure-input-1-2 {
        width: 50%;
    }

    .pure-form .pure-input-1-3 {
        width: 33%;
    }

    .pure-form .pure-input-1-4 {
        width: 25%;
    }

    .pure-form .pure-help-inline,
    .pure-form-message-inline {
        display: inline-block;
        padding-left: .3em;
        color: #666;
        vertical-align: middle;
        font-size: .875em;
    }

    .pure-form-message {
        display: block;
        color: #666;
        font-size: .875em;
    }

    @media only screen and (max-width:480px) {
        .pure-form button[type=submit] {
            margin: .7em 0 0;
        }

        .pure-form input:not([type]),
        .pure-form input[type=text],
        .pure-form input[type=password],
        .pure-form input[type=email],
        .pure-form input[type=url],
        .pure-form input[type=date],
        .pure-form input[type=month],
        .pure-form input[type=time],
        .pure-form input[type=datetime],
        .pure-form input[type=datetime-local],
        .pure-form input[type=week],
        .pure-form input[type=number],
        .pure-form input[type=search],
        .pure-form input[type=tel],
        .pure-form input[type=color],
        .pure-form label {
            margin-bottom: .3em;
            display: block;
        }

        .pure-group input:not([type]),
        .pure-group input[type=text],
        .pure-group input[type=password],
        .pure-group input[type=email],
        .pure-group input[type=url],
        .pure-group input[type=date],
        .pure-group input[type=month],
        .pure-group input[type=time],
        .pure-group input[type=datetime],
        .pure-group input[type=datetime-local],
        .pure-group input[type=week],
        .pure-group input[type=number],
        .pure-group input[type=search],
        .pure-group input[type=tel],
        .pure-group input[type=color] {
            margin-bottom: 0;
        }

        .pure-form-aligned .pure-control-group label {
            margin-bottom: .3em;
            text-align: left;
            display: block;
            width: 100%;
        }

        .pure-form-aligned .pure-controls {
            margin: 1.5em 0 0;
        }

        .pure-form .pure-help-inline,
        .pure-form-message-inline,
        .pure-form-message {
            display: block;
            font-size: .75em;
            padding: .2em 0 .8em;
        }
    }

    .pure-menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pure-menu-fixed {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3;
    }

    .pure-menu-list,
    .pure-menu-item {
        position: relative;
    }

    .pure-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .pure-menu-item {
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .pure-menu-link,
    .pure-menu-heading {
        display: block;
        text-decoration: none;
        white-space: nowrap;
    }

    .pure-menu-horizontal {
        width: 100%;
        white-space: nowrap;
    }

        .pure-menu-horizontal .pure-menu-list {
            display: inline-block;
        }

        .pure-menu-horizontal .pure-menu-item,
        .pure-menu-horizontal .pure-menu-heading,
        .pure-menu-horizontal .pure-menu-separator {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
        }

    .pure-menu-item .pure-menu-item {
        display: block;
    }

    .pure-menu-children {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

    .pure-menu-horizontal .pure-menu-children {
        left: 0;
        top: auto;
        width: inherit;
    }

    .pure-menu-allow-hover:hover > .pure-menu-children,
    .pure-menu-active > .pure-menu-children {
        display: block;
        position: absolute;
    }

    .pure-menu-has-children > .pure-menu-link:after {
        padding-left: .5em;
        content: "▸";
        font-size: small;
    }

    .pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
        content: "▾";
    }

    .pure-menu-scrollable {
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .pure-menu-scrollable .pure-menu-list {
            display: block;
        }

    .pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
        display: inline-block;
    }

    .pure-menu-horizontal.pure-menu-scrollable {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        padding: .5em 0;
    }

        .pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
            display: none;
        }

    .pure-menu-separator {
        background-color: #ccc;
        height: 1px;
        margin: .3em 0;
    }

    .pure-menu-horizontal .pure-menu-separator {
        width: 1px;
        height: 1.3em;
        margin: 0 .3em;
    }

    .pure-menu-heading {
        text-transform: uppercase;
        color: #565d64;
    }

    .pure-menu-link {
        color: #777;
    }

    .pure-menu-children {
        background-color: #fff;
    }

    .pure-menu-link,
    .pure-menu-disabled,
    .pure-menu-heading {
        padding: .5em 1em;
    }

    .pure-menu-disabled {
        opacity: .5;
    }

        .pure-menu-disabled .pure-menu-link:hover {
            background-color: transparent;
        }

    .pure-menu-active > .pure-menu-link,
    .pure-menu-link:hover,
    .pure-menu-link:focus {
        background-color: #eee;
    }

    .pure-menu-selected .pure-menu-link,
    .pure-menu-selected .pure-menu-link:visited {
        color: #000;
    }

    .pure-table {
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        border: 1px solid #cbcbcb;
    }

        .pure-table caption {
            color: #000;
            font: italic 85%/1 arial, sans-serif;
            padding: 1em 0;
            text-align: center;
        }

        .pure-table td,
        .pure-table th {
            border-left: 1px solid #cbcbcb;
            border-width: 0 0 0 1px;
            font-size: inherit;
            margin: 0;
            overflow: visible;
            padding: .5em 1em;
        }

            .pure-table td:first-child,
            .pure-table th:first-child {
                border-left-width: 0;
            }

        .pure-table thead {
            background-color: #e0e0e0;
            color: #000;
            text-align: left;
            vertical-align: bottom;
        }

        .pure-table td {
            background-color: transparent;
        }

    .pure-table-odd td {
        background-color: #f2f2f2;
    }

    .pure-table-striped tr:nth-child(2n-1) td {
        background-color: #f2f2f2;
    }

    .pure-table-bordered td {
        border-bottom: 1px solid #cbcbcb;
    }

    .pure-table-bordered tbody > tr:last-child > td {
        border-bottom-width: 0;
    }

    .pure-table-horizontal td,
    .pure-table-horizontal th {
        border-width: 0 0 1px;
        border-bottom: 1px solid #cbcbcb;
    }

    .pure-table-horizontal tbody > tr:last-child > td {
        border-bottom-width: 0;
    }

    @media screen and (min-width:35.5em) {
        .pure-u-sm-1,
        .pure-u-sm-1-1,
        .pure-u-sm-1-2,
        .pure-u-sm-1-3,
        .pure-u-sm-2-3,
        .pure-u-sm-1-4,
        .pure-u-sm-3-4,
        .pure-u-sm-1-5,
        .pure-u-sm-2-5,
        .pure-u-sm-3-5,
        .pure-u-sm-4-5,
        .pure-u-sm-5-5,
        .pure-u-sm-1-6,
        .pure-u-sm-5-6,
        .pure-u-sm-1-8,
        .pure-u-sm-3-8,
        .pure-u-sm-5-8,
        .pure-u-sm-7-8,
        .pure-u-sm-1-12,
        .pure-u-sm-5-12,
        .pure-u-sm-7-12,
        .pure-u-sm-11-12,
        .pure-u-sm-1-24,
        .pure-u-sm-2-24,
        .pure-u-sm-3-24,
        .pure-u-sm-4-24,
        .pure-u-sm-5-24,
        .pure-u-sm-6-24,
        .pure-u-sm-7-24,
        .pure-u-sm-8-24,
        .pure-u-sm-9-24,
        .pure-u-sm-10-24,
        .pure-u-sm-11-24,
        .pure-u-sm-12-24,
        .pure-u-sm-13-24,
        .pure-u-sm-14-24,
        .pure-u-sm-15-24,
        .pure-u-sm-16-24,
        .pure-u-sm-17-24,
        .pure-u-sm-18-24,
        .pure-u-sm-19-24,
        .pure-u-sm-20-24,
        .pure-u-sm-21-24,
        .pure-u-sm-22-24,
        .pure-u-sm-23-24,
        .pure-u-sm-24-24 {
            display: inline-block;
            *display: inline;
            zoom: 1;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

        .pure-u-sm-1-24 {
            width: 4.1667%;
            *width: 4.1357%;
        }

        .pure-u-sm-1-12,
        .pure-u-sm-2-24 {
            width: 8.3333%;
            *width: 8.3023%;
        }

        .pure-u-sm-1-8,
        .pure-u-sm-3-24 {
            width: 12.5%;
            *width: 12.469%;
        }

        .pure-u-sm-1-6,
        .pure-u-sm-4-24 {
            width: 16.6667%;
            *width: 16.6357%;
        }

        .pure-u-sm-1-5 {
            width: 20%;
            *width: 19.969%;
        }

        .pure-u-sm-5-24 {
            width: 20.8333%;
            *width: 20.8023%;
        }

        .pure-u-sm-1-4,
        .pure-u-sm-6-24 {
            width: 25%;
            *width: 24.969%;
        }

        .pure-u-sm-7-24 {
            width: 29.1667%;
            *width: 29.1357%;
        }

        .pure-u-sm-1-3,
        .pure-u-sm-8-24 {
            width: 33.3333%;
            *width: 33.3023%;
        }

        .pure-u-sm-3-8,
        .pure-u-sm-9-24 {
            width: 37.5%;
            *width: 37.469%;
        }

        .pure-u-sm-2-5 {
            width: 40%;
            *width: 39.969%;
        }

        .pure-u-sm-5-12,
        .pure-u-sm-10-24 {
            width: 41.6667%;
            *width: 41.6357%;
        }

        .pure-u-sm-11-24 {
            width: 45.8333%;
            *width: 45.8023%;
        }

        .pure-u-sm-1-2,
        .pure-u-sm-12-24 {
            width: 50%;
            *width: 49.969%;
        }

        .pure-u-sm-13-24 {
            width: 54.1667%;
            *width: 54.1357%;
        }

        .pure-u-sm-7-12,
        .pure-u-sm-14-24 {
            width: 58.3333%;
            *width: 58.3023%;
        }

        .pure-u-sm-3-5 {
            width: 60%;
            *width: 59.969%;
        }

        .pure-u-sm-5-8,
        .pure-u-sm-15-24 {
            width: 62.5%;
            *width: 62.469%;
        }

        .pure-u-sm-2-3,
        .pure-u-sm-16-24 {
            width: 66.6667%;
            *width: 66.6357%;
        }

        .pure-u-sm-17-24 {
            width: 70.8333%;
            *width: 70.8023%;
        }

        .pure-u-sm-3-4,
        .pure-u-sm-18-24 {
            width: 75%;
            *width: 74.969%;
        }

        .pure-u-sm-19-24 {
            width: 79.1667%;
            *width: 79.1357%;
        }

        .pure-u-sm-4-5 {
            width: 80%;
            *width: 79.969%;
        }

        .pure-u-sm-5-6,
        .pure-u-sm-20-24 {
            width: 83.3333%;
            *width: 83.3023%;
        }

        .pure-u-sm-7-8,
        .pure-u-sm-21-24 {
            width: 87.5%;
            *width: 87.469%;
        }

        .pure-u-sm-11-12,
        .pure-u-sm-22-24 {
            width: 91.6667%;
            *width: 91.6357%;
        }

        .pure-u-sm-23-24 {
            width: 95.8333%;
            *width: 95.8023%;
        }

        .pure-u-sm-1,
        .pure-u-sm-1-1,
        .pure-u-sm-5-5,
        .pure-u-sm-24-24 {
            width: 100%;
        }
    }

    @media screen and (min-width:48em) {
        .pure-u-md-1,
        .pure-u-md-1-1,
        .pure-u-md-1-2,
        .pure-u-md-1-3,
        .pure-u-md-2-3,
        .pure-u-md-1-4,
        .pure-u-md-3-4,
        .pure-u-md-1-5,
        .pure-u-md-2-5,
        .pure-u-md-3-5,
        .pure-u-md-4-5,
        .pure-u-md-5-5,
        .pure-u-md-1-6,
        .pure-u-md-5-6,
        .pure-u-md-1-8,
        .pure-u-md-3-8,
        .pure-u-md-5-8,
        .pure-u-md-7-8,
        .pure-u-md-1-12,
        .pure-u-md-5-12,
        .pure-u-md-7-12,
        .pure-u-md-11-12,
        .pure-u-md-1-24,
        .pure-u-md-2-24,
        .pure-u-md-3-24,
        .pure-u-md-4-24,
        .pure-u-md-5-24,
        .pure-u-md-6-24,
        .pure-u-md-7-24,
        .pure-u-md-8-24,
        .pure-u-md-9-24,
        .pure-u-md-10-24,
        .pure-u-md-11-24,
        .pure-u-md-12-24,
        .pure-u-md-13-24,
        .pure-u-md-14-24,
        .pure-u-md-15-24,
        .pure-u-md-16-24,
        .pure-u-md-17-24,
        .pure-u-md-18-24,
        .pure-u-md-19-24,
        .pure-u-md-20-24,
        .pure-u-md-21-24,
        .pure-u-md-22-24,
        .pure-u-md-23-24,
        .pure-u-md-24-24 {
            display: inline-block;
            *display: inline;
            zoom: 1;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

        .pure-u-md-1-24 {
            width: 4.1667%;
            *width: 4.1357%;
        }

        .pure-u-md-1-12,
        .pure-u-md-2-24 {
            width: 8.3333%;
            *width: 8.3023%;
        }

        .pure-u-md-1-8,
        .pure-u-md-3-24 {
            width: 12.5%;
            *width: 12.469%;
        }

        .pure-u-md-1-6,
        .pure-u-md-4-24 {
            width: 16.6667%;
            *width: 16.6357%;
        }

        .pure-u-md-1-5 {
            width: 20%;
            *width: 19.969%;
        }

        .pure-u-md-5-24 {
            width: 20.8333%;
            *width: 20.8023%;
        }

        .pure-u-md-1-4,
        .pure-u-md-6-24 {
            width: 25%;
            *width: 24.969%;
        }

        .pure-u-md-7-24 {
            width: 29.1667%;
            *width: 29.1357%;
        }

        .pure-u-md-1-3,
        .pure-u-md-8-24 {
            width: 33.3333%;
            *width: 33.3023%;
        }

        .pure-u-md-3-8,
        .pure-u-md-9-24 {
            width: 37.5%;
            *width: 37.469%;
        }

        .pure-u-md-2-5 {
            width: 40%;
            *width: 39.969%;
        }

        .pure-u-md-5-12,
        .pure-u-md-10-24 {
            width: 41.6667%;
            *width: 41.6357%;
        }

        .pure-u-md-11-24 {
            width: 45.8333%;
            *width: 45.8023%;
        }

        .pure-u-md-1-2,
        .pure-u-md-12-24 {
            width: 50%;
            *width: 49.969%;
        }

        .pure-u-md-13-24 {
            width: 54.1667%;
            *width: 54.1357%;
        }

        .pure-u-md-7-12,
        .pure-u-md-14-24 {
            width: 58.3333%;
            *width: 58.3023%;
        }

        .pure-u-md-3-5 {
            width: 60%;
            *width: 59.969%;
        }

        .pure-u-md-5-8,
        .pure-u-md-15-24 {
            width: 62.5%;
            *width: 62.469%;
        }

        .pure-u-md-2-3,
        .pure-u-md-16-24 {
            width: 66.6667%;
            *width: 66.6357%;
        }

        .pure-u-md-17-24 {
            width: 70.8333%;
            *width: 70.8023%;
        }

        .pure-u-md-3-4,
        .pure-u-md-18-24 {
            width: 75%;
            *width: 74.969%;
        }

        .pure-u-md-19-24 {
            width: 79.1667%;
            *width: 79.1357%;
        }

        .pure-u-md-4-5 {
            width: 80%;
            *width: 79.969%;
        }

        .pure-u-md-5-6,
        .pure-u-md-20-24 {
            width: 83.3333%;
            *width: 83.3023%;
        }

        .pure-u-md-7-8,
        .pure-u-md-21-24 {
            width: 87.5%;
            *width: 87.469%;
        }

        .pure-u-md-11-12,
        .pure-u-md-22-24 {
            width: 91.6667%;
            *width: 91.6357%;
        }

        .pure-u-md-23-24 {
            width: 95.8333%;
            *width: 95.8023%;
        }

        .pure-u-md-1,
        .pure-u-md-1-1,
        .pure-u-md-5-5,
        .pure-u-md-24-24 {
            width: 100%;
        }
    }

    @media screen and (min-width:60.0625em) {
        .pure-u-961-1-1,
        .pure-u-961-1,
        .pure-u-961-1-2,
        .pure-u-961-1-3,
        .pure-u-961-2-3,
        .pure-u-961-1-4,
        .pure-u-961-3-4,
        .pure-u-961-1-5,
        .pure-u-961-2-5,
        .pure-u-961-3-5,
        .pure-u-961-4-5,
        .pure-u-961-5-5,
        .pure-u-961-1-6,
        .pure-u-961-5-6,
        .pure-u-961-1-8,
        .pure-u-961-3-8,
        .pure-u-961-5-8,
        .pure-u-961-7-8,
        .pure-u-961-1-12,
        .pure-u-961-5-12,
        .pure-u-961-7-12,
        .pure-u-961-11-12,
        .pure-u-961-1-24,
        .pure-u-961-2-24,
        .pure-u-961-3-24,
        .pure-u-961-4-24,
        .pure-u-961-5-24,
        .pure-u-961-6-24,
        .pure-u-961-7-24,
        .pure-u-961-8-24,
        .pure-u-961-9-24,
        .pure-u-961-10-24,
        .pure-u-961-11-24,
        .pure-u-961-12-24,
        .pure-u-961-13-24,
        .pure-u-961-14-24,
        .pure-u-961-15-24,
        .pure-u-961-16-24,
        .pure-u-961-17-24,
        .pure-u-961-18-24,
        .pure-u-961-19-24,
        .pure-u-961-20-24,
        .pure-u-961-21-24,
        .pure-u-961-22-24,
        .pure-u-961-23-24,
        .pure-u-961-24-24 {
            display: inline-block;
            *display: inline;
            zoom: 1;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

        .pure-u-961-1-24 {
            width: 4.1667%;
            *width: 4.1357%;
        }

        .pure-u-961-1-12,
        .pure-u-961-2-24 {
            width: 8.3333%;
            *width: 8.3023%;
        }

        .pure-u-961-1-8,
        .pure-u-961-3-24 {
            width: 12.5%;
            *width: 12.469%;
        }

        .pure-u-961-1-6,
        .pure-u-961-4-24 {
            width: 16.6667%;
            *width: 16.6357%;
        }

        .pure-u-961-1-5 {
            width: 20%;
            *width: 19.969%;
        }

        .pure-u-961-5-24 {
            width: 20.8333%;
            *width: 20.8023%;
        }

        .pure-u-961-1-4,
        .pure-u-961-6-24 {
            width: 25%;
            *width: 24.969%;
        }

        .pure-u-961-7-24 {
            width: 29.1667%;
            *width: 29.1357%;
        }

        .pure-u-961-1-3,
        .pure-u-961-8-24 {
            width: 33.3333%;
            *width: 33.3023%;
        }

        .pure-u-961-3-8,
        .pure-u-961-9-24 {
            width: 37.5%;
            *width: 37.469%;
        }

        .pure-u-961-2-5 {
            width: 40%;
            *width: 39.969%;
        }

        .pure-u-961-5-12,
        .pure-u-961-10-24 {
            width: 41.6667%;
            *width: 41.6357%;
        }

        .pure-u-961-11-24 {
            width: 45.8333%;
            *width: 45.8023%;
        }

        .pure-u-961-1-2,
        .pure-u-961-12-24 {
            width: 50%;
            *width: 49.969%;
        }

        .pure-u-961-13-24 {
            width: 54.1667%;
            *width: 54.1357%;
        }

        .pure-u-961-7-12,
        .pure-u-961-14-24 {
            width: 58.3333%;
            *width: 58.3023%;
        }

        .pure-u-961-3-5 {
            width: 60%;
            *width: 59.969%;
        }

        .pure-u-961-5-8,
        .pure-u-961-15-24 {
            width: 62.5%;
            *width: 62.469%;
        }

        .pure-u-961-2-3,
        .pure-u-961-16-24 {
            width: 66.6667%;
            *width: 66.6357%;
        }

        .pure-u-961-17-24 {
            width: 70.8333%;
            *width: 70.8023%;
        }

        .pure-u-961-3-4,
        .pure-u-961-18-24 {
            width: 75%;
            *width: 74.969%;
        }

        .pure-u-961-19-24 {
            width: 79.1667%;
            *width: 79.1357%;
        }

        .pure-u-961-4-5 {
            width: 80%;
            *width: 79.969%;
        }

        .pure-u-961-5-6,
        .pure-u-961-20-24 {
            width: 83.3333%;
            *width: 83.3023%;
        }

        .pure-u-961-7-8,
        .pure-u-961-21-24 {
            width: 87.5%;
            *width: 87.469%;
        }

        .pure-u-961-11-12,
        .pure-u-961-22-24 {
            width: 91.6667%;
            *width: 91.6357%;
        }

        .pure-u-961-23-24 {
            width: 95.8333%;
            *width: 95.8023%;
        }

        .pure-u-961-1-1,
        .pure-u-961-1,
        .pure-u-961-5-5,
        .pure-u-961-24-24 {
            width: 100%;
        }
    }

    @media screen and (min-width:64em) {
        .pure-u-lg-1,
        .pure-u-lg-1-1,
        .pure-u-lg-1-2,
        .pure-u-lg-1-3,
        .pure-u-lg-2-3,
        .pure-u-lg-1-4,
        .pure-u-lg-3-4,
        .pure-u-lg-1-5,
        .pure-u-lg-2-5,
        .pure-u-lg-3-5,
        .pure-u-lg-4-5,
        .pure-u-lg-5-5,
        .pure-u-lg-1-6,
        .pure-u-lg-5-6,
        .pure-u-lg-1-8,
        .pure-u-lg-3-8,
        .pure-u-lg-5-8,
        .pure-u-lg-7-8,
        .pure-u-lg-1-12,
        .pure-u-lg-5-12,
        .pure-u-lg-7-12,
        .pure-u-lg-11-12,
        .pure-u-lg-1-24,
        .pure-u-lg-2-24,
        .pure-u-lg-3-24,
        .pure-u-lg-4-24,
        .pure-u-lg-5-24,
        .pure-u-lg-6-24,
        .pure-u-lg-7-24,
        .pure-u-lg-8-24,
        .pure-u-lg-9-24,
        .pure-u-lg-10-24,
        .pure-u-lg-11-24,
        .pure-u-lg-12-24,
        .pure-u-lg-13-24,
        .pure-u-lg-14-24,
        .pure-u-lg-15-24,
        .pure-u-lg-16-24,
        .pure-u-lg-17-24,
        .pure-u-lg-18-24,
        .pure-u-lg-19-24,
        .pure-u-lg-20-24,
        .pure-u-lg-21-24,
        .pure-u-lg-22-24,
        .pure-u-lg-23-24,
        .pure-u-lg-24-24 {
            display: inline-block;
            *display: inline;
            zoom: 1;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

        .pure-u-lg-1-24 {
            width: 4.1667%;
            *width: 4.1357%;
        }

        .pure-u-lg-1-12,
        .pure-u-lg-2-24 {
            width: 8.3333%;
            *width: 8.3023%;
        }

        .pure-u-lg-1-8,
        .pure-u-lg-3-24 {
            width: 12.5%;
            *width: 12.469%;
        }

        .pure-u-lg-1-6,
        .pure-u-lg-4-24 {
            width: 16.6667%;
            *width: 16.6357%;
        }

        .pure-u-lg-1-5 {
            width: 20%;
            *width: 19.969%;
        }

        .pure-u-lg-5-24 {
            width: 20.8333%;
            *width: 20.8023%;
        }

        .pure-u-lg-1-4,
        .pure-u-lg-6-24 {
            width: 25%;
            *width: 24.969%;
        }

        .pure-u-lg-7-24 {
            width: 29.1667%;
            *width: 29.1357%;
        }

        .pure-u-lg-1-3,
        .pure-u-lg-8-24 {
            width: 33.3333%;
            *width: 33.3023%;
        }

        .pure-u-lg-3-8,
        .pure-u-lg-9-24 {
            width: 37.5%;
            *width: 37.469%;
        }

        .pure-u-lg-2-5 {
            width: 40%;
            *width: 39.969%;
        }

        .pure-u-lg-5-12,
        .pure-u-lg-10-24 {
            width: 41.6667%;
            *width: 41.6357%;
        }

        .pure-u-lg-11-24 {
            width: 45.8333%;
            *width: 45.8023%;
        }

        .pure-u-lg-1-2,
        .pure-u-lg-12-24 {
            width: 50%;
            *width: 49.969%;
        }

        .pure-u-lg-13-24 {
            width: 54.1667%;
            *width: 54.1357%;
        }

        .pure-u-lg-7-12,
        .pure-u-lg-14-24 {
            width: 58.3333%;
            *width: 58.3023%;
        }

        .pure-u-lg-3-5 {
            width: 60%;
            *width: 59.969%;
        }

        .pure-u-lg-5-8,
        .pure-u-lg-15-24 {
            width: 62.5%;
            *width: 62.469%;
        }

        .pure-u-lg-2-3,
        .pure-u-lg-16-24 {
            width: 66.6667%;
            *width: 66.6357%;
        }

        .pure-u-lg-17-24 {
            width: 70.8333%;
            *width: 70.8023%;
        }

        .pure-u-lg-3-4,
        .pure-u-lg-18-24 {
            width: 75%;
            *width: 74.969%;
        }

        .pure-u-lg-19-24 {
            width: 79.1667%;
            *width: 79.1357%;
        }

        .pure-u-lg-4-5 {
            width: 80%;
            *width: 79.969%;
        }

        .pure-u-lg-5-6,
        .pure-u-lg-20-24 {
            width: 83.3333%;
            *width: 83.3023%;
        }

        .pure-u-lg-7-8,
        .pure-u-lg-21-24 {
            width: 87.5%;
            *width: 87.469%;
        }

        .pure-u-lg-11-12,
        .pure-u-lg-22-24 {
            width: 91.6667%;
            *width: 91.6357%;
        }

        .pure-u-lg-23-24 {
            width: 95.8333%;
            *width: 95.8023%;
        }

        .pure-u-lg-1,
        .pure-u-lg-1-1,
        .pure-u-lg-5-5,
        .pure-u-lg-24-24 {
            width: 100%;
        }
    }

    @media screen and (min-width:80em) {
        .pure-u-xl-1,
        .pure-u-xl-1-1,
        .pure-u-xl-1-2,
        .pure-u-xl-1-3,
        .pure-u-xl-2-3,
        .pure-u-xl-1-4,
        .pure-u-xl-3-4,
        .pure-u-xl-1-5,
        .pure-u-xl-2-5,
        .pure-u-xl-3-5,
        .pure-u-xl-4-5,
        .pure-u-xl-5-5,
        .pure-u-xl-1-6,
        .pure-u-xl-5-6,
        .pure-u-xl-1-8,
        .pure-u-xl-3-8,
        .pure-u-xl-5-8,
        .pure-u-xl-7-8,
        .pure-u-xl-1-12,
        .pure-u-xl-5-12,
        .pure-u-xl-7-12,
        .pure-u-xl-11-12,
        .pure-u-xl-1-24,
        .pure-u-xl-2-24,
        .pure-u-xl-3-24,
        .pure-u-xl-4-24,
        .pure-u-xl-5-24,
        .pure-u-xl-6-24,
        .pure-u-xl-7-24,
        .pure-u-xl-8-24,
        .pure-u-xl-9-24,
        .pure-u-xl-10-24,
        .pure-u-xl-11-24,
        .pure-u-xl-12-24,
        .pure-u-xl-13-24,
        .pure-u-xl-14-24,
        .pure-u-xl-15-24,
        .pure-u-xl-16-24,
        .pure-u-xl-17-24,
        .pure-u-xl-18-24,
        .pure-u-xl-19-24,
        .pure-u-xl-20-24,
        .pure-u-xl-21-24,
        .pure-u-xl-22-24,
        .pure-u-xl-23-24,
        .pure-u-xl-24-24 {
            display: inline-block;
            *display: inline;
            zoom: 1;
            letter-spacing: normal;
            word-spacing: normal;
            vertical-align: top;
            text-rendering: auto;
        }

        .pure-u-xl-1-24 {
            width: 4.1667%;
            *width: 4.1357%;
        }

        .pure-u-xl-1-12,
        .pure-u-xl-2-24 {
            width: 8.3333%;
            *width: 8.3023%;
        }

        .pure-u-xl-1-8,
        .pure-u-xl-3-24 {
            width: 12.5%;
            *width: 12.469%;
        }

        .pure-u-xl-1-6,
        .pure-u-xl-4-24 {
            width: 16.6667%;
            *width: 16.6357%;
        }

        .pure-u-xl-1-5 {
            width: 20%;
            *width: 19.969%;
        }

        .pure-u-xl-5-24 {
            width: 20.8333%;
            *width: 20.8023%;
        }

        .pure-u-xl-1-4,
        .pure-u-xl-6-24 {
            width: 25%;
            *width: 24.969%;
        }

        .pure-u-xl-7-24 {
            width: 29.1667%;
            *width: 29.1357%;
        }

        .pure-u-xl-1-3,
        .pure-u-xl-8-24 {
            width: 33.3333%;
            *width: 33.3023%;
        }

        .pure-u-xl-3-8,
        .pure-u-xl-9-24 {
            width: 37.5%;
            *width: 37.469%;
        }

        .pure-u-xl-2-5 {
            width: 40%;
            *width: 39.969%;
        }

        .pure-u-xl-5-12,
        .pure-u-xl-10-24 {
            width: 41.6667%;
            *width: 41.6357%;
        }

        .pure-u-xl-11-24 {
            width: 45.8333%;
            *width: 45.8023%;
        }

        .pure-u-xl-1-2,
        .pure-u-xl-12-24 {
            width: 50%;
            *width: 49.969%;
        }

        .pure-u-xl-13-24 {
            width: 54.1667%;
            *width: 54.1357%;
        }

        .pure-u-xl-7-12,
        .pure-u-xl-14-24 {
            width: 58.3333%;
            *width: 58.3023%;
        }

        .pure-u-xl-3-5 {
            width: 60%;
            *width: 59.969%;
        }

        .pure-u-xl-5-8,
        .pure-u-xl-15-24 {
            width: 62.5%;
            *width: 62.469%;
        }

        .pure-u-xl-2-3,
        .pure-u-xl-16-24 {
            width: 66.6667%;
            *width: 66.6357%;
        }

        .pure-u-xl-17-24 {
            width: 70.8333%;
            *width: 70.8023%;
        }

        .pure-u-xl-3-4,
        .pure-u-xl-18-24 {
            width: 75%;
            *width: 74.969%;
        }

        .pure-u-xl-19-24 {
            width: 79.1667%;
            *width: 79.1357%;
        }

        .pure-u-xl-4-5 {
            width: 80%;
            *width: 79.969%;
        }

        .pure-u-xl-5-6,
        .pure-u-xl-20-24 {
            width: 83.3333%;
            *width: 83.3023%;
        }

        .pure-u-xl-7-8,
        .pure-u-xl-21-24 {
            width: 87.5%;
            *width: 87.469%;
        }

        .pure-u-xl-11-12,
        .pure-u-xl-22-24 {
            width: 91.6667%;
            *width: 91.6357%;
        }

        .pure-u-xl-23-24 {
            width: 95.8333%;
            *width: 95.8023%;
        }

        .pure-u-xl-1,
        .pure-u-xl-1-1,
        .pure-u-xl-5-5,
        .pure-u-xl-24-24 {
            width: 100%;
        }
    }

    @font-face {
        font-family: 'fathead';
        src: url('../fonts/fathead.eot?7dothw');
        src: url('../fonts/fathead.eot?#iefix7dothw') format('embedded-opentype'), url('../fonts/fathead.ttf?7dothw') format('truetype'), url('../fonts/fathead.woff?7dothw') format('woff'), url('../fonts/fathead.svg?7dothw#fathead') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    [class^="fh-icon-"],
    [class*=" fh-icon-"] {
        font-family: 'fathead';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fh-icon-Addr-UI:before {
        content: "󩀪";
    }

    .fh-icon-Addr-UI-ACTIVE:before {
        content: "";
    }

    .fh-icon-Cart-UI:before {
        content: "";
    }

    .fh-icon-Check-UI:before {
        content: "󩁊";
    }

    .fh-icon-Check-UI-ACTIVE:before {
        content: "";
    }

    .fh-icon-PAY-UI:before {
        content: "󩀺";
    }

    .fh-icon-PAY-UI-ACTIVE:before {
        content: "";
    }

    .fh-icon-account:before {
        content: "";
    }

    .fh-icon-arrow-back:before {
        content: "";
    }

    .fh-icon-caret-down:before {
        content: "⌄";
    }

    .fh-icon-caret-left:before {
        content: "〈";
    }

    .fh-icon-caret-right:before {
        content: "〉";
    }

    .fh-icon-caret-up:before {
        content: "⌃";
    }

    .fh-icon-cart:before {
        content: "";
    }

    .fh-icon-chat:before {
        content: "";
    }

    .fh-icon-check:before {
        content: "";
    }

    .fh-icon-credit-card:before {
        content: "";
    }

    .fh-icon-filter:before {
        content: "";
    }

    .fh-icon-flag:before {
        content: "";
    }

    .fh-icon-gear:before {
        content: "";
    }

    .fh-icon-hamburger:before {
        content: "";
    }

    .fh-icon-happy:before {
        content: "";
    }

    .fh-icon-heart:before {
        content: "♥";
    }

    .fh-icon-info:before {
        content: "";
    }

    .fh-icon-mail:before {
        content: "";
    }

    .fh-icon-move-vertical:before {
        content: "";
    }

    .fh-icon-phone:before {
        content: "";
    }

    .fh-icon-question:before {
        content: "";
    }

    .fh-icon-search:before {
        content: "";
    }

    .fh-icon-secure:before {
        content: "";
    }

    .fh-icon-sort:before {
        content: "";
    }

    .fh-icon-star-empty:before {
        content: "";
    }

    .fh-icon-star-full:before {
        content: "";
    }

    .fh-icon-star-half:before {
        content: "";
    }

    .fh-icon-triangle-down:before {
        content: "";
    }

    .fh-icon-triangle-right:before {
        content: "";
    }

    .fh-icon-triangle-up:before {
        content: "";
    }

    .fh-icon-truck:before {
        content: "";
    }

    .fh-icon-truck-filled:before {
        content: "";
    }

    .fh-icon-warning:before {
        content: "";
    }

    .fh-icon-x:before {
        content: "";
    }

    .mm-hidden {
        display: none !important;
    }

    .mm-wrapper {
        overflow-x: hidden;
        position: relative;
    }

    .mm-menu,
    .mm-menu > .mm-panel {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .mm-menu {
        background: inherit;
        display: block;
        overflow: hidden;
        padding: 0;
    }

    .mm-panel {
        -webkit-transition: -webkit-transform .4s ease;
        -moz-transition: -moz-transform .4s ease;
        -ms-transition: -ms-transform .4s ease;
        -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

        .mm-panel.mm-opened {
            -webkit-transform: translate3d(0%, 0, 0);
            -moz-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
            -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
        }

        .mm-panel.mm-subopened {
            -webkit-transform: translate3d(-30%, 0, 0);
            -moz-transform: translate3d(-30%, 0, 0);
            -ms-transform: translate3d(-30%, 0, 0);
            -o-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
        }

        .mm-panel.mm-highest {
            z-index: 1;
        }

    .mm-menu > .mm-panel {
        background: inherit;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 0 20px;
    }

        .mm-menu > .mm-panel.mm-hasnavbar {
            padding-top: 40px;
        }

        .mm-menu > .mm-panel:before,
        .mm-menu > .mm-panel:after {
            content: '';
            display: block;
            height: 20px;
        }

    .mm-vertical .mm-panel {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .mm-vertical .mm-listview .mm-panel,
    .mm-listview .mm-vertical .mm-panel {
        display: none;
        padding: 10px 0 10px 10px;
    }

        .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
        .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
            border-color: transparent;
        }

    .mm-vertical li.mm-opened > .mm-panel,
    li.mm-vertical.mm-opened > .mm-panel {
        display: block;
    }

    .mm-vertical .mm-listview > li > .mm-next,
    .mm-listview > li.mm-vertical > .mm-next {
        height: 40px;
        bottom: auto;
    }

        .mm-vertical .mm-listview > li > .mm-next:after,
        .mm-listview > li.mm-vertical > .mm-next:after {
            top: 16px;
            bottom: auto;
        }

    .mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
    .mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mm-navbar {
        border-bottom: 1px solid transparent;
        text-align: center;
        line-height: 20px;
        height: 40px;
        padding: 0 40px;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

        .mm-navbar > a {
            text-decoration: none;
            display: block;
            padding: 10px 0;
        }

            .mm-navbar > a:hover {
                text-decoration: none;
            }

        .mm-navbar .mm-title {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .mm-navbar .mm-btn {
            box-sizing: border-box;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            z-index: 1;
        }

            .mm-navbar .mm-btn:first-child {
                padding-left: 20px;
                left: 0;
            }

            .mm-navbar .mm-btn:last-child {
                padding-right: 20px;
                right: 0;
            }

    .mm-listview,
    .mm-listview > li {
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
    }

    .mm-listview {
        font: inherit;
        font-size: 14px;
    }

        .mm-listview a,
        .mm-listview a:hover {
            text-decoration: none;
        }

        .mm-listview > li {
            position: relative;
        }

            .mm-listview > li > a,
            .mm-listview > li > span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: inherit;
                line-height: 20px;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0;
            }

                .mm-listview > li > a.mm-arrow,
                .mm-listview > li > span.mm-arrow {
                    padding-right: 50px;
                }

            .mm-listview > li:not(.mm-divider):after {
                content: '';
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .mm-listview > li:not(.mm-divider):after {
                left: 20px;
            }

        .mm-listview .mm-next {
            background: rgba(3, 2, 1, 0);
            width: 50px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
        }

            .mm-listview .mm-next:before {
                content: '';
                border-left-width: 1px;
                border-left-style: solid;
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
            }

            .mm-listview .mm-next + a,
            .mm-listview .mm-next + span {
                margin-right: 50px;
            }

            .mm-listview .mm-next.mm-fullsubopen {
                width: 100%;
            }

                .mm-listview .mm-next.mm-fullsubopen:before {
                    border-left: none;
                }

                .mm-listview .mm-next.mm-fullsubopen + a,
                .mm-listview .mm-next.mm-fullsubopen + span {
                    padding-right: 50px;
                    margin-right: 0;
                }

    .mm-menu > .mm-panel > .mm-listview {
        margin-left: -20px;
        margin-right: -20px;
    }

        .mm-menu > .mm-panel > .mm-listview.mm-first {
            margin-top: -20px;
        }

        .mm-menu > .mm-panel > .mm-listview.mm-last {
            padding-bottom: 20px;
        }

    .mm-prev:before,
    .mm-next:after,
    .mm-arrow:after {
        content: '';
        border: 2px solid transparent;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mm-prev:before {
        border-right: none;
        border-bottom: none;
        left: 20px;
    }

    .mm-next:after,
    .mm-arrow:after {
        border-top: none;
        border-left: none;
        right: 20px;
    }

    .mm-divider {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 10px;
        text-transform: uppercase;
        text-indent: 20px;
        line-height: 25px;
    }

    .mm-listview > li.mm-spacer {
        padding-top: 40px;
    }

        .mm-listview > li.mm-spacer > .mm-next {
            top: 40px;
        }

        .mm-listview > li.mm-spacer.mm-divider {
            padding-top: 25px;
        }

    .mm-menu {
        background: #f3f3f3;
        color: rgba(0, 0, 0, .7);
    }

        .mm-menu .mm-navbar {
            border-color: rgba(0, 0, 0, .1);
        }

            .mm-menu .mm-navbar > a {
                color: rgba(0, 0, 0, .3);
            }

            .mm-menu .mm-navbar .mm-btn:before,
            .mm-menu .mm-navbar .mm-btn:after {
                border-color: rgba(0, 0, 0, .3);
            }

        .mm-menu .mm-listview > li:after {
            border-color: rgba(0, 0, 0, .1);
        }

        .mm-menu .mm-listview > li .mm-prev:before,
        .mm-menu .mm-listview > li .mm-next:after,
        .mm-menu .mm-listview > li .mm-arrow:after {
            border-color: rgba(0, 0, 0, .3);
        }

        .mm-menu .mm-listview > li .mm-prev:after,
        .mm-menu .mm-listview > li .mm-next:before {
            border-color: rgba(0, 0, 0, .1);
        }

        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, .5);
        }

        .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
        .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
        .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(0, 0, 0, .05);
        }

        .mm-menu .mm-divider {
            background: rgba(0, 0, 0, .05);
        }

    .mm-page {
        box-sizing: border-box;
        position: relative;
    }

    .mm-slideout {
        -webkit-transition: -webkit-transform .4s ease;
        -ms-transition: -ms-transform .4s ease;
        transition: transform .4s ease;
    }

    html.mm-opened {
        overflow: hidden;
        position: relative;
    }

        html.mm-opened body {
            overflow: hidden;
        }

        html.mm-opened .mm-page {
            min-height: 100vh;
        }

    html.mm-background .mm-page {
        background: inherit;
    }

    #mm-blocker {
        background: rgba(3, 2, 1, 0);
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
    }

    html.mm-opened #mm-blocker,
    html.mm-blocking #mm-blocker {
        display: block;
    }

    .mm-menu.mm-offcanvas {
        display: none;
        position: fixed;
    }

    .mm-menu.mm-current {
        display: block;
    }

    .mm-menu {
        width: 80%;
        min-width: 140px;
        max-width: 440px;
    }

    html.mm-opening .mm-slideout {
        -webkit-transform: translate(80%, 0);
        -moz-transform: translate(80%, 0);
        -ms-transform: translate(80%, 0);
        -o-transform: translate(80%, 0);
        transform: translate(80%, 0);
    }

    @media all and (max-width:175px) {
        html.mm-opening .mm-slideout {
            -webkit-transform: translate(140px, 0);
            -moz-transform: translate(140px, 0);
            -ms-transform: translate(140px, 0);
            -o-transform: translate(140px, 0);
            transform: translate(140px, 0);
        }
    }

    @media all and (min-width:550px) {
        html.mm-opening .mm-slideout {
            -webkit-transform: translate(440px, 0);
            -moz-transform: translate(440px, 0);
            -ms-transform: translate(440px, 0);
            -o-transform: translate(440px, 0);
            transform: translate(440px, 0);
        }
    }

    .mm-menu.mm-top.mm-autoheight,
    .mm-menu.mm-bottom.mm-autoheight {
        max-height: 80%;
    }

        .mm-menu.mm-top.mm-autoheight.mm-fullscreen,
        .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
            max-height: 100%;
        }

    .mm-menu.mm-measureheight > .mm-panel {
        bottom: auto !important;
        height: auto !important;
    }

    em.mm-counter {
        font: inherit;
        font-size: 14px;
        font-style: normal;
        text-indent: 0;
        line-height: 20px;
        display: block;
        margin-top: -10px;
        position: absolute;
        right: 45px;
        top: 50%;
    }

        em.mm-counter + a.mm-next {
            padding-left: 40px;
        }

            em.mm-counter + a.mm-next + a,
            em.mm-counter + a.mm-next + span {
                margin-right: 90px;
            }

        em.mm-counter + a.mm-fullsubopen {
            padding-left: 0;
        }

    .mm-vertical > .mm-counter {
        top: 12px;
        margin-top: 0;
    }

    .mm-vertical.mm-spacer > .mm-counter {
        margin-top: 40px;
    }

    .mm-nosubresults > .mm-counter {
        display: none;
    }

    .mm-menu em.mm-counter {
        color: rgba(0, 0, 0, .3);
    }

    .mm-divider > span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        line-height: 25px;
    }

    .mm-divider.mm-opened a.mm-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mm-collapsed:not(.mm-uncollapsed) {
        display: none;
    }

    .mm-fixeddivider {
        background: inherit;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .mm-fixeddivider:after {
            content: none !important;
            display: none !important;
        }

    .mm-hasdividers .mm-fixeddivider {
        display: block;
    }

    .mm-menu .mm-fixeddivider span {
        background: rgba(0, 0, 0, .05);
    }

    html.mm-opened.mm-dragging .mm-menu,
    html.mm-opened.mm-dragging .mm-page,
    html.mm-opened.mm-dragging .mm-fixed-top,
    html.mm-opened.mm-dragging .mm-fixed-bottom,
    html.mm-opened.mm-dragging #mm-blocker {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }

    .mm-menu > .mm-navbar {
        background: inherit;
        padding: 0;
        z-index: 3;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .mm-menu > .mm-navbar.mm-hasbtns {
            padding: 0 40px;
        }

    .mm-navbar-bottom {
        border-top: 1px solid transparent;
        top: auto;
        border-bottom: none;
        bottom: 0;
    }

    .mm-navbar-2 > a,
    .mm-navbar-3 > a,
    .mm-navbar-4 > a,
    .mm-navbar-5 > a,
    .mm-navbar-6 > a {
        display: block;
        float: left;
    }

    .mm-navbar-2 > a {
        width: 50%;
    }

    .mm-navbar-3 > a {
        width: 33.33%;
    }

    .mm-navbar-4 > a {
        width: 25%;
    }

    .mm-navbar-5 > a {
        width: 20%;
    }

    .mm-navbar-6 > a {
        width: 16.66%;
    }

    .mm-close:after {
        content: 'x';
        text-align: right;
    }

    .mm-menu.mm-hassearch > .mm-navbar-top {
        top: 40px;
    }

    .mm-menu.mm-hasnavbar .mm-panel .mm-navbar {
        display: none;
    }

    .mm-menu.mm-hasnavbar-top .mm-panel,
    .mm-menu.mm-hasnavbar-top .mm-fixeddivider {
        top: 40px;
    }

    .mm-menu.mm-hasnavbar-top.mm-hassearch .mm-panel,
    .mm-menu.mm-hasnavbar-top.mm-hassearch .mm-fixeddivider {
        top: 80px;
    }

    .mm-menu.mm-hasnavbar-bottom .mm-panel,
    .mm-menu.mm-hasnavbar-bottom .mm-fixeddivider {
        bottom: 40px;
    }

    .mm-search,
    .mm-search input {
        box-sizing: border-box;
    }

    .mm-menu > .mm-search {
        background: inherit;
        z-index: 3;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mm-search {
        height: 40px;
        width: 100%;
        padding: 10px 10px 0 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .mm-search input {
            border: none;
            border-radius: 25px;
            font: inherit;
            font-size: 14px;
            line-height: 25px;
            outline: none;
            display: block;
            width: 100%;
            height: 25px;
            margin: 0;
            padding: 0 10px;
        }

            .mm-search input::-ms-clear {
                display: none;
            }

    .mm-panel.mm-hassearch {
        padding-top: 40px;
    }

        .mm-panel.mm-hassearch.mm-hasnavbar {
            padding-top: 80px;
        }

            .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
                top: 40px;
            }

    .mm-noresultsmsg {
        text-align: center;
        font-size: 21px;
        display: none;
        padding: 40px 0;
    }

    .mm-noresults .mm-noresultsmsg {
        display: block;
    }

    .mm-noresults .mm-indexer {
        display: none !important;
    }

    .mm-menu li.mm-nosubresults > a.mm-next {
        display: none;
    }

        .mm-menu li.mm-nosubresults > a.mm-next + a,
        .mm-menu li.mm-nosubresults > a.mm-next + span {
            padding-right: 10px;
        }

    .mm-menu.mm-hassearch .mm-panel,
    .mm-menu.mm-hassearch .mm-fixeddivider {
        top: 40px;
    }

    .mm-menu .mm-search input {
        background: rgba(0, 0, 0, .05);
        color: rgba(0, 0, 0, .7);
    }

    .mm-menu .mm-noresultsmsg {
        color: rgba(0, 0, 0, .3);
    }

    .mm-indexer {
        background: inherit;
        text-align: center;
        font-size: 12px;
        box-sizing: border-box;
        width: 20px;
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: -100px;
        z-index: 3;
        -webkit-transition: right .4s ease;
        -moz-transition: right .4s ease;
        -ms-transition: right .4s ease;
        -o-transition: right .4s ease;
        transition: right .4s ease;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .mm-indexer a {
            text-decoration: none;
            display: block;
            height: 3.71%;
        }

        .mm-indexer ~ .mm-panel.mm-hasindexer {
            padding-right: 40px;
        }

    .mm-hasindexer .mm-indexer {
        right: 0;
    }

    .mm-hasindexer .mm-fixeddivider {
        right: 20px;
    }

    .mm-hasnavbar-top .mm-indexer {
        top: 50px;
    }

    .mm-hasnavbar-bottom .mm-indexer {
        bottom: 50px;
    }

    .mm-hassearch .mm-indexer {
        top: 50px;
    }

    .mm-hassearch.mm-hasnavbar-top .mm-indexer {
        top: 90px;
    }

    .mm-menu .mm-indexer a {
        color: rgba(0, 0, 0, .3);
    }

    input.mm-toggle,
    input.mm-check {
        position: absolute;
        left: -10000px;
    }

    label.mm-toggle,
    label.mm-check {
        margin: 0;
        position: absolute;
        bottom: 50%;
        z-index: 2;
    }

        label.mm-toggle:before,
        label.mm-check:before {
            content: '';
            display: block;
        }

    label.mm-toggle {
        border-radius: 30px;
        width: 50px;
        height: 30px;
        margin-bottom: -15px;
    }

        label.mm-toggle:before {
            border-radius: 30px;
            width: 28px;
            height: 28px;
            margin: 1px;
        }

    input.mm-toggle:checked ~ label.mm-toggle:before {
        float: right;
    }

    label.mm-check {
        width: 30px;
        height: 30px;
        margin-bottom: -15px;
    }

        label.mm-check:before {
            border-left: 3px solid;
            border-bottom: 3px solid;
            width: 40%;
            height: 20%;
            margin: 25% 0 0 20%;
            opacity: .1;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    input.mm-check:checked ~ label.mm-check:before {
        opacity: 1;
    }

    label.mm-toggle,
    label.mm-check {
        right: 20px;
    }

        label.mm-toggle + a,
        label.mm-toggle + span {
            padding-right: 80px;
        }

        label.mm-check + a,
        label.mm-check + span {
            padding-right: 60px;
        }

    a.mm-next + label.mm-toggle,
    a.mm-next + label.mm-check {
        right: 60px;
    }

        a.mm-next + label.mm-toggle + a,
        a.mm-next + label.mm-toggle + span,
        a.mm-next + label.mm-check + a,
        a.mm-next + label.mm-check + span {
            margin-right: 50px;
        }

        a.mm-next + label.mm-toggle + a,
        a.mm-next + label.mm-toggle + span {
            padding-right: 70px;
        }

        a.mm-next + label.mm-check + a,
        a.mm-next + label.mm-check + span {
            padding-right: 50px;
        }

    em.mm-counter + a.mm-next + label.mm-toggle,
    em.mm-counter + a.mm-next + label.mm-check {
        right: 100px;
    }

        em.mm-counter + a.mm-next + label.mm-toggle + a,
        em.mm-counter + a.mm-next + label.mm-toggle + span,
        em.mm-counter + a.mm-next + label.mm-check + a,
        em.mm-counter + a.mm-next + label.mm-check + span {
            margin-right: 90px;
        }

    .mm-menu label.mm-toggle {
        background: rgba(0, 0, 0, .1);
    }

        .mm-menu label.mm-toggle:before {
            background: #f3f3f3;
        }

    .mm-menu input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

    .mm-menu label.mm-check:before {
        border-color: rgba(0, 0, 0, .7);
    }

    .mm-menu.mm-border-none .mm-listview > li:after,
    .mm-listview.mm-border-none > li:after {
        content: none;
    }

    .mm-menu.mm-border-full .mm-listview > li:after,
    .mm-listview.mm-border-full > li:after {
        left: 0 !important;
    }

    html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
        -webkit-transition: -webkit-transform .4s ease;
        -moz-transition: -moz-transform .4s ease;
        -ms-transition: -ms-transform .4s ease;
        -o-transition: -o-transform .4s ease;
        transition: transform .4s ease;
    }

    html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
        -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
        -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
        -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
        -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
        transform: scale(.7, .7) translate3d(-30%, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
        -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
        -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
        -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
        -o-transform: scale(1, 1) translate3d(0%, 0, 0);
        transform: scale(1, 1) translate3d(0%, 0, 0);
    }

    html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
        -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
        -moz-transform: scale(.7, .7) translate3d(30%, 0, 0);
        -ms-transform: scale(.7, .7) translate3d(30%, 0, 0);
        -o-transform: scale(.7, .7) translate3d(30%, 0, 0);
        transform: scale(.7, .7) translate3d(30%, 0, 0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }

    html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
        -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
        -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
        -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
        -o-transform: scale(1, 1) translate3d(0%, 0, 0);
        transform: scale(1, 1) translate3d(0%, 0, 0);
    }

    html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
        -webkit-transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
    }

    html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
        -webkit-transform: translate3d(-30%, 0, 0);
        -moz-transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
        -o-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
        -webkit-transform: translate3d(30%, 0, 0);
        -moz-transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
        -o-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }

    html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .mm-menu.mm-effect-zoom-panels .mm-panel {
        -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
        -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
        -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
        -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
        transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition-property: -webkit-transform, left;
        -moz-transition-property: -moz-transform, left;
        -ms-transition-property: -ms-transform, left;
        -o-transition-property: -o-transform, left;
        transition-property: transform, left;
    }

        .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
            -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
            -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
            -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
            -o-transform: scale(1, 1) translate3d(0%, 0, 0);
            transform: scale(1, 1) translate3d(0%, 0, 0);
        }

            .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
                -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
                -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
                -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
                -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
                transform: scale(.7, .7) translate3d(-30%, 0, 0);
            }

    .mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .mm-menu.mm-fullscreen {
        width: 100%;
        min-width: 140px;
        max-width: 10000px;
    }

    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(100%, 0);
        -moz-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    @media all and (max-width:140px) {
        html.mm-opening.mm-fullscreen .mm-slideout {
            -webkit-transform: translate(140px, 0);
            -moz-transform: translate(140px, 0);
            -ms-transform: translate(140px, 0);
            -o-transform: translate(140px, 0);
            transform: translate(140px, 0);
        }
    }

    @media all and (min-width:10000px) {
        html.mm-opening.mm-fullscreen .mm-slideout {
            -webkit-transform: translate(10000px, 0);
            -moz-transform: translate(10000px, 0);
            -ms-transform: translate(10000px, 0);
            -o-transform: translate(10000px, 0);
            transform: translate(10000px, 0);
        }
    }

    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    @media all and (max-width:140px) {
        html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
            -webkit-transform: translate(-140px, 0);
            -moz-transform: translate(-140px, 0);
            -ms-transform: translate(-140px, 0);
            -o-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
        }
    }

    @media all and (min-width:10000px) {
        html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
            -webkit-transform: translate(-10000px, 0);
            -moz-transform: translate(-10000px, 0);
            -ms-transform: translate(-10000px, 0);
            -o-transform: translate(-10000px, 0);
            transform: translate(-10000px, 0);
        }
    }

    .mm-menu.mm-fullscreen.mm-top,
    .mm-menu.mm-fullscreen.mm-bottom {
        height: 100%;
        min-height: 140px;
        max-height: 10000px;
    }

    html.mm-opened.mm-fullscreen .mm-page {
        box-shadow: none !important;
    }

    .mm-menu.mm-multiline .mm-listview > li > a,
    .mm-menu.mm-multiline .mm-listview > li > span,
    .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
    .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
        text-overflow: clip;
        white-space: normal;
    }

    .mm-menu.mm-pageshadow:after {
        content: "";
        display: block;
        width: 20px;
        height: 120%;
        position: absolute;
        left: 100%;
        top: -10%;
        z-index: 99;
    }

    .mm-menu.mm-pageshadow.mm-right:after {
        left: auto;
        right: 100%;
    }

    .mm-menu.mm-pageshadow.mm-next:after,
    .mm-menu.mm-pageshadow.mm-front:after {
        content: none;
        display: none;
    }

    .mm-menu.mm-pageshadow:after {
        box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    }

    .mm-menu.mm-top,
    .mm-menu.mm-bottom {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .mm-menu.mm-right {
        left: auto;
        right: 0;
    }

    .mm-menu.mm-bottom {
        top: auto;
        bottom: 0;
    }

    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-80%, 0);
        -moz-transform: translate(-80%, 0);
        -ms-transform: translate(-80%, 0);
        -o-transform: translate(-80%, 0);
        transform: translate(-80%, 0);
    }

    @media all and (max-width:175px) {
        html.mm-right.mm-opening .mm-slideout {
            -webkit-transform: translate(-140px, 0);
            -moz-transform: translate(-140px, 0);
            -ms-transform: translate(-140px, 0);
            -o-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
        }
    }

    @media all and (min-width:550px) {
        html.mm-right.mm-opening .mm-slideout {
            -webkit-transform: translate(-440px, 0);
            -moz-transform: translate(-440px, 0);
            -ms-transform: translate(-440px, 0);
            -o-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
        }
    }

    html.mm-front .mm-slideout {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        z-index: 0 !important;
    }

    .mm-menu.mm-front {
        z-index: 1;
    }

    .mm-menu.mm-front,
    .mm-menu.mm-next {
        -webkit-transition: -webkit-transform .4s ease;
        -ms-transition: -ms-transform .4s ease;
        transition: transform .4s ease;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

        .mm-menu.mm-front.mm-right,
        .mm-menu.mm-next.mm-right {
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            -o-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

    .mm-menu.mm-top {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .mm-menu.mm-bottom {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    html.mm-opening .mm-menu.mm-front,
    html.mm-opening .mm-menu.mm-next {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mm-menu.mm-top,
    .mm-menu.mm-bottom {
        height: 80%;
        min-height: 140px;
        max-height: 880px;
    }

    .mm-menu.mm-theme-dark {
        background: #333;
        color: rgba(255, 255, 255, .8);
    }

        .mm-menu.mm-theme-dark .mm-navbar {
            border-color: rgba(0, 0, 0, .15);
        }

            .mm-menu.mm-theme-dark .mm-navbar > a {
                color: rgba(255, 255, 255, .4);
            }

            .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
            .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
                border-color: rgba(255, 255, 255, .4);
            }

        .mm-menu.mm-theme-dark .mm-listview > li:after {
            border-color: rgba(0, 0, 0, .15);
        }

        .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
        .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
            border-color: rgba(255, 255, 255, .4);
        }

        .mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
        .mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
            border-color: rgba(0, 0, 0, .15);
        }

        .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
            background: rgba(0, 0, 0, .1);
        }

        .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(255, 255, 255, .05);
        }

        .mm-menu.mm-theme-dark .mm-divider {
            background: rgba(255, 255, 255, .05);
        }

        .mm-menu.mm-theme-dark label.mm-check:before {
            border-color: rgba(255, 255, 255, .8);
        }

        .mm-menu.mm-theme-dark em.mm-counter {
            color: rgba(255, 255, 255, .4);
        }

        .mm-menu.mm-theme-dark .mm-fixeddivider span {
            background: rgba(255, 255, 255, .05);
        }

    .mm-menu.mm-pageshadow.mm-theme-dark:after {
        box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    }

    .mm-menu.mm-theme-dark .mm-search input {
        background: rgba(255, 255, 255, .3);
        color: rgba(255, 255, 255, .8);
    }

    .mm-menu.mm-theme-dark .mm-noresultsmsg {
        color: rgba(255, 255, 255, .4);
    }

    .mm-menu.mm-theme-dark .mm-indexer a {
        color: rgba(255, 255, 255, .4);
    }

    .mm-menu.mm-theme-dark label.mm-toggle {
        background: rgba(0, 0, 0, .15);
    }

        .mm-menu.mm-theme-dark label.mm-toggle:before {
            background: #333;
        }

    .mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

    .mm-menu.mm-theme-white {
        background: #fff;
        color: rgba(0, 0, 0, .6);
    }

        .mm-menu.mm-theme-white .mm-navbar {
            border-color: rgba(0, 0, 0, .1);
        }

            .mm-menu.mm-theme-white .mm-navbar > a {
                color: rgba(0, 0, 0, .3);
            }

            .mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
            .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
                border-color: rgba(0, 0, 0, .3);
            }

        .mm-menu.mm-theme-white .mm-listview > li:after {
            border-color: rgba(0, 0, 0, .1);
        }

        .mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
        .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
            border-color: rgba(0, 0, 0, .3);
        }

        .mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
        .mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
            border-color: rgba(0, 0, 0, .1);
        }

        .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
            background: rgba(0, 0, 0, .05);
        }

        .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(0, 0, 0, .03);
        }

        .mm-menu.mm-theme-white .mm-divider {
            background: rgba(0, 0, 0, .03);
        }

        .mm-menu.mm-theme-white label.mm-check:before {
            border-color: rgba(0, 0, 0, .6);
        }

        .mm-menu.mm-theme-white em.mm-counter {
            color: rgba(0, 0, 0, .3);
        }

        .mm-menu.mm-theme-white .mm-fixeddivider span {
            background: rgba(0, 0, 0, .03);
        }

    .mm-menu.mm-pageshadow.mm-theme-white:after {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .mm-menu.mm-theme-white .mm-search input {
        background: rgba(0, 0, 0, .05);
        color: rgba(0, 0, 0, .6);
    }

    .mm-menu.mm-theme-white .mm-noresultsmsg {
        color: rgba(0, 0, 0, .3);
    }

    .mm-menu.mm-theme-white .mm-indexer a {
        color: rgba(0, 0, 0, .3);
    }

    .mm-menu.mm-theme-white label.mm-toggle {
        background: rgba(0, 0, 0, .1);
    }

        .mm-menu.mm-theme-white label.mm-toggle:before {
            background: #fff;
        }

    .mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

    .mm-menu.mm-theme-black {
        background: #000;
        color: rgba(255, 255, 255, .6);
    }

        .mm-menu.mm-theme-black .mm-navbar {
            border-color: rgba(255, 255, 255, .2);
        }

            .mm-menu.mm-theme-black .mm-navbar > a {
                color: rgba(255, 255, 255, .4);
            }

            .mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
            .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
                border-color: rgba(255, 255, 255, .4);
            }

        .mm-menu.mm-theme-black .mm-listview > li:after {
            border-color: rgba(255, 255, 255, .2);
        }

        .mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
        .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
        .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
            border-color: rgba(255, 255, 255, .4);
        }

        .mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
        .mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
            border-color: rgba(255, 255, 255, .2);
        }

        .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
        .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, .3);
        }

        .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
        .mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
        .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
        .mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
            background: rgba(255, 255, 255, .2);
        }

        .mm-menu.mm-theme-black .mm-divider {
            background: rgba(255, 255, 255, .2);
        }

        .mm-menu.mm-theme-black label.mm-check:before {
            border-color: rgba(255, 255, 255, .6);
        }

        .mm-menu.mm-theme-black em.mm-counter {
            color: rgba(255, 255, 255, .4);
        }

        .mm-menu.mm-theme-black .mm-fixeddivider span {
            background: rgba(255, 255, 255, .2);
        }

    .mm-menu.mm-pageshadow.mm-theme-black:after {
        content: none;
        display: none;
    }

    .mm-menu.mm-theme-black .mm-search input {
        background: rgba(255, 255, 255, .3);
        color: rgba(255, 255, 255, .6);
    }

    .mm-menu.mm-theme-black .mm-noresultsmsg {
        color: rgba(255, 255, 255, .4);
    }

    .mm-menu.mm-theme-black .mm-indexer a {
        color: rgba(255, 255, 255, .4);
    }

    .mm-menu.mm-theme-black label.mm-toggle {
        background: rgba(255, 255, 255, .2);
    }

        .mm-menu.mm-theme-black label.mm-toggle:before {
            background: #000;
        }

    .mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
        background: #4bd963;
    }

    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }

        .owl-carousel .owl-wrapper {
            display: none;
            position: relative;
            -webkit-transform: translate3d(0, 0, 0);
        }

        .owl-carousel .owl-wrapper-outer {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }

        .owl-carousel .owl-item {
            float: left;
        }

    .owl-controls .owl-page,
    .owl-controls .owl-buttons div {
        cursor: pointer;
    }

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .grabbing {
        cursor: url(grabbing.png) 8 8, move;
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .xdsoft_datetimepicker {
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
        background: #fff;
        border-bottom: 1px solid #bbb;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        color: #333;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 8px;
        padding-left: 0;
        padding-top: 2px;
        position: absolute;
        z-index: 9999;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

        .xdsoft_datetimepicker iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 75px;
            height: 210px;
            background: transparent;
            border: none;
        }

        .xdsoft_datetimepicker button {
            border: none !important;
        }

    .xdsoft_noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        .xdsoft_noselect::selection {
            background: transparent;
        }

        .xdsoft_noselect::-moz-selection {
            background: transparent;
        }

    .xdsoft_datetimepicker.xdsoft_inline {
        display: inline-block;
        position: static;
        box-shadow: none;
    }

    .xdsoft_datetimepicker * {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker,
    .xdsoft_datetimepicker .xdsoft_timepicker {
        display: none;
    }

        .xdsoft_datetimepicker .xdsoft_datepicker.active,
        .xdsoft_datetimepicker .xdsoft_timepicker.active {
            display: block;
        }

    .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 224px;
        float: left;
        margin-left: 8px;
    }

    .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
        width: 256px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 58px;
        float: left;
        text-align: center;
        margin-left: 8px;
        margin-top: 0;
    }

    .xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
        margin-top: 8px;
        margin-bottom: 3px;
    }

    .xdsoft_datetimepicker .xdsoft_mounthpicker {
        position: relative;
        text-align: center;
    }

    .xdsoft_datetimepicker .xdsoft_label i,
    .xdsoft_datetimepicker .xdsoft_prev,
    .xdsoft_datetimepicker .xdsoft_next,
    .xdsoft_datetimepicker .xdsoft_today_button {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
    }

    .xdsoft_datetimepicker .xdsoft_label i {
        opacity: .5;
        background-position: -92px -19px;
        display: inline-block;
        width: 9px;
        height: 20px;
        vertical-align: middle;
    }

    .xdsoft_datetimepicker .xdsoft_prev {
        float: left;
        background-position: -20px 0;
    }

    .xdsoft_datetimepicker .xdsoft_today_button {
        float: left;
        background-position: -70px 0;
        margin-left: 5px;
    }

    .xdsoft_datetimepicker .xdsoft_next {
        float: right;
        background-position: 0 0;
    }

    .xdsoft_datetimepicker .xdsoft_next,
    .xdsoft_datetimepicker .xdsoft_prev,
    .xdsoft_datetimepicker .xdsoft_today_button {
        background-color: transparent;
        background-repeat: no-repeat;
        border: 0 none;
        cursor: pointer;
        display: block;
        height: 30px;
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        outline: medium none;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-indent: 100%;
        white-space: nowrap;
        width: 20px;
        min-width: 0;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
        float: none;
        background-position: -40px -15px;
        height: 15px;
        width: 30px;
        display: block;
        margin-left: 14px;
        margin-top: 7px;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
        background-position: -40px 0;
        margin-bottom: 7px;
        margin-top: 0;
    }

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
        height: 151px;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
            background: #f5f5f5;
            border-top: 1px solid #ddd;
            color: #666;
            font-size: 12px;
            text-align: center;
            border-collapse: collapse;
            cursor: pointer;
            border-bottom-width: 0;
            height: 25px;
            line-height: 25px;
        }

            .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
                border-top-width: 0;
            }

    .xdsoft_datetimepicker .xdsoft_today_button:hover,
    .xdsoft_datetimepicker .xdsoft_next:hover,
    .xdsoft_datetimepicker .xdsoft_prev:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .xdsoft_datetimepicker .xdsoft_label {
        display: inline;
        position: relative;
        z-index: 9999;
        margin: 0;
        padding: 5px 3px;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        background-color: #fff;
        float: left;
        width: 182px;
        text-align: center;
        cursor: pointer;
    }

        .xdsoft_datetimepicker .xdsoft_label:hover > span {
            text-decoration: underline;
        }

        .xdsoft_datetimepicker .xdsoft_label:hover i {
            opacity: 1;
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
            border: 1px solid #ccc;
            position: absolute;
            right: 0;
            top: 30px;
            z-index: 101;
            display: none;
            background: #fff;
            max-height: 160px;
            overflow-y: hidden;
        }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
                right: -7px;
            }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
                right: 2px;
            }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
                color: #fff;
                background: #ff8000;
            }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
                padding: 2px 10px 2px 5px;
                text-decoration: none !important;
            }

                .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                    background: #3af;
                    box-shadow: #178fe5 0 1px 3px 0 inset;
                    color: #fff;
                    font-weight: 700;
                }

    .xdsoft_datetimepicker .xdsoft_month {
        width: 100px;
        text-align: right;
    }

    .xdsoft_datetimepicker .xdsoft_calendar {
        clear: both;
    }

    .xdsoft_datetimepicker .xdsoft_year {
        width: 48px;
        margin-left: 5px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar table {
        border-collapse: collapse;
        width: 100%;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td > div {
        padding-right: 5px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        height: 25px;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td,
    .xdsoft_datetimepicker .xdsoft_calendar th {
        width: 14.2857142%;
        background: #f5f5f5;
        border: 1px solid #ddd;
        color: #666;
        font-size: 12px;
        text-align: right;
        vertical-align: middle;
        padding: 0;
        border-collapse: collapse;
        cursor: pointer;
        height: 25px;
    }

    .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
    .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
        width: 12.5%;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        background: #f1f1f1;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
        color: #3af;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
        background: #ffe9d2;
        box-shadow: #ffb871 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
        background: #c1ffc9;
        box-shadow: #00dd1c 0 1px 4px 0 inset;
        color: #000;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #3af;
        box-shadow: #178fe5 0 1px 3px 0 inset;
        color: #fff;
        font-weight: 700;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
    .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        cursor: default;
    }

        .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
            opacity: .2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        }

    .xdsoft_datetimepicker .xdsoft_calendar td:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
        color: #fff !important;
        background: #ff8000 !important;
        box-shadow: none !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
        background: #3af !important;
        box-shadow: #178fe5 0 1px 3px 0 inset !important;
        color: #fff !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
        color: inherit !important;
        background: inherit !important;
        box-shadow: inherit !important;
    }

    .xdsoft_datetimepicker .xdsoft_calendar th {
        font-weight: 700;
        text-align: center;
        color: #999;
        cursor: default;
    }

    .xdsoft_datetimepicker .xdsoft_copyright {
        color: #ccc !important;
        font-size: 10px;
        clear: both;
        float: none;
        margin-left: 8px;
    }

        .xdsoft_datetimepicker .xdsoft_copyright a {
            color: #eee !important;
        }

            .xdsoft_datetimepicker .xdsoft_copyright a:hover {
                color: #aaa !important;
            }

    .xdsoft_time_box {
        position: relative;
        border: 1px solid #ccc;
    }

    .xdsoft_scrollbar > .xdsoft_scroller {
        background: #ccc !important;
        height: 20px;
        border-radius: 3px;
    }

    .xdsoft_scrollbar {
        position: absolute;
        width: 7px;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

    .xdsoft_scroller_box {
        position: relative;
    }

    .xdsoft_datetimepicker.xdsoft_dark {
        box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
        background: #000;
        border-bottom: 1px solid #444;
        border-left: 1px solid #333;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        color: #ccc;
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
            border-bottom: 1px solid #222;
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
                background: #0a0a0a;
                border-top: 1px solid #222;
                color: #999;
            }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
            background-color: #000;
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
                border: 1px solid #333;
                background: #000;
            }

                .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
                    color: #000;
                    background: #007fff;
                }

                .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                    background: #c50;
                    box-shadow: #b03e00 0 1px 3px 0 inset;
                    color: #000;
                }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
                background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
            }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
            background: #0a0a0a;
            border: 1px solid #222;
            color: #999;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
            background: #0e0e0e;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
            color: #c50;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
            background: #ffe9d2;
            box-shadow: #ffb871 0 1px 4px 0 inset;
            color: #000;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
            background: #c1ffc9;
            box-shadow: #00dd1c 0 1px 4px 0 inset;
            color: #000;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
            background: #c50;
            box-shadow: #b03e00 0 1px 3px 0 inset;
            color: #000;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
            color: #000 !important;
            background: #007fff !important;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
            color: #666;
        }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
            color: #333 !important;
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
                color: #111 !important;
            }

                .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
                    color: #555 !important;
                }

    .xdsoft_dark .xdsoft_time_box {
        border: 1px solid #333;
    }

    .xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
        background: #333 !important;
    }

    .xdsoft_datetimepicker .xdsoft_save_selected {
        display: block;
        border: 1px solid #ddd !important;
        margin-top: 5px;
        width: 100%;
        color: #454551;
        font-size: 13px;
    }

    .xdsoft_datetimepicker .blue-gradient-button {
        font-family: "museo-sans", "Book Antiqua", sans-serif;
        font-size: 12px;
        font-weight: 300;
        color: #82878c;
        height: 28px;
        position: relative;
        padding: 4px 17px 4px 33px;
        border: 1px solid #d7d8da;
        background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
        background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
        background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
        background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
        background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    }

        .xdsoft_datetimepicker .blue-gradient-button:hover,
        .xdsoft_datetimepicker .blue-gradient-button:focus,
        .xdsoft_datetimepicker .blue-gradient-button:hover span,
        .xdsoft_datetimepicker .blue-gradient-button:focus span {
            color: #454551;
            background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #fff));
            background: -webkit-linear-gradient(top, #f4f8fa 0%, #fff 73%);
            background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%);
            background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%);
            background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
        }
}

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400';

@font-face {
    font-family: 'Knockout';
    src: url("../fonts/Knockout-HTF29-JuniorLiteweight.eot");
    src: url("../fonts/Knockout-HTF29-JuniorLiteweight.eot?#iefix") format("embedded-opentype"),url("../fonts/Knockout-HTF29-JuniorLiteweight.woff") format("woff"),url("../fonts/Knockout-HTF29-JuniorLiteweight.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

body header.headA {
    background: white;
    box-shadow: none;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    position: relative;
    z-index: 5;
    height: 170px;
}

@media all and (max-width: 80rem) {
    body header.headA {
        height: auto;
    }
}

body header.headA #desktopPromo:not(.checkout-promo), body header.headA #mobilePromo {
    border: none;
}

body header.headA #desktopPromo {
    border: none;
    background-color: #f3f3f6;
}

    body header.headA #desktopPromo .promo {
        background: transparent;
    }

        body header.headA #desktopPromo .promo p {
            color: black !important;
            font-size: .78rem;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
        }

body header.headA .headerContainerWrap {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body header.headA .headerContainerWrap .fhContainer.headerContainer {
        position: static;
    }

        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop {
            padding: 0;
            max-width: 1300px;
            margin: 0 auto;
            width: 100%;
        }

            body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .logo {
                display: block;
                padding: 0;
                margin: 0 auto;
            }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .logo img {
                    max-width: 230px;
                }

            body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul {
                float: left;
                width: 100%;
            }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li {
                    float: left;
                    margin: 0.0;
                    box-sizing: border-box;
                    border-top: 3px solid white;
                    border-bottom: 3px solid white;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef, body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch {
                        position: relative;
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                        width: 100%;
                    }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef:after, body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch:after {
                            content: "Find Your fathead";
                            display: block;
                            color: grey;
                            font-size: 1rem;
                            font-family: "Roboto Condensed",sans-serif;
                            text-transform: uppercase;
                            position: absolute;
                            left: 10px;
                            font-size: 0.8rem;
                            left: 50px;
                            bottom: 12px;
                            font-weight: bold;
                            letter-spacing: 0.2px;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef.clicked .fa-angle-down {
                            -webkit-transition: all 250ms ease-in-out;
                            -moz-transition: all 250ms ease-in-out;
                            -ms-transition: all 250ms ease-in-out;
                            -o-transition: all 250ms ease-in-out;
                            transition: all 250ms ease-in-out;
                            -webkit-transform: rotate(-180deg);
                            transform: rotate(-180deg);
                            color: #235095;
                            -moz-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            -webkit-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef a i, body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch a i {
                            font-size: 1.4rem;
                            position: absolute;
                            font-weight: bold;
                            top: 1.5rem;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef a span, body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch a span {
                            display: block;
                            padding-left: 1.3rem;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.drpLef:hover a i {
                            color: #235095;
                            -moz-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            -webkit-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch:hover a i {
                            color: #235095;
                            -moz-transition: all 0.2s ease-in-out;
                            -o-transition: all 0.2s ease-in-out;
                            -webkit-transition: all 0.2s ease-in-out;
                            transition: all 0.2s ease-in-out;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li.isSearch a i {
                            font-size: 2rem;
                            top: 1.58rem;
                            left: 11.4px;
                        }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li a {
                        width: 100%;
                        padding: 1.8rem;
                        height: 100%;
                        color: black;
                        display: block;
                        font-family: 'Roboto Condensed', sans-serif;
                        text-transform: uppercase;
                        font-size: 1.4rem;
                        box-sizing: border-box;
                        position: relative;
                        padding-top: 1.5rem;
                    }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li a span {
                            font-weight: bold;
                        }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .lMen ul li:hover {
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

            body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap {
                position: absolute;
                width: 100%;
                left: 0;
                top: 7.5rem;
                display: none;
            }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap {
                    background-image: linear-gradient(to bottom, #2b5ea9, #235095);
                    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 5px 0 0 #3872cc;
                    padding: 1rem 0rem;
                    height: 135px;
                }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap:before, body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap:after {
                        content: "";
                        display: table;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap:after {
                        clear: both;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap i {
                        color: white;
                        float: left;
                        width: 7%;
                        min-width: 85px;
                        font-size: 4rem;
                        padding: 18px;
                        color: #97bdf8;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap .searchBarWrap input {
                        width: 90%;
                        float: left;
                        color: white;
                        background: transparent;
                        border: none;
                        font-size: 2.5rem;
                        font-family: "Roboto Condensed",sans-serif;
                        box-shadow: none;
                    }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .searchWrap ul {
                    background: white;
                    margin: 0;
                }

            body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .midLogo {
                position: relative;
            }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .midLogo .logo {
                    width: 208px;
                    height: 50px;
                    position: absolute;
                    left: 50%;
                    margin-left: -104px;
                    top: 50%;
                    margin-top: -25px;
                }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .midLogo .logo a {
                        display: block;
                        margin: 0 auto;
                    }

            body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul {
                float: right;
                width: 100%;
            }

                body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li {
                    float: right;
                    margin: 0;
                    border-top: 3px solid white;
                    border-bottom: 3px solid white;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li.drpRigh {
                        position: relative;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li span.cartAmount.cartAmount {
                        font-size: .8em;
                        font-weight: 400;
                        padding: 0.2rem;
                        position: absolute;
                        top: 0;
                        right: 0;
                        background-color: #e60;
                        border-radius: 50%;
                        width: 18px;
                        height: 18px;
                        top: 2.3rem;
                        margin-top: -8px;
                        text-align: center;
                        color: white;
                        font-size: 0.6rem;
                        font-weight: bold;
                        right: -16px;
                        text-indent: -1px;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li a {
                        width: 100%;
                        padding: 1.8rem 1.6rem;
                        height: 100%;
                        color: black;
                        display: block;
                        font-family: 'Roboto Condensed', sans-serif;
                        text-transform: uppercase;
                        font-size: 1rem;
                    }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li a i {
                            font-size: 1.4rem;
                            position: absolute;
                            top: 1.6rem;
                        }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li a span {
                            font-weight: bold;
                        }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li:hover {
                        -moz-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                    body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li.noHov {
                        position: relative;
                        margin-right: 1rem;
                    }

                        body header.headA .headerContainerWrap .fhContainer.headerContainer .headerTop .rMen ul li.noHov:hover {
                            border-color: transparent;
                        }

    body header.headA .headerContainerWrap.fix {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        position: fixed;
        width: 100%;
        background: white;
        top: 0;
    }

body header.headA .drpDown-cont.deskMen {
    background-image: linear-gradient(to bottom, #2b5ea9, #235095);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 2px 0 0 #3872cc,inset 0 -2px 0 0 #3872cc;
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 3px solid white;
    z-index: -1;
    bottom: -5px;
}

    body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown {
        margin: 0;
    }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li {
            margin: 0;
            float: left;
            width: 14.285%;
            border-top: none;
            box-sizing: border-box;
            border-left: 0px solid #214d8f;
            border-right: 1px solid #487ccc;
            height: auto;
            font-weight: normal;
            background: transparent;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
            border-bottom: none;
        }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:before, body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:after {
                content: "";
                display: table;
            }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:after {
                clear: both;
            }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:first-child {
                border-left: 2px solid #214d8f;
            }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li a {
                display: block;
                height: 100%;
                width: 100%;
                line-height: 3rem;
                color: white;
                font-weight: normal;
                text-transform: uppercase;
                font-family: 'Roboto Condensed', sans-serif;
                text-transform: uppercase;
                text-align: center;
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
            }

                body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li a:hover {
                    -webkit-transition: all 250ms ease-in-out;
                    -moz-transition: all 250ms ease-in-out;
                    -ms-transition: all 250ms ease-in-out;
                    -o-transition: all 250ms ease-in-out;
                    transition: all 250ms ease-in-out;
                    background-color: #2759a2;
                    border-bottom: none;
                    background: #012451;
                }

                body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li a i {
                    top: 5px;
                    color: #ffffff;
                    font-size: 1.8rem;
                    padding-top: 3px;
                    position: relative;
                    font-weight: normal;
                    left: -10px;
                }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:hover {
                border-right: 2px solid #032757;
            }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li .subMenWrap {
                display: none;
            }

            body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li.clicked {
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
                background-color: #2759a2;
                background-color: #012451;
                box-shadow: none;
            }

@media all and (max-width: 1110px) {
    body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-bottom: 2px solid #487ccc;
        border-left: none;
        width: 33.333%;
    }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li a i {
            left: 0;
            top: 0;
            padding: 1.5rem;
            display: block;
            font-size: 2rem;
        }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:first-child {
            border-left: none;
        }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 481px) {
    body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 50%;
    }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 300px) {
    body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border: none;
        width: 100%;
    }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:nth-child(odd) {
            border-left: none;
        }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:nth-child(even) {
            border-right: none;
        }

        body header.headA .drpDown-cont.deskMen .drpDown-act ul.drpDown li:last-child {
            border-right: none;
            width: 100%;
        }
}

body header.headA .drpDown-cont.deskMen.condense {
    background-image: linear-gradient(to bottom, #2b5ea9, #235095);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 2px 0 0 #3872cc,inset 0 0px 0 0 #3872cc;
    bottom: 8px;
}

    body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li {
        border-left: 1px solid #2a5ba4;
        border-bottom: none;
    }

        body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li:hover {
            border-right: 2px solid #356dc4;
        }

        body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li a {
            min-height: 1px;
            line-height: 2.4rem;
        }

            body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li a i {
                display: none;
            }

        body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap {
            position: absolute;
            width: 100%;
            left: 0;
            margin: 0;
            background: white;
            border-top: 2px solid black;
        }

            body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen {
                max-width: 1280px;
                margin: 0 auto;
                float: none;
                margin: 0 auto;
            }

                body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li {
                    float: none;
                    border: none;
                    box-shadow: none;
                    background: #235094;
                    position: relative;
                    -webkit-transition: all 250ms ease-in-out;
                    -moz-transition: all 250ms ease-in-out;
                    -ms-transition: all 250ms ease-in-out;
                    -o-transition: all 250ms ease-in-out;
                    transition: all 250ms ease-in-out;
                }

                    body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li:hover {
                        -webkit-transition: all 250ms ease-in-out;
                        -moz-transition: all 250ms ease-in-out;
                        -ms-transition: all 250ms ease-in-out;
                        -o-transition: all 250ms ease-in-out;
                        transition: all 250ms ease-in-out;
                    }

                        body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li:hover:after {
                            content: "\f0d9";
                            position: absolute;
                            height: 10px;
                            width: 10px;
                            font-family: Fontawesome;
                            color: white;
                            top: 0;
                            font-size: 1.2rem;
                            right: -3px;
                            top: 50%;
                            margin-top: -12px;
                        }

                    body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li a {
                        text-align: left;
                        box-shadow: none;
                        background: #235094;
                        text-align: left;
                        padding: 0.1rem 1rem;
                        -webkit-transition: all 100ms ease-in-out;
                        -moz-transition: all 100ms ease-in-out;
                        -ms-transition: all 100ms ease-in-out;
                        -o-transition: all 100ms ease-in-out;
                        transition: all 100ms ease-in-out;
                    }

                        body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li a:hover {
                            -webkit-transition: all 100ms ease-in-out;
                            -moz-transition: all 100ms ease-in-out;
                            -ms-transition: all 100ms ease-in-out;
                            -o-transition: all 100ms ease-in-out;
                            transition: all 100ms ease-in-out;
                            background: #102a63;
                        }

                    body header.headA .drpDown-cont.deskMen.condense .drpDown-act .drpDown li .subMenWrap .subMen li .subMenDet {
                        position: absolute;
                        width: 100%;
                        padding-left: 175px;
                    }

body header.headA .mobHeader {
    float: none;
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
}

    body header.headA .mobHeader:before, body header.headA .mobHeader:after {
        content: "";
        display: table;
    }

    body header.headA .mobHeader:after {
        clear: both;
    }

    body header.headA .mobHeader .row:before, body header.headA .mobHeader .row:after {
        content: "";
        display: table;
    }

    body header.headA .mobHeader .row:after {
        clear: both;
    }

    body header.headA .mobHeader .lMen {
        background: white;
        float: left;
        width: 30%;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        body header.headA .mobHeader .lMen img, body header.headA .mobHeader .lMen i {
            height: 36px;
            width: 36px;
            margin: 20px 10px;
            font-size: 1.8rem;
            padding: 0.4rem 0 0 0.6rem;
        }

    body header.headA .mobHeader .mobLogo {
        float: left;
        display: block;
        text-align: center;
        width: 40%;
        background: white;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        body header.headA .mobHeader .mobLogo img {
            width: 148px;
            height: 36px;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            background: #235095;
        }

    body header.headA .mobHeader .rMen {
        float: right;
        width: 30%;
        background: white;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        body header.headA .mobHeader .rMen i {
            height: 36px;
            width: 36px;
            margin: 20px 10px;
            float: right;
            font-size: 1.3rem;
            padding-top: 0.54rem;
        }

            body header.headA .mobHeader .rMen i.mobSearch {
                margin: 20px 0px;
            }

    body header.headA .mobHeader .drpDown-cont.mobMen {
        position: relative;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act {
            display: none;
        }

            body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown {
                background: #f3f3f6;
                margin: 0;
                overflow-x: hidden;
                overflow-y: scroll;
            }

                body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
                    margin: 0;
                    float: left;
                    width: 14.285%;
                    border-top: none;
                    box-sizing: border-box;
                    height: auto;
                    font-weight: normal;
                    background-image: linear-gradient(to bottom, #285aa3, #224f94);
                    border: solid 2px #204c8e;
                    -webkit-transition: all 200ms ease-in-out;
                    -moz-transition: all 200ms ease-in-out;
                    -ms-transition: all 200ms ease-in-out;
                    -o-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out;
                    border-bottom: none;
                }

@media all and (max-width: 1110px) {
    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-left: none;
        width: 33.333%;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:first-child {
            border-left: none;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 481px) {
    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 50%;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 300px) {
    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border: none;
        width: 100%;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:nth-child(odd) {
            border-left: none;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:nth-child(even) {
            border-right: none;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            border-right: none;
            width: 100%;
        }
}

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 133px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a:hover {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-color: #2759a2;
        border-bottom: none;
        background: #012451;
    }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a i {
        top: 0;
        color: #ffffff;
        display: block;
        font-size: 3rem;
        padding: 1.5rem;
        position: relative;
        font-weight: normal;
    }

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:hover {
    border-bottom: none;
    border-right: 2px solid #032757;
}

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li ul.mobSubMen {
    display: none;
    display: none;
}

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li ul.mobSubMen:before {
        display: none;
    }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li ul.mobSubMen:after {
        display: none;
    }

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li.clicked {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-color: #2759a2;
    border-bottom: none;
    background-color: #012451;
    border-bottom: none;
    box-shadow: none;
}

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:before {
    display: none;
}

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense:before {
    display: none;
}

body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li {
    display: none;
}

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li:before {
        display: none;
    }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li i {
        display: none;
        opacity: 0;
    }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li ul.mobSubMen {
        display: none;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li ul.mobSubMen:before {
            display: none;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li ul.mobSubMen:after {
            display: none;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li ul.mobSubMen li:before {
            display: none;
        }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li a.topLink {
        position: fixed;
        width: 100%;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li a.topLink.condense.clicked {
            background-color: #2759a2;
            border-bottom: none;
            background: #012451;
        }

    body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked {
        display: block;
        border-top: none;
        width: 100%;
        border-bottom: none;
        background: #012451;
    }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked i {
            display: none;
            opacity: 0;
        }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked a {
            height: auto;
            min-height: 0px;
            height: auto;
            min-height: 0px;
            padding: 1rem;
            font-weight: bold;
        }

            body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked a.topLink {
                position: fixed;
                width: 100%;
            }

                body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked a.topLink.condense.clicked {
                    background-color: #2759a2;
                    border-bottom: none;
                    background: #012451;
                }

        body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen {
            display: block;
            background: white;
            overflow-y: scroll;
            margin: 0;
            margin-top: 50px;
            border-top: 2px solid black;
        }

            body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen:before, body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen:after {
                content: "";
                display: table;
            }

            body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen:after {
                clear: both;
            }

            body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen li {
                width: 100%;
                display: block;
            }

                body header.headA .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown.condense li.clicked ul.mobSubMen li a {
                    padding: 1rem;
                    text-align: left;
                    height: auto;
                    min-height: 0px;
                }

@media all and (min-width: 80em) {
    body header.headA .mobHeader .drpDown-cont.mobMen {
        display: none !important;
    }
}

@media all and (max-width: 467px) {
    body header.headA .mobHeader .lMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        min-width: 47px;
        width: 15%;
    }
}

@media all and (max-width: 315px) {
    body header.headA .mobHeader .lMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 30%;
        min-width: 0px;
    }
}

@media all and (max-width: 467px) {
    body header.headA .mobHeader .mobLogo {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 55%;
    }
}

@media all and (max-width: 315px) {
    body header.headA .mobHeader .mobLogo {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 70%;
    }

        body header.headA .mobHeader .mobLogo img {
            max-width: 100%;
            height: 100%;
        }
}

@media all and (max-width: 350px) {
    body header.headA .mobHeader .rMen {
        width: 28%;
    }

        body header.headA .mobHeader .rMen i {
            margin-right: 0;
        }
}

@media all and (max-width: 315px) {
    body header.headA .mobHeader .rMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
        background: #235094;
        text-align: center;
    }

        body header.headA .mobHeader .rMen i {
            float: none;
            display: inline-block;
            margin: 10px;
            color: white;
        }
}

body header.headB {
    background: white;
    box-shadow: none;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
}

    body header.headB .mobHeader {
        float: none;
        width: 100%;
        background: white;
        position: fixed;
        top: 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    }

        body header.headB .mobHeader:before, body header.headB .mobHeader:after {
            content: "";
            display: table;
        }

        body header.headB .mobHeader:after {
            clear: both;
        }

        body header.headB .mobHeader .row:before, body header.headB .mobHeader .row:after {
            content: "";
            display: table;
        }

        body header.headB .mobHeader .row:after {
            clear: both;
        }

        body header.headB .mobHeader .lMen {
            background: white;
            float: left;
            width: 30%;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            body header.headB .mobHeader .lMen img, body header.headB .mobHeader .lMen i {
                height: 36px;
                width: 36px;
                margin: 20px 10px;
                font-size: 1.8rem;
                padding: 0.4rem 0 0 0.6rem;
            }

        body header.headB .mobHeader .mobLogo {
            float: left;
            display: block;
            text-align: center;
            width: 40%;
            background: white;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            body header.headB .mobHeader .mobLogo img {
                width: 148px;
                height: 36px;
                margin: 20px 0px;
                background: #235095;
            }

        body header.headB .mobHeader .rMen {
            float: right;
            width: 30%;
            background: white;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            body header.headB .mobHeader .rMen i {
                height: 36px;
                width: 36px;
                margin: 20px 10px;
                float: right;
                font-size: 1.3rem;
                padding-top: 0.54rem;
            }

                body header.headB .mobHeader .rMen i.mobSearch {
                    margin: 20px 0px;
                }

        body header.headB .mobHeader .drpDown-cont.mobMen {
            position: relative;
        }

            body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act {
                display: none;
            }

                body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act:before, body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act:after {
                    content: "";
                    display: table;
                }

                body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act:after {
                    clear: both;
                }

                body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown {
                    margin: 0;
                }

                    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown:before, body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown:after {
                        content: "";
                        display: table;
                    }

                    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown:after {
                        clear: both;
                    }

                    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
                        margin: 0;
                        float: left;
                        width: 14.285%;
                        border-top: none;
                        box-sizing: border-box;
                        height: auto;
                        font-weight: normal;
                        background-image: linear-gradient(to bottom, #285aa3, #224f94);
                        border: solid 2px #204c8e;
                        -webkit-transition: all 200ms ease-in-out;
                        -moz-transition: all 200ms ease-in-out;
                        -ms-transition: all 200ms ease-in-out;
                        -o-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        border-bottom: none;
                    }

@media all and (max-width: 1110px) {
    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-left: none;
        width: 33.333%;
    }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:first-child {
            border-left: none;
        }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 481px) {
    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 50%;
    }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 300px) {
    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border: none;
        border-bottom: 2px solid white;
        width: 100%;
    }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:nth-child(odd) {
            border-left: none;
        }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:nth-child(even) {
            border-right: none;
        }

        body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:last-child {
            border-right: none;
            width: 100%;
        }
}

body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 133px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a:hover {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-color: #2759a2;
        border-bottom: none;
        background: #012451;
    }

    body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li a i {
        top: 0;
        color: #ffffff;
        display: block;
        font-size: 3rem;
        padding: 1.5rem;
        position: relative;
        font-weight: normal;
    }

body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:hover {
    border-bottom: none;
    border-right: 2px solid #032757;
}

body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li .subMenWrap {
    display: none;
}

body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li.clicked {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-color: #2759a2;
    border-bottom: none;
    background-color: #012451;
    border-bottom: none;
    box-shadow: none;
}

body header.headB .mobHeader .drpDown-cont.mobMen .drpDown-act ul.drpDown li:before {
    display: none;
}

@media all and (min-width: 80em) {
    body header.headB .mobHeader .drpDown-cont.mobMen {
        display: none !important;
    }
}

body header.headB #desktopPromo:not(.checkout-promo), body header.headB #mobilePromo {
    border: none;
}

body header.headB #desktopPromo {
    border: none;
    background-color: #f3f3f6;
}

    body header.headB #desktopPromo .promo {
        background: transparent;
    }

        body header.headB #desktopPromo .promo p {
            color: black !important;
            font-size: .78rem;
            text-transform: uppercase;
            font-family: 'Roboto Condensed', sans-serif;
        }

body header.headB .headerContainerWrap {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body header.headB .headerContainerWrap .fhContainer.headerContainer {
        position: static;
    }

    body header.headB .headerContainerWrap.fix {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        position: fixed;
        width: 100%;
        background: white;
        top: 0;
    }

body header.headB .headerTop {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

    body header.headB .headerTop .logo {
        display: block;
        padding: 0;
        margin: 0 auto;
    }

        body header.headB .headerTop .logo img {
            max-width: 230px;
        }

    body header.headB .headerTop .lMen ul {
        float: left;
        width: 100%;
    }

        body header.headB .headerTop .lMen ul li {
            float: left;
            margin: 0;
            box-sizing: border-box;
            border-top: 3px solid white;
            border-bottom: 3px solid white;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            body header.headB .headerTop .lMen ul li.drpLef, body header.headB .headerTop .lMen ul li.isSearch {
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                body header.headB .headerTop .lMen ul li.drpLef.clicked .fa-angle-down {
                    -webkit-transition: all 250ms ease-in-out;
                    -moz-transition: all 250ms ease-in-out;
                    -ms-transition: all 250ms ease-in-out;
                    -o-transition: all 250ms ease-in-out;
                    transition: all 250ms ease-in-out;
                    -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg);
                    color: #235095;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                body header.headB .headerTop .lMen ul li.drpLef a i, body header.headB .headerTop .lMen ul li.isSearch a i {
                    font-size: 1.4rem;
                    position: absolute;
                    font-weight: bold;
                    top: 1.5rem;
                }

                body header.headB .headerTop .lMen ul li.drpLef a span, body header.headB .headerTop .lMen ul li.isSearch a span {
                    display: block;
                    padding-left: 1.3rem;
                }

                body header.headB .headerTop .lMen ul li.drpLef:hover a i {
                    color: #235095;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                body header.headB .headerTop .lMen ul li.isSearch:hover a i {
                    color: #235095;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                body header.headB .headerTop .lMen ul li.isSearch a i {
                    font-size: 1rem;
                    top: 1.68rem;
                }

            body header.headB .headerTop .lMen ul li a {
                width: 100%;
                padding: 1.8rem;
                height: 100%;
                color: black;
                display: block;
                font-family: 'Roboto Condensed', sans-serif;
                text-transform: uppercase;
                font-size: 1rem;
                box-sizing: border-box;
                position: relative;
            }

                body header.headB .headerTop .lMen ul li a span {
                    font-weight: bold;
                }

            body header.headB .headerTop .lMen ul li:hover {
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            body header.headB .headerTop .lMen ul li div.drpDown-cont {
                background-image: linear-gradient(to bottom, #2b5ea9, #235095);
                box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 5px 0 0 #3872cc;
                position: absolute;
                width: 100%;
                left: 0;
                border-top: 3px solid white;
                z-index: -1;
                border-bottom: 3px solid #012451;
            }

                body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown {
                    margin: 0;
                }

                    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown:before, body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown:after {
                        content: "";
                        display: table;
                    }

                    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown:after {
                        clear: both;
                    }

                    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li {
                        margin: 0;
                        float: left;
                        width: 14.285%;
                        border-top: none;
                        box-sizing: border-box;
                        border-left: 2px solid #032757;
                        border-right: 2px solid #356dc4;
                        height: auto;
                        font-weight: normal;
                        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 5px 0 0 #3872cc;
                        -webkit-transition: all 200ms ease-in-out;
                        -moz-transition: all 200ms ease-in-out;
                        -ms-transition: all 200ms ease-in-out;
                        -o-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out;
                        border-bottom: none;
                    }

                        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:before, body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:after {
                            content: "";
                            display: table;
                        }

                        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:after {
                            clear: both;
                        }

                        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:first-child {
                            border-left: 2px solid #032757;
                        }

@media all and (max-width: 1110px) {
    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border-bottom: 2px solid white;
        border-left: none;
        width: 33.333%;
    }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:first-child {
            border-left: none;
        }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:last-child {
            width: 100%;
        }
}

@media all and (max-width: 481px) {
    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        width: 50%;
    }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:nth-child(odd) {
            border-left: 2px solid white;
        }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:nth-child(even) {
            border-right: 2px solid white;
        }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:last-child {
            width: 100%;
            border-right: 2px solid white;
        }
}

@media all and (max-width: 300px) {
    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        border: none;
        border-bottom: 2px solid white;
        width: 100%;
    }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:nth-child(odd) {
            border-left: none;
        }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:nth-child(even) {
            border-right: none;
        }

        body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:last-child {
            border-right: none;
            width: 100%;
        }
}

body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li a {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 133px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li a:hover {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background-color: #2759a2;
        border-bottom: none;
        background: #012451;
    }

    body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li a i {
        top: 0;
        color: #ffffff;
        display: block;
        font-size: 3rem;
        padding: 1.5rem;
        padding-top: 0;
        position: relative;
        font-weight: normal;
    }

body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li:hover {
    border-bottom: none;
    border-right: 2px solid #032757;
}

body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li .subMenWrap {
    display: none;
}

body header.headB .headerTop .lMen ul li div.drpDown-cont .drpDown-act ul.drpDown li.clicked {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-color: #2759a2;
    border-bottom: none;
    background-color: #012451;
    border-bottom: none;
    box-shadow: none;
}

body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li {
    border-left: 1px solid #2a5ba4;
}

    body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li:hover {
        border-right: 2px solid #356dc4;
    }

    body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li a {
        padding: .8rem 0;
        min-height: 1px;
    }

        body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li a i {
            display: none;
        }

    body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap {
        position: absolute;
        width: 100%;
        left: 0;
        margin: 0;
        background: white;
    }

        body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen {
            max-width: 1280px;
            margin: 0 auto;
            float: none;
            margin: 0 auto;
        }

            body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li {
                float: none;
                border: none;
                box-shadow: none;
                background: #235094;
                position: relative;
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
            }

                body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li:hover {
                    -webkit-transition: all 250ms ease-in-out;
                    -moz-transition: all 250ms ease-in-out;
                    -ms-transition: all 250ms ease-in-out;
                    -o-transition: all 250ms ease-in-out;
                    transition: all 250ms ease-in-out;
                }

                    body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li:hover:after {
                        content: "\f0d9";
                        position: absolute;
                        height: 10px;
                        width: 10px;
                        font-family: Fontawesome;
                        color: white;
                        top: 0;
                        font-size: 1.2rem;
                        right: -3px;
                        top: 50%;
                        margin-top: -12px;
                    }

                body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li a {
                    text-align: left;
                    box-shadow: none;
                    background: #235094;
                    text-align: left;
                    padding: 0;
                    padding: 0.7rem 1rem;
                    -webkit-transition: all 100ms ease-in-out;
                    -moz-transition: all 100ms ease-in-out;
                    -ms-transition: all 100ms ease-in-out;
                    -o-transition: all 100ms ease-in-out;
                    transition: all 100ms ease-in-out;
                }

                    body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li a:hover {
                        -webkit-transition: all 100ms ease-in-out;
                        -moz-transition: all 100ms ease-in-out;
                        -ms-transition: all 100ms ease-in-out;
                        -o-transition: all 100ms ease-in-out;
                        transition: all 100ms ease-in-out;
                        background: #102a63;
                    }

                body header.headB .headerTop .lMen ul li div.drpDown-cont.condense .drpDown-act .drpDown li .subMenWrap .subMen li .subMenDet {
                    position: absolute;
                    width: 100%;
                    padding-left: 175px;
                }

body header.headB .headerTop .lMen ul li .searchWrap {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}

    body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap {
        background-image: linear-gradient(to bottom, #2b5ea9, #235095);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22),inset 0 5px 0 0 #3872cc;
        padding: 1rem 0rem;
        height: 135px;
    }

        body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap:before, body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap:after {
            content: "";
            display: table;
        }

        body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap:after {
            clear: both;
        }

        body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap i {
            color: white;
            float: left;
            width: 7%;
            min-width: 85px;
            font-size: 4rem;
            padding: 18px;
            color: #97bdf8;
        }

        body header.headB .headerTop .lMen ul li .searchWrap .searchBarWrap input {
            width: 90%;
            float: left;
            color: white;
            background: transparent;
            border: none;
            font-size: 2.5rem;
            font-family: "Roboto Condensed",sans-serif;
            box-shadow: none;
        }

    body header.headB .headerTop .lMen ul li .searchWrap ul {
        background: white;
        margin: 0;
    }

body header.headB .headerTop .midLogo {
    position: relative;
}

    body header.headB .headerTop .midLogo .logo {
        width: 208px;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -104px;
        top: 50%;
        margin-top: -25px;
    }

        body header.headB .headerTop .midLogo .logo a {
            display: block;
            margin: 0 auto;
        }

body header.headB .headerTop .rMen ul {
    float: right;
    width: 100%;
}

    body header.headB .headerTop .rMen ul li {
        float: right;
        margin: 0;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        body header.headB .headerTop .rMen ul li.drpRigh {
            position: relative;
        }

        body header.headB .headerTop .rMen ul li span.cartAmount.cartAmount {
            font-size: .8em;
            font-weight: 400;
            padding: 0.2rem;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #e60;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            top: 2.3rem;
            margin-top: -8px;
            text-align: center;
            color: white;
            font-size: 0.6rem;
            font-weight: bold;
            right: -16px;
            text-indent: -1px;
        }

        body header.headB .headerTop .rMen ul li a {
            width: 100%;
            padding: 1.8rem 1.6rem;
            height: 100%;
            color: black;
            display: block;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
            font-size: 1rem;
        }

            body header.headB .headerTop .rMen ul li a i {
                font-size: 1.4rem;
                position: absolute;
                top: 1.6rem;
            }

            body header.headB .headerTop .rMen ul li a span {
                font-weight: bold;
            }

        body header.headB .headerTop .rMen ul li:hover {
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        body header.headB .headerTop .rMen ul li.noHov {
            position: relative;
            margin-right: 1rem;
        }

            body header.headB .headerTop .rMen ul li.noHov:hover {
                border-color: transparent;
            }

@media all and (max-width: 467px) {
    body header.headB .mobHeader .lMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        min-width: 47px;
        width: 15%;
    }
}

@media all and (max-width: 315px) {
    body header.headB .mobHeader .lMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 30%;
        min-width: 0px;
    }
}

@media all and (max-width: 467px) {
    body header.headB .mobHeader .mobLogo {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 55%;
    }
}

@media all and (max-width: 315px) {
    body header.headB .mobHeader .mobLogo {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 70%;
    }

        body header.headB .mobHeader .mobLogo img {
            max-width: 100%;
            height: 100%;
        }
}

@media all and (max-width: 315px) {
    body header.headB .mobHeader .rMen {
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
        background: #244e95;
        text-align: center;
    }

        body header.headB .mobHeader .rMen i {
            float: none;
            display: inline-block;
            margin: 10px;
            color: white;
        }
}

body .homeHero {
    background: url("../img/NFL-Banner.jpg") center no-repeat;
    background-size: cover;
    height: 670px;
    width: 100%;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

@media all and (max-width: 80em) {
    body .homeHero {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        height: 300px;
    }
}

body .homeHero .copyWrap {
    position: relative;
}

    body .homeHero .copyWrap:before, body .homeHero .copyWrap:after {
        content: "";
        display: table;
    }

    body .homeHero .copyWrap:after {
        clear: both;
    }

    body .homeHero .copyWrap .bannerCopy h1, body .homeHero .copyWrap .bannerCopy h4 {
        color: #000;
    }

    body .homeHero .copyWrap .bannerCopy a {
        border: 2px solid #000;
        color: #000;
        width: 100%;
    }

@media screen and (max-width: 60em) {
    body .homeHero .copyWrap .bannerCopy h1, body .homeHero .copyWrap .bannerCopy h4 {
        color: #000;
    }

    body .homeHero .copyWrap .bannerCopy a {
        border: 2px solid #000;
        color: #000;
    }

    body .homeHero .copyWrap .bannerCopy {
        text-align: center;
    }
}

body .homeHero .copyWrap .bannerCopy {
    max-width: 350px;
    position: absolute;
    top: 200px;
    width: 43%;
    padding: 2rem;
    text-align: left;
    font-family: "Roboto Condensed",sans-serif;
}

@media all and (max-width: 80em) {
    body .homeHero .copyWrap .bannerCopy a.fh-button {
        width: 100% !important;
        display: block;
    }
}

body .homeHero .copyWrap .bannerCopy.light h1, body .homeHero .copyWrap .bannerCopy.light h4, body .homeHero .copyWrap .bannerCopy.light i, body .homeHero .copyWrap .bannerCopy.light a {
    color: white;
    border-color: white;
}

body .homeHero .copyWrap .bannerCopy.dark h1, body .homeHero .copyWrap .bannerCopy.dark h4, body .homeHero .copyWrap .bannerCopy.dark i, body .homeHero .copyWrap .bannerCopy.dark a {
    color: black;
    border-color: black;
}

body .homeHero .copyWrap .bannerCopy.rightAlign {
    text-align: right;
    right: 0;
}

body .homeHero .copyWrap .bannerCopy.leftAlign {
    text-align: left;
    left: 0;
}

@media all and (max-width: 80rem) {
    body .homeHero .copyWrap .bannerCopy {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
        text-align: center !important;
    }
}

body section .headlineWrap {
    padding: 2rem;
}

    body section .headlineWrap h2 {
        font-family: "Roboto Condensed",sans-serif;
        font-size: 2.6rem;
        color: #295ba7;
        font-weight: bold;
        text-align: center;
    }

    body section .headlineWrap h3 {
        font-family: "Roboto",sans-serif;
        text-align: center;
        font-weight: 100;
        color: #1e1e1e;
        font-size: 1.6rem;
    }

body .sliderWrap .homeBackHead text {
    color: #e0e2ea;
    text-shadow: inset 0 3px 3px 0 rgba(105,121,134,0.25);
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 10rem;
    font-family: 'Knockout';
    color: rgba(224,226,234,0.8);
    text-shadow: 1px 4px 6px white, 0 0 0 #919191, 1px 4px 6px white;
}

body .sliderWrap .actSlider {
    width: 100%;
    margin-top: -4rem;
}

    body .sliderWrap .actSlider .slick-next {
        position: absolute;
        top: 50%;
        width: 70px;
        height: 130px;
        margin-top: -65px;
        color: transparent;
        background: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
    }

        body .sliderWrap .actSlider .slick-next:before {
            content: "\f054";
            font-size: 2rem;
            font-family: 'Fontawesome';
            font-size: 4rem;
            text-align: right;
            right: 0;
            position: absolute;
        }

@media all and (max-width: 900px) {
    body .sliderWrap .actSlider .slick-next:before {
        font-size: 2rem;
    }
}

body .sliderWrap .actSlider .slick-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 130px;
    margin-top: -65px;
    color: transparent;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

    body .sliderWrap .actSlider .slick-prev:before {
        content: "\f053";
        font-size: 2rem;
        font-family: 'Fontawesome';
        font-size: 4rem;
        text-align: left;
        position: absolute;
    }

@media all and (max-width: 900px) {
    body .sliderWrap .actSlider .slick-prev:before {
        font-size: 2rem;
    }
}

body .sliderWrap .actSlider .slick-track {
    padding: 2rem 0px;
}

body .sliderWrap .actSlider .slick-slide {
    margin: 1rem;
    margin: 1rem 0rem;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(168,168,168,0.54);
    -moz-box-shadow: 0px 0px 16px 3px rgba(168,168,168,0.54);
    box-shadow: 0px 0px 16px 3px rgba(168,168,168,0.54);
}

    body .sliderWrap .actSlider .slick-slide:nth-child(odd) {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    body .sliderWrap .actSlider .slick-slide:nth-child(even) {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    body .sliderWrap .actSlider .slick-slide:nth-child(3n) {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    body .sliderWrap .actSlider .slick-slide span {
        background: white;
        width: 300px;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        border: 4px solid white;
    }

        body .sliderWrap .actSlider .slick-slide span img {
            width: 100%;
            opacity: .7;
            height: 100%;
        }

    body .sliderWrap .actSlider .slick-slide.slick-current {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        z-index: 1;
        position: relative;
    }

        body .sliderWrap .actSlider .slick-slide.slick-current.slick-active.slick-center span {
            background: white;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

            body .sliderWrap .actSlider .slick-slide.slick-current.slick-active.slick-center span img {
                opacity: 1;
            }

body .sliderWrap .navSlider {
    width: 100%;
    margin-top: -75px;
}

    body .sliderWrap .navSlider .slick-slide {
        background: transparent;
        height: 120px;
        margin: 1rem;
        width: 120px;
        opacity: .5;
        margin-top: 75px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

        body .sliderWrap .navSlider .slick-slide .slide-cta {
            display: none;
        }

        body .sliderWrap .navSlider .slick-slide img {
            display: block;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }

        body .sliderWrap .navSlider .slick-slide.slick-current.slick-active.slick-center {
            -webkit-transition: all 150ms ease-in-out;
            -moz-transition: all 150ms ease-in-out;
            -ms-transition: all 150ms ease-in-out;
            -o-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
            opacity: 1;
            margin-top: 10px;
        }

            body .sliderWrap .navSlider .slick-slide.slick-current.slick-active.slick-center img {
                box-shadow: 0 6px 6px 0 #dbe0e4;
            }

            body .sliderWrap .navSlider .slick-slide.slick-current.slick-active.slick-center .slide-cta {
                display: block;
                font-family: Roboto;
                font-size: 24px;
                font-weight: normal;
                font-style: normal;
                font-stretch: condensed;
                text-align: center;
                text-transform: uppercase;
                color: #295ba7;
                padding-top: 1rem;
            }

                body .sliderWrap .navSlider .slick-slide.slick-current.slick-active.slick-center .slide-cta span.strong {
                    font-weight: bold;
                }

body .revWrap .fhContainer {
    padding: 1.8rem 1rem;
}

    body .revWrap .fhContainer:before, body .revWrap .fhContainer:after {
        content: "";
        display: table;
    }

    body .revWrap .fhContainer:after {
        clear: both;
    }

    body .revWrap .fhContainer .revLef {
        float: left;
        width: 35%;
    }

        body .revWrap .fhContainer .revLef ul {
            width: 100%;
            text-align: center;
        }

            body .revWrap .fhContainer .revLef ul li {
                display: inline-block;
            }

                body .revWrap .fhContainer .revLef ul li:before {
                    display: none;
                }

                body .revWrap .fhContainer .revLef ul li i {
                    font-size: 2rem;
                    color: #ff9000;
                }

        body .revWrap .fhContainer .revLef h4 {
            font-family: "Roboto Condensed", sans-serif;
            text-align: center;
        }

        body .revWrap .fhContainer .revLef h5 {
            font-family: "Roboto Condensed", sans-serif;
            text-align: center;
            color: #4f555b;
            text-transform: capitalize;
            font-size: .9rem;
        }

@media all and (max-width: 970px) {
    body .revWrap .fhContainer .revLef {
        width: 100%;
        float: none;
        padding: 1.2rem 1.5rem;
    }
}

body .revWrap .fhContainer .revRight {
    float: left;
    width: 65%;
    padding: 0 1.5rem;
}

    body .revWrap .fhContainer .revRight h4 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        font-weight: 100;
        font-size: 1rem;
        position: relative;
        line-height: 1.4rem;
        padding-top: 1.4rem;
    }

        body .revWrap .fhContainer .revRight h4 span {
            right: 0;
            bottom: 0;
            position: absolute;
            font-weight: bold;
        }

@media all and (max-width: 970px) {
    body .revWrap .fhContainer .revRight {
        width: 100%;
        float: none;
        padding: 1.2rem 1.5rem;
    }

        body .revWrap .fhContainer .revRight h4 {
            text-align: center;
        }

            body .revWrap .fhContainer .revRight h4 span {
                position: relative;
            }
}

body .coutWrap {
    text-align: center;
    padding: 1.5rem 0;
}

@media all and (max-width: 1200px) {
    body .coutWrap {
        padding: 3rem;
    }
}

body .coutWrap .cout {
    display: inline-block;
    max-width: 400px;
    height: 453px;
    width: 30%;
    margin: 0 2rem;
}

@media all and (max-width: 1415px) {
    body .coutWrap .cout {
        margin: 0 1rem;
    }
}

@media all and (max-width: 1200px) {
    body .coutWrap .cout {
        width: 100%;
        max-width: 100%;
        margin: .5rem 0;
    }
}

body .coutWrap .cout .atvImg {
    max-width: 400px;
    height: 453px;
    width: 100%;
}

body .coutWrap .cout .coutConWrap {
    padding: 1.5rem 1.5rem;
}

    body .coutWrap .cout .coutConWrap h2 {
        margin: 0;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 2rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ff441b;
        text-shadow: 2px 2px 0 #ffffff;
        text-transform: capitalize;
        font-weight: bold;
        padding-bottom: 1rem;
    }

    body .coutWrap .cout .coutConWrap h4 {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.23;
        text-align: center;
        color: #1e1e1e;
    }

@media all and (max-width: 800px) {
    body .coutWrap .cout {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 500px) {
    body .coutWrap .cout {
        width: 100%;
        max-width: 100%;
    }
}

body .coutWrap .cout:nth-child(1) h2 {
    color: #ff441b;
}

body .coutWrap .cout:nth-child(2) h2 {
    color: #295ba7;
}

body .coutWrap .cout:nth-child(3) h2 {
    color: #ff2e40;
}

body .topSellWrap .homeBackHead {
    position: relative;
}

    body .topSellWrap .homeBackHead a {
        font-family: "Knockout",sans-serif;
        position: absolute;
        margin-left: -220px;
        left: 50%;
        width: 440px;
        text-align: center;
        padding: 1rem;
        text-transform: uppercase;
        font-size: 3.5rem;
        top: 50%;
        margin-top: -61px;
        text-shadow: 0 0 4px rgba(255,255,255,0.5),0 2px 4px #fff;
    }

@media all and (max-width: 628px) {
    body .topSellWrap .homeBackHead a {
        width: 100%;
        left: 0;
        margin: 0;
        top: 0;
        position: relative;
        display: block;
        height: auto;
    }
}

body .topSellWrap .homeBackHead a i {
    color: #7f8799;
    font-size: 2.2rem;
    margin-top: 14px;
    float: right;
}

body .topSellWrap .homeBackHead text {
    color: #e0e2ea;
    text-shadow: inset 0 3px 3px 0 rgba(105,121,134,0.25);
    height: 168.2px;
    height: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 10rem;
    font-size: 19.2rem;
    margin-bottom: 0;
    font-family: 'Knockout';
    color: rgba(224,226,234,0.8);
    text-shadow: 1px 4px 6px white, 0 0 0 #919191, 1px 4px 6px white;
}

body .topSellWrap .skewGallWrap {
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    max-width: 1280px;
    margin: 0 auto;
}

    body .topSellWrap .skewGallWrap .gallery_content .gallery_item {
        border-left: 6px solid white;
        border-right: 6px solid white;
    }

body .vidWrap {
    position: relative;
    width: 100%;
    max-height: 960px;
    overflow: hidden;
    padding-top: 4rem;
}

    body .vidWrap .vidCon {
        width: 100%;
        max-width: 1280px;
        left: 0;
        right: 0;
        top: 10%;
        margin: 0 auto;
        position: absolute;
    }

        body .vidWrap .vidCon .vidAct {
            max-width: 355px;
            padding: 1.5rem 0;
            color: white;
        }

            body .vidWrap .vidCon .vidAct h2 {
                color: white;
                font-family: 'Knockout';
                color: #235095;
                font-size: 3.5rem;
                font-weight: normal;
            }

            body .vidWrap .vidCon .vidAct p {
                color: white;
                font-family: 'Knockout';
                color: #636675;
                font-size: 2rem;
            }

    body .vidWrap video {
        width: 100%;
    }

body .fhHero {
    width: 100%;
    height: 302px;
    background: url("https://lh5.ggpht.com/w8vlt89U83TIzbDNDRdGBmFh3kS9wJthH3l8awOXRIx-CRSZ8aKtubFip8O7Mz7nABk=h900") center no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: 0px 11px 76px 0px rgba(145,145,145,0.3);
    -moz-box-shadow: 0px 11px 76px 0px rgba(145,145,145,0.3);
    box-shadow: 0px 11px 76px 0px rgba(145,145,145,0.3);
}

    body .fhHero .leaImg {
        width: 130px;
        height: 260px;
        position: absolute;
        left: 50%;
        margin-left: -65px;
        top: 50%;
        margin-top: -130px;
    }

body .fhContainer .teamDrp-cont {
    padding: 1rem;
}

    body .fhContainer .teamDrp-cont:before, body .fhContainer .teamDrp-cont:after {
        content: "";
        display: table;
    }

    body .fhContainer .teamDrp-cont:after {
        clear: both;
    }

    body .fhContainer .teamDrp-cont .teamDrp-act-left {
        height: auto;
        float: left;
        width: 30%;
        position: relative;
    }

        body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont {
            position: relative;
            width: 80%;
            width: 284px;
            height: 77px;
            border-radius: 5px;
            box-sizing: border-box !important;
            background-image: linear-gradient(to bottom, #fff, #edf1f2);
            color: black;
            font-family: Roboto;
            font-size: 1rem;
            font-weight: bold;
            font-style: normal;
            font-stretch: condensed;
            text-transform: uppercase;
            text-align: left;
            padding-left: 3rem;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            padding: 0;
            position: relative;
        }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont.green {
                background: green;
            }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont i {
                color: #a2a5af;
                position: absolute;
                right: 1rem;
                font-size: 1.8rem;
                margin-top: -5px;
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
            }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont img {
                width: 20px;
                position: absolute;
                left: .8rem;
                top: 50%;
                margin-top: -20px;
            }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont.clicked i {
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont .buttonWrap {
                display: block;
                width: 100%;
                left: 0;
                padding: 0 2px;
                background: rgba(255,255,255,0);
                background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 60%, #fff 65%, #fff 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,0.92)), color-stop(65%, #fff), color-stop(100%, #fff));
                background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 60%, #fff 65%, #fff 100%);
                background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 60%, #fff 65%, #fff 100%);
                background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 60%, #fff 65%, #fff 100%);
                background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.92) 60%, #fff 65%, #fff 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
                padding: 0;
                margin: 0;
                height: 77px;
                background: transparent;
                border-radius: 6px;
                border: solid 2px #c2c5d2;
            }

                body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont .buttonWrap .team-btn {
                    text-align: left;
                    width: 100%;
                }

                    body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont .buttonWrap .team-btn span {
                        text-align: left;
                        text-indent: 1rem;
                        padding-left: 3rem;
                        line-height: 4.5rem;
                    }

                    body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont .buttonWrap .team-btn i {
                        top: 50%;
                        margin-top: -0.9rem;
                    }

                    body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont .buttonWrap .team-btn.clicked i {
                        transform: rotate(-180deg);
                    }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont:after {
                content: "";
                position: absolute;
                height: 68px;
                width: 1px;
                background: #d2d2d2;
                right: -14%;
                top: 50%;
                margin-top: -34px;
            }

@media all and (max-width: 1236px) {
    body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont:after {
        right: -10%;
    }
}

@media all and (max-width: 70em) {
    body .fhContainer .teamDrp-cont .teamDrp-act-left {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        width: 100%;
        margin-bottom: 2rem;
    }

        body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont {
            width: 100%;
        }

            body .fhContainer .teamDrp-cont .teamDrp-act-left .buttonWrapCont:after {
                display: none;
            }

        body .fhContainer .teamDrp-cont .teamDrp-act-left button {
            width: 100%;
        }
}

body .fhContainer .teamDrp-cont .teamDrp-act-right {
    height: auto;
    float: left;
    width: 70%;
}

    body .fhContainer .teamDrp-cont .teamDrp-act-right h2 {
        font-family: Roboto;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        color: #3872cc;
    }

    body .fhContainer .teamDrp-cont .teamDrp-act-right p {
        font-family: Roboto;
        font-stretch: condensed;
    }

@media all and (max-width: 70em) {
    body .fhContainer .teamDrp-cont .teamDrp-act-right {
        width: 100%;
    }
}

body .fhContainer .teamDrp-cont .teamDrp-theTeams {
    display: none;
    float: left;
    width: 100%;
}

    body .fhContainer .teamDrp-cont .teamDrp-theTeams .teamSearch {
        width: 100%;
        padding: 1rem;
    }

        body .fhContainer .teamDrp-cont .teamDrp-theTeams .teamSearch input {
            width: 75%;
            text-indent: 4rem;
        }

    body .fhContainer .teamDrp-cont .teamDrp-theTeams ul {
        position: relative;
    }

        body .fhContainer .teamDrp-cont .teamDrp-theTeams ul:before, body .fhContainer .teamDrp-cont .teamDrp-theTeams ul:after {
            content: "";
            display: table;
        }

        body .fhContainer .teamDrp-cont .teamDrp-theTeams ul:after {
            clear: both;
        }

        body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li {
            float: left;
            width: 20%;
            font-family: Roboto;
            font-stretch: condensed;
            text-transform: capitalize;
            position: relative;
            padding-left: 2.3rem;
            line-height: 2.5rem;
        }

            body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li:before {
                display: none;
            }

            body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li img {
                background: transparent;
                height: 35px;
                width: 35px;
                position: absolute;
                left: 0;
            }

            body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li span.itemImg {
                background: lightgray;
                height: 35px;
                width: 35px;
                position: absolute;
                left: 0;
            }

@media all and (max-width: 70em) {
    body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li {
        width: 33.33%;
    }
}

@media all and (max-width: 843px) {
    body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li {
        width: 50%;
    }
}

@media all and (max-width: 500px) {
    body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li {
        width: 100%;
    }
}

body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li a {
    color: black;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li:hover {
    -webkit-transition: all 80ms ease-in-out;
    -moz-transition: all 80ms ease-in-out;
    -ms-transition: all 80ms ease-in-out;
    -o-transition: all 80ms ease-in-out;
    transition: all 80ms ease-in-out;
}

    body .fhContainer .teamDrp-cont .teamDrp-theTeams ul li:hover a {
        -webkit-transition: all 80ms ease-in-out;
        -moz-transition: all 80ms ease-in-out;
        -ms-transition: all 80ms ease-in-out;
        -o-transition: all 80ms ease-in-out;
        transition: all 80ms ease-in-out;
        padding-left: 3px;
    }

body .fhContainer.singleTeam .teamDrp-cont .teamDrp-act-right {
    width: 100%;
}

    body .fhContainer.singleTeam .teamDrp-cont .teamDrp-act-right h2 {
        color: #870038;
    }

body .fhContainer.singleTeam .fhHero {
    height: 155px;
    background: url("https://cdn.theatlantic.com/assets/media/img/mt/2015/10/Cygnus_v3_BandW/lead_960.jpg?1444687096") center no-repeat;
    background-size: cover;
}

    body .fhContainer.singleTeam .fhHero .headCrumbs {
        padding-left: 1rem;
        padding-top: 4.4rem;
    }

        body .fhContainer.singleTeam .fhHero .headCrumbs a {
            font-family: "Roboto Condensed",sans-serif;
            text-transform: uppercase;
            display: inline;
            padding: 10px;
            background: #ffc132;
            color: #870038;
        }

            body .fhContainer.singleTeam .fhHero .headCrumbs a span {
                color: white;
                font-weight: bold;
            }

    body .fhContainer.singleTeam .fhHero .leaImg {
        height: 150px;
        width: 150px;
        background: transparent;
        margin-top: -75px;
        top: 50%;
    }

body .fhContainer .topAth-cont {
    background: #f3f3f6;
    padding: 1.5rem;
}

    body .fhContainer .topAth-cont h3 {
        font-family: Roboto condensed;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 3px;
        text-align: center;
        text-transform: uppercase;
        padding: 17px 30px 30px 30px;
    }

        body .fhContainer .topAth-cont h3 span {
            letter-spacing: 3px;
            font-weight: bold;
        }

    body .fhContainer .topAth-cont ul {
        text-align: center;
        margin: 0;
        max-width: 100%;
        width: 1280px;
        margin: 0 auto;
    }

        body .fhContainer .topAth-cont ul:before, body .fhContainer .topAth-cont ul:after {
            content: "";
            display: table;
        }

        body .fhContainer .topAth-cont ul:after {
            clear: both;
        }

        body .fhContainer .topAth-cont ul li {
            display: inline-block;
            width: 384px;
            max-width: 100%;
            float: none;
        }

            body .fhContainer .topAth-cont ul li:nth-child(2n) {
                margin: 0 2.8rem;
            }

@media all and (max-width: 1331px) {
    body .fhContainer .topAth-cont ul li:nth-child(2n) {
        margin: 0;
    }
}

@media all and (max-width: 1240px) {
    body .fhContainer .topAth-cont ul li:last-child {
        display: none;
    }
}

body .fhContainer .topAth-cont ul li:before {
    display: none;
}

@media all and (max-width: 1380px) {
    body .fhContainer .topAth-cont ul li {
        margin-bottom: 1rem;
    }

        body .fhContainer .topAth-cont ul li:before, body .fhContainer .topAth-cont ul li:after {
            content: "";
            display: table;
        }

        body .fhContainer .topAth-cont ul li:after {
            clear: both;
        }
}

@media all and (max-width: 980px) {
    body .fhContainer .topAth-cont ul li:nth-child(3) {
        display: none;
    }
}

body .fhContainer .topAth-cont ul li a {
    min-height: 434px;
    width: 100%;
    border: solid 2px #dde1e5;
    display: inline-block;
    color: #295ba7;
    background: white;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 2.6rem;
    overflow: hidden;
}

    body .fhContainer .topAth-cont ul li a span {
        display: block;
        width: 100%;
        height: 434px;
        overflow: hidden;
    }

        body .fhContainer .topAth-cont ul li a span img {
            width: 100%;
            background: white;
            border: none;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

body .fhContainer .topAth-cont .slide-cont div {
    margin-top: .5rem;
}

    body .fhContainer .topAth-cont .slide-cont div .slick-track .slick-slide a {
        height: 410px;
        width: 385px;
        border: solid 2px #dde1e5;
        display: block;
        margin: 0 auto;
        color: #295ba7;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        line-height: 2.5rem;
        text-align: center;
        background: white;
    }

@media all and (max-width: 700px) {
    body .fhContainer .topAth-cont .slide-cont div .slick-track .slick-slide a {
        max-width: 100%;
    }
}

body .fhContainer .topAth-cont .slide-cont div .slick-track .slick-slide a img {
    width: 100%;
    height: 364px;
    background: white;
    border: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    body .fhContainer .topAth-cont .slide-cont div .slick-track .slick-slide a img:hover {
        background-color: #d6d6d6;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

body .fhContainer .topAth-cont .slide-cont .slick-dots {
    text-align: center;
    width: 100%;
}

    body .fhContainer .topAth-cont .slide-cont .slick-dots li {
        height: 12px;
        width: 12px;
        display: inline-block;
        margin: 0 .8rem;
        float: none;
    }

        body .fhContainer .topAth-cont .slide-cont .slick-dots li button {
            height: 100%;
            width: 100%;
            display: inline-block;
            padding: 0;
            font-size: 0;
            border-radius: 50%;
            border: 1px solid grey;
            background: transparent;
        }

        body .fhContainer .topAth-cont .slide-cont .slick-dots li.slick-active button {
            background-color: #c0c0c0;
        }

body .fhContainer .topAth-cont.topAthAlt {
    text-align: center;
}

    body .fhContainer .topAth-cont.topAthAlt ul li {
        width: 190px;
        margin: 0 .5rem;
        margin-bottom: 1rem;
    }

        body .fhContainer .topAth-cont.topAthAlt ul li:nth-child(2n) {
            margin: 0 .5rem;
            margin-bottom: 1rem;
        }

@media all and (max-width: 1331px) {
    body .fhContainer .topAth-cont.topAthAlt ul li:nth-child(2n) {
        margin: 0 .5rem;
        margin-bottom: 1rem;
    }
}

@media all and (max-width: 1240px) {
    body .fhContainer .topAth-cont.topAthAlt ul li:last-child {
        display: inline-block;
    }
}

body .fhContainer .topAth-cont.topAthAlt ul li:before {
    display: none;
}

@media all and (max-width: 1380px) {
    body .fhContainer .topAth-cont.topAthAlt ul li {
        margin-bottom: 1rem;
    }

        body .fhContainer .topAth-cont.topAthAlt ul li:before, body .fhContainer .topAth-cont.topAthAlt ul li:after {
            content: "";
            display: table;
        }

        body .fhContainer .topAth-cont.topAthAlt ul li:after {
            clear: both;
        }
}

@media all and (max-width: 980px) {
    body .fhContainer .topAth-cont.topAthAlt ul li:nth-child(3) {
        display: inline-block;
    }
}

body .fhContainer .topAth-cont.topAthAlt ul li a {
    min-height: 1px;
}

    body .fhContainer .topAth-cont.topAthAlt ul li a span {
        height: auto;
    }

body .fhContainer .topAth-cont.topAthAlt ul li.hide {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    height: 0px;
    opacity: 0;
    width: 3px;
    overflow: hidden;
}

    body .fhContainer .topAth-cont.topAthAlt ul li.hide.noHide {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        height: auto;
        opacity: 1;
        overflow: visible;
        width: 190px;
    }

body .fhContainer .topAth-cont.topAthAlt a.moreBtn {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    background-image: linear-gradient(to bottom, #fff, #f4f5f7);
    border: solid 2px #dde1e5;
    padding: 1rem;
    color: black;
    margin: 1rem;
    display: inline-block;
    letter-spacing: 3.5px;
    text-align: center;
}

    body .fhContainer .topAth-cont.topAthAlt a.moreBtn span {
        font-weight: bold;
        letter-spacing: 3.5px;
    }

body section .filtCont {
    padding: 2rem 1rem;
    padding-bottom: 0;
}

    body section .filtCont:before, body section .filtCont:after {
        content: "";
        display: table;
    }

    body section .filtCont:after {
        clear: both;
    }

    body section .filtCont .filt-lef {
        float: left;
        width: 20%;
    }

        body section .filtCont .filt-lef h4 {
            font-family: "Roboto Condensed", sans-serif;
            font-size: 1rem;
            color: #636675;
        }

    body section .filtCont .filt-mid {
        float: left;
        width: 60%;
    }

        body section .filtCont .filt-mid ul {
            text-align: center;
            width: auto;
            margin: 0;
        }

            body section .filtCont .filt-mid ul li {
                display: inline-block;
                background-color: #f3f3f6;
                margin: 0;
                padding: .6rem 1.8rem;
                position: relative;
            }

                body section .filtCont .filt-mid ul li.clicked {
                    font-weight: bold;
                }

                    body section .filtCont .filt-mid ul li.clicked a {
                        color: black;
                    }

                body section .filtCont .filt-mid ul li:before {
                    display: none;
                }

                body section .filtCont .filt-mid ul li:after {
                    content: "|";
                    color: #d2d9df;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    margin-top: -13px;
                }

                body section .filtCont .filt-mid ul li:last-child:after {
                    display: none;
                }

                body section .filtCont .filt-mid ul li a {
                    color: #636675;
                    font-family: "Roboto Condensed", sans-serif;
                    text-transform: uppercase;
                }

                    body section .filtCont .filt-mid ul li a:hover {
                        color: black;
                    }

    body section .filtCont .filt-righ {
        float: left;
        width: 20%;
    }

        body section .filtCont .filt-righ .sortMen-cont {
            background-color: #f3f3f6;
            width: auto;
            max-width: 100%;
            min-width: 150px;
            float: right;
            position: relative;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
        }

            body section .filtCont .filt-righ .sortMen-cont:hover {
                -webkit-transition: all 250ms ease-in-out;
                -moz-transition: all 250ms ease-in-out;
                -ms-transition: all 250ms ease-in-out;
                -o-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;
                background-color: #eaeaea;
            }

            body section .filtCont .filt-righ .sortMen-cont a {
                padding: 0.84rem;
                display: block;
                text-align: center;
                color: #636675;
                font-family: "Roboto Condensed", sans-serif;
                text-transform: uppercase;
            }

                body section .filtCont .filt-righ .sortMen-cont a i {
                    padding: 0rem 7px;
                }

            body section .filtCont .filt-righ .sortMen-cont ul {
                position: absolute;
                width: 100%;
                background: white;
                z-index: 1;
                box-sizing: border-box;
                border: 1px solid #d7d7d7;
                border-top: none;
                margin: 0;
                display: none;
            }

                body section .filtCont .filt-righ .sortMen-cont ul li {
                    text-align: center;
                    padding: .5rem;
                    color: #636675;
                    font-family: "Roboto Condensed", sans-serif;
                    text-transform: uppercase;
                    border-bottom: 1px solid #d7d7d7;
                    margin: 0;
                    font-size: .9rem;
                    -webkit-transition: all 250ms ease-in-out;
                    -moz-transition: all 250ms ease-in-out;
                    -ms-transition: all 250ms ease-in-out;
                    -o-transition: all 250ms ease-in-out;
                    transition: all 250ms ease-in-out;
                }

                    body section .filtCont .filt-righ .sortMen-cont ul li:hover {
                        background-color: #f8f8f8;
                        -webkit-transition: all 250ms ease-in-out;
                        -moz-transition: all 250ms ease-in-out;
                        -ms-transition: all 250ms ease-in-out;
                        -o-transition: all 250ms ease-in-out;
                        transition: all 250ms ease-in-out;
                    }

                    body section .filtCont .filt-righ .sortMen-cont ul li:last-child {
                        border: none;
                    }

body section .filt-drp-cont .filt-active {
    text-align: center;
    padding-bottom: .6rem;
}

    body section .filt-drp-cont .filt-active h5 {
        color: #636675;
        font-family: "Roboto Condensed",sans-serif;
    }

    body section .filt-drp-cont .filt-active ul {
        text-align: center;
        border: 2px solid #f3f3f6;
        max-width: 1246px;
        margin: auto;
    }

        body section .filt-drp-cont .filt-active ul li {
            display: inline-block;
            padding: 0 1rem;
            font-family: "Roboto Condensed",sans-serif;
            font-weight: bold;
        }

            body section .filt-drp-cont .filt-active ul li:first-child {
                font-weight: normal;
            }

            body section .filt-drp-cont .filt-active ul li:last-child {
                font-weight: normal;
            }

                body section .filt-drp-cont .filt-active ul li:last-child a {
                    color: #6c6f7d;
                }

            body section .filt-drp-cont .filt-active ul li a {
                text-decoration: underline;
            }

            body section .filt-drp-cont .filt-active ul li ul.filt-active-list {
                border: none;
            }

                body section .filt-drp-cont .filt-active ul li ul.filt-active-list li {
                    font-weight: bold;
                    position: relative;
                }

                    body section .filt-drp-cont .filt-active ul li ul.filt-active-list li:before {
                        display: block !important;
                        height: 20px;
                        width: 20px;
                        color: black;
                        left: 0;
                        position: absolute;
                        content: "\f00d";
                        font-family: "Fontawesome";
                    }

body section .filt-drp-cont .filt-drp {
    display: none;
}

    body section .filt-drp-cont .filt-drp.prodType ul {
        text-align: center;
        width: 100%;
    }

        body section .filt-drp-cont .filt-drp.prodType ul li {
            width: 19%;
            display: inline-block;
            font-family: "Roboto condensed", sans-serif;
            text-align: left;
        }

            body section .filt-drp-cont .filt-drp.prodType ul li a {
                color: #3c3e46;
                font-size: 20px;
                font-weight: bold;
                text-align: left;
            }

                body section .filt-drp-cont .filt-drp.prodType ul li a img {
                    background: grey;
                    height: 150px;
                    width: 150px;
                    display: block;
                    margin: 1rem auto;
                }

                body section .filt-drp-cont .filt-drp.prodType ul li a span {
                    font-size: .8rem;
                    display: block;
                    text-align: left;
                    font-weight: normal;
                }

    body section .filt-drp-cont .filt-drp.team:before, body section .filt-drp-cont .filt-drp.team:after {
        content: "";
        display: table;
    }

    body section .filt-drp-cont .filt-drp.team:after {
        clear: both;
    }

    body section .filt-drp-cont .filt-drp.team ul {
        width: 100%;
        text-align: center;
    }

        body section .filt-drp-cont .filt-drp.team ul li {
            display: inline-block;
            width: 19%;
            float: left;
        }

            body section .filt-drp-cont .filt-drp.team ul li label {
                position: relative;
                font-family: "Roboto Condensed",sans-serif;
            }

                body section .filt-drp-cont .filt-drp.team ul li label input {
                    left: 0;
                }

                    body section .filt-drp-cont .filt-drp.team ul li label input[type="checkbox"] {
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        display: none;
                        width: 15px;
                        height: 15px;
                        border-radius: 2px;
                        margin: 0 5px 0 0;
                        opacity: 0;
                    }

                body section .filt-drp-cont .filt-drp.team ul li label .custom-checkbox {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                body section .filt-drp-cont .filt-drp.team ul li label .custom-checkbox-label {
                    position: relative;
                }

                body section .filt-drp-cont .filt-drp.team ul li label .custom-checkbox-display {
                    width: 18px;
                    height: 18px;
                    box-sizing: border-box;
                    display: inline-block;
                    cursor: pointer;
                    background-color: #fcfcfc;
                    vertical-align: middle;
                    margin: 5px;
                    border: 1px solid #9dbcbd;
                }

                    body section .filt-drp-cont .filt-drp.team ul li label .custom-checkbox-display.custom-checkbox-checked {
                        background-image: url("../images/check.png");
                        background: red;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                body section .filt-drp-cont .filt-drp.team ul li label label img {
                    width: 30px;
                    height: 30px;
                    background: grey;
                    left: 1.5rem;
                    position: absolute;
                    left: 0;
                }

                body section .filt-drp-cont .filt-drp.team ul li label label span {
                    padding-left: 2.2rem;
                    padding-bottom: 1rem;
                }

                body section .filt-drp-cont .filt-drp.team ul li label span.itemImg {
                    background: lightgray;
                    height: 35px;
                    width: 35px;
                    position: absolute;
                    left: 27px;
                    top: -8px;
                }

    body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li form {
        width: 100%;
        max-width: 604px;
        display: block;
        margin: 0 auto;
        background: #f3f3f6;
        border: 1px solid #dde1e5;
        margin: 1.1rem auto;
    }

        body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li form input {
            box-shadow: none;
            border: none;
            background: white;
            width: 74%;
            font-family: "Roboto Condensed", sans-serif;
            border-right: 1px solid #dde1e5;
        }

        body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li form button {
            display: inline;
            width: 25%;
            border-radius: 0;
            padding: 0;
            color: black;
            text-transform: uppercase;
            height: 100%;
            border: none;
            background: transparent;
            font-size: 0.9rem;
            font-family: "Roboto Condensed", sans-serif;
        }

    body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li .filt-alphabet {
        margin: 0;
        text-align: center;
        padding: .5rem 0;
    }

        body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li .filt-alphabet li {
            display: inline-block;
            position: relative;
        }

            body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li .filt-alphabet li:after {
                content: "";
                width: 2px;
                height: 15px;
                background: #dde1e5;
                position: absolute;
                right: -2;
                top: 50%;
                margin-top: -8px;
            }

            body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li .filt-alphabet li:last-child:after {
                display: none;
            }

            body section .filt-drp-cont .filt-drp.hasSearch .filt-prodSearch li .filt-alphabet li a {
                color: black;
                font-family: "Roboto Condensed", sans-serif;
                text-transform: uppercase;
                padding: 0 .7rem;
            }

    body section .filt-drp-cont .filt-drp.imgType:before, body section .filt-drp-cont .filt-drp.imgType:after {
        content: "";
        display: table;
    }

    body section .filt-drp-cont .filt-drp.imgType:after {
        clear: both;
    }

    body section .filt-drp-cont .filt-drp.imgType ul {
        width: 100%;
        text-align: center;
    }

        body section .filt-drp-cont .filt-drp.imgType ul li {
            display: inline-block;
            width: 19%;
        }

            body section .filt-drp-cont .filt-drp.imgType ul li label {
                position: relative;
                font-family: "Roboto Condensed",sans-serif;
            }

                body section .filt-drp-cont .filt-drp.imgType ul li label input {
                    left: 0;
                }

                    body section .filt-drp-cont .filt-drp.imgType ul li label input[type="checkbox"] {
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        display: none;
                        width: 15px;
                        height: 15px;
                        border-radius: 2px;
                        margin: 0 5px 0 0;
                        opacity: 0;
                    }

                body section .filt-drp-cont .filt-drp.imgType ul li label .custom-checkbox {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                body section .filt-drp-cont .filt-drp.imgType ul li label .custom-checkbox-label {
                    position: relative;
                }

                body section .filt-drp-cont .filt-drp.imgType ul li label .custom-checkbox-display {
                    width: 18px;
                    height: 18px;
                    box-sizing: border-box;
                    display: inline-block;
                    cursor: pointer;
                    background-color: #fcfcfc;
                    vertical-align: middle;
                    margin: 5px;
                    border: 1px solid #9dbcbd;
                }

                    body section .filt-drp-cont .filt-drp.imgType ul li label .custom-checkbox-display.custom-checkbox-checked {
                        background-image: url("../images/check.png");
                        background: red;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                body section .filt-drp-cont .filt-drp.imgType ul li label label img {
                    width: 30px;
                    height: 30px;
                    background: grey;
                    left: 1.5rem;
                    position: absolute;
                    left: 0;
                }

                body section .filt-drp-cont .filt-drp.imgType ul li label label span {
                    padding-left: 2.2rem;
                    padding-bottom: 1rem;
                }

    body section .filt-drp-cont .filt-drp.price:before, body section .filt-drp-cont .filt-drp.price:after {
        content: "";
        display: table;
    }

    body section .filt-drp-cont .filt-drp.price:after {
        clear: both;
    }

    body section .filt-drp-cont .filt-drp.price ul {
        width: 100%;
        text-align: center;
    }

        body section .filt-drp-cont .filt-drp.price ul li {
            display: inline-block;
            width: 19%;
        }

            body section .filt-drp-cont .filt-drp.price ul li label {
                position: relative;
                font-family: "Roboto Condensed",sans-serif;
            }

                body section .filt-drp-cont .filt-drp.price ul li label input {
                    left: 0;
                }

                    body section .filt-drp-cont .filt-drp.price ul li label input[type="checkbox"] {
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        display: none;
                        width: 15px;
                        height: 15px;
                        border-radius: 2px;
                        margin: 0 5px 0 0;
                        opacity: 0;
                    }

                body section .filt-drp-cont .filt-drp.price ul li label .custom-checkbox {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                body section .filt-drp-cont .filt-drp.price ul li label .custom-checkbox-label {
                    position: relative;
                }

                body section .filt-drp-cont .filt-drp.price ul li label .custom-checkbox-display {
                    width: 18px;
                    height: 18px;
                    box-sizing: border-box;
                    display: inline-block;
                    cursor: pointer;
                    background-color: #fcfcfc;
                    vertical-align: middle;
                    margin: 5px;
                    border: 1px solid #9dbcbd;
                }

                    body section .filt-drp-cont .filt-drp.price ul li label .custom-checkbox-display.custom-checkbox-checked {
                        background-image: url("../images/check.png");
                        background: red;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                body section .filt-drp-cont .filt-drp.price ul li label label img {
                    width: 30px;
                    height: 30px;
                    background: grey;
                    left: 1.5rem;
                    position: absolute;
                    left: 0;
                }

                body section .filt-drp-cont .filt-drp.price ul li label label span {
                    padding-left: 2.2rem;
                    padding-bottom: 1rem;
                }

body section .mob-filt-ovrWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: none;
    z-index: 2;
    background: rgba(255,255,255,0.99);
    top: 4.9rem;
}

@media all and (max-width: 315px) {
    body section .mob-filt-ovrWrap {
        top: 9rem;
    }
}

@media all and (min-width: 1280px) {
    body section .mob-filt-ovrWrap {
        display: none !important;
    }
}

body section .mob-filt-ovrWrap .mob-filt-head {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    position: relative;
    padding: 1.2rem 2rem;
}

    body section .mob-filt-ovrWrap .mob-filt-head:before, body section .mob-filt-ovrWrap .mob-filt-head:after {
        content: "";
        display: table;
    }

    body section .mob-filt-ovrWrap .mob-filt-head:after {
        clear: both;
    }

    body section .mob-filt-ovrWrap .mob-filt-head div {
        width: 33.33333%;
        float: left;
    }

        body section .mob-filt-ovrWrap .mob-filt-head div span {
            display: block;
            text-align: center;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: uppercase;
            font-size: 1.3rem;
        }

@media all and (max-width: 380px) {
    body section .mob-filt-ovrWrap .mob-filt-head div span {
        font-size: 1.1rem;
        padding-top: 0.3rem;
    }
}

body section .mob-filt-ovrWrap .mob-filt-head div span span {
    display: inline;
    color: #6c6f7d;
}

body section .mob-filt-ovrWrap .mob-filt-head div a.closeBtn {
    color: black;
    color: black;
    display: block;
    float: right;
    height: 100%;
}

    body section .mob-filt-ovrWrap .mob-filt-head div a.closeBtn i {
        font-size: 1.5rem;
    }

body section .mob-filt-ovrWrap .mob-filt-head div a.clearBtn {
    font-weight: normal;
    font-family: "Roboto Condensed",sans-serif;
    color: #6c6f7d;
    line-height: 1.7rem;
    text-decoration: underline;
}

body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen {
    text-align: center;
    background-color: #f3f3f6;
    margin: 0;
}

    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen li {
        display: inline-block;
        padding: 0 1rem;
    }

@media all and (max-width: 380px) {
    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen li {
        font-size: 0.8rem;
    }
}

body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen li.clicked {
    font-weight: bold;
}

body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen li a {
    color: black;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
}

body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownMen li:before {
    display: none;
}

body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions {
    margin: 0;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    padding: 1rem 0;
}

    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions li:before {
        display: none;
    }

    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch {
        padding: 0 1rem;
    }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li form {
            width: 100%;
            max-width: 604px;
            display: block;
            margin: 0 auto;
            background: #f3f3f6;
            border: 1px solid #dde1e5;
            margin: 1.1rem auto;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li form input {
                box-shadow: none;
                border: none;
                background: white;
                width: 74%;
                font-family: "Roboto Condensed", sans-serif;
                border-right: 1px solid #dde1e5;
            }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li form button {
                display: inline;
                width: 25%;
                border-radius: 0;
                padding: 0;
                color: black;
                text-transform: uppercase;
                height: 100%;
                border: none;
                background: transparent;
                font-size: 0.9rem;
                font-family: "Roboto Condensed", sans-serif;
            }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li .filt-alphabet {
            margin: 0;
            text-align: center;
            padding: .5rem 0;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li .filt-alphabet li {
                display: inline-block;
                position: relative;
            }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li .filt-alphabet li:after {
                    content: "";
                    width: 2px;
                    height: 15px;
                    background: #dde1e5;
                    position: absolute;
                    right: -2;
                    top: 50%;
                    margin-top: -8px;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li .filt-alphabet li:last-child:after {
                    display: none;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.hasSearch li .filt-alphabet li a {
                    color: black;
                    font-family: "Roboto Condensed", sans-serif;
                    text-transform: uppercase;
                    padding: 0 .7rem;
                }

    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team {
        width: 100%;
        text-align: left;
    }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li {
            display: inline-block;
            width: 100%;
            float: left;
            padding-left: 1rem;
            padding-bottom: 1rem;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label {
                position: relative;
                font-family: "Roboto Condensed",sans-serif;
            }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label input {
                    left: 0;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label input[type="checkbox"] {
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        display: none;
                        width: 15px;
                        height: 15px;
                        border-radius: 2px;
                        margin: 0 5px 0 0;
                        opacity: 0;
                    }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label .custom-checkbox {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label .custom-checkbox-label {
                    position: relative;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label .custom-checkbox-display {
                    width: 18px;
                    height: 18px;
                    box-sizing: border-box;
                    display: inline-block;
                    cursor: pointer;
                    background-color: #fcfcfc;
                    vertical-align: middle;
                    margin: 5px;
                    border: 1px solid #9dbcbd;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label .custom-checkbox-display.custom-checkbox-checked {
                        background-image: url("../images/check.png");
                        background: red;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label label span.itemImg {
                    top: 0;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label label img {
                    width: 30px;
                    height: 30px;
                    background: grey;
                    left: 1.5rem;
                    position: absolute;
                    left: 0;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label label span {
                    padding-left: 2.2rem;
                    padding-bottom: 1rem;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.team li label label span.itemImg {
                        display: block;
                        background: lightgray;
                        height: 35px;
                        width: 35px;
                        position: absolute;
                        left: 0;
                    }

    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other {
        width: 100%;
        text-align: left;
    }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li {
            display: inline-block;
            width: 100%;
            padding-left: 1rem;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label {
                position: relative;
                font-family: "Roboto Condensed",sans-serif;
            }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label input {
                    left: 0;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label input[type="checkbox"] {
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        display: none;
                        width: 15px;
                        height: 15px;
                        border-radius: 2px;
                        margin: 0 5px 0 0;
                        opacity: 0;
                    }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label .custom-checkbox {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label .custom-checkbox-label {
                    position: relative;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label .custom-checkbox-display {
                    width: 18px;
                    height: 18px;
                    box-sizing: border-box;
                    display: inline-block;
                    cursor: pointer;
                    background-color: #fcfcfc;
                    vertical-align: middle;
                    margin: 5px;
                    border: 1px solid #9dbcbd;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label .custom-checkbox-display.custom-checkbox-checked {
                        background-image: url("../images/check.png");
                        background: red;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label label img {
                    width: 30px;
                    height: 30px;
                    background: grey;
                    left: 1.5rem;
                    position: absolute;
                    left: 0;
                }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other li label label span {
                    padding-left: 2.2rem;
                    padding-bottom: 1rem;
                }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg {
            text-align: center;
            width: 100%;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li {
                width: 100%;
                display: inline-block;
                font-family: "Roboto condensed", sans-serif;
                text-align: left;
            }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span {
                    color: #3c3e46;
                    font-size: 20px;
                    font-weight: bold;
                    text-align: left;
                }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span h5 {
                        color: #3c3e46;
                        font-size: 20px;
                        font-weight: bold;
                        text-align: left;
                        margin-top: 4rem;
                    }

                    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span span {
                        font-size: .8rem;
                        display: block;
                        text-align: left;
                        font-weight: normal;
                    }

                body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a img {
                    background: grey;
                    height: 150px;
                    width: 150px;
                    display: block;
                    float: left;
                    margin: 1rem 0;
                    background: grey;
                    margin-right: 2rem;
                }

@media all and (max-width: 360px) {
    body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li {
        margin: 1.2rem 0;
        padding: 0;
    }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span {
            text-align: center;
        }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span h5 {
                margin-top: 0;
                text-align: center;
            }

            body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a span span {
                text-align: center;
            }

        body section .mob-filt-ovrWrap .mob-filt-drpDowns .drpDownOptions.other.withImg li a img {
            float: none;
            margin: 0 auto;
        }
}

body section .mob-filt-btnWrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 800px) {
    body section .mob-filt-btnWrap .mob-filt-btns {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        padding: .5rem;
    }
}

body section .mob-filt-btnWrap .mob-filt-btns a {
    width: 40%;
    margin: 1rem .5rem;
    padding: 1rem;
    max-width: 250px;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    color: grey;
    border: solid 2px #c4cbd1;
}

@media all and (max-width: 450px) {
    body section .mob-filt-btnWrap .mob-filt-btns a {
        width: 100%;
        margin: 0.8rem auto;
        display: block;
    }
}

body section .mob-filt-btnWrap .filt-lef {
    width: 100%;
}

    body section .mob-filt-btnWrap .filt-lef h4 {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1rem;
        color: #636675;
        text-align: center;
    }

body section .filt-prod-cont ul.products {
    text-align: center;
    margin: 0;
    padding: 1rem;
    max-width: 100%;
    width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f6;
}

    body section .filt-prod-cont ul.products:before, body section .filt-prod-cont ul.products:after {
        content: "";
        display: table;
    }

    body section .filt-prod-cont ul.products:after {
        clear: both;
    }

    body section .filt-prod-cont ul.products li {
        width: 384px;
        display: inline-block;
        max-width: 100%;
        max-height: 475px;
        overflow: hidden;
        float: none;
        margin-bottom: 2.7rem;
        border: solid 2px #dde1e5;
    }

@media all and (max-width: 805px) {
    body section .filt-prod-cont ul.products li {
        height: auto;
        max-height: 100%;
    }
}

body section .filt-prod-cont ul.products li:nth-child(3n+2) {
    margin: 0 2.7rem;
    margin-bottom: 2.7rem;
}

@media all and (max-width: 1331px) {
    body section .filt-prod-cont ul.products li:nth-child(3n+2) {
        margin: 0;
        margin-bottom: 2.7rem;
    }
}

body section .filt-prod-cont ul.products li:before {
    display: none;
}

@media all and (max-width: 1380px) {
    body section .filt-prod-cont ul.products li:before, body section .filt-prod-cont ul.products li:after {
        content: "";
        display: table;
    }

    body section .filt-prod-cont ul.products li:after {
        clear: both;
    }
}

body section .filt-prod-cont ul.products li a {
    min-height: 470px;
    width: 100%;
    display: inline-block;
    color: #295ba7;
    background: white;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 3rem;
    position: relative;
}

    body section .filt-prod-cont ul.products li a img {
        width: 100%;
        background: white;
        border: none;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

    body section .filt-prod-cont ul.products li a span {
        color: grey;
        display: block;
        overflow: hidden;
        padding: 1rem 0 1rem 0;
    }

        body section .filt-prod-cont ul.products li a span.thePrice {
            padding-top: 8px;
        }

        body section .filt-prod-cont ul.products li a span.theTitle {
            color: #295ba7;
            text-align: center;
            overflow: visible;
            padding-left: 1rem;
            padding-right: 1rem;
        }

@media all and (min-width: 835px) {
    body section .filt-prod-cont ul.products li a span.theTitle {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

body section .filt-prod-cont ul.products li a span.imgWrap {
    padding: 0;
    color: transparent;
    max-height: 768px;
    position: relative;
}

    body section .filt-prod-cont ul.products li a span.imgWrap img {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
        height: 100%;
    }

    body section .filt-prod-cont ul.products li a span.imgWrap .colorsAvailable {
        display: inline-block;
        padding: .2rem .5rem .3rem .5rem;
        position: absolute;
        z-index: 1;
        background: white;
        max-width: 200px;
        max-width: 220px;
        left: 50%;
        margin-left: -100px;
        bottom: 0;
    }

        body section .filt-prod-cont ul.products li a span.imgWrap .colorsAvailable img {
            width: 1em;
            height: 1em;
            border-radius: 2px;
            float: left;
        }

        body section .filt-prod-cont ul.products li a span.imgWrap .colorsAvailable span {
            padding: 0;
            margin: 0;
            font-weight: normal;
            font-family: "Roboto Condensed";
            font-size: .9rem;
            text-transform: uppercase;
            padding: 0 .5rem;
        }

    body section .filt-prod-cont ul.products li a span.imgWrap .brandBadge {
        display: inline-block;
        padding: .2rem .5rem .3rem .5rem;
        position: absolute;
        z-index: 1;
        background: white;
        max-width: 200px;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        top: 0;
    }

        body section .filt-prod-cont ul.products li a span.imgWrap .brandBadge img {
            float: none;
            margin: 0 auto;
        }

        body section .filt-prod-cont ul.products li a span.imgWrap .brandBadge span {
            padding: 0;
            font-weight: normal;
        }

body section .filt-prod-cont ul.products li a span.cartBtn {
    background: #f06600;
    color: white;
    padding: 1rem 0;
    display: none;
}

body section .filt-prod-cont ul.products li a form.cartBtn {
    background: #f06600;
    color: white;
    margin: 0;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

@media all and (max-width: 803px) {
    body section .filt-prod-cont ul.products li a form.cartBtn {
        display: block !important;
        position: relative;
    }
}

body section .filt-prod-cont ul.products li a form.cartBtn button {
    margin: 0;
    padding: 0;
    background: white;
    color: grey;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
}

@media all and (max-width: 803px) {
    body section .filt-prod-cont ul.products li a form.cartBtn button {
        background: white;
    }
}

body section .filt-prod-cont ul.products li a form.cartBtn button:hover {
    border: none;
}

body section .filt-prod-cont ul.products li a form.cartBtn button i {
    color: #f06600;
}

@media all and (max-width: 803px) {
    body section .filt-prod-cont ul.products li a form.cartBtn {
        background: white;
    }

        body section .filt-prod-cont ul.products li a form.cartBtn button {
            background: #f06600;
            display: block;
            width: 100%;
            color: white;
            font-size: .9rem;
            padding: 1rem 0;
            border-radius: 0px;
        }

            body section .filt-prod-cont ul.products li a form.cartBtn button i {
                color: white;
                padding-right: .5rem;
                margin-top: -3px;
            }
}

@media all and (max-width: 80em) {
    body section .filt-prod-cont ul.products li a form {
        display: none;
    }
}

body section .filt-prod-cont ul.products li a .thePrice {
    font-weight: normal;
}

    body section .filt-prod-cont ul.products li a .thePrice s {
        font-weight: normal;
        font-size: .9rem;
    }

body section .filt-prod-cont ul.products li a.hovered .cartBtn {
    display: block;
}

@media all and (max-width: 80em) {
    body section .filt-prod-cont ul.products li a.hovered .cartBtn {
        display: none;
    }
}

body section .filt-prod-cont ul.products li a .tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #cd0200 transparent transparent;
    border-width: 0 78px 90px 0;
}

    body section .filt-prod-cont ul.products li a .tag > p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #ffffff;
        letter-spacing: 0px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        top: 7px;
        right: -35px;
        position: relative;
        width: 40px;
        height: 78px;
        margin: 0px;
        text-shadow: 0px 2px 0px rgba(0,0,0,0.25);
    }

    body section .filt-prod-cont ul.products li a .tag.tag-sale {
        border-color: transparent #cd0200 transparent transparent;
    }

    body section .filt-prod-cont ul.products li a .tag.tag-justIn {
        border-color: transparent #75bb36 transparent transparent;
        text-transform: uppercase;
    }

@media all and (max-width: 440px) {
    body section .filt-prod-cont ul.products li {
        width: 100%;
    }

        body section .filt-prod-cont ul.products li a {
            height: auto;
            min-height: 0px;
        }

            body section .filt-prod-cont ul.products li a span {
                height: auto;
            }

                body section .filt-prod-cont ul.products li a span img {
                    height: auto;
                }
}

body section .filt-prod-cont ul.products li.soldOut a .tag {
    display: none;
}

body section .filt-prod-cont ul.products li.soldOut a .thePrice {
    color: red;
    font-weight: normal;
}

body section .filt-prod-cont ul.products li.soldOut a form {
    display: none !important;
}

body section .filt-prod-cont ul.products li.hasDetails a form button {
    font-weight: normal;
    text-transform: uppercase;
}

    body section .filt-prod-cont ul.products li.hasDetails a form button i {
        display: none;
    }

body section .filt-prod-cont .paginationWrap {
    margin: 2rem 0;
}

    body section .filt-prod-cont .paginationWrap .pager {
        text-align: center;
    }

        body section .filt-prod-cont .paginationWrap .pager .pure-g {
            text-align: center;
            display: block;
        }

            body section .filt-prod-cont .paginationWrap .pager .pure-g a {
                display: inline-block;
                background: none;
                color: #636675;
                font-weight: bold;
                padding: 10px 17px;
                font-family: "Roboto Condensed", sans-serif;
            }

                body section .filt-prod-cont .paginationWrap .pager .pure-g a.pure-button-selected {
                    background: #f3f3f6;
                }

body html {
    box-sizing: border-box;
}

body *, body *:before, body *:after {
    box-sizing: inherit;
}

body body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
}

body a {
    text-decoration: none;
}

body .headerBottom {
    display: none;
}

@media screen and (min-width: 64em) {
    body .headerBottom {
        display: block;
    }
}

body .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 47.938em) {
    body .desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 48em) {
    body .mobile-only {
        display: none !important;
    }
}

body .dsp-table, body #review_header {
    display: table;
    vertical-align: top;
}

body .dsp-table-cell {
    display: table-cell;
    vertical-align: top;
}

body .pdp-section {
    margin-top: -.75em;
    background-color: #f1f3f5;
    padding-top: .75em;
    padding-bottom: 2.5em;
}

    body .pdp-section .pdp-section--left {
        float: left;
    }

    body .pdp-section .pdp-section--right {
        float: right;
    }

    body .pdp-section #display-name {
        color: #0050ae;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 8px 0 3px;
        font-size: 32px;
    }

    body .pdp-section span.category {
        color: #aaa;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 34px;
    }

    body .pdp-section #proddetail .price, body .pdp-section #product-right .productInfo .price {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    body .pdp-section .add-to-cart-main {
        border: 0;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        margin: 0 0 30px;
        padding: 0;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 #b34c00;
        width: 100%;
    }

        body .pdp-section .add-to-cart-main span {
            font-weight: 400;
            padding: 14px 0;
        }

        body .pdp-section .add-to-cart-main i {
            border-right: none;
            padding: 14px 14px 14px 0;
            display: inline-block;
            font-size: 24px;
        }

body .pdp-section--sku-details {
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
}

    body .pdp-section--sku-details li {
        display: inline-block;
        width: 50%;
    }

        body .pdp-section--sku-details li:last-child {
            float: right;
            text-align: right;
        }

    body .pdp-section--sku-details strong {
        color: #aaa;
        font-weight: 400;
        padding-right: 5px;
    }

body .pdp-section--description {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: justify;
    margin: 30px 0;
}

    body .pdp-section--description p {
        color: #000;
        font-size: inherit;
    }

    body .pdp-section--description a {
        color: #000;
        text-decoration: underline;
        display: inline-block;
    }

        body .pdp-section--description a:hover {
            text-decoration: none;
        }

body .pdp-section--detail {
    min-height: 660px;
    background-position: center 50px;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

@media screen and (min-width: 400px) {
    body .pdp-section--detail {
        min-height: 700px;
    }
}

@media screen and (min-width: 480px) {
    body .pdp-section--detail {
        min-height: 760px;
    }
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail {
        background-position: right 50px;
    }
}

body .pdp-section--detail__left {
    background-position: center 50px;
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__left {
        background-position: 0 50px;
    }
}

body .pdp-section--detail__left .pdp-section--detail__desc {
    right: 0;
}

@media screen and (min-width: 64em) {
    body .pdp-section--detail__left .pdp-section--detail__desc {
        padding-right: 2em;
    }
}

body .pdp-section--detail__wide {
    background-position: center top;
    min-height: 550px;
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__wide {
        background-position: right top;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--detail__wide {
        min-height: 760px;
    }
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__wide .pdp-section--detail__desc {
        bottom: 0;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--detail__wide .pdp-section--detail__desc {
        top: 70%;
    }
}

body .pdp-section--detail:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 60%, #fff 100%);
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail:after {
        height: 20%;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
        background-image: none;
    }
}

body .pdp-section--extras--wrap, body .pdp-section--other, body .pdp-section--reviews {
    padding: 3em 0;
}

body .pdp-section--extras--wrap, body .pdp-section--reviews {
    background-color: #f1f3f5;
}

body .pdp-section--extras {
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

@media screen and (min-width: 400px) {
    body .pdp-section--detail.pdp-section--extras, body .pdp-section--detail.pdp-section--extras--wrap {
        min-height: 500px;
    }
}

@media screen and (min-width: 480px) {
    body .pdp-section--detail.pdp-section--extras, body .pdp-section--detail.pdp-section--extras--wrap {
        min-height: 600px;
    }
}

@media screen and (min-width: 68em) {
    body .pdp-section--detail.pdp-section--extras, body .pdp-section--detail.pdp-section--extras--wrap {
        min-height: 600px;
    }
}

@media screen and (min-width: 80em) {
    body .pdp-section--detail.pdp-section--extras, body .pdp-section--detail.pdp-section--extras--wrap {
        background-size: contain;
    }
}

body .pdp-section--extras--wrap:after, body .pdp-section--extras:after {
    content: none;
}

body .pdp-section--extras .pdp-section--detail__desc {
    background-image: none;
    text-align: center;
    top: 50%;
    transform: translateY(-40%);
    padding: 0 1em;
}

@media screen and (min-width: 480px) {
    body .pdp-section--extras .pdp-section--detail__desc {
        transform: translateY(-35%);
        padding: 0 3em;
    }
}

@media screen and (min-width: 35.5em) {
    body .pdp-section--extras .pdp-section--detail__desc {
        padding: 0 0;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--extras .pdp-section--detail__desc {
        transform: translateY(-60%);
    }
}

body .pdp-section--detail__desc {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 20%, #fff 100%);
    padding: 5em 2em 1.5em;
    position: absolute;
    z-index: 2;
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__desc {
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    body .pdp-section--detail__desc {
        bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body div:not(.pdp-section--detail__textTop) .pdp-section--detail__desc {
        bottom: 3em;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--detail__desc {
        position: absolute;
        top: 50%;
        transform: translateY(-35%);
        padding: 0;
        padding-left: 2em;
    }

    body .pdp-section--detail__left .pdp-section--detail__desc {
        padding-right: 2em;
    }
}

body .pdp-section--detail__desc h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: #e34817;
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__desc h3 {
        font-size: 33px;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--detail__desc h3 {
        font-size: 44px;
    }
}

body .pdp-section--detail__desc h3 span {
    white-space: nowrap;
}

body .pdp-section--detail__desc .pdp-section--detail__desc--copy {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 2em;
}

@media screen and (min-width: 48em) {
    body .pdp-section--detail__desc .pdp-section--detail__desc--copy {
        font-size: 18px;
    }
}

body #thumbnails img {
    border: solid 2px transparent;
    border-radius: 0;
}

    body #thumbnails img.active {
        border-color: #005291;
        box-shadow: none;
        margin-left: 2px;
        width: calc(100% - 4px);
    }

body #main-img {
    display: table;
    overflow: visible;
}

body #mobile-slider {
    margin-top: 10px;
}

@media screen and (min-width: 48em) {
    body #mobile-slider {
        margin-top: 0;
    }
}

body .slick-dotted.slick-slider {
    margin-bottom: 40px;
}

body .slick-prev, body .slick-next {
    z-index: 1;
}

    body .slick-prev:before, body .slick-next:before {
        color: #000;
        font-size: 25px;
        opacity: .25;
    }

body .slick-prev {
    left: 5px;
}

body .slick-next {
    right: 10px;
}

body .slick-dots {
    bottom: -30px;
}

    body .slick-dots li button:before {
        font-size: 11px;
        color: #f1f3f5;
        text-shadow: 0 0 5px #929292;
        -webkit-text-stroke: 2px #929292;
        opacity: 1;
    }

    body .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #929292;
    }

body .socialShare {
    text-align: center;
    margin: 30px 0 0;
}

@media (min-width: 64em) {
    body .socialShare {
        text-align: left;
        margin-top: 0;
        padding-left: 12.5%;
    }
}

body .socialShare span {
    color: #aaa;
    display: none;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
}

@media (min-width: 64em) {
    body .socialShare span {
        display: inline-block;
    }
}

body .socialShare a {
    background-image: none;
    border-radius: 8px;
    height: auto;
    margin-right: 14px;
    vertical-align: middle;
    width: auto;
}

    body .socialShare a:last-child {
        margin-right: 0;
    }

    body .socialShare a.fa:before {
        font-size: 30px;
    }

    body .socialShare a.fa-facebook-square {
        color: #4460a0;
    }

    body .socialShare a.fa-twitter-square {
        color: #00aaec;
    }

    body .socialShare a.fa-google-plus-square {
        color: #f93f2d;
    }

    body .socialShare a.fa-pinterest-square {
        color: #cc2127;
    }

    body .socialShare a.fa-envelope-square {
        color: #024c6e;
    }

body .product-row {
    margin: 0;
}

@media screen and (min-width: 64em) {
    body .product-row {
        margin: 0 -20px;
    }
}

body .product-row .product-item {
    padding: 20px;
}

    body .product-row .product-item > a > img {
        width: 100%;
    }

body .product-row .product-link {
    position: relative;
    margin: 0 auto;
    display: block;
}

    body .product-row .product-link img {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.55s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

        body .product-row .product-link img.out {
            position: relative;
            z-index: 0;
        }

body .product-row .product-item > a > img.main:hover {
    opacity: 0;
}

body .product-row button.add-to-cart {
    background: #f06600;
    border: medium none;
    box-shadow: inset 0px 0px 0px 20px #f06600;
    border: 2px solid #dc5d00;
    border-radius: 1px;
    width: 100%;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding: 8px;
    text-shadow: 0 2px 0 #dc5d00;
    margin: 5px auto 10px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    body .product-row button.add-to-cart:hover {
        background: #f71;
        box-shadow: inset 0 0 0 0 #dc5d00;
        border: 2px solid #f06600;
    }

    body .product-row button.add-to-cart i {
        margin-right: 10px;
        font-size: 1.125em;
    }

body .product-row .product-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #0050ae;
    font-weight: 700;
    padding-bottom: 5px;
    display: block;
}

body .product-row .product-price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0px;
}

    body .product-row .product-price.sale {
        color: #cd0200;
    }

        body .product-row .product-price.sale s {
            color: #c0c0c0;
        }

body .product-row .tag-sale {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #cd0200 transparent transparent;
    border-width: 0 78px 90px 0;
}

    body .product-row .tag-sale > p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #ffffff;
        letter-spacing: 0px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        top: 7px;
        right: -35px;
        position: relative;
        width: 40px;
        height: 78px;
        margin: 0px;
        text-shadow: 0px 2px 0px rgba(0,0,0,0.25);
    }

body .pdp-section--other .fhContainer {
    padding: 20px;
}

@media screen and (min-width: 64em) {
    body .pdp-section--other .fhContainer {
        max-width: 1280px;
        width: 98%;
        margin: 0 auto;
        padding: 20px;
    }
}

@media screen and (min-width: 64em) {
    body .pdp-section--other .fhContainer {
        max-width: 1600px;
    }
}

body .pdp-section--other .product-row {
    margin: 0;
}

body [class*='pdp-section'] .new-display-header {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

    body [class*='pdp-section'] .new-display-header h2 {
        font-size: 2em;
        display: block;
        text-align: center;
        color: #005bbb;
        text-shadow: 0 1px 0 #cecece;
        font-family: 'Roboto Condensed',sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        margin-bottom: 0;
        color: #a0a0a0;
        text-shadow: 0 1px 0 #fff;
        font-size: 1.5em;
    }

        body [class*='pdp-section'] .new-display-header h2 a, body [class*='pdp-section'] .new-display-header h2 span {
            font-size: .875em;
            color: #a0a0a0;
            transform: translateY(-50%);
            display: inline-block;
            z-index: 1;
            position: relative;
            background: #fff;
            padding: 0 25px;
        }

        body [class*='pdp-section'] .new-display-header h2:after {
            content: ' ';
            height: 2px;
            background-color: #d7d7d7;
            display: inline-block;
            position: absolute;
            left: 18px;
            right: 18px;
            box-shadow: 0 1px 0 #fff;
        }

    body [class*='pdp-section'] .new-display-header.new-display-header--alt a, body [class*='pdp-section'] .new-display-header.new-display-header--alt span {
        background: #f1f3f5;
    }

body [class*='pdp-section'] .fh-button:hover {
    background-color: #006bcb;
}

body [class*='pdp-section'] .fh-button i {
    font-size: 1em;
    margin-left: 0.25em;
}

body #review_header {
    border-width: 0 !important;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 48em) {
    body #review_header {
        text-align: left;
    }
}

body #review_header .reviews--section {
    display: inline-block;
    width: auto;
}

    body #review_header .reviews--section:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

@media screen and (min-width: 48em) {
    body #review_header .reviews--section:first-child {
        width: 45%;
    }
}

@media screen and (min-width: 64em) {
    body #review_header .reviews--section:first-child {
        width: 33%;
    }
}

@media screen and (min-width: 80em) {
    body #review_header .reviews--section:first-child {
        width: 27%;
    }
}

body #review_header .reviews--section:nth-child(2), body #review_header .reviews--section:nth-child(3) {
    width: 50%;
    vertical-align: top;
}

@media screen and (min-width: 48em) {
    body #review_header .reviews--section:nth-child(2), body #review_header .reviews--section:nth-child(3) {
        width: 27%;
    }
}

@media screen and (min-width: 64em) {
    body #review_header .reviews--section:nth-child(2), body #review_header .reviews--section:nth-child(3) {
        width: 23%;
    }
}

body #review_header .reviews--section:nth-child(4) {
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 64em) {
    body #review_header .reviews--section:nth-child(4) {
        width: 23%;
    }
}

@media screen and (min-width: 64em) {
    body #review_header .reviews--section {
        display: table-cell;
        vertical-align: top;
        width: 23%;
    }
}

body #review_header .reviews--section .overall, body #review_header .reviews--section .graph {
    display: inline-block;
    float: none;
}

body #review_header .reviews--section .graph {
    margin-top: 0;
    transform: translateY(10px);
}

body #review_header .reviews--section .stars, body #review_header .reviews--section .percentage {
    margin: 15px auto 0;
    float: none;
}

body #review_header .reviews--section .fh-button {
    background: #c9c9c9;
    border: 3px solid #bababa;
    border-radius: 1px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .875em;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    padding: .5em;
    text-shadow: 1px 1px 0 #fff;
    width: 100%;
}

body .team-bears h3 {
    color: #c83803;
}

body .team-bengals h3 {
    color: #fb4f14;
}

body .team-bills h3 {
    color: #00338d;
}

body .team-buccaneers h3 {
    color: #d50a0a;
}

body .team-broncos h3 {
    color: #fb4f14;
}

body .team-browns h3 {
    color: #fb4f14;
}

body .team-cardinals h3 {
    color: #97233f;
}

body .team-chargers h3 {
    color: #002244;
}

body .team-chiefs h3 {
    color: #e31837;
}

body .team-colts h3 {
    color: #002c5f;
}

body .team-cowboys h3 {
    color: #002244;
}

body .team-dolphins h3 {
    color: #008e97;
}

body .team-eagles h3 {
    color: #004953;
}

body .team-falcons h3 {
    color: #a71930;
}

body .team-49ers h3 {
    color: #aa0000;
}

body .team-giants h3 {
    color: #0b2265;
}

body .team-jaguars h3 {
    color: #006778;
}

body .team-jets h3 {
    color: #203731;
}

body .team-lions h3 {
    color: #005a8b;
}

body .team-packers h3 {
    color: #ffb612;
}

body .team-panthers h3 {
    color: #0085ca;
}

body .team-patriots h3 {
    color: #c60c30;
}

body .team-raiders h3 {
    color: #a5acaf;
}

body .team-rams h3 {
    color: #002244;
}

body .team-ravens h3 {
    color: #241773;
}

body .team-redskins h3 {
    color: #773141;
}

body .team-saints h3 {
    color: #9f8958;
}

body .team-seahawks h3 {
    color: #69be28;
}

body .team-steelers h3 {
    color: #ffb612;
}

body .team-texans h3 {
    color: #a71930;
}

body .team-titans h3 {
    color: #4b92db;
}

body .team-vikings h3 {
    color: #4f2683;
}

body #srd_pd {
    background-color: transparent;
}

body .srd_icon {
    background-image: url("https://www.shoprunner.com/static/frontweb/logos/sr_inline.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 32px;
    background-size: 167px 34px;
    float: left;
}

body .srd_iconline {
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 250px;
}

body ._SRD .srd_a_newline {
    display: block;
    white-space: nowrap;
    margin: 4px 0 0 24px;
    font-size: .85em;
}

body #product_just_stars {
    text-align: center;
    text-transform: uppercase;
}

    body #product_just_stars a {
        color: #0050ae !important;
    }

body .product_review {
    padding: 30px 15px 30px 15px;
    border-bottom: #cccccc solid 1px;
    clear: both;
}

body .merchant_review {
    max-width: inherit;
}

body .product_review .stars {
    float: left;
    padding-bottom: 5px;
}

body #product_just_stars .on {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png");
    display: inline-block;
}

body #product_just_stars .half {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-sm.png");
    display: inline-block;
}

body #product_just_stars .off {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png");
    display: none;
}

body .custom-answer .on {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png");
    display: inline-block;
}

body .custom-answer .off {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png");
    display: inline-block;
}

body .custom_sum .on {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png");
    display: inline-block;
}

body .custom_sum .half {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-sm.png");
    display: inline-block;
}

body .custom_sum .off {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png");
    display: inline-block;
}

body #product_just_stars.big .on {
    width: 25px;
    height: 24px;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-md.png");
    display: inline-block;
    margin: 1px;
}

body #product_just_stars.big .half {
    width: 25px;
    height: 24px;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-md.png");
    display: inline-block;
    margin: 1px;
}

body #product_just_stars.big .off {
    width: 25px;
    height: 24px;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-md.png");
    display: none;
    margin: 1px;
}

body #product_just_stars.med21 .on {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png");
    display: inline-block;
}

body #product_just_stars.med21 .half {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-sm.png");
    display: inline-block;
}

body #product_just_stars.med21 .off {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png");
    display: none;
}

body .ind_cnt {
    font-size: 9px;
    display: block;
    text-align: center;
    width: 100%;
}

body .ind_cnt {
    font-size: 13px;
    display: inline-block;
    text-align: left;
    width: auto;
}

body .big .ind_cnt {
    width: 125px;
}

body .product_review .stars .on {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png");
    display: inline-block;
}

body .product_review .stars .half {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-sm.png");
    display: inline-block;
}

body .product_review .stars .off {
    width: 15px;
    height: 14px;
    background-size: contain;
    background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png");
    display: inline-block;
}

body .product_review .images {
    float: right;
    font-size: 12px;
    margin-right: 15px;
}

    body .product_review .images .recommend {
        padding-left: 16px;
        background: url("https://www.shopperapproved.com/page/images3_0/recommend-check.png") no-repeat left center;
        float: right;
        padding-right: 16px;
    }

    body .product_review .images .verified {
        padding-left: 16px;
        background: url("https://www.shopperapproved.com/page/images3_0/verifiedbuyer.png") no-repeat left center;
        float: right;
    }

body .product_review .rheading {
    font-size: 15px;
    clear: both;
    font-weight: bold;
    padding-bottom: 10px;
}

body .product_review .rproduct {
    font-size: 15px;
    clear: both;
    font-weight: bold;
    padding: 10px 0;
}

body .product_review .info {
    font-size: 13px;
    color: #555555;
    clear: both;
}

body .product_review .comments {
    font-size: 15px;
    padding-top: 10px;
}

body .custom_head {
    font-size: 15px;
    font-weight: bold;
}

body .product_review .custom-question {
    font-size: 15px;
    padding-top: 10px;
    font-weight: bold;
}

body .product_review .resolution-attempt {
    color: #32a9d1;
    padding: 10px 0 0 0;
    font-size: 10px;
}

body .sa_response_header {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

body .product_review .custom-answer {
    font-size: 15px;
}

body #product_page .paging {
    padding: 15px 15px 30px 15px;
    height: 24px;
}

body #merchant_page .paging {
    max-width: inherit;
}

body #product_page .paging .sa_page {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-color: white;
    border: #cccccc solid 1px;
    padding: 0;
    font-size: 10px;
    text-align: center;
}

body #product_page .paging .arrow {
    font-weight: bold;
    color: #02669a;
    text-align: left;
    padding-left: 6px;
}

body #product_page .paging .active {
    background-color: #eeeeee;
}

body #review_image {
    height: 40px;
}

    body #review_image .sa_logo {
        border: 0;
        margin-top: -60px;
        display: block;
        float: right;
    }

body #review_header {
    padding: 0 15px 15px 15px;
    border-bottom: #cccccc solid 1px;
}

    body #review_header.hide_header div.overall {
        display: none;
    }

    body #review_header.hide_header div.stars {
        display: none;
    }

    body #review_header .block {
        display: block;
        height: 96px;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    body #review_header .overall {
        width: 100px;
        color: white;
    }

        body #review_header .overall .numbers {
            font-size: 32px;
            font-weight: bold;
            background-color: #cccccc;
            padding: 16px 0;
            float: none;
            margin: 0;
        }

        body #review_header .overall .color5 {
            background-color: #019f17;
        }

        body #review_header .overall .color4 {
            background-color: #789f01;
        }

        body #review_header .overall .color3 {
            background-color: #cbb103;
        }

        body #review_header .overall .color2 {
            background-color: #a3620a;
        }

        body #review_header .overall .color1 {
            background-color: #790000;
        }

        body #review_header .overall .outof {
            padding: 5px 0;
            font-size: 14px;
            background-color: #000;
        }

body .outof div {
    display: inline-block;
    vertical-align: middle;
}

body #review_header .graph {
    width: 196px;
    margin-left: 15px;
}

body #review_header .stars {
    width: 135px;
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
}

    body #review_header .stars .desc {
        padding-bottom: 6px;
        margin: 0 auto;
    }

    body #review_header .stars .on {
        width: 25px;
        height: 24px;
        background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-full-md.png");
        display: inline-block;
        margin: 1px;
    }

    body #review_header .stars .half {
        width: 25px;
        height: 24px;
        background-image: url("https://www.shopperapproved.com/page/images3_0/stars/star-half-md.png");
        display: inline-block;
        margin: 1px;
    }

body #review_header .percentage {
    width: 134px;
    margin-left: 38px;
    font-size: 12px;
    padding-top: 5px;
}

    body #review_header .percentage .numbers {
        font-size: 32px;
        font-weight: bold;
        padding-bottom: 5px;
    }

body .aggregatesum {
    width: 200px;
}

    body .aggregatesum .custom_sum {
        padding-bottom: 5px;
    }

body #custom_aggregate {
    padding: 0 15px 30px 15px;
    border-top: #cccccc solid 1px;
    margin-top: 10px;
}

    body #custom_aggregate .block {
        display: block;
        height: 110px;
        float: left;
        text-align: center;
        margin-top: 15px;
        width: 250px;
    }

body .pr_link {
    background-color: #0c6da3;
    color: white;
    border: 0;
    font-size: 12px;
    padding: 2px 4px;
    margin-top: 11px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

body .pr_bottom {
    margin-top: -50px;
    float: left;
    display: none;
}

body .sa_media img {
    max-width: 200px;
    max-height: 200px;
    margin: 10px 20px;
    cursor: pointer;
}

body #sa_media_view {
    display: none;
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 10000;
    text-align: center;
}

    body #sa_media_view img {
        max-width: 80%;
        max-width: 80%;
    }

body #sa_media_background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #333333;
    display: none;
    opacity: 0.40;
}

body .modalWindow {
    display: none;
    position: fixed;
    left: 50%;
    top: 20px;
    width: 600px;
    margin-left: -300px;
    background-color: white;
    padding: 10px;
    text-align: left;
    z-index: 10000;
}

@media (max-width: 360px) {
    body .product_review .images .recommend {
        float: none;
        padding-right: 0px;
    }

    body .product_review .images .verified {
        float: none;
    }

    body #review_image .sa_logo {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    body #review_header {
        text-align: center;
    }

        body #review_header .percentage {
            margin-right: 38px;
        }

        body #review_header .block {
            display: inline-block;
            float: none;
        }
}

body span.cartAmount {
    animation: pulse 4s infinite;
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0 #f06600;
    }

    20% {
        box-shadow: 0 0 0 10px transparent;
    }

    to {
        box-shadow: 0 0 0 0 transparent;
    }
}

body .pdp-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

body .fhContainer.main {
    padding-top: 0;
}

    body .fhContainer.main .breadWrap {
        background-image: linear-gradient(to top, #fff, #fafbfb 52%, #dadfe4);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
        position: relative;
        z-index: 1;
    }

        body .fhContainer.main .breadWrap .breadcrumb {
            max-width: 1280px;
            padding: .3rem 0;
            margin: 0 auto;
            margin-top: 6px;
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
        }

            body .fhContainer.main .breadWrap .breadcrumb li a {
                color: #717379;
            }

            body .fhContainer.main .breadWrap .breadcrumb li:first-child a {
                color: black;
            }

    body .fhContainer.main .theProduct {
        position: relative;
    }

        body .fhContainer.main .theProduct #proddetail {
            background: white;
            padding: 2rem 3.5rem;
            -webkit-box-shadow: -3px 0px 12px 1px rgba(207,207,207,0.1);
            -moz-box-shadow: -3px 0px 12px 1px rgba(207,207,207,0.1);
            box-shadow: -3px 0px 12px 1px rgba(207,207,207,0.1);
            height: 100%;
        }

@media all and (min-width: 80em) {
    body .fhContainer.main .theProduct #proddetail {
        position: absolute;
    }
}

body .fhContainer.main .theProduct #proddetail .socialShare {
    margin-left: 0;
    padding-left: 0;
    margin: 1rem 0;
}

body .fhContainer.main .theProduct #proddetail #product_just_stars {
    text-align: left;
}

body .fhContainer.main .theProduct #proddetail ._SR._SRD .srd_iconline {
    margin: 0;
}

@media all and (max-width: 80em) {
    body .fhContainer.main .theProduct .pdp-section--right {
        float: none;
    }
}

@media all and (max-width: 80em) {
    body .fhContainer.main .theProduct .pdp-section--left {
        float: none;
    }
}

body .fhContainer.main .theProduct .pdp-section--left #desktop-thumbs {
    width: 100%;
}

    body .fhContainer.main .theProduct .pdp-section--left #desktop-thumbs #thumbnails {
        background: green;
    }

        body .fhContainer.main .theProduct .pdp-section--left #desktop-thumbs #thumbnails a {
            width: 55px;
            height: 55px;
            float: left;
            display: block;
            margin: 1rem;
            overflow: hidden;
        }

            body .fhContainer.main .theProduct .pdp-section--left #desktop-thumbs #thumbnails a img {
                width: 100%;
            }

body .fhContainer.main .doubWrap .fhContainer .doubLeft {
    width: 50%;
    float: left;
}

body .fhContainer.main .doubWrap .fhContainer .doubRight {
    width: 50%;
    float: left;
}

body .doubWrap {
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

    body .doubWrap:before, body .doubWrap:after {
        content: "";
        display: table;
    }

    body .doubWrap:after {
        clear: both;
    }

    body .doubWrap .fhContainer {
        padding: 0;
        margin: 3rem auto;
    }

        body .doubWrap .fhContainer:before, body .doubWrap .fhContainer:after {
            content: "";
            display: table;
        }

        body .doubWrap .fhContainer:after {
            clear: both;
        }

@media all and (max-width: 960px) {
    body .doubWrap .fhContainer {
        padding: 0 1rem;
    }
}

body .doubWrap .fhContainer .doubLeft {
    width: 50%;
    float: left;
    height: 100px;
    background: red;
    height: 640px;
    overflow: hidden;
}

    body .doubWrap .fhContainer .doubLeft span {
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

        body .doubWrap .fhContainer .doubLeft span img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
        }

@media all and (max-width: 1355px) {
    body .doubWrap .fhContainer .doubLeft {
        float: none;
        width: 100%;
    }
}

body .doubWrap .fhContainer .doubRight {
    width: 50%;
    float: left;
    height: 100px;
    background: #f3f3f6;
    padding: 1rem 6rem;
    height: 640px;
    height: 640px;
}

    body .doubWrap .fhContainer .doubRight div {
        text-align: center;
    }

        body .doubWrap .fhContainer .doubRight div h3 {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 36px;
            color: #e34817;
            width: 100%;
            font-weight: normal;
        }

            body .doubWrap .fhContainer .doubRight div h3.subHead {
                color: #636675;
                font-weight: bold;
            }

        body .doubWrap .fhContainer .doubRight div img {
            display: block;
            margin: 1rem auto;
            width: 100px;
            height: 100px;
            background: rgba(128,128,128,0.12);
        }

        body .doubWrap .fhContainer .doubRight div p {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #000000;
            letter-spacing: 0px;
            line-height: 2em;
            margin-top: 0;
        }

@media all and (max-width: 1355px) {
    body .doubWrap .fhContainer .doubRight {
        float: none;
        width: 100%;
        min-height: 320px;
        height: auto;
    }
}

@media all and (max-width: 620px) {
    body .doubWrap .fhContainer .doubRight {
        padding: 1rem 1.5rem;
    }
}

body .accDetailsWrap .fhContainer {
    width: 100%;
    max-width: 100%;
}

    body .accDetailsWrap .fhContainer .accDetails .accSingleWrap {
        background: #e5e5e5;
    }

        body .accDetailsWrap .fhContainer .accDetails .accSingleWrap .accHead {
            color: #636675;
            border-bottom: solid 2px #ccd6e2;
            display: block;
            box-shadow: 0 2px 0 0 #f3f3f6;
        }

            body .accDetailsWrap .fhContainer .accDetails .accSingleWrap .accHead h3 {
                font-family: "Roboto Condensed";
                font-size: 36px;
                font-style: normal;
                text-align: center;
                font-weight: normal;
                padding: 2rem 0;
                margin: 0;
                background: white;
            }

        body .accDetailsWrap .fhContainer .accDetails .accSingleWrap .accCon {
            display: none;
            max-width: 1280px;
            background: transparent;
            margin: 0 auto;
        }

            body .accDetailsWrap .fhContainer .accDetails .accSingleWrap .accCon p {
                margin: 0;
            }

@media all and (min-width: 80em) {
    body .accDetailsWrap .fhContainer .accDetails .accSingleWrap .accCon {
        padding: 0 1.5rem;
    }
}

body .foot-cap {
    height: 10px;
    background-color: #3872cc;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(28,70,130,0.6);
    -moz-box-shadow: 0px 3px 0px 0px rgba(28,70,130,0.6);
    box-shadow: 0px 3px 0px 0px rgba(28,70,130,0.6);
    position: relative;
    z-index: 0;
}

body footer {
    margin-top: 0;
    border-top: none;
    background-image: linear-gradient(to bottom, #2b5ea9, #235095);
}

    body footer .fhContainer:before, body footer .fhContainer:after {
        content: "";
        display: table;
    }

    body footer .fhContainer:after {
        clear: both;
    }

@media all and (max-width: 1280px) {
    body footer .fhContainer .padded {
        width: 48%;
        float: left;
        min-height: 300px;
    }
}

@media all and (max-width: 690px) {
    body footer .fhContainer .padded {
        width: 100%;
        min-height: 0px;
    }
}

body footer .footer-stripe {
    border-top: 10px solid #1d437d;
}

    body footer .footer-stripe .footer-stripe-act {
        border-top: 4px solid white;
        background-color: white;
        padding-bottom: 10px;
        background-image: linear-gradient(to top, #fff, #fafbfb 52%, #dadfe4);
    }

    body footer.footer-stripe .fhContainer {
        background: white;
        margin: 0 auto;
        width: 100%;
    }

        body footer .footer-stripe .fhContainer p {
            font-family: Roboto;
            font-size: 16px;
            font-weight: bold;
            font-style: normal;
            font-stretch: condensed;
            color: #4a4a4a;
        }

    body footer .footer-stripe .footer-column-bottom.box:first-child {
        padding-top: 10px;
    }

body footer .contact a {
    font-size: 1.2rem;
}

body footer .footer-column {
    margin: 0;
    width: 100%;
}

body footer .theFacts a {
    width: 49%;
    margin: 0 0 1rem 0;
    font-size: .9rem;
}

body footer .social a {
    background-image: url("../img/socialSpriteWhite.png");
}

@media all and (max-width: 1280px) {
    body footer .social .footer-column .pure-u-1-4 {
        width: 19%;
        float: left;
    }
}

@media all and (max-width: 1280px) and (800px) {
    body footer .social .footer-column .pure-u-1-4 {
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 1280px) and (max-width: 350px) {
    body footer .social .footer-column .pure-u-1-4 {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }
}

body footer .fatheadNation .small {
    opacity: 0.8;
}

.fhContainer.w1280 {
    width: 100%;
    max-width: 1280px;
}

html.noScroll {
    overflow-x: hidden;
    overflow-y: hidden;
}

    html.noScroll body {
        overflow-x: hidden;
        overflow-y: hidden;
    }

* {
    -webkit-user-select: none;
}

@media all and (max-width: 80em) {
    body {
        padding-top: 78px;
    }
}

@media all and (max-width: 315px) {
    body {
        padding-top: 154px;
    }
}

.mobCrea {
    display: none !important;
}

@media all and (max-width: 80em) {
    .mobCrea {
        display: block !important;
    }
}

.mobDest {
    display: block !important;
}

@media all and (max-width: 80em) {
    .mobDest {
        display: none !important;
    }
}

.mobCreaSm {
    display: none !important;
}

@media all and (max-width: 820px) {
    .mobCreaSm {
        display: block !important;
    }
}

.mobDestSm {
    display: block !important;
}

@media all and (max-width: 820px) {
    .mobDestSm {
        display: none !important;
    }
}

.noScroll {
    overflow-y: hidden !important;
}

.strong {
    font-weight: bold;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.atvImg {
    border-radius: 5px;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent;
}

    .atvImg img {
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(14,21,47,0.25);
    }

.atvImg-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.2s ease-out;
}

    .atvImg-container.over .atvImg-shadow {
        box-shadow: 0 45px 100px rgba(14,21,47,0.4),0 16px 40px rgba(14,21,47,0.4);
    }

.atvImg-layers {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.atvImg-rendered-layer {
    position: absolute;
    width: 104%;
    height: 104%;
    top: -2%;
    left: -2%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    transition: all 0.1s ease-out;
}

.atvImg-shadow {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    transition: all 0.2s ease-out;
    box-shadow: 0 8px 30px rgba(14,21,47,0.6);
}

.atvImg-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 60%);
}

img {
    display: block;
    margin: 0px;
}

.content_title {
    position: absolute;
    padding: 50px 40px 50px 80px;
    background-color: #FFF;
    z-index: 100;
    font-size: 22px;
    margin-left: -60px;
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
}

    .content_title .text {
        -webkit-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        -moz-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        -ms-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        transform: translate3d(0, 0, 0) skew(10deg, 0deg);
    }

.content_slider {
    width: 100%;
    overflow: hidden;
}

.gallery_content {
    overflow: hidden;
    margin-left: -170px;
}

.gallery_item {
    float: left;
    overflow: hidden;
    vertical-align: top;
    margin-left: -2px;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    -webkit-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    -moz-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    -ms-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
    transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
}

    .gallery_item img {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        -moz-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        -ms-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
        transform: translate3d(0, 0, 0) skew(10deg, 0deg);
    }
