/*! Made with Bones: http://themble.com/bones :) */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong,
.strong {
    font-weight: bold
}

dfn,
em,
.em {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

pre {
    margin: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

q:before,
q:after {
    content: '';
    content: none
}

small,
.small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0
}

menu {
    padding: 0 0 0 40px
}

ol,
ul {
    padding: 0;
    list-style-type: none
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.clearfix,
.cf {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
    content: "";
    display: table
}

.clearfix:after,
.cf:after {
    clear: both
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic
}

.red {
    color: #f03
}

.white {
    color: #fff
}

@font-face {
    font-family: "CG";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#CG") format("svg")
}

@font-face {
    font-family: "CGB";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic-Bold.svg#CGB") format("svg")
}

@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MuseoSlab-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-300.woff") format("woff"), url("../fonts/MuseoSlab-300.ttf") format("truetype"), url("../fonts/MuseoSlab-300.svg#Museo") format("svg")
}

body {
    font-family: "CG", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.6em
    }
}

p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

a,
a:visited {
    color: #000;
    text-decoration: none;
    outline: 0
}

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

a:active,
a:visited:active {
    outline: 0
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

a.inverted,
a:visited.inverted {
    text-decoration: underline
}

a.inverted:hover,
a:visited.inverted:hover {
    text-decoration: none
}

a.anone {
    color: inherit;
    text-decoration: none
}

a.anone:hover,
a.anone:focus {
    color: inherit;
    text-decoration: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-rendering: optimizelegibility;
    font-weight: normal;
    letter-spacing: 1px
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none
}

h1,
.h1 {
    font-size: 'CGB';
    font-size: 1.125em;
    line-height: 18px;
    margin: 10px 0px
}

@media (min-width: 768px) {
    h1,
    .h1 {
        margin: 20px 0px;
        font-size: 1.5em;
        line-height: 24px
    }
}

@media (min-width: 1360px) {
    h1,
    .h1 {
        margin: 30px 0px;
        font-size: 1.75em;
        line-height: 28px
    }
}

h1.page-title,
.h1.page-title {
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: bold
}

h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em
}

h3,
.h3 {
    font-family: 'CGB';
    font-size: 1.125em;
    line-height: 1.5em
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

h3.page-title {
    text-align: center
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700
}

h5,
.h5 {
    font-size: 1em;
    line-height: 1.3125em;
    margin: 1em 0;
    text-transform: none
}

@media (min-width: 768px) {
    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 1.6rem
    }
}

h6,
.h6 {
    font-family: 'CGB';
    font-size: 10px;
    line-height: 10px;
    color: #f03;
    text-transform: uppercase
}

h6.sub-title,
.h6.sub-title {
    margin-top: 10px;
    text-align: right
}

.text-18 {
    font-size: 1.125em;
    line-height: 1.5em
}

.text-14 {
    font-size: .875em
}

.text-12 {
    font-size: .75em
}

.text-10 {
    font-size: .625em
}

.tit {
    font-size: 10px;
    font-family: 'CGB';
    text-transform: uppercase
}

.tit.tit14 {
    font-size: 14px;
    line-height: 14px
}

.font-museo {
    font-family: 'Museo';
    letter-spacing: 0px
}

.font-cgb {
    font-family: 'CGB'
}

.text-big {
    font-family: 'Museo';
    font-size: 1.1875em;
    line-height: 1.29em;
    letter-spacing: normal
}

.uppercase {
    text-transform: uppercase
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.noscroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden
}

.grid {
    position: relative
}

.grid::after {
    clear: both;
    content: "";
    display: table
}

.grid .row {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.grid .row::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width: 768px) {
    .grid .row {
        margin-bottom: 20px
    }
}

.grid .col {
    width: 100%;
    display: block;
    min-height: 1px;
    position: relative
}

@media (min-width: 768px) {
    .grid5 .col {
        width: -webkit-calc((100% - 4*20px) / 5);
        width: calc((100% - 4*20px) / 5);
        margin: 0px 20px 20px 0px;
        float: left
    }
    .grid5 .col:nth-child(5n) {
        margin-right: 0px;
        float: right
    }
}

@media (min-width: 768px) {
    .grid4 .col {
        width: -webkit-calc((100% - 3*20px) / 4);
        width: calc((100% - 3*20px) / 4);
        margin: 0px 20px 20px 0px;
        float: left
    }
    .grid4 .col:nth-child(4n) {
        margin-right: 0px;
        float: right
    }
}

@media (min-width: 768px) {
    .grid3 .col {
        width: -webkit-calc((100% - 2*20px) / 3);
        width: calc((100% - 2*20px) / 3);
        margin: 0px 20px 20px 0px;
        float: left
    }
    .grid3 .col:nth-child(3n) {
        margin-right: 0px;
        float: right
    }
}

@media (min-width: 768px) {
    .grid2 .col {
        width: -webkit-calc((100% - 1*20px) / 2);
        width: calc((100% - 1*20px) / 2);
        margin: 0px 20px 20px 0px;
        float: left
    }
    .grid2 .col:nth-child(2n) {
        margin-right: 0px;
        float: right
    }
}

@media (min-width: 768px) {
    .grid2.no-gutter .col {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        margin: 0px
    }
}

.grid2-product .col:first-child {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .grid2-product .col:first-child {
        margin-bottom: 0px;
        width: 31.5789%;
        float: left
    }
    .grid2-product .col:last-child {
        width: 58.9473%;
        float: right
    }
}

@media (min-width: 768px) {
    .grid-compact>.row {
        margin-bottom: 0px
    }
    .grid-compact>.row>.col {
        margin-bottom: 0px
    }
}

@media (min-width: 768px) {
    .grid3-tiny .col {
        width: -webkit-calc((100% - 2*0px) / 3);
        width: calc((100% - 2*0px) / 3);
        margin: 0px 0px 0px 0px;
        float: left
    }
    .grid3-tiny .col:nth-child(3n) {
        margin-right: 0px;
        float: right
    }
}

.item-grid {
    height: 310px
}

@media (min-width: 1360px) {
    .item-grid {
        height: 387px
    }
}

.item-grid.hover-effect {
    background: #000
}

.item-grid.hover-effect .item-hover {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.13s ease-out;
    -moz-transition: all 0.13s ease-out;
    transition: all 0.13s ease-out
}

.item-grid.hover-effect:hover .item-hover {
    -webkit-transform: translateX(-10px) translateY(-10px);
    -moz-transform: translateX(-10px) translateY(-10px);
    -ms-transform: translateX(-10px) translateY(-10px);
    -o-transform: translateX(-10px) translateY(-10px);
    transform: translateX(-10px) translateY(-10px);
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.1)
}

.item-grid.hover-effect:hover .ss-icon {
    background-position: 0 -75px
}

.item-grid.hover-effect:hover .ss-icon.to-white {
    background-position: 0 -25px
}

.item-grid.hover-effect.promo .img-header {
    height: 230px
}

@media (min-width: 1360px) {
    .item-grid.hover-effect.promo .img-header {
        height: 307px
    }
}

.item-grid.hover-effect.promo .item-footer {
    height: 80px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 15px 10px 10px 10px;
    line-height: 18px
}

.item-grid.hover-effect.promo:hover .item-footer {
    background: #66c9ff
}

.item-grid.hover-effect.promo:hover .ss-icon {
    background-position: 0 -25px
}

.item-grid.hover-effect.promo.yellow .ss-icon {
    background-position: -125px -200px
}

.item-grid.hover-effect.promo.yellow:hover .item-footer {
    background: #ffca00
}

.item-grid.hover-effect.promo.yellow:hover .ss-icon {
    background-position: 0 -25px
}

.item-grid.hover-effect.promo .price {
    position: absolute;
    bottom: 10px
}

a.link-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-decoration: none;
    color: inherit
}

a.link-page:hover {
    text-decoration: none;
    color: inherit
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="submit"],
select,
textarea,
button,
.field,
.wccpf-field {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
    font-family: 'CGB';
    color: #000;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 0px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    outline: none
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="submit"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder,
.field::-webkit-input-placeholder,
.wccpf-field::-webkit-input-placeholder {
    color: #000
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="submit"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder,
.field::-moz-placeholder,
.wccpf-field::-moz-placeholder {
    color: #000
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="submit"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
button:-moz-placeholder,
.field:-moz-placeholder,
.wccpf-field:-moz-placeholder {
    color: #000
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="submit"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder,
.field:-ms-input-placeholder,
.wccpf-field:-ms-input-placeholder {
    color: #000
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="text"].changed,
input[type="password"]:focus,
input[type="password"]:active,
input[type="password"].changed,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime"].changed,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"].changed,
input[type="date"]:focus,
input[type="date"]:active,
input[type="date"].changed,
input[type="month"]:focus,
input[type="month"]:active,
input[type="month"].changed,
input[type="time"]:focus,
input[type="time"]:active,
input[type="time"].changed,
input[type="week"]:focus,
input[type="week"]:active,
input[type="week"].changed,
input[type="number"]:focus,
input[type="number"]:active,
input[type="number"].changed,
input[type="email"]:focus,
input[type="email"]:active,
input[type="email"].changed,
input[type="url"]:focus,
input[type="url"]:active,
input[type="url"].changed,
input[type="search"]:focus,
input[type="search"]:active,
input[type="search"].changed,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="tel"].changed,
input[type="color"]:focus,
input[type="color"]:active,
input[type="color"].changed,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].changed,
select:focus,
select:active,
select.changed,
textarea:focus,
textarea:active,
textarea.changed,
button:focus,
button:active,
button.changed,
.field:focus,
.field:active,
.field.changed,
.wccpf-field:focus,
.wccpf-field:active,
.wccpf-field.changed {
    outline: none;
    color: #000
}

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
input[type="submit"][disabled],
input[type="submit"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
button[disabled],
button.is-disabled,
.field[disabled],
.field.is-disabled,
.wccpf-field[disabled],
.wccpf-field.is-disabled {
    cursor: not-allowed;
    opacity: 0.6
}

input[type="submit"],
a.button,
button.button {
    background: none;
    display: inline-block;
    width: auto;
    border: 0;
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'CGB';
    background: #f03;
    border: 2px solid #f03;
    line-height: 38px
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"].changed,
a.button:hover,
a.button:focus,
a.button:active,
a.button.changed,
button.button:hover,
button.button:focus,
button.button:active,
button.button.changed {
    color: #f03;
    background: #fff;
    text-decoration: none
}

textarea {
    max-width: 100%;
    border: 2px solid #000;
    min-height: 170px;
    padding: 10px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: none;
    border-bottom: 2px solid #000;
    padding-left: 0px 10px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 21px 21px;
    background-position: right 10px center
}

select:hover {
    background-image: url(../images/select-arrow-over.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 10px center;
    background-size: 21px 21px
}

.select-rxart-native,
.select-rxart-native select,
button.support-button {
    height: 50px;
    line-height: 50px;
    font-family: 'CGB';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.select-rxart-native {
    position: relative;
    background: #f03
}

@media (min-width: 768px) {
    .select-rxart-native {
        display: none
    }
}

.select-rxart-native .arrow-select {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px
}

.select-rxart-native .arrow-select .sprite {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-rxart-native select {
    position: relative;
    padding-left: 50px;
    border: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-rxart-native select:focus,
.select-rxart-native select:active,
.select-rxart-native select.changed {
    outline: none;
    color: #fff
}

button.support-button {
    background: #f03;
    border: 0
}

.wpcf7-form {
    font-size: 14px;
    font-family: 'CGB';
    line-height: 21px
}

.wpcf7-form input[type=submit] {
    width: 140px
}

.wpcf7-form p:last-child {
    text-align: center
}

.select-rxart {
    display: none;
    position: relative
}

@media (min-width: 768px) {
    .select-rxart {
        display: block
    }
}

.select-rxart .header {
    z-index: 1;
    cursor: pointer;
    position: relative;
    height: 50px;
    background: #f03;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'CGB'
}

.select-rxart .header .view {
    display: inline-block;
    vertical-align: top
}

.select-rxart .arrow-select-rxart {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.select-rxart .arrow-select-rxart .sprite {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-rxart .dropdown {
    z-index: 0;
    position: static;
    width: 100%;
    top: 50px;
    opacity: 0;
    height: 336px;
    overflow: hidden;
    background: #EEEFEF;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2)
}

.select-rxart .dropdown .dropdown-list {
    width: 100%;
    padding: 10px 20px
}

.select-rxart .dropdown .dropdown-list ul {
    margin: 0
}

.select-rxart .dropdown .dropdown-list ul li a {
    font-family: 'CGB';
    font-size: 12px;
    line-height: 20px
}

.select-rxart .dropdown .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #9CEAFF;
    height: 50px;
    text-align: center
}

.preload {
    display: none;
    visibility: hidden;
    opacity: 0
}

.toload {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

.toload.loaded {
    opacity: 1
}

.lazyload {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

.lazyload.show {
    opacity: 1
}

.pinhide {
    display: none
}

.img-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 120%
}

.img-container.square {
    padding-bottom: 100%
}

.img-container.rounded {
    padding-bottom: 100%
}

.img-container.rounded div {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
}

.img-container .bgimage {
    position: absolute
}

.bgimage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0
}

.bgimage img {
    width: 100%;
    height: auto
}

.bgimage.aligntop {
    background-position: 50% 0%
}

.bgimage.alignbottom {
    background-position: 50% 100%
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-container iframe,
.video-container embed,
.video-container object,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.videoWrapper .aboutimggif {
	position:absolute;
}

.videoWrapper iframe,
.videoWrapper embed,
.videoWrapper object,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-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
}

.slider-container {
    position: relative;
    padding: 0px 0px 110% 0px
}

@media (min-width: 768px) {
    .slider-container {
        padding: 0px 0px 45.8333333333% 0px
    }
}

.slider-container .slick-list,
.slider-container .slick-track,
.slider-container .slick-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.slider-container.reset .slick-list,
.slider-container.reset .slick-track,
.slider-container.reset .slick-slider {
    position: relative;
    width: auto;
    height: auto
}

.slider-container .slick-list::after {
    clear: both;
    content: "";
    display: table
}

.slick-slider.slider-full-contained {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.slick-slider.slider-full-contained .slick-list,
.slick-slider.slider-full-contained .slick-track {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    margin: 0;
    bottom: 0px
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px
}

.slick-dots li button {
    text-indent: -9999em;
    text-transform: uppercase;
    background: none;
    border: 0;
    padding: 0px;
    min-width: 0;
    width: 9px;
    height: 9px;
    line-height: 9px;
    background-position: center, center
}

.slick-dots li button:active {
    top: 0px
}

.slick-dots li:last-child {
    margin-right: 0px
}

.title-overlay {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 10px 35px 15px 10px;
    min-height: 23px;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

@media (min-width: 768px) {
    .title-overlay {
        padding: 30px 45px 15px 45px;
        min-height: 43px
    }
}

.title-overlay .title {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: 'CGB';
    text-transform: uppercase
}

@media (min-width: 768px) {
    .title-overlay .title {
        line-height: 24px;
        font-size: 24px
    }
}

.title-overlay .caption {
    color: #f03;
    font-size: 10px;
    font-family: 'CGB';
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
    text-align: right;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

a:hover .title-overlay {
    background: #66c9ff
}

a:hover .caption {
    color: #000
}

a:hover .ss-icon {
    background-position: 0 -25px
}

.arrow-nav {
    position: absolute;
    width: 100px;
    bottom: 75px;
    display: none;
    position: absolute;
    left: -10px;
    z-index: 100
}

@media (min-width: 768px) {
    .arrow-nav {
        display: block
    }
}

.arrow-nav .arrow {
    display: inline-block !important;
    cursor: pointer;
    width: 21px;
    height: 21px;
    margin-right: 10px
}

.arrow-nav .arrow.a-right {
    margin-right: 0px
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #f03;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.selectboxit-container * {
    font: 14px Helvetica, Arial;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap
}

.selectboxit-container .selectboxit {
    width: 220px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 30px;
    line-height: 30px;
    display: block
}

.selectboxit-container .selectboxit:focus {
    outline: 0
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default
}

.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px
}

.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px
}

.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none
}

.selectboxit-option,
.selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none
}

.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

.selectboxit-optgroup-header+.selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px
}

.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.selectboxit-optgroup-header {
    font-weight: bold
}

.selectboxit-optgroup-header:hover {
    cursor: default
}

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%
}

.selectboxit-option-icon-container {
    float: left
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important
}

.jqueryui .ui-icon {
    background-color: inherit
}

.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.selectboxit-btn {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
    background-color: #e6e6e6
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333333
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #ffffff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #08c, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #08c, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999999
}

html,
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

#menu-mob {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16;
    opacity: 0;
    background: #fff
}

#zip {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100%
}

#header {
    background: #fff;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 17;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2)
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 15
}

#burger-mobile {
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../images/burger.png);
    background-image: linear-gradient(transparent, transparent), url(../images/burger.svg);
    background-repeat: no-repeat;
    background-size: 22px 17px;
    background-position: center center;
    cursor: pointer
}

@media (min-width: 889px) {
    #burger-mobile {
        display: none
    }
}

.header-mob {
    margin-top: 50px
}

.header-mob .secondary ul li.donate a {
    height: 50px !important;
    border-bottom: 2px solid #f03;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 48px
}

.header-mob .secondary ul li.donate a:hover {
    background: #fff;
    border-bottom: 2px solid #f03
}

#menu-header-menu {
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'CGB'
}

#menu-header-menu>li {
    font-size: 14px
}

#menu-header-menu .sub-menu {
    font-size: 12px
}

#menu-header-menu .sub-menu a {
    color: #999
}

#menu-header-menu a {
    display: block
}

#menu-header-menu a:hover,
#menu-header-menu a:active {
    text-decoration: none
}

#menu-header-menu-1 {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: left;
    display: none;
    text-transform: uppercase;
    margin: 0;
    margin-left: -10px
}

#menu-header-menu-1.ready {
    opacity: 1
}

@media (min-width: 889px) {
    #menu-header-menu-1 {
        display: block
    }
}

#menu-header-menu-1>li {
    display: inline-block;
    position: relative;
    font-family: 'CGB'
}

#menu-header-menu-1>li>a {
    display: block;
    font-size: 9px;
    padding: 0px 10px;
    line-height: 49px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#menu-header-menu-1>li>a:hover {
    text-decoration: none;
    background: #CAFF97;
    border-bottom: 1px solid #f03
}

#menu-header-menu-1>li:hover .sub-menu {
    left: 0px
}

#menu-header-menu-1>li:hover .sub-menu li {
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

#menu-header-menu-1>li.current_item>a,
#menu-header-menu-1>li.current_page_item>a,
#menu-header-menu-1>li.current-menu-ancestor>a {
    border-bottom: 1px solid #f03
}

#menu-header-menu-1 .sub-menu {
    position: absolute;
    margin: 0;
    left: -1000px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2)
}

#menu-header-menu-1 .sub-menu li {
    opacity: 0;
    border-bottom: 1px solid #999;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 330px
}

#menu-header-menu-1 .sub-menu li a {
    display: block;
    background: #EEEFEF;
    font-size: 14px;
    font-family: 'CGB';
    padding-left: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

#menu-header-menu-1 .sub-menu li a:hover {
    text-decoration: none;
    background: #CAFF97
}

.caret {
    color: #f03;
    margin-left: 4px;
    text-transform: none
}

.sprite,
.second-row input[type=submit] {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: block;
    overflow: hidden;
    text-indent: -9999px
}

.sprite.cart {
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -175px;
    width: 14px;
    height: 14px
}

.sprite.contact {
    display: inline-block;
    vertical-align: middle;
    background-position: -25px -175px;
    width: 12px;
    height: 14px
}

.sprite.search {
    background-position: -75px -175px;
    height: 10px;
    margin: 4px 4px 4px 0;
    width: 10px
}

.sprite.tumblr {
    background-position: -25px -150px;
    height: 24px;
    width: 24px
}

.sprite.twitter {
    background-position: -125px -150px;
    height: 24px;
    width: 34px
}

.sprite.facebook {
    background-position: -75px -150px;
    height: 24px;
    width: 24px
}

.sprite.ss-icon {
    background-position: 0 0;
    height: 21px;
    width: 21px;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.sprite.ss-prev {
    background-position: -50px 0;
    height: 21px;
    width: 21px
}

.sprite.ss-prev:hover {
    background-position: -50px -75px
}

.sprite.ss-next {
    background-position: -75px 0;
    height: 21px;
    width: 21px
}

.sprite.ss-next:hover {
    background-position: -75px -75px
}

.sprite.twitter-b {
    background-position: -114px -275px;
    height: 25px;
    width: 36px
}

.sprite.arrow-down {
    background-position: -100px -100px;
    height: 22px;
    width: 22px
}

.sprite.arrow-up {
    background-position: -125px -100px;
    height: 22px;
    width: 22px
}

.sprite.gallery-close {
    background-position: -25px 0;
    height: 21px;
    width: 21px
}

.sprite.gallery-close:hover {
    background-position: -25px -25px
}

.sprite.ss-prev-white {
    background-position: -50px -25px
}

.sprite.ss-prev-white:hover {
    background-position: -50px -75px
}

.sprite.ss-next-white {
    background-position: -75px -25px
}

.sprite.ss-next-white:hover {
    background-position: -75px -75px
}

.sprite.ext-article {
    background-position: -100px -175px;
    width: 14px;
    height: 11px;
    margin-left: 10px
}

.sprite.pdf-download {
    width: 16px;
    height: 16px;
    background-position: -125px -175px
}

.sprite.remove {
    background-position: -25px -50px;
    height: 21px;
    width: 21px
}

.sprite.remove:hover {
    background-position: -25px 0px
}


#logo {
    background-position: -50px -225px;
    height: 34px;
    width: 66px;
    margin-top: 8px;
    float: none;
    margin-right: 0px;
    margin-left: -33px;
    left: 50%;
    top: 0px;
    position: absolute
}

/* #logo
{
    background: url(../images/logo-rxart.png);
    width: 66px;
    height:  34px;
    margin:  8px 0 0 -33px;
}
 */
@media (min-width: 890px) and (max-width: 1500px) {
    #logo {
        position: relative;
        float: left;
        margin-right: 20px;
        left: auto;
        margin-left: 0px
    }
}

#header .secondary {
    display: none;
    float: right
}

@media (min-width: 768px) {
    #header .secondary {
        display: block
    }
}

.secondary ul {
    margin: 0
}

.secondary li {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.secondary li a {
    display: block;
    font-size: 10px;
    padding: 0px 10px;
    line-height: 49px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.secondary li a:hover {
    text-decoration: none;
    background: #CAFF97;
    border-bottom: 1px solid #f03
}

.secondary li a .total {
    font-family: 'CG';
    font-size: 10px;
    color: #f03
}

.secondary li.donate a {
    height: 50px !important;
    border-bottom: 2px solid #f03;
    padding: 0px 20px;
    font-size: 11px;
    line-height: 48px
}

.secondary li.donate a:hover {
    background: #fff;
    border-bottom: 2px solid #f03
}


#searchform {
    display: block
}

#searchform div {
    padding-left: 10px
}

#searchform .search {
    position: absolute;
    top: 15px
}

#searchform #s {
    margin-top: 12px;
    padding-left: 17px;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    width: 60px;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

#searchform #s:focus,
#searchform #s:active {
    width: 220px
}

#searchsubmit {
    display: none
}

#footer {
    text-align: center;
    background: #f03;
    color: #fff;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    #footer {
        height: 260px;
        padding-bottom: 0px
    }
}

#inner-footer {
    padding-top: 10px;
    color: #fff
}

@media (min-width: 768px) {
    #inner-footer {
        padding-top: 70px
    }
}

@media (min-width: 1040px) {
    #inner-footer {
        padding-top: 90px
    }
}

#inner-footer li {
    display: inline-block
}

#inner-footer li:last-child {
    margin-right: 0px
}

#inner-footer a {
    color: #fff
}

#inner-footer a:hover {
    color: #fff
}

.button-support-footer {
    text-align: center;
    font-size: 18px;
    font-family: 'CGB';
    text-decoration: underline
}

.button-support-footer:hover {
    text-decoration: none
}

.second-row {
    font-family: 'CGB';
    margin-top: 20px 0px
}

@media (min-width: 1040px) {
    .second-row {
        margin: 30px 0px 30px 0px
    }
}

.second-row li {
    margin-right: 10px;
    vertical-align: middle;
    line-height: 30px
}

@media (min-width: 1040px) {
    .second-row li {
        line-height: 20px
    }
}

.second-row ul {
    margin: 0
}

.second-row .row-text {
    font-size: 10px
}

.second-row .row-text p {
    display: inline;
    margin: 0
}

.second-row .social-media-icons li {
    margin-right: 10px
}

.second-row .social-media-icons li img {
    vertical-align: middle;
    margin: 0
}

.second-row img.icon {
    height: 20px;
    width: 20px
}

.second-row .newsletter-footer li {
    margin-right: 5px
}

.second-row .modal-window {
    top: -140px
}

@media (max-width: 768px) {
    .second-row .modal-window {
        margin-left: 0px
    }
}

@media (max-width: 375px) {
    .second-row .modal-window {
        top: -100px;
        width: 200px;
        height: 160px;
        padding-top: 30px;
        margin-left: -150px
    }
}

.second-row input[type=email] {
    width: 150px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    text-transform: uppercase;
    color: #959595;
    font-family: 'CGB';
    letter-spacing: 1px;
    padding: 0px 10px;
    margin-right: 0px;
    border: 0
}

.second-row input[type=submit] {
    width: 22px;
    height: 22px;
    padding: 0px;
    background-position: -75px -25px;
    border: 0
}

#menu-footer-menu {
    margin: 0;
    font-family: 'CGB';
    font-size: 10px;
    text-transform: uppercase
}

#menu-footer-menu li {
    margin-right: 20px
}

@media (min-width: 768px) {
    html,
    body,
    #zip {
        height: 100%
    }
    #container {
        min-height: 100%;
        margin-bottom: -260px
    }
    #container:after {
        content: "";
        display: block
    }
    #footer,
    #container:after {
        height: 260px
    }
}

.wrap {
    margin: 0px 10px
}

@media (min-width: 768px) {
    .wrap {
        margin: 0px 20px
    }
}

@media (min-width: 1200px) {
    .wrap {
        margin: 0 40px
    }
}

.wrap-content,
#main {
    margin: 0 auto;
    max-width: 960px
}

@media (min-width: 1360px) {
    .wrap-content,
    #main {
        max-width: 1280px
    }
}

#content {
    padding: 75px 0px 40px 0px
}

@media (min-width: 1360px) {
    #content {
        padding: 100px 0px 80px 0px
    }
}

.pointer {
    cursor: pointer
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-wrap,
.page-template-page-text .entry-content {
    max-width: 580px;
    margin: 0 auto
}

.line {
    height: 1px;
    background: #DADADA
}

.wrap-overflow {
    overflow: hidden
}

.none {
    display: none
}

.padding-15 {
    padding: 15px
}

.layout-sidebar::after {
    clear: both;
    content: "";
    display: table
}

.layout-sidebar>header,
.layout-sidebar header.page-title {
    display: inline-block;
    margin: 10px 0px
}

@media (min-width: 768px) {
    .layout-sidebar>header,
    .layout-sidebar header.page-title {
        margin: 20px 100px 20px 0px
    }
}

.layout-sidebar>header h1,
.layout-sidebar header.page-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    font-family: 'CGB';
    line-height: 24px;
    text-transform: uppercase
}

.layout-sidebar>header h4,
.layout-sidebar header.page-title h4 {
    margin: 0;
    margin-top: 10px;
    margin-right: -80px;
    font-size: 10px;
    font-weight: bold;
    font-family: 'CGB';
    line-height: 10px;
    text-align: right;
    text-transform: uppercase
}

@media (max-width: 375px) {
    .layout-sidebar>header h4,
    .layout-sidebar header.page-title h4 {
        margin-right: 0px
    }
}

.layout-sidebar>article .content {
    margin: 0 auto
}

@media (min-width: 768px) {
    .layout-sidebar>article {
        float: left;
        width: 66.666%
    }
    .layout-sidebar>article .content {
        max-width: 420px
    }
}

@media (min-width: 1024px) {
    .layout-sidebar>article .content {
        max-width: 480px
    }
}

@media (min-width: 1360px) {
    .layout-sidebar>article .content {
        max-width: 580px
    }
}

.layout-sidebar>article img {
    max-width: 100%;
    height: auto
}

.layout-sidebar>aside {
    margin-top: 20px
}

@media (min-width: 768px) {
    .layout-sidebar>aside {
        margin-top: 0px;
        width: 33.333%;
        float: right
    }
}

.about-page-title {
    font-family: 'CGB', 'sans-serif';
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.contact-info {
    font-family: 'CGB', 'sans-serif';
    padding: 50px 5px 73px 5px;
    background: #EEEFEF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase
}

.contact-info a {
    text-decoration: underline
}

@media (max-width: 768px) {
    .contact-info {
        font-size: 22px
    }
}

.sidebar-menu ul {
    margin: 0
}

.sidebar-menu ul li {
    border-bottom: 1px solid #f03;
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

.sidebar-menu ul li a {
    display: block;
    background: #fff;
    font-size: 14px;
    font-family: 'CGB';
    padding-left: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.sidebar-menu ul li a:hover {
    text-decoration: none;
    background: #CAFF97
}

.sidebar-menu ul li:first-child a {
    background: #f03;
    color: #fff
}

.sidebar-menu ul li:first-child a:hover {
    background: #f03
}

#overlay .overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    background: #fff;
    z-index: 99
}

.overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    top: 50px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px)
}

.overlay-content .gallery-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px
}

@media (min-width: 768px) {
    .overlay-content .gallery-close {
        top: 20px;
        right: 20px
    }
}

.overlay-content .slider-container-overlay {
    position: relative;
    z-index: 1;
    height: 100%
}

.overlay-content .slider-container-overlay .arrow-nav {
    left: auto;
    top: auto;
    bottom: 0px;
    right: -35px
}

@media (min-width: 768px) {
    .overlay-content .slider-container-overlay .arrow-nav {
        right: -15px
    }
}

.overlay-content .slick-slide .bgimage {
    background-size: contain
}

.overlay-content .slick-slide footer {
    position: absolute;
    width: 100%;
    height: 37px;
    background: #EEEFEF;
    bottom: 0px;
    line-height: 37px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'CGB'
}

.overlay-content .slick-slide .description {
    float: left;
    margin-left: 10px
}

@media (min-width: 768px) {
    .overlay-content .slick-slide .description {
        margin-left: 20px
    }
}

.overlay-content .slick-slide .number {
    float: right;
    margin-right: 100px
}

@media (min-width: 768px) {
    .overlay-content .slick-slide .number {
        margin-right: 120px
    }
}

.spacer-50 {
    margin-top: 20px
}

@media (min-width: 768px) {
    .spacer-50 {
        margin-top: 50px
    }
}

.desc-info {
    border-top: 1px dotted #000;
    background: #EEEFEF;
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
    font-family: 'CGB'
}

@media (min-width: 768px) {
    .desc-info {
        padding: 20px
    }
}

input[type="email"],
input[type="text"],
input[type="number"],
.wpcf7-form-control {
    border-width: 1px
}

.mc4wp-form {
    position: relative
}

.mc4wp-form .modal-window .modal-content {
    color: #000
}

.grid-row1-home .col {
    margin: 0px 0px 0px 0px
}

@media (min-width: 768px) {
    .grid-row1-home .col {
        width: 41.66%;
        float: left
    }
    .grid-row1-home .col:nth-child(3n) {
        width: -webkit-calc(100% - 2*0px - 2*41.66%);
        width: calc(100% - 2*0px - 2*41.66%);
        margin-right: 0px;
        float: right
    }
    .grid-row1-home .col .item-grid {
        height: 350px
    }
}

@media (min-width: 768px) and (min-width: 1360px) {
    .grid-row1-home .col .item-grid {
        height: 463px
    }
}

.grid-row2-home>.row>.col {
    margin: 0px 0px 0px 0px
}

@media (min-width: 768px) {
    .grid-row2-home>.row>.col {
        width: 66.66%;
        float: left
    }
    .grid-row2-home>.row>.col:nth-child(2n) {
        width: -webkit-calc(100% - 1*0px - 1*66.66%);
        width: calc(100% - 1*0px - 1*66.66%);
        margin-right: 0px;
        float: right
    }
    .grid-row2-home>.row>.col:nth-child(2n) .item-grid {
        height: -webkit-calc(2*310px + 108px);
        height: calc(2*310px + 108px)
    }
}

@media (min-width: 768px) and (min-width: 1360px) {
    .grid-row2-home>.row>.col:nth-child(2n) .item-grid {
        height: -webkit-calc(2*372px + 108px);
        height: calc(2*372px + 108px)
    }
}

.mission .tit {
    margin: 10px 0px;
    padding: 0px 10px
}

@media (min-width: 768px) {
    .mission .tit {
        margin: 40px 0px;
        padding: 0px 10px
    }
}

@media (min-width: 1360px) {
    .mission .tit {
        margin-bottom: 100px
    }
}

.mission .text {
    font-family: 'Museo';
    padding: 0px 30px
}

@media (min-width: 768px) {
    .mission .text {
        font-size: .875em;
        line-height: 18px
    }
}

@media (min-width: 1024px) {
    .mission .text {
        font-size: 1em;
        line-height: 24px
    }
}

.home-right-featured {
    margin: 0
}

.home-right-featured li {
    position: relative;
    margin: 0
}

@media (min-width: 768px) {
    .home-right-featured li:first-child .item-grid {
        height: -webkit-calc(350px - 75px);
        height: calc(350px - 75px)
    }
}

@media (min-width: 1360px) {
    .home-right-featured li:first-child .item-grid {
        height: -webkit-calc(463px - 75px);
        height: calc(463px - 75px)
    }
}

.home-right-featured li:first-child .item-hover {
    background: #EEEFEF
}

.home-right-featured li:first-child .img-ext {
    margin-top: 20px;
    height: 180px
}

@media (min-width: 768px) {
    .home-right-featured li:first-child .img-ext {
        height: 80px
    }
}

.home-right-featured li:first-child .caption {
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding: 0px 25px 0px 15px;
    font-size: 10px;
    font-family: 'CGB';
    line-height: 10px
}

@media (min-width: 768px) {
    .home-right-featured li:first-child .caption {
        line-height: 15px
    }
}

.home-right-featured li:first-child .caption>p {
    margin: 0
}

.home-right-featured li:last-child .item-grid {
    height: 75px
}

.home-right-featured li:last-child .item-hover {
    background: #f03
}

.home-right-featured li:last-child .link-newsletter {
    font-size: 11px;
    font-family: 'CGB'
}

@media (min-width: 768px) {
    .home-right-featured li:last-child .link-newsletter {
        font-size: .5625em
    }
}

.home-right-featured li:last-child .link-newsletter span {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: bold
}

@media (min-width: 768px) {
    .home-right-featured li:last-child .link-newsletter span {
        font-size: .875rem
    }
}

h3.daily-dose {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 78px;
    height: 78px
}

.follow {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    font-family: 'CGB';
    padding: 2px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration: none
}

.follow:hover {
    color: #fff
}

.instagram-container {
    text-align: center
}

.instagram-container .img-header {
    position: relative;
    height: 230px;
    overflow: hidden
}

@media (min-width: 1360px) {
    .instagram-container .img-header {
        height: 292px
    }
}

.instagram-container .img-header img {
    max-width: 90%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.instagram-container .instagram-sprite {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/instagram-36-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 24px 24px;
    background-position: center 12px;
    margin-top: 12px
}

.instagram-container a {
    text-decoration: none
}

.instagram-container a:hover {
    text-decoration: none
}

.instagram-container a.follow {
    background-color: #f03
}

.twitter-container {
    text-align: center
}

.twitter-container .twitter-content {
    position: relative;
    height: 230px;
    background: #97FFCA
}

@media (min-width: 1360px) {
    .twitter-container .twitter-content {
        height: 292px
    }
}

.twitter-container #tweet-date {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    color: #000
}

.twitter-container #tweet {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 60px 40px 0 40px
}

@media (min-width: 1360px) {
    .twitter-container #tweet {
        padding: 80px 80px 0 80px
    }
}

.twitter-container .sprite {
    display: inline-block;
    margin-top: 23px
}

.twitter-container a {
    text-decoration: none
}

.twitter-container a:hover {
    text-decoration: none
}

.twitter-container a.follow {
    background-color: #97FFCA;
    color: #000
}

.twitter-m-point {
    border-top: 20px solid #97FFCA;
    border-right: 20px solid transparent;
    border-bottom: none;
    border-left: 20px solid transparent;
    bottom: -18px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0
}

.column-testimonials {
    background: #9CEAFF
}

@media (max-width: 375px) {
    .column-testimonials {
        padding-bottom: 100%
    }
}

.column-testimonials .arrow-nav {
    bottom: 9px;
    left: 13px
}

.column-testimonials .arrow-nav .sprite.ss-prev {
    margin-right: 0
}

.slider-testimonials .txt {
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5625rem
}

.slider-testimonials .author {
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0px 20px 0 70px;
    font-size: 9px;
    line-height: 12px
}

.slider-container-testimonials {
    background: #9CEAFF;
    padding-bottom: 68.75%
}

@media (min-width: 1260px) {
    .slider-container-testimonials {
        padding-bottom: 40%
    }
}

.slider-container-testimonials .arrow-nav {
    left: auto;
    bottom: auto;
    top: 10px;
    right: -30px
}

.slider-container-testimonials .txt {
    padding: 40px
}

.slider-container-testimonials .txt:before {
    content: '"'
}

.slider-container-testimonials .txt:after {
    content: '"'
}

@media (max-width: 768px) {
    .slider-container-testimonials {
        padding-bottom: 100%
    }
}

@media (max-width: 375px) {
    .slider-container-testimonials {
        padding-bottom: 120%
    }
}

.testimonials-list {
    margin: 0
}

.testimonials-list li {
    padding: 25px
}

.testimonials-list li:nth-child(odd) {
    background: #EEEFEF
}

blockquote.testimonial-quote {
    margin: 0;
    font-size: 19px;
    font-family: 'Museo';
    padding: 0px 10px 23px 10px;
    position: relative
}

@media (min-width: 768px) {
    blockquote.testimonial-quote {
        padding: 0px 0px 23px 0px;
        max-width: 480px;
        margin: 0 auto
    }
}

@media (min-width: 1360px) {
    blockquote.testimonial-quote {
        max-width: 580px
    }
}

blockquote.testimonial-quote:before {
    content: '"';
    font-size: 19px;
    font-family: 'Museo'
}

blockquote.testimonial-quote:after {
    left: auto;
    content: '"'
}

.cite {
    font-size: 9px;
    line-height: 12px;
    font-family: 'CGB';
    text-transform: uppercase
}

.cite .author {
    color: #f03
}

.cite .title {
    font-style: italic
}

.slider-container-events .arrow-nav {
    bottom: 60px
}

.slider-single-events .bgimage {
    background-position: top center
}

@media (min-width: 768px) {
    .slider-single-events .title-overlay {
        padding-top: 25px
    }
}

.slider-single-events:hover .title-overlay {
    background: #66c9ff
}

.share-this {
    height: 50px
}

#checkbox-authorize li {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle
}

#checkbox-authorize li:first-child {
    width: 30px
}

#checkbox-authorize li:last-child {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px)
}

#checkbox-authorize.alert {
    color: #f03
}

.footer-text {
    padding-bottom: 40px
}

.related-content-module h3.spacer {
    text-align: center;
    text-transform: uppercase;
    color: #f03;
    font-size: 10px;
    font-family: 'CGB';
    margin: 20px 0px;
    line-height: 50px;
    border-bottom: 1px solid #999
}

@media (min-width: 768px) {
    .related-content-module h3.spacer {
        margin: 50px 0px
    }
}

@media (min-width: 768px) {
    .related-content-module .grid3-tiny .item-grid {
        height: 170px
    }
    .related-content-module .grid3-tiny .item-grid .img-header {
        height: 130px
    }
    .related-content-module .grid3-tiny .item-grid .item-footer {
        height: 40px;
        font-size: 10px;
        line-height: 14px;
        padding: 10px;
        text-transform: uppercase
    }
    .related-content-module .grid3-tiny .item-grid .sprite {
        display: none
    }
}

@media (min-width: 1360px) {
    .related-content-module .grid3-tiny .item-grid {
        height: 200px
    }
    .related-content-module .grid3-tiny .item-grid .img-header {
        height: 160px
    }
}

.related-content-testimonial-module {
    position: relative;
    margin-top: 20px;
    min-height: 300px
}

@media (min-width: 768px) {
    .related-content-testimonial-module {
        min-height: none;
        height: 300px
    }
}

.related-content-testimonial-module .slider-testimonials {
    background: #9CEAFF
}

.related-content-testimonial-module .slider-testimonials .slick-slide .txt {
    font-size: 16px;
    line-height: 1.4em
}

@media (min-width: 768px) {
    .related-content-testimonial-module .slider-testimonials .slick-slide .txt {
        width: 680px;
        font-size: 18px;
        line-height: 25px;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.related-content-testimonial-module .slider-testimonials .slick-slide .txt:before {
    content: '"'
}

.related-content-testimonial-module .slider-testimonials .slick-slide .txt:after {
    content: '"'
}

.sidebar-module {
    position: relative;
    z-index: 1
}

.sidebar-module::after {
    clear: both;
    content: "";
    display: table
}

.sidebar-module header {
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: 'CGB';
    text-transform: uppercase
}

.sidebar-module header::after {
    clear: both;
    content: "";
    display: table
}

.sidebar-module footer {
    position: relative
}

.sidebar-module .slider-press-container {
    padding-bottom: 96.875%
}

.sidebar-module .acf-map {
    height: 310px
}

@media (min-width: 1360px) {
    .sidebar-module .slider-press-container {
        padding-bottom: 86.651%
    }
    .sidebar-module .acf-map {
        height: 370px
    }
}

.slider-container-gallery-thumbs {
    padding-bottom: 30%;
    margin-bottom: 50px
}

.slider-container-gallery-thumbs .arrow-nav {
    left: 10px;
    bottom: -43px
}

.video-widget header {
    background: #66c9ff;
    color: #fff
}

.product-widget header {
    background: #ffca00;
    color: #fff
}

.slider-press-container {
    background: #EEEFEF
}

.slider-press-container .tit {
    margin: 10px 0px 0px 10px
}

.slider-press-container .bgimage {
    width: 70%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -40px
}

.slider-press-container .arrow-nav {
    top: 10px;
    left: auto;
    bottom: auto;
    right: -33px
}

.slider-press-container .cnt {
    width: 100%;
    padding: 0px 10px 10px 10px;
    position: absolute;
    bottom: 0px
}

.slider-press-container .txt {
    font-size: 10px;
    line-height: 14px;
    padding: 10px
}

.slider-press-container .txt .date {
    font-family: 'CGB'
}

.acf-map {
    width: 100%
}

.acf-map img {
    max-width: inherit !important
}

.support-widget {
    margin-top: 1px
}

.support-widget .item-grid {
    height: 50px
}

.view-website-widget .item-grid {
    height: 50px
}

.view-website-widget .item-grid a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-family: 'CGB';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 10px;
    background: #EEEFEF;
    border-bottom: 1px solid #000
}

.view-website-widget .item-grid a:hover {
    text-decoration: none
}

.single-board-members .post-image,
.single-staff .post-image {
    margin-top: 0px
}

.single-board-members .layout-sidebar aside .select-rxart,
.single-staff .layout-sidebar aside .select-rxart {
    border-top: 0px
}

.single-events .layout-sidebar article .content,
.single-artists .layout-sidebar article .content,
.single-projects .layout-sidebar article .content {
    padding-top: 50px
}

.single-projects .sidebar-module footer .support-button {
    background: #f03;
    font-size: 18px
}

.single .slider-single-events .slick-slide .ss-icon,
.single .slider-container-products .slick-slide .ss-icon {
    display: none
}

.tribe-link-tickets-message {
    margin: 40px 0px;
    font-family: 'CG';
    font-size: 16px;
    line-height: 21px
}

h2.tribe-events-tickets-title {
    font-family: 'CGB';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    text-align: center
}

table.tribe-events-tickets {
    font-family: 'CG';
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px
}

table.tribe-events-tickets span.tribe-tickets-remaining {
    font-size: 12px
}

table.tribe-events-tickets .tickets_price {
    font-family: 'CG';
    font-weight: normal;
    font-style: normal
}

table.tribe-events-tickets td.add-to-cart {
    text-align: center;
    padding-top: 40px
}

table.tribe-events-tickets .tribe-event-tickets-plus-meta .tribe-event-tickets-meta-required-message {
    display: block;
    font-family: 'CG';
    font-size: 14px;
    line-height: 18px;
    padding-left: 0px;
    padding-right: 0px
}

table.tribe-events-tickets .tribe-event-tickets-plus-meta-attendee {
    padding-left: 0px;
    padding-right: 0px
}

table.tribe-events-tickets .tribe-event-tickets-plus-meta-attendee .ticket-meta {
    width: 100%
}

table.tribe-events-tickets .tribe-event-tickets-plus-meta-attendee label {
    font-family: 'CG';
    font-size: 14px;
    line-height: 18px
}

table.tribe-events-tickets .tribe-tickets-meta.tribe-tickets-meta-checkbox input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px
}

.tabs {
    margin: 0;
    padding: 0
}

.tabs::after {
    clear: both;
    content: "";
    display: table
}

.tabs li {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-right: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 10px;
    width: -webkit-calc((100% - 3*5px)/4);
    width: calc((100% - 3*5px)/4)
}

@media (max-width: 375px) {
    .tabs li {
        white-space: normal;
        height: auto;
        line-height: 14px
    }
    .tabs li a {
        padding: 10px 0px
    }
}

.tabs li a {
    padding-left: 10px
}

@media (min-width: 768px) {
    .tabs li {
        font-size: 12px
    }
    .tabs li a {
        padding-left: 20px
    }
}

@media (min-width: 960px) {
    .tabs li {
        font-size: 14px
    }
    .tabs li a {
        padding-left: 20px
    }
}

.tabs li:last-child {
    margin-right: 0px;
    float: right
}

.tabs li a {
    display: block;
    font-family: 'CGB';
    text-transform: uppercase;
    overflow: hidden;
    color: #000;
    background: #EEEFEF
}

.tabs li a:hover {
    color: #fff;
    background: #f03;
    text-decoration: none
}

.tabs li.current-item a {
    color: #fff;
    background: #f03
}

.page-template-page-support header {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .page-template-page-support header {
        margin-bottom: 50px
    }
}

.page-template-page-support section.entry-content {
    max-width: 780px;
    margin: 0 auto
}

.page-template-page-support_canada section.entry-content {
    max-width: 780px;
    margin: 0 auto
}

.page-template-page-support .text-content {
    font-size: 1.1875em;
    line-height: 26px;
    font-family: 'Museo'
}

.page-template-page-support_canada .text-content {
    font-size: 1.1875em;
    line-height: 26px;
    font-family: 'Museo'
}

.page-template-page-support .text-content>p {
    margin: 0
}

.page-template-page-support_canada .text-content>p {
    margin: 0
}

.page-template-page-support .line-sep-dashed {
    height: 1px;
    border-top: 1px dashed #000;
    margin: 20px 0px
}

.page-template-page-support_canada .line-sep-dashed {
    height: 1px;
    border-top: 1px dashed #000;
    margin: 20px 0px
}

@media (min-width: 768px) {
    .page-template-page-support .line-sep-dashed {
        margin: 40px 0px
    }

    .page-template-page-support_canada .line-sep-dashed {
        margin: 40px 0px
    }
}

.page-template-page-support h3 {
    text-align: center;
    color: #f03;
    font-size: 1.125em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.page-template-page-support_canada h3 {
    text-align: center;
    color: #f03;
    font-size: 1.125em;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .page-template-page-support h3 {
        margin-bottom: 40px
    }

    .page-template-page-support_canada h3 {
        margin-bottom: 40px
    }
}

.page-template-page-support .single_add_to_cart_button {
    width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 48px;
    background: #f03;
    font-size: 1.125em;
    border: 2px solid #f03
}

.page-template-page-support_canada .single_add_to_cart_button {
    width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 48px;
    background: #f03;
    font-size: 1.125em;
    border: 2px solid #f03
}

.page-template-page-support .single_add_to_cart_button:hover {
    color: #f03;
    background: #fff
}

.page-template-page-support_canada .single_add_to_cart_button:hover {
    color: #f03;
    background: #fff
}

.module-project .grid .row {
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .module-project .grid .col {
        margin-bottom: 10px
    }
}

.module-project .item-project {
    margin: 0
}

.module-project .item-project li {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block
}

.module-project .item-project li:last-child {
    margin-right: 0px
}

.module-project .item-project li .img-container {
    width: 100px;
    padding-bottom: 65%
}

.module-project .item-project li.tit {
    width: -webkit-calc(100% - 100px - 50px);
    width: calc(100% - 100px - 50px);
    line-height: 18px
}

.module-project .wccpf_value {
    display: none
}

.wccpf-validation-message {
    display: none
}

.module-amount-to-give ul {
    margin: 0
}

.module-amount-to-give ul li {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    line-height: 60px;
    font-family: 'CGB';
    font-size: 1em
}

@media (min-width: 768px) {
    .module-amount-to-give ul li {
        font-size: 1.125em
    }
}

.module-amount-to-give ul li:last-child {
    margin-right: 0px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}

.module-amount-to-give ul li .other {
    float: left
}

.module-amount-to-give ul li #nyp {
    width: 180px;
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    border-bottom: 2px solid #000
}

@media (min-width: 768px) {
    .module-amount-to-give ul li #nyp {
        width: 200px
    }
}

.module-input ul {
    margin: 0
}

.module-input ul li {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    line-height: 20px;
    font-size: .875em;
    font-family: 'CGB'
}

@media (min-width: 768px) {
    .module-input ul li {
        line-height: 60px
    }
}

.module-input ul li:last-child {
    margin-right: 0px
}

.module-input ul li input {
    display: inline;
    float: left;
    margin-top: 5px;
    border-bottom: 2px solid #000
}

@media (min-width: 768px) {
    .module-input ul li input {
        margin-left: 10px
    }
}

.module-input.module-regognize-my-support input {
    width: 300px
}

@media (min-width: 768px) {
    .module-input.module-regognize-my-support input {
        width: 430px
    }
}

.module-input.module-regognize-my-support input::-webkit-input-placeholder {
    color: #979797
}

.module-input.module-regognize-my-support input::-moz-placeholder {
    color: #979797
}

.module-input.module-regognize-my-support input:-moz-placeholder {
    color: #979797
}

.module-input.module-regognize-my-support input:-ms-input-placeholder {
    color: #979797
}

.module-input.module-in-honor-of input {
    width: 300px
}

.module-input.module-in-honor-of input::-webkit-input-placeholder {
    color: #979797
}

.module-input.module-in-honor-of input::-moz-placeholder {
    color: #979797
}

.module-input.module-in-honor-of input:-moz-placeholder {
    color: #979797
}

.module-input.module-in-honor-of input:-ms-input-placeholder {
    color: #979797
}

#post-31 .module-amount-to-give {
    text-align: center
}

#post-31 .module-amount-to-give ul.sel {
    display: inline-block;
    width: 70%;
    margin-bottom: 15px
}

#post-31 .module-amount-to-give ul.sel li {
    display: inline-block;
    line-height: 20px
}

#post-31 .module-amount-to-give ul.sel li:last-child {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px)
}

#post-31 .module-amount-to-give .item-amount-square {
    padding: 20px;
    text-align: center
}

#post-31 .module-amount-to-give .item-amount-square:hover {
    background: #EEEFEF
}

#post-31 .module-amount-to-give .item-amount-square .price {
    font-size: 14px;
    font-family: 'CGB'
}

#post-31 .module-amount-to-give .item-amount-square .line-sep-dashed {
    margin: 20px 0px
}

#post-31 .module-amount-to-give .item-amount-square .txt {
    text-align: left;
    font-size: 1em;
    font-family: 'Museo';
    line-height: 22px
}

#post-31 .product-widget header {
    margin-bottom: 0
}

@media (max-width: 1359px) {
    #post-31 .grid3 .row .col {
        width: 100%
    }
    #post-31 .grid3 .row .col ul.sel {
        max-width: 120px
    }
}

#post-31 .grid3.second-grid .col:first-child,
#post-31 .grid3.second-grid .col:last-child {
    display: none
}

#post-35 {
    text-align: center
}

#post-35 h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: 'CGB';
    text-transform: uppercase
}

@media (min-width: 768px) {
    #post-35 h4 {
        margin-bottom: 40px
    }
}

#post-35 .list {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Museo';
    color: #777
}

#post-35 .list>p {
    margin: 0
}

#post-35 .logos {
    margin: 0
}

#post-35 .logos li {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    vertical-align: middle
}

#post-35 .logos li .logo-container {
    width: 120px
}

@media (max-width: 767px) {
    #post-35 .grid3 .col {
        margin-bottom: 20px
    }
}

.woocommerce-variation-add-to-cart {
    position: relative
}

.woocommerce-variation-add-to-cart button[type="submit"] {
    position: relative
}

.modal-window {
    opacity: 1;
    position: absolute;
    top: -200px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 200px;
    background: #fff;
    padding: 60px 20px 20px 20px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.modal-window .gallery-close {
    position: absolute;
    right: 10px;
    top: 10px
}

.modal-window .modal-content {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Museo'
}

.blog .tit {
    line-height: 15px
}

@media (max-width: 375px) {
    .blog .related-content-testimonial-module {
        padding-bottom: 100%
    }
}

.post-entry {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .post-entry {
        margin-bottom: 50px
    }
}

h1.post-title {
    font-family: 'CGB';
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 1.25rem
}

.post-date,
.excerpt-read-more,
.post-tags,
.post-categories,
.post-comments,
ul.share-link,
.pdf-download {
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'CGB';
    font-style: italic
}

.post-image {
    margin-top: 20px
}

.excerpt-read-more {
    display: block;
    margin-top: 10px;
    text-align: right
}

.post-tags,
.post-categories,
.post-comments,
ul.share-link {
    line-height: 21px
}

.post-tags a,
.post-categories a,
.post-comments a,
ul.share-link a {
    font-style: normal;
    color: #f03
}

ul.share-link {
    line-height: 16px
}

ul.share-link .at-icon-wrapper {
    vertical-align: middle;
    margin-right: 10px
}

.post-comments {
    display: none
}

.blog aside .header-aside,
.archive aside .header-aside,
.single aside .header-aside {
    background: #f03;
    padding: 40px 0px
}

@media (min-width: 768px) {
    .blog aside .header-aside,
    .archive aside .header-aside,
    .single aside .header-aside {
        padding: 80px 0px
    }
}

.blog aside .header-aside h1,
.archive aside .header-aside h1,
.single aside .header-aside h1 {
    text-transform: uppercase;
    margin: 0;
    font-family: 'CGB';
    color: #fff;
    font-size: 4.0625em;
    line-height: 65px;
    text-align: center
}

.blog aside .select-rxart,
.archive aside .select-rxart,
.single aside .select-rxart {
    border-top: 1px dotted #fff
}

.pagination {
    text-align: center
}

.pagination ul.page-numbers {
    margin: 0;
    margin: 20px 0px
}

@media (min-width: 768px) {
    .pagination ul.page-numbers {
        margin: 40px 0px
    }
}

.pagination ul.page-numbers li {
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    vertical-align: middle;
    margin: 0px 5px;
    font-family: 'CGB'
}

.pagination ul.page-numbers li .current {
    color: #f03
}

.pagination ul.page-numbers li a {
    display: block;
    padding: 10px
}

.pagination ul.page-numbers li a:hover {
    color: #f03;
    text-decoration: none
}

.pagination ul.page-numbers li a.next,
.pagination ul.page-numbers li a.prev {
    padding: 0
}

.search-results .content article {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .search-results .content article {
        margin-bottom: 40px
    }
}

.search-results .content .entry-header h3 {
    margin: 0px;
    margin-bottom: 10px
}

.search-results .content .entry-header a:hover h3 {
    text-decoration: underline
}

.search-results .content .entry-content {
    font-size: 14px;
    font-family: 'Museo';
    line-height: 21px
}

.search-results .content .entry-content>p {
    margin: 0
}

.grid-search .row {
    margin-bottom: 0px
}

.grid-search .row::after {
    clear: both;
    content: "";
    display: table
}

@media (min-width: 768px) {
    .grid-search .row .col {
        float: left
    }
    .grid-search .row .col:first-child {
        width: 20%
    }
    .grid-search .row .col:last-child {
        width: -webkit-calc(100% - 20px - 20%);
        width: calc(100% - 20px - 20%);
        float: right
    }
}

.page-template-page-press .item-grid .item-hover {
    background: #EEEFEF
}

.page-template-page-press .item-grid .item-hover .img-header {
    position: relative
}

.page-template-page-press .item-grid .item-hover .bgimage {
    width: 70%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-press-widget .item-grid .item-hover {
    background: #EEEFEF
}

.single-press-widget .item-grid .item-hover .bgimage {
    width: 70%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-press-widget .item-grid .item-hover .goto-article {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    line-height: 11px;
    font-family: 'CGB';
    text-transform: uppercase;
    vertical-align: middle
}

.single-press-widget .item-grid .item-hover .goto-article .sprite {
    display: inline-block
}

.related-press .item-grid .item-hover {
    background: #ddd
}

.related-press .item-grid .item-hover .bgimage {
    width: 70%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.related-press .item-grid .item-hover .img-header {
    position: relative
}

.related-press .item-grid .item-hover .item-footer {
    background: #eeefef
}

.pdf-download {
    margin-top: 10px;
    font-style: normal;
    vertical-align: middle
}

.pdf-download a {
    line-height: 26px
}

.pdf-download a:hover {
    color: #f03
}

.pdf-download .sprite {
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.return-to-shop,
.cart-empty {
    text-align: center
}

.woocommerce-cart section.entry-content {
    max-width: 960px;
    margin: 0 auto
}

.shop_table {
    width: 100%;
    font-family: 'CGB';
    font-size: 10px;
    line-height: 16px
}

.shop_table thead {
    font-size: 10px;
    font-family: 'CGB';
    text-transform: uppercase;
    line-height: 30px;
    text-align: left
}

.shop_table thead .product-thumbnail,
.shop_table thead .product-price {
    display: none
}

@media (min-width: 768px) {
    .shop_table thead .product-thumbnail,
    .shop_table thead .product-price {
        display: inline-block
    }
}

.shop_table thead th {
    padding: 0px 5px
}

@media (min-width: 768px) {
    .shop_table thead th {
        padding: 0px 10px
    }
}

.shop_table tr.cart_item {
    border-top: 1px solid #000;
    border-bottom: 1px solid #EEEFEF
}

.shop_table tr.cart_item:nth-child(odd) {
    background: rgba(238, 239, 239, 0.4)
}

.shop_table tr.cart_item td {
    padding: 10px 5px
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td {
        padding: 20px 10px
    }
}

.shop_table tr.cart_item td.product-thumbnail {
    display: none;
    text-align: center
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td.product-thumbnail {
        display: inline-block
    }
}

.shop_table tr.cart_item td.product-thumbnail img {
    max-width: 80px;
    height: auto
}

.shop_table tr.cart_item td.product-name {
    text-transform: uppercase;
    font-size: 10px
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td.product-name {
        font-size: 14px
    }
}

.shop_table tr.cart_item td.product-name dl.variation {
    margin: 0;
    font-size: 10px;
    text-transform: none
}

.shop_table tr.cart_item td.product-name dl.variation dt {
    color: #333
}

.shop_table tr.cart_item td.product-name dl.variation dd {
    color: #999;
    display: inline-block
}

.shop_table tr.cart_item td.product-name dl.variation dd>p {
    margin: 0
}

.shop_table tr.cart_item td.product-price,
.shop_table tr.cart_item td.product-subtotal,
.shop_table tr.cart_item td.product-total {
    font-family: 'CG';
    font-size: 10px
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td.product-price,
    .shop_table tr.cart_item td.product-subtotal,
    .shop_table tr.cart_item td.product-total {
        font-size: 1.5rem
    }
}

.shop_table tr.cart_item td.product-price {
    display: none
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td.product-price {
        display: inline-block
    }
}

.shop_table tr.cart_item td.product-quantity input {
    width: 40px;
    font-size: 14px;
    font-family: 'CG';
    display: inline-block
}

@media (min-width: 768px) {
    .shop_table tr.cart_item td.product-quantity input {
        width: 60px;
        font-size: 1.5rem
    }
}

.shop_table tr td.actions {
    padding: 40px 0px
}

.shop_table tr td.actions .coupon {
    width: 300px;
    display: inline-block
}

.shop_table tr td.actions .coupon label {
    display: none
}

.shop_table tr td.actions input.input-text {
    width: 120px;
    display: inline-block;
    margin-right: 20px
}

.shop_table tr td.actions input[type=submit] {
    float: right
}

.shop_table tr td.actions input[name=update_cart] {
    margin-top: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .shop_table tr td.actions input[name=update_cart] {
        width: auto;
        margin-top: 0px
    }
}

@media (min-width: 1024px) {
    .cart-collaterals .cart_totals {
        width: 50%;
        float: right
    }
}

.cart-collaterals .cart_totals h2 {
    text-transform: uppercase
}

.cart-collaterals .shop_table {
    border-top: 1px solid #000;
    font-size: 12px
}

@media (min-width: 768px) {
    .cart-collaterals .shop_table {
        font-size: 16px
    }
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    text-align: left;
    text-transform: uppercase
}

.cart-collaterals .shop_table td {
    text-align: right;
    padding: 10px 0px
}

@media (min-width: 768px) {
    .cart-collaterals .shop_table td {
        padding: 20px 0px
    }
}

.cart-collaterals .shop_table td[data-title=Subtotal] {
    font-size: 14px;
    font-family: 'CG'
}

@media (min-width: 768px) {
    .cart-collaterals .shop_table td[data-title=Subtotal] {
        font-size: 1.5rem
    }
}

.cart-collaterals .shop_table td[data-title=Total] {
    font-size: 16px;
    font-family: 'CGB'
}

@media (min-width: 768px) {
    .cart-collaterals .shop_table td[data-title=Total] {
        font-size: 2rem
    }
}

.cart-collaterals .wc-proceed-to-checkout {
    padding: 20px 0px;
    text-align: right;
    font-size: 14px;
    width: 100%
}

.cart-collaterals .wc-proceed-to-checkout a {
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .cart-collaterals .wc-proceed-to-checkout {
        width: auto
    }
    .cart-collaterals .wc-proceed-to-checkout a {
        width: auto;
        font-size: 1rem;
        padding: 0px 80px;
        height: 50px;
        line-height: 48px
    }
}

.slider-container-products {
    background: #EEEFEF
}

.slider-single-product .slick-slide .bgimage {
    background-size: contain
}

.module-add-to-cart {
    background: #EEEFEF
}

.module-add-to-cart .price {
    text-align: center;
    padding: 60px 10px 10px 10px;
    font-size: 48px;
    line-height: 48px;
    font-family: 'CGB'
}

.quantity-container {
    padding: 0px 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'CGB';
    text-transform: uppercase;
    line-height: 40px
}

.variations_form.cart {
    padding-top: 20px
}

.variations_form.cart table.variations {
    width: 100%
}

.variations_form.cart table.variations td {
    padding: 0px 10px 10px 10px
}

.variations_form.cart table.variations .label {
    text-align: right;
    line-height: 40px;
    font-family: 'CGB';
    font-size: 14px;
    vertical-align: top
}

.variations_form.cart table.variations .reset_variations {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'CGB'
}

.variations_form.cart select {
    background-color: #fff
}

.variations_form.cart .stock {
    padding: 0px 10px;
    text-align: center
}

.single-product .wccpf_fields_table {
    width: 100%
}

.single-product .wccpf_fields_table td {
    padding: 0px 10px 10px 10px
}

.single-product .wccpf_fields_table .wccpf_label {
    display: none
}

.single-product .wccpf_fields_table textarea {
    border: 2px solid #000 !important
}

.quantity-container .quantity,
.variations_form .quantity {
    display: inline-block;
    width: 60px;
    margin-bottom: 20px
}

.quantity-container .quantity input,
.variations_form .quantity input {
    line-height: 40px;
    font-size: 14px;
    font-family: 'CGB';
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    min-width: none;
    display: inline-block;
    background: transparent
}

.woocommerce-variation-add-to-cart {
    text-align: center
}

.single-product .single_add_to_cart_button {
    background: #ffca00 !important;
    width: 100% !important;
    line-height: 80px;
    height: 80px;
    color: #fff !important;
    font-size: 30px;
    font-family: 'CGB';
    text-transform: uppercase;
    border: 0 !important
}

.single-product .single_add_to_cart_button:hover {
    background: #f03 !important
}

.module-contributing-artists .cols3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    font-family: 'CGB'
}

.module-contributing-artists .cols3>p {
    margin: 0
}

.woocommerce-checkout {
    font-size: 14px
}

.woocommerce-checkout section.entry-content {
    max-width: 960px;
    margin: 0 auto
}

.woocommerce-checkout .woocommerce-message {
    display: none
}

.woocommerce-checkout .checkout_coupon .form-row-last {
    text-align: center
}

.woocommerce-checkout h3 {
    text-transform: uppercase
}

.woocommerce-checkout select {
    margin-top: 10px;
    background-position: right 10px top 10px
}

.woocommerce-checkout abbr.required {
    border-bottom: 0
}

.woocommerce-checkout mark {
    background: none
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
    margin-right: 10px
}

.woocommerce-checkout #ship-to-different-address {
    float: left
}

.woocommerce-checkout #ship-to-different-address-checkbox {
    visibility: hidden
}

.woocommerce-checkout #ship-to-same-address {
    float: left
}

.woocommerce-checkout .reverse-checkbox {
    font-size: 14px;
    line-height: 21px
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 5px;
    text-align: right;
    font-size: 14px;
    font-family: 'CG'
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
        padding: 20px 10px
    }
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
        font-size: 1.5rem
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td[data-title=Shipping] {
    text-transform: uppercase;
    font-family: 'CGB'
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td[data-title=Shipping] {
        font-size: 1rem
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
    text-align: right
}

.woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name {
    margin: 0
}

.woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name li:last-child {
    margin-right: 0px
}

.woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name li.product-thumbnail {
    display: none;
    text-align: center
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name li.product-thumbnail {
        display: inline-block
    }
}

.woocommerce-checkout .woocommerce-checkout-review-order-table ul.thumbnail-name li.product-thumbnail img {
    max-width: 80px;
    height: auto
}

.woocommerce-checkout .woocommerce-checkout-payment {
    padding-top: 40px
}

.woocommerce-checkout .payment_methods .payment_method_paypal img {
    display: none
}

.woocommerce-checkout .terms a {
    text-decoration: underline
}

.woocommerce-checkout .terms a:hover {
    text-decoration: none
}

.woocommerce-checkout .place-order {
    padding-top: 40px;
    text-align: center
}

.woocommerce-checkout #place_order {
    margin-top: 20px;
    font-size: 1rem;
    padding: 0px 80px;
    height: 50px;
    line-height: 48px
}

.wc_payment_methods li.payment_method_braintree_credit_card {
    margin-bottom: 20px
}

.wc_payment_methods li.payment_method_braintree_credit_card label[for='payment_method_braintree_credit_card'] img {
    vertical-align: middle;
    margin-right: 10px
}

.woocommerce-order-received {
    font-size: 14px
}

.woocommerce-order-received table {
    border-top: 1px solid #DADADA;
    width: 100%
}

.woocommerce-order-received table thead {
    display: none
}

.woocommerce-order-received table tr {
    line-height: 40px;
    border-bottom: 1px solid #DADADA
}

.woocommerce-order-received table tr.order_item td {
    padding: 10px 0px;
    vertical-align: top;
    line-height: 21px
}

.woocommerce-order-received table th {
    text-align: left
}

.woocommerce-order-received table td {
    text-align: right
}

.woocommerce-order-received table select {
    margin-top: 0
}

@media (min-width: 768px) {
    .woocommerce-order-received .shop_table .product-name {
        width: 80%;
        margin-right: 0px
    }
}

.woocommerce-order-received .shop_table .product-name a {
    float: left
}

.woocommerce-order-received .shop_table .product-name>p {
    margin: 0
}

.woocommerce-order-received .shop_table .product-total {
    text-align: right
}

@media (min-width: 768px) {
    .woocommerce-order-received .shop_table .product-total {
        width: 40%
    }
}

.woocommerce-order-received .shop_table .product-thumbnail {
    margin-right: 10px
}

.woocommerce-order-received .shop_table .product-quantity {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 0px
}

#shipping_method {
    font-family: 'CG';
    font-size: 14px;
    line-height: 22px;
    text-transform: none
}

select.shipping_method {
    margin-top: 0px
}

.advisory-hr {
    border-color: #f03
}

.advisory-title {
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #f03
}

.advisory-title>h1 {
    margin-top: 0px;
    font-family: 'CGB';
    text-transform: uppercase;
    margin-bottom: 35px
}

.advisory-first-letter {
    padding-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCC
}

.advisory-first-letter h2 {
    color: #f03
}

.advisory-column ul {
    margin: 0
}

.advisory-column li {
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'CGB';
    font-size: 11px;
    padding: 0px 10px
}

.advisory-column li:hover {
    background: #f03;
    color: #fff
}

.advisory-column li:hover a {
    text-decoration: none;
    color: #fff;
    display: block
}

.about-mission {
    margin-top: 50px
}

.about-contact {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000;
    margin-top: 35px;
    padding-top: 35px
}

.newsletter-container {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 960px) {
    .newsletter-container {
        height: 360px
    }
}

@media (min-width: 1360px) {
    .newsletter-container {
        height: 480.188px
    }
}

@media (max-width: 768px) {
    .newsletter-container {
        height: 273px
    }
}

.news-text {
    text-align: center;
    font-size: 18px;
    font-family: "Museo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}

@media (max-width: 960px) {
    .news-text {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .news-text {
        font-size: 14px;
        padding-bottom: 0px;
        line-height: 1.2em
    }
}

.news-title {
    padding-bottom: 70px;
    font-size: 10px;
    font-weight: bold;
    font-family: "CGB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #f03
}

@media (max-width: 1360px) {
    .news-title {
        padding-bottom: 20px
    }
}

@media (max-width: 768px) {
    .news-title {
        padding-bottom: 10px
    }
}

.about-newsletter .modal-window {
    top: -150px
}

@media (max-width: 768px) {
    .about-newsletter .modal-window {
        top: -200px;
        width: 200px;
        position: relative;
        margin-left: -100px
    }
}

@media (max-width: 375px) {
    .about-newsletter .modal-window {
        top: -180px
    }
}

.about-newsletter li {
    text-align: center;
    margin-bottom: 10px
}

.about-newsletter input[type="email"] {
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 1360px) {
    .about-newsletter input[type="email"] {
        margin-bottom: 10px
    }
    .about-newsletter input[type="submit"] {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .about-newsletter input[type="email"] {
        font-size: 12px
    }
    .about-newsletter input[type="submit"] {
        font-size: 12px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .grid .col {
        vertical-align: top
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px),
(-ms-high-contrast: active) and (min-width: 768px) {
    .grid5 .col {
        width: -webkit-calc((99.9% - 4*4.54545%) / 5);
        width: calc((99.9% - 4*4.54545%) / 5);
        margin: 0px 4.54545% 4.54545% 0px;
        float: left
    }
    .grid5 .col:nth-child(5n) {
        margin-right: 0px;
        float: right
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px),
(-ms-high-contrast: active) and (min-width: 768px) {
    .grid4 .col {
        width: -webkit-calc((99.9% - 3*4.54545%) / 4);
        width: calc((99.9% - 3*4.54545%) / 4);
        margin: 0px 4.54545% 4.54545% 0px;
        float: left
    }
    .grid4 .col:nth-child(4n) {
        margin-right: 0px;
        float: right
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px),
(-ms-high-contrast: active) and (min-width: 768px) {
    .grid3 .col {
        width: -webkit-calc((99.9% - 2*4.54545%) / 3);
        width: calc((99.9% - 2*4.54545%) / 3);
        margin: 0px 4.54545% 4.54545% 0px;
        float: left
    }
    .grid3 .col:nth-child(3n) {
        margin-right: 0px;
        float: right
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px),
(-ms-high-contrast: active) and (min-width: 768px) {
    .grid2 .col {
        width: -webkit-calc((99.9% - 1*4.54545%) / 2);
        width: calc((99.9% - 1*4.54545%) / 2);
        margin: 0px 4.54545% 4.54545% 0px;
        float: left
    }
    .grid2 .col:nth-child(2n) {
        margin-right: 0px;
        float: right
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .swatch .close {
        background-image: url(../images/_X.png);
        background-repeat: no-repeat;
        background-size: contain
    }
    .menu-close .icon {
        background-image: url(../images/_X.png);
        background-repeat: no-repeat;
        background-size: contain
    }
}