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

body {
    margin: 0
}

.notice_dismiss {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    font-size: 12px;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

meta.foundation-version {
    font-family: "/5.4.2/"
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40em)/";
    width: 40em
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64em)/";
    width: 64em
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:80em)/";
    width: 80em
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:100em)/";
    width: 100em
}

meta.foundation-data-attribute-namespace {
    font-family: false
}

html,
body {
    height: 100%
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    font-size: auto
}

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: auto;
    position: relative;
    cursor: auto
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none
}

.left {
    float: left
}

.right {
    float: right
}

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

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media only screen and (max-width: 39.9375em) {
    .small-only-text-left {
        text-align: left
    }
    .small-only-text-right {
        text-align: right
    }
    .small-only-text-center {
        text-align: center
    }
    .small-only-text-justify {
        text-align: justify
    }
}

@media only screen {
    .small-text-left {
        text-align: left
    }
    .small-text-right {
        text-align: right
    }
    .small-text-center {
        text-align: center
    }
    .small-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .medium-only-text-left {
        text-align: left
    }
    .medium-only-text-right {
        text-align: right
    }
    .medium-only-text-center {
        text-align: center
    }
    .medium-only-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
    .large-only-text-left {
        text-align: left
    }
    .large-only-text-right {
        text-align: right
    }
    .large-only-text-center {
        text-align: center
    }
    .large-only-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
    .xlarge-only-text-left {
        text-align: left
    }
    .xlarge-only-text-right {
        text-align: right
    }
    .xlarge-only-text-center {
        text-align: center
    }
    .xlarge-only-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-text-left {
        text-align: left
    }
    .xlarge-text-right {
        text-align: right
    }
    .xlarge-text-center {
        text-align: center
    }
    .xlarge-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 100em) and (max-width: 999999999999) {
    .xxlarge-only-text-left {
        text-align: left
    }
    .xxlarge-only-text-right {
        text-align: right
    }
    .xxlarge-only-text-center {
        text-align: center
    }
    .xxlarge-only-text-justify {
        text-align: justify
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-text-left {
        text-align: left
    }
    .xxlarge-text-right {
        text-align: right
    }
    .xxlarge-text-center {
        text-align: center
    }
    .xxlarge-text-justify {
        text-align: justify
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

a {
    color: #008cba;
    text-decoration: none;
    line-height: inherit
}

a:hover,
a:focus {
    color: none
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #595959;
    line-height: 0
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

.subheader {
    line-height: 1.4;
    color: #595959;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem
}

ul,
ol,
dl {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    cursor: help
}

abbr {
    text-transform: none
}

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #3b3b3b
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited {
    color: #3b3b3b
}

blockquote,
blockquote p {
    line-height: 1.8;
    color: #595959
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 40em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4
    }
    h1 {
        font-size: 3.125rem
    }
    h2 {
        font-size: 2.3125rem
    }
    h3 {
        font-size: 1.6875rem
    }
    h4 {
        font-size: 1.4375rem
    }
    h5 {
        font-size: 1.125rem
    }
    h6 {
        font-size: 1rem
    }
}

.print-only {
    display: none
}

@media print {
    * {
        background: transparent;
        color: #000;
        box-shadow: none;
        text-shadow: none
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .hide-on-print {
        display: none
    }
    .print-only {
        display: block
    }
    .hide-for-print {
        display: none
    }
    .show-for-print {
        display: inherit
    }
}

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit
    }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none
    }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-small,
    table.show-for-small-down,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table
    }
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group
    }
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group
    }
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row
    }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell
    }
}

@media only screen and (min-width: 40em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-medium,
    table.show-for-medium-down,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell
    }
}

@media only screen and (min-width: 64em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-large,
    table.show-for-large-down,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell
    }
}

@media only screen and (min-width: 80em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: inherit
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up {
        display: table-header-group
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up {
        display: table-row-group
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up {
        display: table-cell
    }
}

@media only screen and (min-width: 100em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit
    }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up {
        display: none
    }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto
    }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up {
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px)
    }
    table.hide-for-small-only,
    table.show-for-small-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-medium-only,
    table.show-for-medium-up,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-large-only,
    table.show-for-large-up,
    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table
    }
    thead.hide-for-small-only,
    thead.show-for-small-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-medium-only,
    thead.show-for-medium-up,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-large-only,
    thead.show-for-large-up,
    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group
    }
    tbody.hide-for-small-only,
    tbody.show-for-small-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-medium-only,
    tbody.show-for-medium-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-large-only,
    tbody.show-for-large-up,
    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group
    }
    tr.hide-for-small-only,
    tr.show-for-small-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-medium-only,
    tr.show-for-medium-up,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-large-only,
    tr.show-for-large-up,
    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row
    }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up {
        display: table-cell
    }
}

.show-for-landscape,
.hide-for-portrait {
    display: inherit
}

.hide-for-landscape,
.show-for-portrait {
    display: none
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none
    }
    table.show-for-landscape,
    table.hide-for-portrait {
        display: table
    }
    thead.show-for-landscape,
    thead.hide-for-portrait {
        display: table-header-group
    }
    tbody.show-for-landscape,
    tbody.hide-for-portrait {
        display: table-row-group
    }
    tr.show-for-landscape,
    tr.hide-for-portrait {
        display: table-row
    }
    td.show-for-landscape,
    td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit
    }
    .hide-for-portrait,
    .show-for-landscape {
        display: none
    }
    table.show-for-portrait,
    table.hide-for-landscape {
        display: table
    }
    thead.show-for-portrait,
    thead.hide-for-landscape {
        display: table-header-group
    }
    tbody.show-for-portrait,
    tbody.hide-for-landscape {
        display: table-row-group
    }
    tr.show-for-portrait,
    tr.hide-for-landscape {
        display: table-row
    }
    td.show-for-portrait,
    td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell
    }
}

.show-for-touch {
    display: none
}

.hide-for-touch {
    display: inherit
}

.touch .show-for-touch {
    display: inherit
}

.touch .hide-for-touch {
    display: none
}

table.hide-for-touch {
    display: table
}

.touch table.show-for-touch {
    display: table
}

thead.hide-for-touch {
    display: table-header-group
}

.touch thead.show-for-touch {
    display: table-header-group
}

tbody.hide-for-touch {
    display: table-row-group
}

.touch tbody.show-for-touch {
    display: table-row-group
}

tr.hide-for-touch {
    display: table-row
}

.touch tr.show-for-touch {
    display: table-row
}

td.hide-for-touch {
    display: table-cell
}

.touch td.show-for-touch {
    display: table-cell
}

th.hide-for-touch {
    display: table-cell
}

.touch th.show-for-touch {
    display: table-cell
}

@media print {
    .show-for-print {
        display: block
    }
    .hide-for-print {
        display: none
    }
    table.show-for-print {
        display: table
    }
    thead.show-for-print {
        display: table-header-group
    }
    tbody.show-for-print {
        display: table-row-group
    }
    tr.show-for-print {
        display: table-row
    }
    td.show-for-print {
        display: table-cell
    }
    th.show-for-print {
        display: table-cell
    }
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 106.25rem
}

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

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

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

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left
}

[class*="column"]+[class*="column"]:last-child {
    float: right
}

[class*="column"]+[class*="column"].end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left
    }
    .small-1 {
        width: 8.33333%
    }
    .small-2 {
        width: 16.66667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.33333%
    }
    .small-5 {
        width: 41.66667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.33333%
    }
    .small-8 {
        width: 66.66667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.33333%
    }
    .small-11 {
        width: 91.66667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0%
    }
    .small-offset-1 {
        margin-left: 8.33333%
    }
    .small-offset-2 {
        margin-left: 16.66667%
    }
    .small-offset-3 {
        margin-left: 25%
    }
    .small-offset-4 {
        margin-left: 33.33333%
    }
    .small-offset-5 {
        margin-left: 41.66667%
    }
    .small-offset-6 {
        margin-left: 50%
    }
    .small-offset-7 {
        margin-left: 58.33333%
    }
    .small-offset-8 {
        margin-left: 66.66667%
    }
    .small-offset-9 {
        margin-left: 75%
    }
    .small-offset-10 {
        margin-left: 83.33333%
    }
    .small-offset-11 {
        margin-left: 91.66667%
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
}

@media only screen and (min-width: 40em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left
    }
    .medium-1 {
        width: 8.33333%
    }
    .medium-2 {
        width: 16.66667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.33333%
    }
    .medium-5 {
        width: 41.66667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.33333%
    }
    .medium-8 {
        width: 66.66667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.33333%
    }
    .medium-11 {
        width: 91.66667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 64em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left
    }
    .large-1 {
        width: 8.33333%
    }
    .large-2 {
        width: 16.66667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 33.33333%
    }
    .large-5 {
        width: 41.66667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.33333%
    }
    .large-8 {
        width: 66.66667%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.33333%
    }
    .large-11 {
        width: 91.66667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .xlarge-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .xlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .xlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .xlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .xlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .xlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .xlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .xlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .xlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .xlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .xlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .xlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .xlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .xlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .xlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .xlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .xlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .xlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .xlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .xlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .xlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .xlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left
    }
    .xlarge-1 {
        width: 8.33333%
    }
    .xlarge-2 {
        width: 16.66667%
    }
    .xlarge-3 {
        width: 25%
    }
    .xlarge-4 {
        width: 33.33333%
    }
    .xlarge-5 {
        width: 41.66667%
    }
    .xlarge-6 {
        width: 50%
    }
    .xlarge-7 {
        width: 58.33333%
    }
    .xlarge-8 {
        width: 66.66667%
    }
    .xlarge-9 {
        width: 75%
    }
    .xlarge-10 {
        width: 83.33333%
    }
    .xlarge-11 {
        width: 91.66667%
    }
    .xlarge-12 {
        width: 100%
    }
    .xlarge-offset-0 {
        margin-left: 0%
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xlarge-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.xlarge-centered,
    .columns.xlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.xlarge-uncentered,
    .columns.xlarge-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.xlarge-centered:last-child,
    .columns.xlarge-centered:last-child {
        float: none
    }
    .column.xlarge-uncentered:last-child,
    .columns.xlarge-uncentered:last-child {
        float: left
    }
    .column.xlarge-uncentered.opposite,
    .columns.xlarge-uncentered.opposite {
        float: right
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .xxlarge-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .xxlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto
    }
    .xxlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto
    }
    .xxlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto
    }
    .xxlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto
    }
    .xxlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .xxlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .xxlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto
    }
    .xxlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto
    }
    .xxlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto
    }
    .xxlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto
    }
    .xxlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .xxlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .xxlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto
    }
    .xxlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto
    }
    .xxlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto
    }
    .xxlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto
    }
    .xxlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .xxlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .xxlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto
    }
    .xxlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto
    }
    .xxlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto
    }
    .xxlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        float: left
    }
    .xxlarge-1 {
        width: 8.33333%
    }
    .xxlarge-2 {
        width: 16.66667%
    }
    .xxlarge-3 {
        width: 25%
    }
    .xxlarge-4 {
        width: 33.33333%
    }
    .xxlarge-5 {
        width: 41.66667%
    }
    .xxlarge-6 {
        width: 50%
    }
    .xxlarge-7 {
        width: 58.33333%
    }
    .xxlarge-8 {
        width: 66.66667%
    }
    .xxlarge-9 {
        width: 75%
    }
    .xxlarge-10 {
        width: 83.33333%
    }
    .xxlarge-11 {
        width: 91.66667%
    }
    .xxlarge-12 {
        width: 100%
    }
    .xxlarge-offset-0 {
        margin-left: 0%
    }
    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xxlarge-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.xxlarge-centered,
    .columns.xxlarge-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.xxlarge-uncentered,
    .columns.xxlarge-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.xxlarge-centered:last-child,
    .columns.xxlarge-centered:last-child {
        float: none
    }
    .column.xxlarge-uncentered:last-child,
    .columns.xxlarge-uncentered:last-child {
        float: left
    }
    .column.xxlarge-uncentered.opposite,
    .columns.xxlarge-uncentered.opposite {
        float: right
    }
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table
}

[class*="block-grid-"]:after {
    clear: both
}

[class*="block-grid-"]>li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 20px
}

@media only screen {
    .small-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .small-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .small-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .small-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .small-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .small-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .small-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .small-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .small-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .small-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .small-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .small-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .small-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .small-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .small-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .small-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .small-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .small-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .small-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .small-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .small-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .small-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .small-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .small-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .small-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 40em) {
    .medium-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .medium-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .medium-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .medium-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .medium-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .medium-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .medium-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .medium-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .medium-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .medium-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .medium-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .medium-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .medium-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .medium-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .medium-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .medium-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .medium-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .medium-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .medium-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .medium-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .medium-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .medium-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .medium-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .medium-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .medium-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 64em) {
    .large-block-grid-1>li {
        width: 100%;
        list-style: none
    }
    .large-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
    .large-block-grid-2>li {
        width: 50%;
        list-style: none
    }
    .large-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
    .large-block-grid-3>li {
        width: 33.33333%;
        list-style: none
    }
    .large-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
    .large-block-grid-4>li {
        width: 25%;
        list-style: none
    }
    .large-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
    .large-block-grid-5>li {
        width: 20%;
        list-style: none
    }
    .large-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
    .large-block-grid-6>li {
        width: 16.66667%;
        list-style: none
    }
    .large-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
    .large-block-grid-7>li {
        width: 14.28571%;
        list-style: none
    }
    .large-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
    .large-block-grid-8>li {
        width: 12.5%;
        list-style: none
    }
    .large-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
    .large-block-grid-9>li {
        width: 11.11111%;
        list-style: none
    }
    .large-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
    .large-block-grid-10>li {
        width: 10%;
        list-style: none
    }
    .large-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
    .large-block-grid-11>li {
        width: 9.09091%;
        list-style: none
    }
    .large-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
    .large-block-grid-12>li {
        width: 8.33333%;
        list-style: none
    }
    .large-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .large-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

button,
.button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #007095
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #fff
}

button.secondary,
.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #b9b9b9
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #333
}

button.success,
.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #368a55
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #fff
}

button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #cf2a0e
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #fff
}

button.large,
.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem
}

button.small,
.button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem
}

button.tiny,
.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem
}

button.expand,
.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%
}

button.left-align,
.button.left-align {
    text-align: left;
    text-indent: 0.75rem
}

button.right-align,
.button.right-align {
    text-align: right;
    padding-right: 0.75rem
}

button.radius,
.button.radius {
    border-radius: 3px
}

button.round,
.button.round {
    border-radius: 1000px
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #007095
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    color: #fff
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #008cba
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #b9b9b9
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    color: #333
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #e7e7e7
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #368a55
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    color: #fff
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #43ac6a
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    box-shadow: none
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #cf2a0e
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    color: #fff
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #f04124
}

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

@media only screen and (min-width: 40em) {
    button,
    .button {
        display: inline-block
    }
}

form {
    margin: 0 0 1rem
}

form .row .row {
    margin: 0 -0.5rem
}

form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem
}

form .row .row.collapse {
    margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0
}

form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem
}

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0
}

label.right {
    float: none;
    text-align: right
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0
}

label small {
    text-transform: capitalize;
    color: #676767
}

select::-ms-expand {
    display: none
}

.prefix,
.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none
}

.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc
}

span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 0 transparent;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #f2f2f2;
    border-color: #ccc;
    outline: none
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #ddd;
    cursor: default
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #ddd;
    cursor: default
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
    border-radius: 3px
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px
}

textarea[rows] {
    height: auto
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    padding: 0.5rem;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem
}

select.radius {
    border-radius: 3px
}

select:hover {
    background-color: #f3f3f3;
    border-color: #ccc
}

select:disabled {
    background-color: #ddd;
    cursor: default
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1rem 0
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

input[type="file"] {
    width: 100%
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

[data-abide] span.error,
[data-abide] small.error {
    display: none
}

span.error,
small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0
}

.error input[type="checkbox"],
.error input[type="radio"] {
    margin-bottom: 1rem
}

.error label,
.error label.error {
    color: #f04124
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff
}

.error>label>small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline
}

.error span.error-message {
    display: block
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0
}

label.error {
    color: #f04124
}

@media only screen and (min-width: 40em) {
    .categories_grid .category_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_3 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_4 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: right;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_6 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_more_than_6 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.33333%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_original_grid {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_five_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_five_cat_2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: right;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_five_cat_3 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: right;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_five_cat_4 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: right;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_five_cat_5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_four_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_four_cat_2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_four_cat_3 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_four_cat_4 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 25%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_three_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_three_cat_2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_three_cat_3 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_two_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_two_cat_2 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_one_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 100%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_1 .category_item,
    .categories_grid .category_2 .category_item,
    .categories_grid .category_4 .category_item,
    .categories_grid .category_five_cat_1 .category_item,
    .categories_grid .category_five_cat_3 .category_item,
    .categories_grid .category_five_cat_4 .category_item,
    .categories_grid .category_four_cat_1 .category_item,
    .categories_grid .category_three_cat_1 .category_item,
    .categories_grid .category_two_cat_1 .category_item,
    .categories_grid .category_two_cat_2 .category_item,
    .categories_grid .category_one_cat_1 .category_item {
        height: 51.875rem
    }
    .categories_grid .category_3 .category_item,
    .categories_grid .category_5 .category_item,
    .categories_grid .category_6 .category_item,
    .categories_grid .category_more_than_6 .category_item,
    .categories_grid .category_five_cat_2 .category_item,
    .categories_grid .category_five_cat_5 .category_item,
    .categories_grid .category_four_cat_2 .category_item,
    .categories_grid .category_four_cat_3 .category_item,
    .categories_grid .category_four_cat_4 .category_item,
    .categories_grid .category_three_cat_2 .category_item,
    .categories_grid .category_three_cat_3 .category_item {
        height: 25.3125rem
    }
    .categories_grid .category_original_grid .category_item {
        height: 16.875rem
    }
    .columns-1 .category_list .category_item {
        height: 34.16667rem
    }
    .columns-2 .category_list .category_item {
        height: 34.58333rem
    }
    .columns-3 .category_list .category_item {
        height: 22.77778rem
    }
    .columns-4 .category_list .category_item {
        height: 16.875rem
    }
    .columns-5 .category_list .category_item {
        height: 13.33333rem
    }
    .columns-6 .category_list .category_item {
        height: 10.97222rem
    }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .categories_grid .category_original_grid {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_1 .category_item,
    .categories_grid .category_2 .category_item,
    .categories_grid .category_4 .category_item,
    .categories_grid .category_five_cat_1 .category_item,
    .categories_grid .category_five_cat_3 .category_item,
    .categories_grid .category_five_cat_4 .category_item,
    .categories_grid .category_four_cat_1 .category_item,
    .categories_grid .category_three_cat_1 .category_item,
    .categories_grid .category_two_cat_1 .category_item,
    .categories_grid .category_two_cat_2 .category_item,
    .categories_grid .category_one_cat_1 .category_item {
        height: 34.16667rem
    }
    .categories_grid .category_3 .category_item,
    .categories_grid .category_5 .category_item,
    .categories_grid .category_6 .category_item,
    .categories_grid .category_more_than_6 .category_item,
    .categories_grid .category_five_cat_2 .category_item,
    .categories_grid .category_five_cat_5 .category_item,
    .categories_grid .category_four_cat_2 .category_item,
    .categories_grid .category_four_cat_3 .category_item,
    .categories_grid .category_four_cat_4 .category_item,
    .categories_grid .category_three_cat_2 .category_item,
    .categories_grid .category_three_cat_3 .category_item {
        height: 16.45833rem
    }
    .categories_grid .category_original_grid .category_item {
        height: 22.77778rem
    }
    .columns-1 .category_list .category_item,
    .columns-2 .category_list .category_item,
    .columns-3 .category_list .category_item,
    .columns-4 .category_list .category_item,
    .columns-5 .category_list .category_item,
    .columns-6 .category_list .category_item {
        height: 16.875rem
    }
}

@media only screen and (max-width: 39.9375em) {
    .categories_grid .category_1,
    .categories_grid .category_2,
    .categories_grid .category_3,
    .categories_grid .category_4,
    .categories_grid .category_5,
    .categories_grid .category_6,
    .categories_grid .category_more_than_6,
    .categories_grid .category_original_grid,
    .categories_grid .category_five_cat_1,
    .categories_grid .category_five_cat_2,
    .categories_grid .category_five_cat_3,
    .categories_grid .category_five_cat_4,
    .categories_grid .category_five_cat_5,
    .categories_grid .category_four_cat_1,
    .categories_grid .category_four_cat_2,
    .categories_grid .category_four_cat_3,
    .categories_grid .category_four_cat_4,
    .categories_grid .category_three_cat_1,
    .categories_grid .category_three_cat_2,
    .categories_grid .category_three_cat_3,
    .categories_grid .category_two_cat_1,
    .categories_grid .category_two_cat_2,
    .categories_grid .category_one_cat_1 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 100%;
        float: left;
        margin-bottom: 1.25rem
    }
    .categories_grid .category_1 .category_item,
    .categories_grid .category_2 .category_item,
    .categories_grid .category_3 .category_item,
    .categories_grid .category_4 .category_item,
    .categories_grid .category_5 .category_item,
    .categories_grid .category_6 .category_item,
    .categories_grid .category_more_than_6 .category_item,
    .categories_grid .category_original_grid .category_item,
    .categories_grid .category_five_cat_1 .category_item,
    .categories_grid .category_five_cat_2 .category_item,
    .categories_grid .category_five_cat_3 .category_item,
    .categories_grid .category_five_cat_4 .category_item,
    .categories_grid .category_five_cat_5 .category_item,
    .categories_grid .category_four_cat_1 .category_item,
    .categories_grid .category_four_cat_2 .category_item,
    .categories_grid .category_four_cat_3 .category_item,
    .categories_grid .category_four_cat_4 .category_item,
    .categories_grid .category_three_cat_1 .category_item,
    .categories_grid .category_three_cat_2 .category_item,
    .categories_grid .category_three_cat_3 .category_item,
    .categories_grid .category_two_cat_1 .category_item,
    .categories_grid .category_two_cat_2 .category_item,
    .categories_grid .category_one_cat_1 .category_item,
    .columns-1 .category_list .category_item,
    .columns-2 .category_list .category_item,
    .columns-3 .category_list .category_item,
    .columns-4 .category_list .category_item,
    .columns-5 .category_list .category_item,
    .columns-6 .category_list .category_item {
        height: 13.33333rem
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-1 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-1:before,
    .xlarge-block-grid-1:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-1:after {
        clear: both
    }
    .xlarge-block-grid-1>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-1>li {
        width: 100%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-2 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-2:before,
    .xlarge-block-grid-2:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-2:after {
        clear: both
    }
    .xlarge-block-grid-2>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-2>li {
        width: 50%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-3 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-3:before,
    .xlarge-block-grid-3:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-3:after {
        clear: both
    }
    .xlarge-block-grid-3>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-4 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-4:before,
    .xlarge-block-grid-4:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-4:after {
        clear: both
    }
    .xlarge-block-grid-4>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-4>li {
        width: 25%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-5 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-5:before,
    .xlarge-block-grid-5:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-5:after {
        clear: both
    }
    .xlarge-block-grid-5>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-5>li {
        width: 20%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-6 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-6:before,
    .xlarge-block-grid-6:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-6:after {
        clear: both
    }
    .xlarge-block-grid-6>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-7 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-7:before,
    .xlarge-block-grid-7:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-7:after {
        clear: both
    }
    .xlarge-block-grid-7>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-8 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-8:before,
    .xlarge-block-grid-8:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-8:after {
        clear: both
    }
    .xlarge-block-grid-8>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-9 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-9:before,
    .xlarge-block-grid-9:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-9:after {
        clear: both
    }
    .xlarge-block-grid-9>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-10 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-10:before,
    .xlarge-block-grid-10:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-10:after {
        clear: both
    }
    .xlarge-block-grid-10>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-10>li {
        width: 10%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-11 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-11:before,
    .xlarge-block-grid-11:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-11:after {
        clear: both
    }
    .xlarge-block-grid-11>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
}

@media only screen and (min-width: 80em) {
    .xlarge-block-grid-12 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xlarge-block-grid-12:before,
    .xlarge-block-grid-12:after {
        content: " ";
        display: table
    }
    .xlarge-block-grid-12:after {
        clear: both
    }
    .xlarge-block-grid-12>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xlarge-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xlarge-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .xlarge-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-1 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-1:before,
    .xxlarge-block-grid-1:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-1:after {
        clear: both
    }
    .xxlarge-block-grid-1>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-1>li {
        width: 100%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-1>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-1>li:nth-of-type(1n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-2 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-2:before,
    .xxlarge-block-grid-2:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-2:after {
        clear: both
    }
    .xxlarge-block-grid-2>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-2>li {
        width: 50%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-2>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-2>li:nth-of-type(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-3 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-3:before,
    .xxlarge-block-grid-3:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-3:after {
        clear: both
    }
    .xxlarge-block-grid-3>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-3>li {
        width: 33.33333%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-3>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-3>li:nth-of-type(3n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-4 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-4:before,
    .xxlarge-block-grid-4:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-4:after {
        clear: both
    }
    .xxlarge-block-grid-4>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-4>li {
        width: 25%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-4>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-4>li:nth-of-type(4n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-5 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-5:before,
    .xxlarge-block-grid-5:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-5:after {
        clear: both
    }
    .xxlarge-block-grid-5>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-5>li {
        width: 20%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-5>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-5>li:nth-of-type(5n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-6 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-6:before,
    .xxlarge-block-grid-6:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-6:after {
        clear: both
    }
    .xxlarge-block-grid-6>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-6>li {
        width: 16.66667%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-6>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-6>li:nth-of-type(6n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-7 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-7:before,
    .xxlarge-block-grid-7:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-7:after {
        clear: both
    }
    .xxlarge-block-grid-7>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-7>li {
        width: 14.28571%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-7>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-7>li:nth-of-type(7n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-8 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-8:before,
    .xxlarge-block-grid-8:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-8:after {
        clear: both
    }
    .xxlarge-block-grid-8>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-8>li {
        width: 12.5%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-8>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-8>li:nth-of-type(8n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-9 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-9:before,
    .xxlarge-block-grid-9:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-9:after {
        clear: both
    }
    .xxlarge-block-grid-9>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-9>li {
        width: 11.11111%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-9>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-9>li:nth-of-type(9n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-10 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-10:before,
    .xxlarge-block-grid-10:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-10:after {
        clear: both
    }
    .xxlarge-block-grid-10>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-10>li {
        width: 10%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-10>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-10>li:nth-of-type(10n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-11 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-11:before,
    .xxlarge-block-grid-11:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-11:after {
        clear: both
    }
    .xxlarge-block-grid-11>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-11>li {
        width: 9.09091%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-11>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-11>li:nth-of-type(11n+1) {
        clear: both
    }
}

@media only screen and (min-width: 100em) {
    .xxlarge-block-grid-12 {
        display: block;
        padding: 0;
        margin: 0 -10px
    }
    .xxlarge-block-grid-12:before,
    .xxlarge-block-grid-12:after {
        content: " ";
        display: table
    }
    .xxlarge-block-grid-12:after {
        clear: both
    }
    .xxlarge-block-grid-12>li {
        display: block;
        height: auto;
        float: left;
        padding: 0 10px 20px
    }
    .xxlarge-block-grid-12>li {
        width: 8.33333%;
        padding: 0 10px 20px;
        list-style: none
    }
    .xxlarge-block-grid-12>li:nth-of-type(1n) {
        clear: none
    }
    .xxlarge-block-grid-12>li:nth-of-type(12n+1) {
        clear: both
    }
}

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.flip {
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible;
    -moz-animation-name: flip;
    -o-backface-visibility: visible;
    -o-animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible;
    -o-animation-name: flipInX;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible;
    -o-animation-name: flipInY;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible;
    -o-animation-name: flipOutY;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    animation-duration: .25s
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg);
        transform: skewX(9deg)
    }
    10% {
        -webkit-transform: skewX(-8deg);
        transform: skewX(-8deg)
    }
    20% {
        -webkit-transform: skewX(7deg);
        transform: skewX(7deg)
    }
    30% {
        -webkit-transform: skewX(-6deg);
        transform: skewX(-6deg)
    }
    40% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    50% {
        -webkit-transform: skewX(-4deg);
        transform: skewX(-4deg)
    }
    60% {
        -webkit-transform: skewX(3deg);
        transform: skewX(3deg)
    }
    70% {
        -webkit-transform: skewX(-2deg);
        transform: skewX(-2deg)
    }
    80% {
        -webkit-transform: skewX(1deg);
        transform: skewX(1deg)
    }
    90% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
    100% {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg)
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.wiggle {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    clear: both;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: -webkit-grab
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 300ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .2s both ease;
    animation: fadeOut .2s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .2s both ease;
    animation: fadeIn .2s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    opacity: 0.5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 10px 3px;
    opacity: 0.99;
    border-radius: 20px;
    background: #a9a9ab
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #d4d4d4
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 300px;
    height: 100%;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

.owl-item.loading img {
    display: block;
    opacity: .05
}

.st-content,
.st-content-inner {
    position: relative;
    overflow: hidden
}

.st-container {
    position: relative;
    overflow: hidden
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s
}

.ie9 .slide-from-right .st-pusher {
    margin-right: 250px
}

.ie9 .slide-from-left .st-pusher {
    margin-left: 250px
}

.st-pusher-after {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0
}

.st-menu-open .st-pusher-after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .5s
}

.st-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    width: 270px;
    height: 100%;
    padding: 0;
    background: #333;
    transition: all 1s;
    font-size: 16px;
    overflow-y: auto
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0
}

.slide-from-left.st-menu-open .st-pusher {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0)
}

.slide-from-left.st-menu {
    z-index: 1
}

.slide-from-left.st-menu-open .slide-from-left.st-menu {
    visibility: visible;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.slide-from-left.st-menu::after {
    display: none
}

.slide-from-right.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0)
}

.slide-from-right.st-menu {
    z-index: 1;
    right: 0;
    left: inherit
}

.slide-from-right.st-menu-open .slide-from-right.st-menu {
    visibility: visible;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slide-from-right.st-menu::after {
    display: none
}

@media only screen and (min-width: 40.063em) {
    .st-menu {
        width: 320px
    }
    .slide-from-left.st-menu-open .st-pusher {
        -webkit-transform: translate3d(320px, 0, 0);
        transform: translate3d(320px, 0, 0)
    }
    .slide-from-right.st-menu-open .st-pusher {
        -webkit-transform: translate3d(-320px, 0, 0);
        transform: translate3d(-320px, 0, 0)
    }
    .ie9 .slide-from-right .st-pusher {
        margin-right: 320px
    }
    .ie9 .slide-from-left .st-pusher {
        margin-left: 320px
    }
}

@media only screen and (min-width: 80em) {
    .admin-bar .st-menu {
        padding-top: 32px
    }
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano .content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0
}

.nano .content:focus {
    outline: 0
}

.nano .content::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar .content::-webkit-scrollbar {
    visibility: visible
}

.nano .pane {
    position: absolute;
    width: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: 0.01;
    transition: .2s;
    border-radius: 3px
}

.nano .pane .slider {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    margin: 0 1px;
    border-radius: 1px
}

.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99
}

.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    box-sizing: border-box
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%)
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("../images/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/select2.png") no-repeat 0 1px
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

.select2-search input {
    width: 100%;
    height: auto;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    background: #fff url("../images/select2.png") no-repeat 100% -22px;
    background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: #fff url("../images/select2.png") no-repeat -37px -22px;
    background: url("../images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
    filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
    padding-left: 120px
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff
}

.select2-results li em {
    background: #feffde;
    font-style: normal
}

.select2-results .select2-highlighted em {
    background: transparent
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}

.select2-results .select2-selected {
    display: none
}

.select2-more-results.select2-active {
    background: #f4f4f4
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2)
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}

.select2-container-multi .select2-choices {
    height: auto;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px
}

.select2-locked {
    padding: 3px 5px 3px 5px
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent
}

.select2-default {
    color: #999
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("../images/select2.png") right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    outline: 0;
    left: 0px;
    top: 0px
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url("../images/select2x2.png");
        background-repeat: no-repeat;
        background-size: 60px 40px
    }
    .select2-search input {
        background-position: 100% -21px
    }
}

.easyzoom {
    position: relative;
    display: block;
    *display: inline;
    *zoom: 1
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .7s ease
}

.easyzoom-flyout:hover {
    opacity: 1
}

.easyzoom-flyout img {
    max-width: none;
    width: auto
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

a {
    transition: color .3s
}

.entry-content a {
    transition: all .3s
}

.entry-content a:hover {
    opacity: 0.7
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

html.overflow-y-hidden,
body.overflow-y-hidden {
    overflow: hidden
}

h1:first-child {
    margin-top: -0.13em
}

ins {
    text-decoration: none
}

article {
    margin-bottom: 40px
}

.woocommerce-page article {
    margin: 0
}

address {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
    font-style: normal
}

audio {
    visibility: hidden
}

pre {
    background: #fafafa;
    padding: 23px 30px;
    line-height: 1.8em;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    color: #5f5b5b
}

table {
    width: 100%;
    margin-bottom: 40px;
    background: none
}

table thead th {
    text-transform: uppercase;
    font-size: 13px
}

table tbody th {
    font-weight: normal
}

table tr {
    text-align: left;
    border-collapse: collapse
}

table tr td {
    border-top-width: 1px;
    border-top-style: solid
}

table tbody tr:last-child td {
    border-bottom: none
}

table tfoot,
table thead {
    background: none
}

blockquote {
    margin: 0 0 40px 0;
    padding: 0;
    border: 0;
    font-size: 30px;
    color: #000;
    line-height: 1.3em
}

blockquote cite {
    margin: 20px 0 0 0;
    font-style: normal;
    font-weight: bold;
    line-height: 20px
}

ul,
ol,
dl {
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.8rem
}

dl dd {
    margin: 0
}

dl.wp-caption {
    padding: 0
}

dd {
    padding-bottom: 30px
}

.row-relative {
    position: relative
}

.vertical-aligned {
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

.vertical-aligned.to-left {
    left: 0;
    right: auto
}

.vertical-aligned.to-right {
    right: 0;
    left: auto
}

.widget-area {
    font-size: 16px
}

.widget {
    margin-bottom: 50px
}

.widget a {
    font-weight: 700
}

.widget form {
    margin: 0
}

.widget ul,
.widget ol {
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 20px;
    list-style: none
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
    margin: 5px 0 5px 20px
}

.widget li {
    margin: 0 0 17px 0
}

.widget .post-date {
    display: block
}

.widget .recentcomments,
.widget_recent_entries li,
.shop_sidebar .widget_recent_entries li {
    position: relative;
    margin-bottom: 17px
}

.widget.widget_recent_entries ul li a {
    font-weight: bold
}

.widget.widget_recent_entries ul li span {
    font-size: 0.8125rem
}

.widget.widget_recent_entries ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f15c";
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px
}

.widget.widget_recent_entries ul li:first-child:before {
    top: 7px
}

.widget .recentcomments,
.widget.widget_recent_entries ul li {
    padding-left: 20px
}

.widget .recentcomments:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f075";
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px
}

.widget .recentcomments:first-child:before {
    top: 7px
}

.widget .recentcomments a {
    display: block;
    font-weight: bold
}

.widget .cat-item {
    text-transform: capitalize;
    margin-bottom: 10px
}

.widget .tagcloud {
    margin-top: 26px;
    margin-bottom: -5px
}

.widget .tagcloud a {
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 13px 4px;
    text-transform: uppercase;
    word-wrap: break-word
}

#site-footer .widget .tagcloud a,
.widget .tagcloud a {
    color: #999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.widget .tagcloud a:hover {
    color: #fff;
    border: 1px solid
}

.widget .textwidget {
    line-height: 1.375em
}

.entry-content .widget ins {
    background: none;
    color: #888
}

.widget .amount {
    margin-top: 5px;
    display: inline-block
}

.widget del .amount {
    font-size: 1em;
    text-decoration: line-through
}

.widget_archive li {
    margin: 0 0 5px 0
}

.widget_meta li {
    margin: 0 0 5px 0
}

.widget_rss .widget-title a {
    color: #000;
    font-weight: bold
}

.widget_rss .widget-title a:first-child {
    display: none
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    padding: 10px 0;
    color: #555;
    font-style: italic
}

.widget_rss .rssSummary {
    display: block
}

.widget_calendar table {
    border: 0
}

.widget_calendar table tr td {
    border: 0
}

.widget_calendar table thead,
.widget_calendar table tfoot {
    background: none
}

.widget_calendar caption {
    font-size: 0.8125rem;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase
}

.widget_calendar table thead th {
    font-size: 0.875rem;
    font-weight: 700
}

.widget_calendar table tr {
    border: none
}

.widget_calendar table tr td {
    font-size: 0.8125rem
}

.widget_calendar table tr th,
.widget_calendar table tr td {
    text-align: left
}

.widget_calendar table thead tr th,
.widget_calendar table tfoot tr td {
    padding: 0
}

.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even) {
    background: none
}

.widget_calendar #prev {
    text-align: left
}

.widget_calendar #next {
    text-align: right
}

.widget_calendar #today {
    font-weight: 700
}

.widget_product_search,
.widget_search {
    position: relative
}

.widget_product_search label,
.widget_search label {
    display: none
}

.widget_product_search input,
.widget_search input {
    margin: 0;
    padding: 0 10px
}

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 9px 10px 8px 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

.widget_shopkeeper_social_media .widget-title {
    margin-bottom: 16px
}

.widget_shopkeeper_social_media a {
    font-size: 0
}

.widget_shopkeeper_social_media a:before {
    display: inline-block;
    font-size: 24px;
    padding: 10px 20px 10px 0;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget a.widget_connect_facebook:before {
    content: "\f09a"
}

.widget a.widget_connect_pinterest:before {
    content: "\f0d2"
}

.widget a.widget_connect_linkedin:before {
    content: "\f0e1"
}

.widget a.widget_connect_twitter:before {
    content: "\f099"
}

.widget a.widget_connect_googleplus:before {
    content: "\f0d5"
}

.widget a.widget_connect_rss:before {
    content: "\f09e"
}

.widget a.widget_connect_tumblr:before {
    content: "\f173"
}

.widget a.widget_connect_instagram:before {
    content: "\f16d"
}

.widget a.widget_connect_youtube:before {
    content: "\f16a"
}

.widget a.widget_connect_vimeo:before {
    content: "\f194"
}

.widget a.widget_connect_behance:before {
    content: "\f1b4"
}

.widget a.widget_connect_dribble:before {
    content: "\f17d"
}

.widget a.widget_connect_flickr:before {
    content: "\f16e"
}

.widget a.widget_connect_git:before {
    content: "\f1d3"
}

.widget a.widget_connect_skype:before {
    content: "\f17e"
}

.widget a.widget_connect_weibo:before {
    content: "\f18a"
}

.widget a.widget_connect_foursquare:before {
    content: "\f180"
}

.widget a.widget_connect_soundcloud:before {
    content: "\f1be"
}

.widget a.widget_connect_vk:before {
    content: "\f189"
}

.widget_shopping_cart_content {
    position: relative;
    margin-top: 30px
}

.widget_shopping_cart_content .product-thumbnail {
    width: 80px;
    min-width: 80px;
    max-width: 80px
}

.widget_shopping_cart_content tr {
    vertical-align: top
}

.widget_shopping_cart_content tr td {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px
}

.widget_shopping_cart_content tr .product-thumbnail,
.widget_shopping_cart_content tr .product-name {
    padding-right: 20px
}

.widget_shopping_cart_content tr:first-child td {
    padding-top: 0px;
    border: none
}

.widget_shopping_cart_content tr:last-child td {
    padding-bottom: 0px
}

.widget_shopping_cart_content tr td.product-remove .remove {
    font-size: 16px
}

.widget_shopping_cart_content .product-name a {
    display: block
}

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
    margin: 6px 0 1px;
    color: #888
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
    padding: 0
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p {
    font-size: 1rem;
    margin: 0
}

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
    padding: 0;
    margin-right: 5px;
    font-weight: normal;
    text-transform: uppercase
}

.widget_shopping_cart_content table {
    margin-bottom: 0
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: none;
    padding: 5px 0 25px;
    margin: 0
}

.widget_shopping_cart .total .subtotal_name {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #555
}

.widget_shopping_cart .total .amount {
    font-size: 1.3125rem;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
    text-align: right;
    float: right
}

.widget_shopping_cart .buttons {
    margin-bottom: 0
}

.widget_shopping_cart .buttons a {
    width: 100%;
    margin: 0 0 10px 0
}

.widget_shopping_cart .buttons a:after {
    display: none
}

.widget_shopping_cart .buttons a.view_cart {
    background: none;
    border: 2px solid;
    box-shadow: none;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: all 0.3s;
    -webkit-transition: 0.3s
}

.widget_shopping_cart .buttons a.view_cart:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff
}

.widget_shopping_cart .buttons a.checkout {
    margin-bottom: 0
}

.widget-cart-empty-banner {
    position: absolute;
    left: 0;
    top: 0
}

.cart-empty-box {
    width: 87px;
    height: 78px;
    background-image: url("../images/empty_cart_widget.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 87px 78px;
    display: inline-block
}

.cart-empty-text {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    padding-left: 107px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
    margin-top: 27px
}

.widget_recent_reviews .product_list_widget li a:first-child,
.widget_top_rated_products .product_list_widget li a:first-child {
    margin-top: 22px;
    margin-bottom: 2px
}

.widget_recent_reviews ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img {
    margin-top: -22px
}

.product_list_widget .star-rating {
    font-size: 11px;
    position: absolute;
    top: 0
}

.right-off-canvas-menu-content {
    padding: 20px 30px;
    color: #fff
}

.right-off-canvas-menu-content a {
    color: #ccc
}

.right-off-canvas-menu-content a:hover {
    color: #999
}

.right-off-canvas-menu-content .widgettitle {
    color: #fff;
    margin-bottom: 20px
}

.right-off-canvas-menu-content .buttons a {
    width: 100%
}

.shop_sidebar .widget ul .children {
    margin: 10px 0px 10px 20px
}

.page-header {
    margin-bottom: 55px
}

.content-area {
    padding: 85px 0 0 0
}

.page-template-default .entry-header.with_featured_img,
.page-template-default .entry-header.with_featured_img {
    margin-top: -85px
}

ul,
ol {
    margin: 0.875em 0 0.875em 2.1875em
}

.wp-caption {
    max-width: 100%
}

.entry-thumbnail {
    text-align: center
}

.entry-meta {
    margin: 51px 0 0 0;
    line-height: 1.8em;
    font-size: .85em;
    text-align: center
}

.edit-link {
    margin: 30px 0
}

.entry-meta ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.entry-meta ul li {
    display: inline-block;
    margin-right: 20px
}

.author-info {
    padding: 0 0 0 100px;
    position: relative;
    margin: 50px 0 0 0;
    text-align: left
}

.author-avatar {
    position: absolute;
    left: 0;
    top: .3em;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.author-avatar img {
    width: 70px;
    height: 70px
}

.author-link {
    display: inline-block
}

.wp-caption-text {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px
}

.attachement {
    text-align: center;
    margin-bottom: 80px
}

.attachement .entry-content {
    margin-top: 40px
}

.entry-meta-attachment,
.previous-image,
.next-image {
    line-height: 1.8em;
    font-size: 1.125rem
}

.entry-meta-attachment {
    padding: 3px 0 8px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.previous-image,
.next-image {
    padding: 15px 0 0px
}

.next-image a,
.previous-image a {
    color: #adadad;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.next-image a {
    padding-right: 5px
}

.previous-image a {
    padding-left: 5px
}

.previous-image {
    text-align: left
}

.next-image {
    text-align: right;
    text-transform: uppercase
}

.previous-arrow,
.next-arrow {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 1px
}

.nav-previous {
    text-align: left;
    line-height: 1.8em
}

.nav-next {
    text-align: right;
    line-height: 1.8em
}

.nav-previous-title,
.nav-next-title {
    font-size: 0.619em;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase
}

.products-grid {
    -webkit-backface-visibility: hidden
}

.woocommerce ul.products-grid,
.woocommerce-page ul.products-grid {
    margin: 0px -10px 16px
}

.products li {
    position: relative
}

.site-content .products li {
    margin-bottom: 6px
}

.products li img {
    width: 100%;
    height: auto
}

#products-grid li img {
    opacity: .05;
    transition: opacity .3s ease
}

.product_summary_top {
    margin: 0 0 9px 0;
    font-size: 1rem
}

.product_summary_top h1 {
    font-size: 3.7em;
    margin: 0 0 20px 0
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    margin: 0;
    float: none;
    display: inline-block;
    top: 4px
}

.product_description {
    margin: 0 0 40px 0
}

.variations_lines {
    padding: 0
}

.big-select {
    opacity: 0;
    width: 230px;
    height: 48px;
    margin: 0;
    padding: 0
}

.big-select:hover {
    background-color: transparent
}

.big-select:focus {
    outline: none
}

.reset_variations {
    margin: 11px 0 0 0;
    display: inline-block;
    font-size: 1rem
}

.single_variation {
    margin: 22px 0 26px
}

.woocommerce-tabs {
    margin: 0px
}

.product_meta {
    text-align: center;
    margin: 30px 0
}

.single_product_summary_related h2,
.single_product_summary_upsell h2 {
    font-size: 1.5em;
    margin: 54px 0 26px 0
}

.product_navigation {
    margin: 10px 0
}

.owl-carousel.related.products li,
.owl-carousel.upsells.products li {
    margin: 0 10px
}

.owl-carousel.related.products .owl-item,
.owl-carousel.upsells.products .owl-item {
    padding-top: 10px
}

.fr-close,
.fr-window-fresco .fr-close .fr-close-icon,
.fr-ui-outside .fr-close-background {
    cursor: pointer;
    width: 31px;
    height: 31px
}

.fr-close {
    pointer-events: auto;
    position: absolute;
    right: 30px;
    top: 27px
}

.fr-window-fresco .fr-close .fr-close-icon {
    background: none;
    position: absolute
}

.fr-ui-outside .fr-close-background {
    background: none
}

.fr-close-background,
.fr-close-icon {
    top: 0px;
    left: 0px
}

.fr-side-previous .fr-side-button {
    left: 3px
}

.fr-side-next .fr-side-button {
    right: 3px
}

.fr-ui-outside .fr-close:hover .fr-close-background,
.fr-close:hover .fr-close-background,
.fr-touch-button .fr-touch-button-background {
    background: none
}

.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-close .fr-touch-button-icon,
.fr-window-fresco:not(.fr-ltIE9) .fr-touch-more .fr-touch-button-icon {
    opacity: 0.5;
    background: none
}

.fr-window-fresco .fr-close:hover .fr-close-icon {
    opacity: 1
}

.fr-close-icon:before,
.fr-touch-button-icon:before {
    content: "\f00d";
    font-size: 32px;
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fr-touch-more .fr-touch-button-icon:before,
.fr-touch-more.fr-touch-less .fr-touch-button-icon:before {
    font-size: 23px;
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fr-touch-more .fr-touch-button-icon:before {
    content: "\f0d7"
}

.fr-touch-more.fr-touch-less .fr-touch-button-icon:before {
    content: "\f0d8"
}

.fr-touch-button {
    width: 32px;
    height: 32px;
    padding: 0
}

.fr-touch-close {
    position: absolute;
    top: 6px;
    right: 3px;
    padding: 0
}

.fr-touch-more {
    position: absolute;
    top: 12px;
    right: 38px;
    padding: 0
}

.fr-touch-more.fr-touch-less {
    top: 11px
}

.fr-info,
.fr-window-fresco .fr-touch-caption-wrapper {
    font-size: 0.875rem
}

.gallery {
    margin: 20px 0
}

.gallery dl dt {
    padding: 0;
    margin: 0
}

.gallery-item {
    margin: 0
}

.comments-area {
    margin: 36px 0 25px
}

.comments-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: normal;
    text-align: center
}

.comments-area article {
    padding: 19px 0;
    margin: 0
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 17px 0 0
}

.comment-list ul.children {
    list-style: none;
    margin: 0 0 1em 0
}

.comment-content {
    padding: 0;
    position: relative
}

.comment-content .comment-author,
.comment-content .comment-metadata {
    padding: 0 0 0 55px
}

.comment-author-avatar {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 36px
}

.comment-author-avatar img {
    width: 36px;
    height: 36px
}

.comment-author {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 1.125rem
}

.comment-metadata time {
    font-size: 14px;
    color: #999999
}

.comment-text p {
    margin: 15px 0 10px 0
}

.comment-reply {
    padding-right: 20px
}

.comment-reply i,
.comment-edit-link i {
    font-size: 13px;
    margin-right: 5px
}

.comment-reply {
    font-size: 14px
}

.comment-edit-link {
    font-size: 14px
}

.comment-awaiting-moderation {
    font-style: italic;
    color: #999;
    font-size: 14px
}

.comment-respond {
    margin: 0px 0 30px 0
}

#reply-title {
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0;
    text-align: center
}

.logged-in-as,
.comment-notes {
    text-align: center;
    margin-bottom: 30px
}

.comment-notes {
    color: #777
}

textarea#comment {
    height: 200px;
    line-height: 1.8em
}

#site-footer {
    padding: 60px 0 30px
}

.site-footer-widget-area .columns:last-child {
    float: left
}

#site-footer .widget-title {
    text-transform: uppercase;
    font-weight: bold
}

.payment_methods {
    text-align: center
}

.payment_methods img {
    max-height: 30px;
    width: auto;
    margin-bottom: 17px
}

.copyright_text {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    text-align: center
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5 {
    font-weight: 900;
    text-transform: uppercase
}

.woocommerce .entry-title,
.woocommerce-page .entry-title {
    margin-bottom: 50px
}

.woocommerce .page-title,
.woocommerce-page .page-title {
    text-transform: none
}

.woocommerce h2 {
    font-size: 1.3125rem
}

.woocommerce h3,
.woocommerce-checkout .content-area .billing_shipping_address_title {
    font-size: 0.875rem
}

.woocommerce a.remove {
    font-size: 1.125rem;
    display: inline-block;
    text-align: right;
    opacity: 1;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.woocommerce a.remove:hover {
    color: inherit;
    background: none;
    opacity: .4
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 5px 0;
    margin: 0
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    width: 100%
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    border: none;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.4em;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

.login-register-container {
    margin-top: 20px;
    text-align: center
}

.account-forms-container {
    display: inline-block;
    max-width: 100%;
    width: 472px;
    text-align: left;
    height: auto;
    padding-left: 0px
}

.login-register-container .page-title {
    margin-bottom: 18px
}

.site-content .account-tab-list,
.account-tab-list {
    list-style: none;
    margin: 0;
    position: relative
}

.account-tab-list:after {
    content: "";
    display: block;
    clear: both
}

.account-tab-item {
    float: left;
    margin-right: 20px;
    line-height: 42px
}

.account-tab-item.last {
    margin-right: 0
}

.account-tab-link-mobile {
    font-size: 0.875rem;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px 20px 35px;
    width: 100%;
    min-width: 122px;
    border: 2px solid;
    line-height: 1;
    opacity: 1;
    z-index: 100;
    transition: opacity .3s ease .3s;
    -webkit-transition: opacity .3s ease .3s
}

.account-tab-link.current {
    z-index: 99;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.account-tab-link.registration_disabled {
    display: none
}

.account-tab-link.registration_disabled:hover {
    color: #333
}

.option-register {
    display: inline-block;
    font-size: 0.875em
}

.login-register-container .form-row {
    padding: 10px 0
}

.login-register-container .form-row.without-padding {
    padding: 0
}

.woocommerce form .form-row.remember-me-row,
.woocommerce-page form .form-row.remember-me-row {
    padding: 7px 0 0
}

.woocommerce form .form-row.remember-me-row label {
    font-size: 1.125rem
}

.lost-pass-link {
    font-size: 1.125rem;
    float: right;
    line-height: 1.5em;
    padding-bottom: 3px;
    white-space: nowrap
}

.login-register-container input[type="submit"] {
    margin-top: 0px;
    width: 100%
}

.register-form {
    display: none
}

.login-form .login_footer_separator {
    margin-top: -19px
}

.register-form .login_footer_separator {
    margin-top: -5px
}

.login_footer {
    display: none
}

.login_footer_separator {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 25px 0
}

.login_footer_separator:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.login_footer_separator_title {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 15px;
    color: #888;
    position: relative;
    z-index: 3;
    background: #fff
}

.go_home {
    display: none;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin-top: 10px;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    line-height: 1em;
    outline: none;
    text-transform: uppercase
}

.lost-reset-pass-text {
    font-size: 1.312em;
    line-height: 2rem;
    margin: 0 -40px 32px;
    text-align: center
}

.lost-reset-pass-text:before {
    content: "\f1cd";
    font-size: 24px;
    margin-top: 3px;
    margin-right: 10px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce-account table a {
    font-weight: 700
}

.woocommerce-account .content-area ul,
.woocommerce-account .content-area ol,
.woocommerce-account .content-area dl,
.my_address_wrapper dl {
    font-size: 1rem;
    line-height: 1.5em
}

.woocommerce-account .content-area table tr td {
    font-size: 1rem
}

.woocommerce-account h2 {
    margin-top: 51px;
    margin-bottom: 12px
}

.woocommerce-account h2.my_address_title {
    margin-bottom: 22px
}

.my_address_title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    margin-bottom: 22px;
    margin-top: 51px
}

.myaccount_user_inner {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto
}

.myaccount_user_inner a {
    font-weight: normal
}

.myaccount_form_headers {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 2px
}

.woocommerce .myaccount_form_headers {
    font-size: 1.25rem
}

.account_button {
    margin-top: 21px
}

.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
    margin-bottom: 58px
}

.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
    display: none
}

.woocommerce ul.digital-downloads:before,
.woocommerce-page ul.digital-downloads:before,
.woocommerce ul.digital-downloads li:after,
.woocommerce-page ul.digital-downloads li:after {
    content: "";
    display: block;
    width: auto;
    height: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 19px 0
}

.woocommerce ul.digital-downloads:before,
.woocommerce-page ul.digital-downloads:before {
    margin: 28px 0 18px
}

.woocommerce ul.digital-downloads li a:before,
.woocommerce-page ul.digital-downloads li a:before {
    content: "\f019";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 4px;
    left: 0
}

.woocommerce ul.digital-downloads li a,
.woocommerce-page ul.digital-downloads li a {
    padding-left: 22px;
    width: 100%
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count .woocommerce ul.digital-downloads li a,
.woocommerce-page ul.digital-downloads li a {
    display: block;
    position: relative
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
    float: none;
    padding-left: 22px
}

.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
    font-size: 1em
}

.woocommerce .my_account_container table.shop_table td,
.woocommerce-page .my_account_container table.shop_table td {
    padding: 13px 0
}

.woocommerce .my_account_container table.shop_table td .amount,
.woocommerce-page .my_account_container table.shop_table td .amount {
    display: block;
    font-weight: bold
}

.woocommerce .my_account_container table.shop_table td.order-number,
.woocommerce-page .my_account_container table.shop_table td.order-number {
    font-size: 1.125em;
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce .my_account_container table.shop_table .order-status,
.woocommerce .my_account_container table.shop_table .order-date {
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce .my_account_container table.shop_table .order-total {
    padding-left: 0px;
    padding-right: 0px
}

.woocommerce .my_account_container table.shop_table .order-total,
.woocommerce .my_account_container table.shop_table .order-date {
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce .my_account_container table.shop_table .order-date,
.woocommerce .my_account_container table.shop_table .order-actions {
    padding-left: 20px;
    padding-right: 20px
}

.account_view_link {
    font-size: 0.875rem;
    text-transform: uppercase
}

.woocommerce form .form-row-first.first-name-row,
.woocommerce-page form .form-row-last.last-name-row,
.woocommerce form .form-row-first.password-row,
.woocommerce-page form .form-row-last.repeat-password-row {
    width: 100%
}

.edit-account fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.edit-account legend {
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
    padding: 50px 0 13px;
    margin: 0;
    background: transparent
}

.edit-account .button {
    margin-top: 20px
}

.chosen-container {
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%
}

.billing_shipping_address_title {
    margin-bottom: 13px;
    margin-top: 40px
}

.billing_shipping_address_title .edit-link {
    display: block;
    position: relative;
    margin-top: 5px
}

.my_address_description {
    font-size: 1rem
}

.customer_details:after {
    content: "";
    clear: both;
    display: block
}

.customer_details dt {
    clear: both;
    margin-right: 5px
}

#shipping_address_2_field,
#billing_address_2_field {
    padding-top: 0;
    margin-top: 20px
}

.shipping_billing_wrapper .edit-link {
    display: block;
    margin: 15px 0
}

.edit-link .fa {
    margin-right: 5px
}

.order-info {
    text-align: center;
    margin: 14px -30px 8px;
    padding: 32px 30px;
    position: relative
}

.order-info:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0
}

.order-info mark {
    background: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #FFF
}

.order-info .order-status {
    margin-right: 0
}

.shop_table tr td {
    font-size: 1rem
}

.shop_table.order_details a {
    font-weight: bold
}

.shop_table.order_details .product-total {
    padding-left: 30px
}

.woocommerce .shop_table.order_details tbody tr:last-child td,
.woocommerce-page .shop_table.order_details tbody tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.shop_table.order_details {
    margin-bottom: 0
}

.woocommerce .shop_table.order_details td,
.woocommerce-page .shop_table.order_details td {
    padding: 15px 0
}

.woocommerce .shop_table.order_details td .amount,
.woocommerce-page .shop_table.order_details td .amount {
    font-weight: normal
}

.woocommerce .shop_table.order_details td .variation,
.woocommerce-page .shop_table.order_details td .variation,
.woocommerce-page .shop_table.order_details td .variation p,
.woocommerce-page .shop_table.order_details small {
    font-size: 0.875rem;
    line-height: 1em
}

.woocommerce-page .shop_table.order_details td .variation dt {
    text-transform: uppercase
}

.woocommerce-page .shop_table.order_details td .variation p {
    font-size: 1em;
    line-height: 1em
}

.woocommerce-page .shop_table.order_details td .variation dd {
    margin-bottom: 2px
}

.shop_table.order_details tfoot tr {
    border: none
}

.woocommerce .shop_table.order_details tfoot th,
.woocommerce-page .shop_table.order_details tfoot th,
.woocommerce .shop_table.order_details tfoot td,
.woocommerce-page .shop_table.order_details tfoot td {
    font-size: 1rem;
    font-weight: normal;
    border: none;
    padding: 0;
    padding-top: 12px
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0
}

.woocommerce .shop_table.order_details tfoot th,
.woocommerce-page .shop_table.order_details tfoot th {
    padding-left: 0%
}

.woocommerce .shop_table.order_details tfoot td,
.woocommerce-page .shop_table.order_details tfoot td {
    padding-left: 30px
}

.woocommerce .shop_table.order_details tfoot td .amount,
.woocommerce-page .shop_table.order_details tfoot td .amount {
    font-weight: bold
}

.woocommerce .shop_table.order_details tfoot tr:first-child td,
.woocommerce-page .shop_table.order_details tfoot tr:first-child td,
.woocommerce .shop_table.order_details tfoot tr:first-child th,
.woocommerce-page .shop_table.order_details tfoot tr:first-child th {
    padding-top: 27px
}

.woocommerce-page .shop_table.order_details tfoot tr:last-child td:last-child .amount {
    font-size: 1.875rem;
    font-weight: 700
}

#shipping_method {
    font-size: 16px
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    padding: 0 0 0 20px
}

#shipping_method .check_label_radio {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: -21px;
    padding-top: 0px
}

#shipping_method li .amount {
    display: block;
    font-weight: 700
}

.woocommerce .shop_table.customer_details {
    margin: 25px 0 10px 0
}

.woocommerce-order-received .shop_table.customer_details {
    margin: 25px 0 10px 0;
    float: left;
    width: 33%
}

.woocommerce .shop_table.customer_details tr {
    border: none
}

.woocommerce .shop_table.customer_details th,
.woocommerce .shop_table.customer_details td {
    border: none;
    padding: 0;
    line-height: 1.5em;
    float: left;
    display: block;
    width: 100%
}

.woocommerce .shop_table.customer_details th {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold
}

.woocommerce .shop_table.customer_details td {
    font-size: 1rem;
    padding: 5px 0 15px 0
}

.woocommerce .shop_table.customer_details tr:nth-child(2n) td {
    background: none
}

.shipping_billing_wrapper h3 {
    margin-top: 30px
}

.track-order-description {
    width: 718px;
    max-width: 100%;
    margin: 0 auto 57px;
    text-align: center
}

.track_order_form {
    padding: 43px 30px 45px;
    margin: 0 -30px -58px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.track_order_form.custom_border:after {
    display: none
}

.custom_border {
    position: relative
}

.custom_border:before,
.custom_border:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px
}

.custom_border:before {
    position: absolute;
    top: -10px;
    left: 0
}

.custom_border:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.input_box {
    margin-bottom: 12px
}

.input_box.last {
    margin-bottom: 16px
}

.input_box .input-text {
    font-weight: normal;
    background: #fff
}

.track_order_form input[type="submit"] {
    width: 100%
}

.tob_bar_shop .woocommerce-breadcrumb {
    text-align: left
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 24px;
    padding: 8px 0;
    text-align: left
}

.woocommerce .woocommerce-breadcrumb .delimiter,
.woocommerce-page .woocommerce-breadcrumb .delimiter {
    font-size: 0
}

.woocommerce .woocommerce-breadcrumb .delimiter:after,
.woocommerce-page .woocommerce-breadcrumb .delimiter:after {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    padding: 0 10px 0 11px;
    position: relative;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce-breadcrumb br {
    display: none
}

.shop_header {
    text-align: left;
    margin-bottom: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.shop_header.with_featured_img {
    padding-top: 135px;
    padding-bottom: 170px;
    margin-top: -85px;
    margin-bottom: 40px
}

.shop_header_bkg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.shop_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none
}

.shop_header.with_featured_img .shop_header_overlay {
    display: block
}

.woocommerce_category_header_image {
    display: none
}

.shop_header.with_featured_img .term-description {
    color: #fff
}

.page-description {
    text-align: center
}

.term-description {
    text-align: center;
    margin-top: -10px
}

.catalog-ordering:after {
    content: "";
    display: block;
    clear: both
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    padding-top: 0px;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -7px;
    float: none
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    display: none;
    float: right;
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 15px 0 0;
    padding: 11px 0 0
}

.list_shop_categories {
    margin: 0px 0 3px
}

.shop_header.with_featured_img .page-title.on-shop {
    color: #fff
}

.shop_header.with_featured_img .list_shop_categories a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.shop_header.with_featured_img .list_shop_categories a:hover {
    border-bottom: 1px solid transparent
}

.catalog_top {
    padding: 0px 0px 20px
}

.woocommerce .products a {
    display: block
}

.products a.button,
.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward {
    cursor: pointer;
    line-height: normal;
    margin: 0;
    min-width: inherit;
    position: relative;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 900;
    background: none;
    border-color: none;
    -webkit-appearance: none;
    border: none;
    transition: color 300ms ease
}

.products a.button {
    padding: 0.2em 0 0em 1.2em
}

.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward {
    padding: 0.2em 0 0em 1.315em
}

.products a.button.added {
    display: none
}

.products a.button:before {
    position: absolute;
    height: 1em;
    width: 1em;
    top: 5px;
    right: auto;
    left: 0;
    text-indent: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067"
}

.products .product_added_to_cart a.button:before {
    top: 5px
}

.products a.button:hover,
.woocommerce .products .added_to_cart.wc-forward:hover,
.woocommerce-page .products .added_to_cart.wc-forward:hover {
    background: none
}

.woocommerce .products a.button.loading:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    height: 1em;
    width: 1em;
    top: 5px;
    right: auto;
    left: 0;
    text-indent: 0;
    background: none
}

.woocommerce .products a.button.loading:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 8px;
    background: url("../images/preloader-white-bg-32.gif") center no-repeat rgba(255, 255, 255, 0.65);
    vertical-align: top;
    position: relative;
    top: 5px;
    left: auto;
    right: auto;
    animation: none;
    -webkit-animation: none
}

.woocommerce .products ul h3,
.woocommerce ul.products h3,
.woocommerce-page .products ul h3,
.woocommerce-page ul.products h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    padding: 17px 35px 0 0;
    margin: 0;
    display: inline-block;
    text-transform: none;
    transition: color .3s ease
}

.products .added_to_cart.wc-forward:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 5px;
    right: auto;
    left: 0;
    text-indent: 0
}

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
    top: 0
}

.woocommerce .products a.button.loading {
    opacity: 1
}

.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page #content input.button.loading:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent
}

.product-link {
    display: block;
    position: relative
}

.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 1px 7px;
    font-size: 0.6875rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.5em;
    left: auto;
    margin: 0;
    border-radius: 0;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #93af76;
    text-shadow: none;
    color: #ffffff;
    box-shadow: none;
    text-transform: uppercase;
    z-index: 10;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.woocommerce #products-grid span.onsale,
.woocommerce-page #products-grid span.onsale {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.products .out_of_stock_badge_loop,
.out_of_stock_badge_single {
    display: inline-block;
    padding: 1px 7px;
    font-size: .6875rem;
    line-height: 1.5em;
    color: #fff;
    background: #808080;
    text-transform: uppercase;
    margin-right: 15px;
    position: absolute;
    top: 15px;
    left: 15px
}

.product-link.is_on_sale.is_out_of_stock .onsale,
.outofstock .onsale {
    top: 40px
}

.woocommerce-pagination {
    margin: 0px 0 47px
}

.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
    text-align: left
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    border: none
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border: none;
    background: none
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
    font-weight: 700;
    background: none;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0.2em 1.1em;
    line-height: 2em;
    min-width: 0
}

.page-numbers li:first-child span,
.page-numbers li:first-child a {
    padding-left: 0
}

.woocommerce-pagination .fa {
    font-size: 0.444em;
    display: block;
    margin-top: 15px
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
    background: none
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    border-radius: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: 6px;
    border-radius: 6px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ddd;
    position: relative;
    margin-right: 15px;
    margin-bottom: 11px;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 6px;
    background: #ddd;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
    background: #ddd
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
    border-width: 3px;
    border-style: solid;
    width: 15px;
    height: 15px;
    top: -5px;
    box-shadow: 0 0 0 transparent, inset 0 0 0 0 transparent
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: 0
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    float: right;
    min-width: 0
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: left;
    font-size: .8125em;
    font-weight: 500
}

.woocommerce .widget_price_filter .price_slider_amount #min_price,
.woocommerce-page .widget_price_filter .price_slider_amount #min_price,
.woocommerce .widget_price_filter .price_slider_amount #max_price,
.woocommerce-page .widget_price_filter .price_slider_amount #max_price {
    display: none
}

.widget.widget_price_filter .price_slider_amount .button {
    padding: 0;
    margin: 0;
    line-height: inherit;
    height: auto;
    background: none;
    text-align: right;
    width: 100px;
    box-shadow: none;
    transition: color .3s;
    -webkit-transition: color .3s
}

.widget.widget_price_filter .price_slider_amount .button:hover {
    background: none;
    color: #000
}

div.product .tob_bar_shop {
    display: none;
    margin: -75px 0 0px;
    position: relative
}

div.product .tob_bar_shop_left_column {
    padding: 0 80px 0 20px
}

div.product .tob_bar_shop_right_column {
    width: 70px;
    position: absolute;
    top: 0;
    right: 17px
}

.product_content_wrapper {
    padding-top: 0px;
    padding-bottom: 58px;
    margin-top: -85px
}

.product_images .owl-theme .owl-controls {
    margin-top: -32px;
    margin-bottom: 43px;
    position: relative
}

.product-images-wrapper {
    position: relative;
    margin: 0 -30px
}

.woocommerce .product_summary_top .star-rating,
.woocommerce-page .product_summary_top .star-rating {
    font-size: 10px;
    top: 1px;
    margin-right: 12px
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
    margin-bottom: 7px;
    text-align: center
}

.woocommerce-review-link {
    display: inline-block;
    position: relative;
    margin-left: -10px
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 1.875rem;
    line-height: 1.333em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize
}

.add_to_wishlist {
    text-transform: uppercase;
    color: #adadad;
    transition: color 0.3s;
    -webkit-transition: color 0.3s
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
    float: none;
    width: auto;
    margin: 0
}

.woocommerce div.product div.images .owl-carousel,
.woocommerce-page div.product div.images .owl-carousel,
.woocommerce #content div.product div.images .owl-carousel,
.woocommerce-page #content div.product div.images .owl-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: none
}

.easyzoom-notice {
    width: 76px;
    height: 30px;
    margin: -15px 0 0 -38px;
    background-color: #fff;
    background-image: url("../images/preloader-white-bg-32.gif");
    background-position: center;
    background-repeat: no-repeat
}

.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
    margin-top: -22px
}

.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
    float: none
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
    margin: 0 0 9px 0
}

.woocommerce #content div.product form.cart table,
.woocommerce div.product form.cart table,
.woocommerce-page #content div.product form.cart table,
.woocommerce-page div.product form.cart table {
    border: none
}

.woocommerce div.product form.cart tr:last-child,
.woocommerce-page div.product form.cart tr:last-child,
.woocommerce #content div.product form.cart tr:last-child,
.woocommerce-page #content div.product form.cart tr:last-child {
    border: 0
}

.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
    padding: 0
}

.woocommerce div.product form.cart td.label,
.woocommerce-page div.product form.cart td.label,
.woocommerce #content div.product form.cart td.label,
.woocommerce-page #content div.product form.cart td.label {
    padding-right: 1em;
    background: none;
    cursor: pointer
}

.woocommerce div.product form.cart div.label,
.woocommerce-page div.product form.cart div.label,
.woocommerce #content div.product form.cart div.label,
.woocommerce-page #content div.product form.cart div.label {
    padding: 0 0 0 0;
    background: none;
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 13px;
    cursor: pointer
}

.woocommerce div.product form.cart div.label label,
.woocommerce-page div.product form.cart div.label label,
.woocommerce #content div.product form.cart div.label label,
.woocommerce-page #content div.product form.cart div.label label {
    color: #7d7d7d;
    font-size: 13px;
    cursor: default
}

.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
    font-size: 2.25em;
    padding: 0;
    margin: -0.3em 0 .66em 0;
    text-align: center
}

.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
    font-size: 1.3125rem;
    margin-top: 17px;
    margin-bottom: -1px
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: normal
}

.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
    float: left;
    font-weight: 700;
    margin: 0 20px 20px 0;
    width: auto
}

.quantity input.qty,
.woocommerce .quantity .qty {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    width: 60px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0px 0px 0px 13px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    background: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: textfield;
    transition: none;
    -webkit-transition: none
}

.product_infos .quantity input.qty,
.woocommerce .product_infos .quantity .qty {
    font-weight: 700
}

@-moz-document url-prefix() {
    .woocommerce .quantity .qty {
        padding-left: 16px;
        padding-right: 16px
    }
    .woocommerce .quantity .qty:hover {
        padding-right: 0px
    }
}

.woocommerce .quantity .qty:hover {
    -moz-appearance: number-input
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .woocommerce .quantity .qty {
        padding-left: 0px
    }
}

.woocommerce-tabs {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 36px
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    text-align: center
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0;
    z-index: -1;
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: none;
    display: block;
    position: relative;
    z-index: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: 700
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 14px 0 11px;
    text-shadow: none;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
    border: 0;
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    content: "";
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    left: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: none;
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    line-height: 2;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 2;
    white-space: normal
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 3px solid;
    cursor: default
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
    background: none;
    border: 0;
    padding: 22px 0 45px;
    margin: 0
}

#reviews {
    margin-top: 24px
}

#reviews h2 {
    margin: 0 0 45px
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
    margin: 0px 0 30px;
    width: 100%;
    background: none;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 25px 0 30px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li:first-child,
.woocommerce-page #reviews #comments ol.commentlist li:first-child {
    margin-top: 0px
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    background: none;
    border: 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    float: none;
    left: 0;
    top: -5px;
    width: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    border-radius: 70px
}

.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    font-size: 1.125rem;
    text-transform: capitalize
}

.woocommerce #reviews h3.comment-reply-title,
.woocommerce-page #reviews h3.comment-reply-title {
    font-size: 1.3125rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 7px;
    text-align: left
}

.woocommerce #review_form #respond .comment-form-rating,
.woocommerce-page #review_form #respond .comment-form-rating {
    margin: 0 0 20px
}

#reviews .comment-metadata {
    margin-bottom: 16px;
    margin-top: -3px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 70px 0 70px;
    border: 0;
    border-radius: 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .verified,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .verified {
    color: #a1a1a1;
    display: inline-block
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
    margin: 11px -70px 0 0
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
    font-size: 13px
}

.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
    color: #FFF
}

.woocommerce form .form-row-first.comment-form-author,
.woocommerce-page form .form-row-first.comment-form-author,
.woocommerce form .form-row-last.comment-form-email,
.woocommerce-page form .form-row-last.comment-form-email {
    width: 100%
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    border-top: none;
    margin-top: -5px;
    margin-bottom: -2px
}

.woocommerce table.shop_attributes tr:last-child th,
.woocommerce-page table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td,
.woocommerce-page table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child,
.woocommerce-page table.shop_attributes tr:last-child {
    border-bottom: none
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    font-size: 1rem;
    font-weight: normal
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    width: 110px;
    padding: 11px 20px 11px 0;
    border: none
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    padding: 11px 0px 11px;
    font-style: normal;
    border: none
}

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
    padding: 0
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt th {
    background: none
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
    padding: 20px 0;
    margin: 0;
    position: relative;
    border-radius: 0;
    background: #ccc;
    background: -moz-linear-gradient(center top, #ccc 0%, #ccc 100%);
    background: -moz-gradient(center top, #ccc 0%, #ccc 100%);
    color: #5e5e5e;
    text-shadow: 0;
    list-style: none outside;
    width: auto;
    box-shadow: none
}

.woocommerce .related,
.woocommerce-page .related,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products {
    margin: 0 0 60px 0
}

.woocommerce .single_product_summary_upsell .upsells.products,
.woocommerce-page .single_product_summary_upsell .upsells.products {
    margin: 0 0 -22px 0
}

.woocommerce #reviews .star-rating,
.woocommerce-page #reviews .star-rating {
    font-size: 10px;
    top: 4px;
    margin-right: -70px
}

.woocommerce .comment-form-rating p.stars,
.woocommerce-page .comment-form-rating p.stars {
    font-size: 0.75rem;
    margin-top: 2px
}

.woocommerce #review_form #respond p .comment-form-author,
.woocommerce-page #review_form #respond p.comment-form-author {
    margin-bottom: 0
}

.woocommerce #review_form #respond p .comment-form-email,
.woocommerce-page #review_form #respond p.comment-form-email {
    margin-bottom: 15px
}

.woocommerce #review_form #respond p .comment-form-comment,
.woocommerce-page #review_form #respond p.comment-form-comment {
    margin-top: -30px
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
    height: 140px
}

.woocommerce p.stars {
    display: inline-block
}

.woocommerce-noreviews {
    margin-bottom: 9px
}

.single_add_to_cart_button.button {
    height: 50px
}

.product_socials_wrapper {
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center;
    padding: 40px 0 23px
}

.product_socials_wrapper_inner {
    margin-top: -20px
}

.product_socials_wrapper .social_media {
    display: inline-block;
    font-size: 24px;
    margin: 0 15px 15px
}

.share-product-text {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    opacity: 0
}

.product_socials_wrapper.show-share-text-on-mobiles .product_socials_wrapper_inner {
    margin-top: 15px
}

.product_socials_wrapper.show-share-text-on-mobiles .share-product-text {
    opacity: 1
}

.product_meta {
    font-size: 0.8125em;
    line-height: 1.8461em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 22px 30px 22px
}

.product_meta .sku,
.product_meta a,
.product_meta_separator {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: color 0.3s;
    -webkit-transition: color 0.3s
}

.product_meta>span {
    margin-right: 23px
}

.product_meta>span:last-child {
    margin-right: 0
}

.single_product_summary_related h2,
.single_product_summary_upsell h2 {
    text-align: center
}

.single_product_summary_related h2:after,
.single_product_summary_upsell h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 22px auto 15px
}

.product_infos .group_table tr td {
    font-size: 1rem;
    padding-bottom: 13px;
    padding-top: 13px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle
}

.product_infos .group_table tr:first-child td {
    padding-top: 5px
}

.product_infos .group_table tr:last-child td {
    border-bottom: none
}

.product_infos .group_table tr td:first-child {
    width: 78px
}

.product_infos .group_table .quantity {
    margin-bottom: 0
}

.product_infos .group_table td.label {
    display: table-cell;
    cursor: default
}

.product_infos .group_table td.label label {
    margin-top: -5px;
    cursor: default
}

.woocommerce .product_infos .group_table td.label .price,
.woocommerce-page .product_infos .group_table td.label .price {
    color: #333
}

.woocommerce .product_infos .group_table td.price,
.woocommerce-page .product_infos .group_table td.price {
    width: 30%;
    display: none
}

.product_infos .group_table label a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    white-space: normal;
    text-transform: capitalize
}

.product_infos .group_table del .amount {
    margin-right: 5px
}

.product_navigation #nav-below {
    margin: 0
}

.product-nav-previous,
.product-nav-next {
    display: inline-block;
    line-height: 1em
}

.product-nav-previous a,
.product-nav-next a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    background: #b6b6b6;
    border-radius: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s
}

.product-nav-previous a:hover,
.product-nav-next a:hover {
    background: #000
}

.product-nav-previous .fa,
.product-nav-next .fa {
    color: #fff;
    font-size: 18px;
    line-height: 1
}

.product-nav-previous .fa {
    position: relative;
    left: -1px
}

.product-nav-next .fa {
    position: relative;
    left: 2px
}

.cart_form {
    margin-bottom: 0px
}

.cart_form .custom_border:after {
    display: none
}

.woocommerce .cart_form .cart-collaterals,
.woocommerce-page .cart_form .cart-collaterals {
    padding-bottom: 50px
}

.cart_left_wrapper {
    padding-right: 0px;
    margin-bottom: 30px
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    border: none;
    margin: 12px 0 0 0;
    border-radius: 0px
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    line-height: 1.8em;
    padding: 17px 0;
    font-size: 16px
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 40px 30px 40px 0
}

.woocommerce table.shop_table.cart td,
.woocommerce-page table.shop_table.cart td {
    padding: 25px 30px 25px 0
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
    width: 120px;
    padding-right: 20px;
    min-width: 120px;
    display: none
}

.woocommerce table.cart .product-thumbnail img,
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img {
    width: 100%;
    height: auto
}

.woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name {
    width: 190px;
    min-width: 100px;
    padding-right: 20px
}

.woocommerce table.cart .product-quantity,
.woocommerce #content table.cart .product-quantity {
    padding-right: 20px
}

.woocommerce table.cart .product-name a,
.woocommerce #content table.cart .product-name a {
    display: block;
    font-size: 1rem;
    line-height: 1.3125em;
    color: inherit;
    font-weight: 700
}

.woocommerce table.cart .product-price,
.woocommerce #content table.cart .product-price {
    font-size: 1rem;
    padding-right: 20px;
    display: none
}

.product-price-thead,
.product-name-thead {
    display: none
}

.woocommerce table.cart .product-subtotal,
.woocommerce #content table.cart .product-subtotal,
.woocommerce-page table.cart .product-subtotal,
.woocommerce-page #content table.cart .product-subtotal {
    font-weight: 700;
    padding-right: 20px;
    font-size: 1.125rem
}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
    width: auto
}

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
    min-width: 0
}

.woocommerce table.cart td.product-remove {
    text-align: right;
    width: 10px;
    max-width: 14px;
    padding: 0
}

.woocommerce-cart #content .quantity .plus,
.woocommerce-cart #content .quantity .minus {
    display: none
}

.woocommerce-cart.woocommerce-page #content .quantity input.qty {
    font-size: 1rem;
    width: 50px;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.cart_container {
    margin-bottom: 0px
}

.cart_right_wrapper {
    margin: 0 -30px
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%;
    padding: 30px 30px 40px
}

.cart-collaterals {
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
    border-top: 0;
    padding: 10px 0
}

.woocommerce table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page table.cart input,
.woocommerce-page #content table.cart input {
    line-height: normal
}

.cart-collaterals table tr th,
.cart-collaterals table tr td {
    padding: 30px 0;
    font-size: 1rem
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 9px 40px 5px 0;
    width: 100px;
    line-height: 1.2rem
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator>p {
    margin-bottom: 0
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: top;
    text-align: left
}

.woocommerce .cart-collaterals .cart_totals tr.shipping td,
.woocommerce .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping th {
    padding-bottom: 35px
}

.woocommerce .cart-collaterals .cart_totals tr.shipping th {
    padding-top: 17px
}

.woocommerce .cart-collaterals .cart_totals tr.order-total td,
.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
    line-height: 1;
    padding-top: 25px;
    padding-bottom: 23px;
    vertical-align: middle
}

.woocommerce .cart-collaterals .cart_totals tr.order-total td strong,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td strong {
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 700;
    vertical-align: top
}

.woocommerce .cart-collaterals .cart-totals-wrapper h2,
.woocommerce-page .cart-collaterals .cart-totals-wrapper h2,
.woocommerce .shipping-calculator-button-wrapper,
.woocommerce-page .shipping-calculator-button-wrapper {
    text-transform: uppercase;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 700
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    padding: 0 0 13px;
    margin: 0 0 25px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.woocommerce-cart .cart-collaterals .cart_totals table td .amount {
    font-weight: bold
}

.shipping-calculator-form {
    padding-top: 15px;
    padding-bottom: 8px
}

.woocommerce-cart .woocommerce .woocommerce-message,
.woocommerce-cart .woocommerce .woocommerce-error {
    margin-bottom: 20px
}

.woocommerce .shipping-calculator-button-wrapper,
.woocommerce-page .shipping-calculator-button-wrapper {
    margin: 0
}

.woocommerce .cart-collaterals .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping-calculator-button {
    display: inline-block;
    margin: 16px 0 0px
}

.shipping-calculator-form .button {
    margin: 5px 0 0 0;
    min-width: 0;
    width: 100%
}

.shipping-calculator-form .button:hover {
    color: #FFF
}

.woocommerce a.button.view:hover {
    color: #FFF
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none
}

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border: none
}

.woocommerce .cart-collaterals .cart_totals .order-total td,
.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce-page .cart-collaterals .cart_totals .order-total td,
.woocommerce-page .cart-collaterals .cart_totals .order-total th {
    border-top-width: 1px;
    border-top-style: solid
}

.woocommerce .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal {
    border-bottom: none
}

.woocommerce .cart-collaterals .cart_totals .shipping td:first-child,
.woocommerce-page .cart-collaterals .cart_totals .shipping td:first-child {
    padding-top: 11px
}

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
    font-size: 14px
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 100%
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    display: inline
}

.woocommerce .cross-sells ul li:nth-child(2n),
.woocommerce-page .cross-sells ul li:nth-child(2n) {
    margin-left: 4%
}

.woocommerce .cross-sells ul.products-grid,
.woocommerce-page .cross-sells ul.products-grid {
    margin: 0px -10px 0
}

.woocommerce .cross-sells h2,
.woocommerce-page .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce-page .cart_totals h2 {
    padding: 0 0 21px;
    margin: 0 0 25px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: left;
    font-size: 13px
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p {
    font-size: 0.8125rem
}

.cart-buttons .update_cart,
.cart-buttons .checkout-button {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 21px
}

.woocommerce-page #content .update_and_checkout .update_cart {
    margin-top: 9px;
    margin-bottom: 10px
}

.coupon_code_wrapper {
    text-align: center;
    border-top-width: 2px;
    border-top-style: dashed;
    margin: 0 -30px 65px;
    padding: 36px 30px 0px
}

.coupon_code_wrapper_inner {
    display: inline-block
}

.coupon_code_wrapper_inner:after {
    content: "";
    display: block;
    clear: both
}

.coupon_code_text {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase
}

.coupon_code_wrapper #coupon_code {
    width: 100%;
    height: 48px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    padding: 13px 15px 13px 15px;
    margin: 0 0px 15px 0;
    outline: 0;
    line-height: normal;
    float: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.coupon_code_wrapper .apply_coupon {
    min-width: 0;
    height: 48px
}

.woocommerce #cross-sell-products-carousel.related,
.woocommerce-page #cross-sell-products-carousel.related,
.woocommerce #cross-sell-products-carousel.upsells.products,
.woocommerce-page #cross-sell-products-carousel.upsells.products {
    margin: 0
}

.cart-wishlist-empty-banner {
    margin-top: -20px;
    text-align: center
}

.cart-wishlist-empty-banner img {
    max-width: 120px
}

.cart-wishlist-empty {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.33333em;
    margin-bottom: 0px
}

.cart-empty {
    margin: 18px 0 22px
}

.return-to-shop {
    margin-bottom: 60px
}

.wc-backward {
    font-size: 0.8125em;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.wc-backward a:before,
.wc-backward:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    font-size: 1.1em;
    margin-right: 10px
}

.wishlist-empty-banner.cart-wishlist-empty-banner {
    margin-bottom: 23px
}

ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
    padding: 0 0 30px 90px;
    position: relative
}

ul.cart_list li:last-child,
.woocommerce-page ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-page ul.product_list_widget li:last-child {
    padding-bottom: 0
}

ul.cart_list li.empty,
.woocommerce-page ul.cart_list li.empty,
.woocommerce ul.product_list_widget li.empty,
.woocommerce-page ul.product_list_widget li.empty {
    padding: 0 0 25px 0
}

ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin: 0;
    width: 70px;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-left: -90px
}

.woocommerce-checkout .content-area .thank_you_bank_details h2 {
    margin-top: 28px;
    margin-bottom: 25px;
    font-size: 1.25rem
}

.woocommerce-checkout .content-area .thank_you_bank_details h3 {
    text-align: left;
    font-size: 1.125rem;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    font-weight: bold
}

.checkout_left_wrapper {
    margin-top: 30px;
    margin-bottom: 85px
}

.checkout_right_wrapper {
    margin: 0 -30px -18px
}

.checkout_right_wrapper .custom_border:after {
    display: none
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: auto;
    margin-top: 48px
}

.woocommerce-checkout .col2-set .col-2 {
    margin-top: 62px
}

.woocommerce-order-received .col2-set.addresses {
    float: left;
    width: 66%;
    margin-top: 33px;
    padding: 0 20px
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-1 {
    float: left;
    width: 50%
}

.woocommerce-order-received .col2-set .col-2,
.woocommerce-order-received .col2-set .col-2 {
    float: left;
    width: 50%;
    margin-top: 0
}

.woocommerce-order-received .xlarge-6.xlarge-centered>header.title {
    float: left;
    padding: 0 20px 0 90px;
    margin-top: 33px
}

.woocommerce-order-received .xlarge-6.xlarge-centered>address {
    float: left;
    width: 66%;
    padding: 0 20px 0 90px
}

.woocommerce-view-order .shop_table.customer_details {
    margin: 25px 0 10px 0;
    float: left;
    width: 33%
}

.woocommerce-view-order .col2-set.addresses {
    float: left;
    width: 66%;
    margin-top: 25px;
    padding: 0 20px
}

.woocommerce-view-order .col2-set .col-1,
.woocommerce-view-order .col2-set .col-1,
.woocommerce-order-received .col2-set .col-1 {
    float: left;
    width: 50%;
    padding: 0 20px 0 70px
}

.woocommerce-view-order .col2-set .col-2,
.woocommerce-view-order .col2-set .col-2,
.woocommerce-order-received .col2-set .col-2 {
    float: left;
    width: 50%;
    margin-top: 0;
    padding: 0 20px 0 62px
}

.woocommerce-view-order .xxlarge-6>header.title {
    float: left;
    padding: 0 20px 0 90px;
    margin-top: 25px
}

.woocommerce-view-order .xxlarge-6>address {
    float: left;
    width: 66%;
    padding: 0 20px 0 90px
}

.woocommerce-checkout .content-area h3 {
    font-size: 1.3125rem;
    margin: 0px 20px 13px 0
}

.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
    margin-bottom: 12px
}

#ship-to-different-address {
    margin-bottom: 38px
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    width: 48%
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0.5rem;
    height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 0 #fff inset, 0 0 0 transparent;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
    white-space: nowrap;
    line-height: 38px;
    font-size: 1rem
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
    background-position: 0px 10px
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 8px
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 8px
}

#order_comments_field textarea {
    min-height: 100px;
    height: 100px
}

.woocommerce #payment,
.woocommerce-page #payment {
    background: none
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: none;
    border: none;
    box-shadow: none
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none
}

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    display: none;
    box-shadow: none
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    border: 0;
    padding-left: 0;
    padding-right: 0
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    margin: 7px 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 3px
}

.woocommerce #payment ul.payment_methods li:last-child,
.woocommerce-page #payment ul.payment_methods li:last-child {
    border-bottom: 0
}

.payment_methods input[type="radio"]+label.check_label_radio {
    font-size: 1.125rem;
    margin: 1px 0 12px;
    text-transform: capitalize
}

.payment_methods .payment_method_bacs .check_label_radio:before,
.payment_methods .payment_method_cheque .check_label_radio:before {
    top: 8px
}

#shipping_method .check_label_radio:before,
#shipping_method .check_label_radio:before {
    top: 1px
}

.payment_methods .payment_method_paypal .check_label_radio:before {
    top: 21px
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    font-size: 0.8125em;
    line-height: 1.538em;
    padding: 0;
    margin: 0;
    width: 100%
}

.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p {
    font-size: 14px;
    line-height: 1.4285em;
    padding: 0 0 18px 25px;
    margin: 0px 0 13px;
    text-shadow: none
}

.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
    margin: -2px 10px 0 6px
}

.woocommerce #payment .payment_method_paypal .about_paypal,
.woocommerce-page #payment .payment_method_paypal .about_paypal {
    display: inline-block;
    float: none
}

.woocommerce #payment div.form-row.place-order,
.woocommerce-page #payment div.form-row.place-order {
    padding: 19px 0 5px;
    border: medium none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    margin-top: 17px;
    margin-bottom: 25px
}

.woocommerce-page #payment .terms label {
    font-size: 14px;
    text-transform: none;
    font-weight: normal
}

.woocommerce-page #payment .terms label a {
    font-weight: 700;
    text-transform: capitalize
}

.order_review_wrapper {
    padding: 25px 30px 32px;
    margin-top: -25px
}

.woocommerce form .form-row.create-account,
.woocommerce-page form .form-row.create-account {
    padding: 15px 0
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 35px
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table td {
    line-height: 1.35;
    padding: 20px 0 19px 0
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border: none
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 7px;
    vertical-align: top;
    border: none
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td:first-child {
    padding-top: 17px;
    padding-right: 15px;
    line-height: 24px
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
    padding-top: 20px
}

.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total .amount {
    font-size: 1.875rem;
    font-weight: 700
}

.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total .includes_tax .amount {
    font-size: 100%;
    font-weight: normal
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 60%;
    padding-left: 30px
}

.woocommerce .order_review_wrapper table.shop_table .product-name {
    font-weight: 700
}

.woocommerce .order_review_wrapper table.shop_table .product-name .product-quantity {
    font-weight: normal
}

.woocommerce .order_review_wrapper table.shop_table tfoot tr:first-child td,
.woocommerce-page .order_review_wrapper table.shop_table tfoot tr:first-child td,
.woocommerce .order_review_wrapper table.shop_table tfoot tr:first-child th,
.woocommerce-page .order_review_wrapper table.shop_table tfoot tr:first-child th {
    border-top: 1px solid #ddd
}

.woocommerce .order_review_wrapper table.shop_table tfoot td,
.woocommerce .order_review_wrapper table.shop_table tfoot th,
.woocommerce-page .order_review_wrapper table.shop_table tfoot td,
.woocommerce-page .order_review_wrapper table.shop_table tfoot th {
    border-top: none;
    font-weight: bold;
    padding: 8px 0;
    font-size: 1rem
}

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
    padding: 0px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    float: none;
    padding-top: 22px;
    padding-bottom: 21px
}

.woocommerce-order-received .shop_table.order_details {
    margin: 21px 0 70px 0
}

.woocommerce-order-received h2 {
    font-size: 1.25rem
}

.woocommerce-order-received.woocommerce-checkout header h3 {
    margin-bottom: 25px;
    font-size: 0.8125rem
}

.woocommerce-order-received .woocommerce table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-page table.shop_table tfoot th {
    font-weight: bold
}

.thank_you_header_text {
    margin: 10px -500px 0;
    padding: 20px 500px 17px;
    background: #8cbd8c;
    position: relative
}

.thank_you_header p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff
}

.thank_you_header p:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.thank_you_header_text:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    z-index: 100
}

.thank_you_header_text:after {
    position: absolute;
    bottom: 0px;
    left: 0
}

.order_details_container {
    background: #f5f5f5;
    margin: 0 -500px;
    padding: 0 500px
}

.thank_you_header .order_details {
    text-align: left;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 7px;
    display: block
}

.thank_you_header .order_details li {
    width: 40%;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    border: none
}

.thank_you_header .order_details li.method {
    margin-right: 0
}

.woocommerce .thank_you_header .order_details li .title,
.woocommerce-page .thank_you_header .order_details li .title {
    font-size: 0.8125rem;
    font-weight: 700;
    display: block;
    margin-bottom: 6px
}

.woocommerce .thank_you_header .order_details li strong,
.woocommerce-page .thank_you_header .order_details li strong {
    font-size: 1.125rem;
    font-weight: normal
}

.woocommerce-checkout .order_details.bacs_details li.total,
.thank_you_header .order_details li.total {
    clear: left
}

.thank_you_header .order_details li.order,
.thank_you_header .order_details li.total {
    width: 40%
}

.thank_you_header .order_details li.date,
.thank_you_header .order_details li.method {
    margin-right: 0;
    padding-right: 0;
    width: 60%
}

.thank_you_bank_details {
    margin-bottom: 46px;
    margin-top: 50px;
    font-size: 1rem
}

.thank_you_bank_details p {
    font-size: 1rem
}

.order_details.bacs_details {
    margin-bottom: 0
}

.order_details.bacs_details li {
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 24px;
    clear: left;
    border: none;
    font-weight: bold
}

.order_details.bacs_details li strong {
    font-weight: normal;
    font-size: 1rem;
    display: block;
    margin-top: 5px
}

.woocommerce-checkout .content-area .billing_shipping_address_title {
    margin-top: 22px
}

.woocommerce-checkout .shipping_billing_wrapper .columns:last-of-type {
    margin-top: 15px
}

.yith-wcwl-add-to-wishlist {
    margin: 0
}

#yith-wcwl-popup-message {
    display: none
}

.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 2px 0 2px 22px;
    cursor: pointer
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    cursor: default
}

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
    text-transform: none;
    font-weight: normal
}

.product_infos .yith-wcwl-wishlistexistsbrowse.show a {
    margin-left: 8px
}

.add_to_wishlist:before,
.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
    font-size: 16px;
    width: 18px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.product_infos .add_to_wishlist:before,
.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before {
    position: absolute;
    left: 0;
    top: 1px
}

.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
    line-height: 18px
}

.add_to_wishlist:before {
    content: "\f08a";
    line-height: 18px
}

.products .yith-wcwl-add-to-wishlist {
    height: 0;
    overflow: hidden
}

.products li a.add_to_wishlist,
.products .yith-wcwl-add-button,
.products .yith-wcwl-wishlistexistsbrowse,
.products .yith-wcwl-wishlistaddedbrowse {
    font-size: 0;
    line-height: 0;
    padding: 0;
    position: static
}

.products .add_to_wishlist:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
    position: absolute;
    bottom: -36px;
    right: 0
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    font-size: 10px;
    margin: 0 0 6px;
    top: 2px
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px
}

.products .add_to_wishlist:before {
    transition: color 0.3s;
    -webkit-transition: color 0.3s
}

.yith-wcwl-add-button:after {
    content: '';
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: opacity 0.3s, width 3s ease 30s, height 0s ease 30s;
    -webkit-transition: opacity 0.3s, width 0s ease 30s, height 0s ease 30s
}

.products .yith-wcwl-add-button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px
}

.yith-wcwl-add-button.show_overlay:after {
    opacity: 1;
    transition: opacity 0.3s, width 0s ease 0s, height 0s ease 0s;
    -webkit-transition: opacity 0.3s, width 0s ease 0s, height 0s ease 0s
}

.product_infos .yith-wcwl-add-button.show_overlay:after {
    width: 48px;
    height: 10px
}

.products .yith-wcwl-add-button.show_overlay:after {
    position: absolute;
    width: 100%;
    height: 100.1%
}

.products .yith-wcwl-add-button.show_overlay.hide:after {
    width: 0px;
    height: 0px;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.out_of_stock_button_wrapper .button,
.out_of_stock_button_wrapper .button:hover {
    background: #ddd;
    cursor: default;
    box-shadow: none
}

.product_list_widget .wishlist-in-stock {
    color: #fff;
    border: 2px solid #fff;
    padding: 2px 9px
}

.product_list_widget .wishlist-out-of-stock {
    color: #98a1c0;
    border: 2px solid #98a1c0
}

#yith-wcwl-form {
    width: 100%;
    margin: 0 auto
}

.woocommerce-wishlist h1.page-title:after {
    display: none
}

.wishlist-title {
    display: none
}

.wishlist_table thead {
    display: none
}

.wishlist_table tr td,
.wishlist_table tr th {
    text-align: left;
    padding-left: 0
}

.woocommerce #content .shop_table.cart.wishlist_table td,
.woocommerce .shop_table.cart.wishlist_table td {
    padding-top: 30px;
    padding-bottom: 30px
}

.woocommerce #content .shop_table.cart.wishlist_table tr:first-child td,
.woocommerce .shop_table.cart.wishlist_table tr:first-child td {
    border-top: none
}

.woocommerce table.cart.wishlist_table td.product-remove {
    width: 25px;
    min-width: 25px;
    max-width: none;
    text-align: left
}

.woocommerce #content table.cart.wishlist_table a.remove,
.woocommerce table.cart.wishlist_table a.remove,
.woocommerce-page #content table.cart.wishlist_table a.remove,
.woocommerce-page table.cart.wishlist_table a.remove {
    font-size: 0;
    float: none;
    width: auto;
    height: 18px;
    line-height: 18px;
    position: relative;
    top: 1px
}

.wishlist_table .remove:before {
    content: "\f00d";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce-page table.cart.wishlist_table .product-name,
.woocommerce-page #content table.cart.wishlist_table .product-name {
    vertical-align: middle;
    padding-right: 15px;
    width: auto
}

.woocommerce-page table.cart.wishlist_table .product-name a,
.woocommerce-page #content table.cart.wishlist_table .product-name a {
    margin-top: 0
}

.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal,
.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
    text-align: left
}

.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal {
    width: 80px
}

.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
    display: none;
    padding-left: 30px
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.wishlist-in-stock,
.wishlist-out-of-stock {
    font-size: 0.6875em;
    padding: 3px 5px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #000;
    border: 2px solid
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: #b3b3b3;
    border: 2px solid
}

.woocommerce table.cart.wishlist_table .product-price,
.woocommerce #content table.cart.wishlist_table .product-price {
    display: table-cell;
    font-weight: 700;
    padding-right: 15px
}

.woocommerce-page table.cart.wishlist_table .product-add-to-cart,
.woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
    width: 48px;
    padding-right: 0
}

.wishlist_table .button {
    min-width: 157px
}

.product-add-to-cart .button,
.woocommerce .product-add-to-cart a.alt.button {
    font-size: 0;
    width: 48px;
    height: 48px;
    padding-right: 24px;
    padding-left: 24px;
    min-width: 0;
    position: relative;
    top: -2px
}

.product-add-to-cart .button:before,
.woocommerce .product-add-to-cart a.alt.button:before {
    content: "\f07a";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 15px;
    left: 15px
}

.woocommerce .wishlist_table a.button.loading:after {
    position: absolute;
    top: 17px;
    right: 10px
}

.shop_table.wishlist_table .wc-forward.added_to_cart_button {
    display: none
}

.shop_table.wishlist_table .blockUI.blockOverlay {
    background-color: #fff
}

.shop_table.wishlist_table .blockUI.blockOverlay:before {
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    margin: 5px 0;
    width: 51px;
    font-size: 10px
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f005\f005\f005\f005\f005"
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f005\f005\f005\f005\f005";
    color: #a1a1a1
}

.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
    clear: none
}

.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    color: #a1a1a1
}

.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
    font-weight: normal;
    text-transform: uppercase
}

.widget_recent_comments li {
    font-size: 0.875rem
}

.widget_recent_comments li a {
    font-weight: bold;
    font-size: 0.8125rem
}

.widget_shopping_cart ul.cart_list li,
.woocommerce .widget_shopping_cart ul.cart_list li {
    padding: 0;
    padding-left: 0;
    padding-right: 20px;
    margin-bottom: 20px
}

.widget_shopping_cart ul.cart_list li img {
    margin-left: 0;
    margin-right: 18px
}

.widget_shopping_cart ul.cart_list li .quantity,
.widget_shopping_cart ul.cart_list li .quantity .amount {
    font-size: 0.875rem
}

.widget_shopping_cart p.total {
    line-height: 1.5rem
}

.widget_shopping_cart p.total .amount {
    font-size: 1.5rem
}

.widget_shopping_cart ul.cart_list li a.remove,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove {
    top: 0;
    right: 0;
    left: auto
}

.widget_shopping_cart .buttons .button {
    color: #FFF;
    font-size: 0.875rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.widget_shopping_cart .buttons .button:hover {
    color: #FFF;
    opacity: .8
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info {
    text-shadow: none;
    padding: 16px 27px 16px;
    font-size: 1rem;
    line-height: 1.5em
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    position: relative
}

.woocommerce-wishlist.woocommerce .woocommerce-message,
.woocommerce-wishlist.woocommerce-page .woocommerce-message,
.single-product.woocommerce .woocommerce-message,
.single-product.woocommerce-page .woocommerce-message {
    padding: 16px 27px 16px 27px;
    margin: 0 -30px
}

.single-product.woocommerce .woocommerce-erron,
.single-product.woocommerce-page .woocommerce-error {
    padding: 16px 27px;
    margin: 0 -30px
}

.myaccount_user .woocommerce-message {
    margin-bottom: 20px
}

.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    color: #8fae1b;
    background: none;
    border: 3px solid #b7cb6d
}

.woocommerce-info,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    color: #498bbe;
    background: none;
    border: 3px solid #6da2cb
}

.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
    color: #d16d72;
    background: none;
    border: 3px solid #d16d72;
    text-align: left
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
    background: none;
    display: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    box-shadow: none;
    position: absolute;
    top: 23px;
    left: 30px;
    margin-right: 11px;
    margin-top: 0;
    height: auto;
    width: auto;
    padding-top: 0;
    text-shadow: none
}

.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
    color: #8fae1b;
    content: "\f00c"
}

.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    color: #1e85be;
    content: "\f129"
}

.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
    color: #b81c23;
    font-family: 'getbowtied-icons';
    content: "\e607";
    font-size: 17px
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    font-size: 1rem;
    text-transform: capitalize;
    background: none;
    padding: 4px 0 4px;
    border: none;
    border-bottom: 2px solid;
    height: auto;
    min-width: 0;
    margin-left: 30px;
    width: auto;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.woocommerce .woocommerce-message a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus {
    background: none
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message a {
    color: #8fae1b
}

.woocommerce .woocommerce-info .button {
    color: #1e85be
}

.woocommerce .woocommerce-error .button {
    color: #b81c23
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message a:hover {
    opacity: 0.5;
    background: none
}

.wc-forward a:after,
.wc-forward:after {
    display: none
}

.checkout_login {
    margin-top: -22px;
    margin-bottom: 0px
}

.woocommerce .checkout_login label[for="rememberme"].inline,
.woocommerce .checkout_login .lost_password a {
    font-size: 1rem
}

.checkout_login form.login {
    margin: 0;
    padding: 24px 0 14px;
    border: none
}

.woocommerce form.login p:first-child,
.woocommerce-page form.login p:first-child {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: center;
    margin: 0px 0px 14px
}

.woocommerce .checkout_login form.login .form-row-first,
.woocommerce-page .checkout_login form.login .form-row-first,
.woocommerce .checkout_login form.login .form-row-last,
.woocommerce-page .checkout_login form.login .form-row-last,
.checkout_login form.login input[type="submit"] {
    width: 100%
}

.checkout_login form.login input[type="submit"] {
    margin-top: 10px
}

.woocommerce form.login .inline {
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    margin-top: 6px
}

.woocommerce form.login .lost_password {
    margin-top: -63px;
    font-size: 1rem;
    float: right
}

.woocommerce form.login .lost_password a {
    padding-bottom: 4px
}

.woocommerce-checkout .woocommerce>.woocommerce-error {
    margin-bottom: 30px
}

.woocommerce-checkout .woocommerce>.woocommerce-error a {
    color: #d16d72;
    border-bottom: 1px solid
}

.woocommerce-checkout .woocommerce>.woocommerce-message {
    margin-bottom: 7px
}

.woocommerce-checkout .woocommerce-info {
    font-size: 0.9375rem;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0
}

.woocommerce-checkout .checkout_coupon_box .woocommerce-message {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: left
}

.notice-border-container {
    height: 3px;
    width: 100px;
    background: #333;
    margin: 2px auto -1px
}

.woocommerce-checkout .woocommerce-info:before {
    content: "\f150";
    color: #222;
    font-size: 1.0679em;
    position: relative;
    top: 0;
    left: 0
}

.woocommerce-checkout .showcoupon,
.woocommerce-checkout .showlogin {
    font-weight: normal;
    margin-left: 8px;
    margin-top: 10px
}

.woocommerce form.register,
.woocommerce-page form.register {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
    border-top-width: 2px;
    border-top-style: dashed;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-left: none;
    border-right: none;
    padding: 30px;
    margin: 18px -30px 30px;
    border-radius: 0;
    text-align: center
}

.checkout_coupon_inner {
    display: block
}

form.checkout_coupon #coupon_code {
    width: 100%;
    height: 49px;
    display: block;
    margin-bottom: 15px;
    background: none
}

form.checkout_coupon input[type="submit"] {
    min-width: 160px
}

.woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error,
.woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error {
    margin-top: 18px;
    margin-bottom: 45px
}

.woocommerce-checkout.woocommerce form.checkout .woocommerce-error,
.woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error {
    margin-top: 30px;
    margin-bottom: 0px
}

.woocommerce-account .woocommerce-error {
    margin-top: 66px
}

.woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error:before,
.woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error:before,
.woocommerce-checkout.woocommerce form.checkout .woocommerce-error:before,
.woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error:before {
    top: 21px;
    left: 0
}

.woocommerce-checkout .wc-backward {
    color: #B81C23
}

.woocommerce .no-products-info .woocommerce-info,
.woocommerce-page .no-products-info .woocommerce-info {
    background: none;
    color: #222222;
    text-align: center;
    border: none;
    font-size: 1.5rem;
    line-height: 1.3em;
    padding: 0;
    margin: -10px 0 60px
}

.woocommerce .shop-has-sidebar .no-products-info .woocommerce-info,
.woocommerce-page .shop-has-sidebar .no-products-info .woocommerce-info {
    text-align: left
}

.woocommerce .shop-has-sidebar .no-products-info .woocommerce-info:before,
.woocommerce-page .shop-has-sidebar .no-products-info .woocommerce-info:before {
    content: "\f071";
    font-size: 24px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
    top: 1px
}

.notice-border-container {
    overflow: hidden
}

.notice-border-container img {
    max-width: none
}

.woocommerce-tabs [class*="column"]+[class*="column"]:last-child {
    margin-right: -1px
}

#site-top-bar {
    background: #314381;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    max-height: 100px;
    transition: max-height .5s ease;
    display: none
}

#site-top-bar:hover {
    overflow: visible
}

#site-top-bar.hidden {
    max-height: 0
}

#site-top-bar ul,
#site-top-bar ol,
#site-top-bar dl {
    font-size: 1em;
    line-height: 1.8em
}

.site-top-bar-inner {
    margin: 0 auto
}

.site-top-bar-inner:after {
    content: "";
    display: block;
    clear: both
}

.site-language-switcher {
    display: inline-block;
    float: left;
    margin-left: -15px
}

.product_meta .wcml_currency_switcher {
    display: none
}

.language-and-currency {
    float: left
}

.language-and-currency:after {
    content: "";
    display: block;
    clear: both
}

.language-and-currency img {
    display: none
}

#site-top-bar select.topbar-language-switcher,
#site-top-bar select.wcml_currency_switcher {
    opacity: 0
}

.site-top-message {
    padding: .75em 0;
    line-height: 1.8em;
    float: left;
    margin-right: 35px
}

#site-navigation-top-bar {
    float: right;
    font-weight: bold;
    margin-right: -15px
}

#site-navigation-top-bar>ul {
    float: left
}

#menu-top-bar-navigation li {
    margin-left: 10px
}

.site-social-icons-wrapper {
    float: right;
    display: block;
    padding: 8px 0
}

.site-social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
    line-height: 1.8em;
    overflow: auto;
    font-size: 16px
}

.site-social-icons ul li {
    padding: 0;
    margin-left: 20px;
    float: left
}

.site-social-icons ul li:first-child {
    margin-left: 0
}

.site-social-icons ul li a i {
    transition: opacity .2s
}

.site-social-icons ul li a:hover i {
    opacity: .5
}

.site-social-icons ul li span {
    display: none
}

.site-header {
    position: relative;
    transition: all .3s linear;
    padding-top: 10px;
    padding-bottom: 10px
}

.site-header-wrapper {
    position: relative;
    margin: 0 -10px;
    width: 100%
}

.site-header ul,
.site-header ol,
.site-header dl {
    font-size: 1em;
    line-height: 1em
}

.site-header .widget_product_search label,
.site-header .widget_search label,
.site-header .widget_product_search h3,
.site-header .widget_search h3 {
    display: none
}

.site-branding {
    padding: 0;
    text-align: left;
    height: 33px;
    width: 100%;
    max-width: 50%;
    position: relative
}

.site-branding a {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.site-branding img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.site-branding a {
    display: inline-block
}

.site-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase
}

.site-title a {
    color: #000
}

.site-description {
    font-size: 14px;
    font-style: italic;
    margin-top: 0px;
    line-height: 1.8em
}

.sticky-logo {
    display: none;
    max-height: 33px;
    max-width: auto
}

.site-search .widget {
    margin: 0
}

#site-menu {
    margin: 0;
    padding-top: 0;
    font-weight: bold;
    text-transform: uppercase
}

.site-tools {
    text-align: center;
    float: right;
    vertical-align: middle;
    height: 33px;
    line-height: 33px
}

.site-tools.offset {
    margin-right: -8px
}

.site-tools ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.site-tools ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.site-tools ul .wishlist-button,
.site-tools ul .search-button {
    display: none
}

.site-tools ul li:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.tools_button {
    display: block;
    margin-top: -3px
}

.tools_button_icon {
    width: 20px;
    height: 32px;
    display: block;
    float: left;
    text-align: left
}

.tools_button_icon img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.tools_button_icon i {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px
}

.shopping_bag_items_number,
.wishlist_items_number {
    font-size: 13px;
    height: 32px;
    line-height: 34px;
    display: block;
    margin: 0 0 0 22px;
    text-align: left
}

.menu-button-text {
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 11px 10px 0 2px;
    padding: 1px 0 2px 11px;
    border-left: 1px solid #ddd;
    text-transform: uppercase
}

@media only screen and (min-width: 40.063em) {
    .site-header-wrapper {
        position: relative;
        margin: 0 auto
    }
    .site-header {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .site-branding {
        width: auto;
        max-width: none;
        position: relative
    }
    .site-branding a {
        max-width: none;
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none
    }
    .tools_button_icon i {
        margin-top: 8px;
        display: inline-block;
        font-size: 18px
    }
    .menu-button-text {
        float: left;
        font-size: 0.875rem;
        margin: 9px 10px 0 7px;
        padding: 2px 0 2px 12px
    }
    .shopping_bag_items_number,
    .wishlist_items_number {
        margin: 2px 0 0 23px;
        line-height: 36px
    }
}

@media only screen and (min-width: 40.063em) {
    .site-title {
        font-size: 24px
    }
}

@media only screen and (min-width: 63.9375em) {
    #page_wrapper.transparent_header .site-header {
        background: none
    }
    #page_wrapper.transparent_header .top-headers-wrapper {
        position: absolute;
        width: 100%;
        z-index: 8888;
        -webkit-transform: translateZ(0);
        top: 0
    }
    #page_wrapper.sticky_header .top-headers-wrapper {
        position: absolute;
        width: 100%;
        z-index: 8888;
        -webkit-transform: translateZ(0);
        top: 0
    }
    #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
        position: fixed;
        top: 0
    }
    .logged-in.admin-bar #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
        position: fixed;
        top: 32px
    }
    .site-header.sticky {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .site-branding {
        height: auto
    }
    .site-branding img {
        text-align: center;
        height: auto
    }
    .site-tools ul .wishlist-button,
    .site-tools ul .search-button {
        display: inline-block
    }
    .menu-button-text {
        display: none
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .offcanvas_open .top-headers-wrapper {
        position: absolute
    }
}

.ie9 .offcanvas_open .top-headers-wrapper {
    position: absolute
}

.main-navigation {
    text-align: left;
    height: auto;
    line-height: normal
}

.main-navigation.align_left {
    text-align: left
}

.main-navigation.align_center {
    text-align: center
}

.main-navigation.align_right {
    text-align: right
}

.main-navigation>ul {
    vertical-align: middle;
    display: inline
}

.main-navigation.align_right>ul {
    margin-right: -15px
}

.main-navigation ul ul {
    display: none
}

.main-navigation ul li:hover>ul {
    display: block
}

.main-navigation>ul>li.call-to-action {
    margin: -1px 4px 0
}

.main-navigation>ul>li.call-to-action>a {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px
}

.main-navigation>ul>li.menu-item-has-children {
    padding-right: 2px;
    margin-right: 10px
}

.main-navigation ul ul li.menu-item-has-children a {
    margin-right: 40px
}

.main-navigation ul li.menu-item-has-children>a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f105";
    display: block;
    width: 10px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: .9em;
    line-height: 12px;
    text-align: left
}

.main-navigation>ul>li.menu-item-has-children>a:after {
    top: 50%;
    right: 3px;
    content: "\f107";
    margin-top: -9px;
    line-height: 13px;
    height: auto
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.main-navigation ul:after {
    content: "";
    clear: both;
    display: block
}

.main-navigation ul li {
    display: inline-block;
    white-space: nowrap;
    position: relative
}

.main-navigation ul li:hover {
    transition: all 0.3s ease-out
}

.main-navigation>ul>li>a {
    opacity: 1;
    transition: opacity 0.3s
}

.main-navigation>ul>li:hover>a {
    opacity: 0.6
}

.main-navigation ul li a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase
}

@-webkit-keyframes main_nav_anim {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes main_nav_anim {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.main-navigation ul ul {
    background: #fff;
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: -15px;
    min-width: 250px;
    z-index: 99999;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    line-height: 23px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: main_nav_anim;
    animation-name: main_nav_anim
}

.main-navigation ul ul li {
    float: none;
    text-align: left;
    display: block;
    border-top: 0px solid #ccc;
    position: relative;
    z-index: 99999
}

.main-navigation ul ul li:last-child {
    border-bottom: 0px solid #ccc
}

.main-navigation ul ul li a {
    font-size: 0.875rem;
    margin: 3px 30px;
    padding: 0;
    border-bottom: 2px solid transparent;
    text-transform: none;
    font-weight: 500;
    color: #000
}

.main-navigation ul ul li a:hover {
    transition: all 0.3s ease-out;
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.main-navigation ul ul ul {
    position: absolute;
    left: 100%;
    top: -15px
}

.main-navigation ul ul ul li a {
    display: inline-block
}

.main-navigation .mega-menu ul .sub-menu {
    position: static;
    display: block
}

.main-navigation .mega-menu li.menu-item-has-children a:after {
    display: none
}

.main-navigation .mega-menu ul li {
    white-space: normal
}

.main-navigation .mega-menu ul ul {
    box-shadow: 0px 0px 0px transparent;
    font-weight: normal;
    background: none
}

.main-navigation .mega-menu>ul {
    position: absolute;
    margin: 0;
    padding: 20px 0 0 0
}

.main-navigation .mega-menu>ul.with_bg_image {
    padding: 20px 150px 0 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain
}

.main-navigation .mega-menu>ul ul {
    margin: 0;
    padding: 5px 0 20px 0
}

.main-navigation .mega-menu>ul ul ul {
    margin: 0;
    padding: 5px 0 0 0
}

.main-navigation .mega-menu>ul>li {
    display: table-cell;
    width: 250px;
    min-width: 250px
}

.main-navigation .mega-menu>ul>li>a {
    text-transform: uppercase;
    font-weight: bold
}

.main-navigation sup {
    font-weight: 900;
    font-size: 9px
}

.main-navigation .fa {
    font-size: 14px;
    margin-right: 3px
}

.main-navigation sup .fa {
    font-size: 9px;
    margin-left: 3px
}

.st-menu.slide-from-right {
    background: #fff
}

.mobile-navigation {
    padding: 38px 0 36px 0;
    border-bottom: 1px solid #e5e5e5
}

.mobile-navigation ul,
.mobile-navigation li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    font-size: 1em
}

.mobile-navigation ul li {
    text-transform: none;
    display: block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mobile-navigation>ul>li {
    text-transform: uppercase
}

.mobile-navigation .sub-menu {
    display: none;
    position: relative;
    padding: 0 0 10px 30px;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.mobile-navigation .sub-menu.open {
    display: block;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: main_nav_anim;
    animation-name: main_nav_anim;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.mobile-navigation .sub-menu.open li:last-child .sub-menu.open {
    padding-bottom: 20px;
    margin-bottom: -20px
}

.mobile-navigation li:last-child>.sub-menu.open {
    margin-bottom: -20px
}

.mobile-navigation .sub-menu .sub-menu {
    padding: 2px 0 11px 20px
}

.mobile-navigation .sub-menu .sub-menu .sub-menu {
    padding: 0;
    margin: 0
}

.mobile-navigation .menu-item-has-children .more,
.mobile-navigation .menu-item-language .more {
    display: block;
    position: absolute;
    top: 1px;
    right: 22px;
    width: 36px;
    height: 36px;
    margin-top: 0px;
    color: #a3a3a3;
    text-align: center;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "";
    font-size: 0.875rem;
    vertical-align: middle;
    line-height: 32px;
    cursor: pointer
}

.mobile-navigation .menu-item-language .sub-menu .more {
    display: none
}

.mobile-navigation .menu-item-has-children.current a,
.mobile-navigation .menu-item-has-children.current .more {
    color: #585858
}

.mobile-navigation a {
    font-size: .8125em;
    color: #a3a3a3;
    padding: 8px 35px;
    display: inline-block
}

.mobile-navigation.primary-navigation a {
    font-weight: bold
}

.mobile-navigation #menu-hamburger-menu .sub-menu a {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 8px 24px
}

.mobile-navigation a:hover {
    color: #999
}

#menu-hamburger-menu a {
    font-weight: bold
}

.mobile-search {
    position: relative
}

.mobile-search .widget {
    margin-bottom: 0
}

.mobile-search .widget form>div {
    padding-top: 0
}

.mobile-search .widget_search .search-form:after,
.mobile-search .woocommerce-product-search:after {
    display: none
}

.mobile-search .widget_product_search input[type="submit"],
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit,
.mobile-search .mobile_search_submit {
    color: #a3a3a3;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 6px;
    right: 22px
}

.mobile-search .widget_product_search #searchsubmit,
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit {
    font-size: 0
}

.mobile-search .mobile_search_submit {
    font-size: 0.875rem
}

.mobile-search input[type="search"] {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 60px 14px 35px;
    height: auto
}

.mobile-search input[type="search"]::-webkit-input-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1
}

.mobile-search input[type="search"]::-moz-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1
}

.mobile-search input[type="search"]:-ms-input-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1
}

.mobile-search input[type="search"]:-moz-placeholder {
    font-weight: 900;
    color: #a3a3a3;
    text-transform: lowercase;
    opacity: 1
}

.language-and-currency-offcanvas img {
    display: none
}

select.topbar-language-switcher,
select.wcml_currency_switcher {
    font-size: 0.8125rem;
    color: #a3a3a3;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    text-transform: uppercase;
    height: 2.5rem;
    margin: 0 0 15px;
    outline: medium none
}

.language-and-currency-offcanvas .select2-container.topbar-language-switcher,
.language-and-currency-offcanvas .select2-container.wcml_currency_switcher {
    display: block;
    height: auto;
    line-height: normal;
    padding-top: 0px;
    margin: 0 0 12px 0
}

.language-and-currency-offcanvas .select2-container .select2-choice {
    display: inline-block;
    padding-bottom: 7px;
    color: #a3a3a3;
    font-weight: normal
}

.language-and-currency-offcanvas .select2-container:last-of-type {
    margin-bottom: 8px
}

#wpadminbar {
    display: none
}

#wpadminbar .dashicons-portfolio:before {
    content: "\f108";
    top: 2px
}

.row {
    padding: 0 20px;
    max-width: 112.5rem
}

.row .row {
    padding: 0
}

.wpb_text_column {
    float: inherit
}

.st-container {
    overflow-x: hidden
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900
}

h1 {
    font-size: 1.875rem;
    line-height: 1.33333em
}

h2 {
    font-size: 1.6875rem;
    line-height: 1.259259em
}

h3 {
    font-size: 1.4375rem;
    line-height: 1.391304em
}

h4 {
    font-size: 1.125rem;
    line-height: 1.55555em
}

h5 {
    font-size: 1rem;
    line-height: 1.625em
}

h6 {
    font-size: 0.875rem;
    line-height: 1.71428em
}

.single .entry-title {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.13em
}

.entry-title {
    text-align: center
}

.page-title {
    font-size: 1.875em;
    margin: -0.13em 0 15px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 900
}

.page-title:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    margin: 23px auto 21px
}

.page-title.on-shop:after,
.page-title.blog-listing:after,
.page-title.portfolio:after {
    display: none
}

p {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 10px
}

ul li ul,
ul li ol,
ul,
ol,
dl {
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.5;
    list-style-position: outside
}

table {
    table-layout: auto
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: none
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    line-height: 1.8rem
}

table tr td {
    font-size: 1.125rem
}

.clear {
    clear: both
}

.owl-carousel {
    width: auto;
    margin-left: -10px;
    margin-right: -10px
}

.owl-theme .owl-controls {
    margin-top: 0
}

.owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 3px
}

.fr-thumbnail-loading-background,
.fr-loading-background {
    opacity: 1;
    background: #fff
}

.fr-thumbnail-loading-background,
.fr-loading-background,
.yith-wcwl-add-button:after,
.owl-item.loading {
    background-image: url("../images/preloader-white-bg-32.gif");
    background-position: center;
    background-repeat: no-repeat
}

.dropcap {
    float: left;
    font-size: 75px;
    font-weight: 900;
    line-height: 60px;
    padding: 8px 18px 5px 0px
}

.blog .dropcap {
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit
}

input {
    background: none
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    font-size: 0.875rem;
    color: #444;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    height: 2.5rem;
    outline: none;
    font-weight: 900;
    margin: 0
}

#coupon_code {
    color: #444;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.chosen-container .chosen-results li {
    font-size: 1rem;
    color: #444;
    background-color: #fff;
    padding: 11px 12px;
    outline: none;
    font-weight: 900;
    margin: 0
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
#coupon_code:focus,
.chosen-container-single .chosen-single:focus {
    color: #444;
    background-color: #fafafa
}

.comments_section textarea,
.comments_section input[type="text"],
.comments_section input[type="password"],
.comments_section input[type="date"],
.comments_section input[type="datetime"],
.comments_section input[type="datetime-local"],
.comments_section input[type="month"],
.comments_section input[type="week"],
.comments_section input[type="email"],
.comments_section input[type="number"],
.comments_section input[type="search"],
.comments_section input[type="tel"],
.comments_section input[type="time"],
.comments_section input[type="url"] {
    background-color: #fff;
    border-color: #ddd
}

::-webkit-input-placeholder {
    font-weight: normal;
    color: #a1a1a1
}

::-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1;
    opacity: 1
}

:-ms-input-placeholder {
    font-weight: normal;
    color: #a1a1a1
}

input:-moz-placeholder {
    font-weight: normal;
    color: #a1a1a1
}

button,
.button {
    text-transform: uppercase;
    font-size: 13px
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    background: none;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    width: 100%;
    min-width: 220px;
    padding: 1rem 1rem 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.mejs-container button,
.mejs-container .button,
.mejs-container input[type="button"],
.mejs-container input[type="reset"],
.mejs-container input[type="submit"] {
    background-color: transparent;
    padding: 0;
    min-width: 15px;
    width: auto
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff
}

label {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 1px;
    line-height: 2em
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    margin-left: 0;
    margin-right: 0
}

.check_box_radio,
.check_box {
    left: -9999px;
    position: absolute
}

.woocommerce form .form-row label.check_label_radio,
.woocommerce-page form .form-row label.check_label,
.check_label_radio,
.check_label {
    display: inline-block;
    line-height: 1.1em;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 24px;
    position: relative;
    text-indent: 0;
    font-size: 1rem
}

.check_label_radio {
    line-height: 1.3em;
    padding-top: 5px;
    text-transform: uppercase
}

.check_label_radio:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    background-image: url("../images/radio.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 40px;
    background-position: 0 0;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden
}

.check_label {
    font-weight: normal;
    font-size: 0.875rem;
    padding-top: 0px;
    text-transform: none;
    margin: 0 0 15px;
    line-height: 20px
}

.check_label:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    background-image: url("../images/checkbox.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: 0 0
}

.check_box_radio:checked+.check_label_radio:before {
    background-position: 0px -24px
}

.check_box:checked+.check_label:before {
    background-position: 0px -20px
}

.big-select:hover {
    background-color: transparent
}

.big-select:focus {
    outline: none
}

.select2-container,
.big-select,
.select.big-select {
    font-size: 1.5rem;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
    width: auto;
    font-weight: normal;
    opacity: 1;
    width: auto;
    line-height: 1;
    height: 40px
}

select.big-select {
    font-size: 13px;
    font-weight: bold;
    padding: 9px 11px 11px;
    text-transform: uppercase;
    width: 100%;
    max-width: 320px
}

.variations select.big-select {
    font-size: 1.5rem;
    text-transform: none;
    padding: 0 20px 0 0;
    width: auto
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container .select2-choice {
    background: none;
    border: none;
    -webkit-filter: none;
    filter: none;
    font-weight: 900;
    padding: 0;
    padding-right: 26px;
    box-shadow: none;
    height: auto;
    line-height: 1
}

.select2-container .select2-choice>.select2-chosen {
    margin: 0
}

.select2-container .select2-choice .select2-arrow {
    background: none;
    background-image: none;
    -webkit-filter: none;
    filter: none;
    border: none;
    border-radius: 0;
    font-size: 0.692em;
    line-height: 1em;
    box-shadow: none
}

.select2-container .select2-choice .select2-arrow:before {
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.select2-search {
    padding-top: 5px
}

.select2-search input {
    padding: 6px 8px 7px
}

.select2-results {
    font-size: 14px;
    margin: 0;
    padding: 5px 0
}

.select2-drop {
    min-width: 250px;
    border: none;
    margin-top: 9px;
    margin-left: -15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0
}

.select2-drop.select2-drop-above {
    margin-bottom: 6px
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.select2-results .select2-result-label {
    padding: 3px 16px 4px
}

.select2-offscreen,
.select2-offscreen:focus {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 26px;
    left: 0;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.woocommerce-ordering select.big-select {
    max-width: none;
    padding: 12px 0px 12px 0;
    height: 40px
}

.catalog-ordering .big-select,
.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase
}

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
    margin-right: 23px
}

.catalog-ordering .select2-container {
    padding-top: 12px;
    line-height: 40px;
    height: 40px
}

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
    height: 43px;
    line-height: 43px;
    padding-top: 15px
}

.catalog-ordering .select2-container .select2-choice {
    font-weight: bold
}

.catalog-ordering .select2-container .select2-choice .select2-arrow {
    font-size: 18px;
    line-height: 24px
}

.select2-container.topbar-language-switcher .select2-choice .select2-arrow,
.select2-container.wcml_currency_switcher .select2-choice .select2-arrow {
    font-size: 13px;
    line-height: 1em
}

.catalog-ordering .select2-container .select2-choice .select2-arrow:before {
    display: block;
    line-height: 13px
}

.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
    margin-top: 1px
}

.variations .select2-container {
    padding-top: 9px
}

.variations .select2-container .select2-choice>.select2-chosen {
    line-height: 20px
}

.variations .select2-container .select2-choice .select2-arrow:before {
    line-height: 23px
}

.cart-collaterals select {
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold
}

.select2-search input.select2-active {
    background: none
}

.select2-container.select2-container-disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background: none;
    border: none
}

.country_select.select2-container,
.state_select.select2-container {
    display: block;
    border-style: solid;
    border-width: 1px;
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    height: auto
}

.country_select.select2-container .select2-choice>.select2-chosen,
.state_select.select2-container .select2-choice>.select2-chosen {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 20px;
    color: #444;
    padding: 0.5rem;
    height: 38px
}

.woocommerce-account .select2-drop,
.woocommerce-checkout .select2-drop {
    margin: 0px
}

.woocommerce-account .select2-drop.select2-drop-above,
.woocommerce-checkout .select2-drop.select2-drop-above {
    margin-top: -36px
}

.country_select.select2-container .select2-choice .select2-arrow,
.state_select.select2-container .select2-choice .select2-arrow {
    color: #444;
    top: 11px
}

.woocommerce-checkout-review-order-table th {
    font-weight: bold
}

.site-footer-widget-area {
    display: none;
    margin-top: -2px;
    margin-bottom: 40px
}

.site-footer-widget-area>.row {
    border-bottom: 1px solid #ddd
}

.trigger-footer-widget-area {
    text-align: center;
    margin: -55px 30px 40px;
    border-bottom: 1px solid #ddd
}

#site-footer .copyright_text {
    margin-top: -5px;
    margin-bottom: 26px
}

#site-footer .copyright_text a {
    display: inline-block;
    line-height: 1.1;
    border-bottom: 1px solid
}

.trigger-footer-widget-icon {
    display: inline-block;
    padding: 9px 20px;
    margin-bottom: 1px
}

.trigger-footer-widget-icon:before {
    content: "\f141";
    display: inline-block;
    font-size: 24px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.trigger-footer-widget-icon:hover {
    cursor: pointer
}

.trigger-footer-widget-icon.active:hover {
    cursor: default
}

#site-footer .widget li:last-child {
    padding-bottom: 0
}

#site-footer .button.checkout.wc-forward {
    margin-bottom: 0
}

.footer_socials_wrapper {
    text-align: center;
    margin-bottom: 21px;
    margin-left: 0
}

.footer_socials_wrapper li {
    display: inline-block;
    font-size: 24px;
    margin: 0 15px 15px
}

.footer-navigation-wrapper {
    text-align: center
}

.footer-navigation-wrapper ul {
    list-style: none;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    margin-bottom: 19px;
    margin-top: -2px;
    margin-left: 0
}

.footer-navigation-wrapper ul:after {
    content: "";
    display: block;
    clear: both
}

.footer-navigation-wrapper ul li {
    display: block;
    margin: 0px 0px 15px 0
}

.footer-navigation-wrapper ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.footer-navigation-wrapper ul li a {
    font-size: 15px;
    line-height: 1
}

.cd-top {
    position: fixed;
    height: 46px;
    width: 46px;
    right: 30px;
    bottom: 0;
    border: solid 2px #ec7a5c;
    border-radius: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #fff url(../images/back_to_top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 999
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: .2;
    bottom: 30px
}

.cd-top:hover {
    background: #fff url(../images/back_to_top.svg) no-repeat center 50%;
    opacity: 1
}

.search-results {
    padding-bottom: 90px
}

.search-results .page-header {
    margin-bottom: 96px
}

.search-results-title .page-title {
    display: block;
    text-align: center;
    margin-top: 2px
}

.search-results-title.page-title:after,
.search-results-title .page-title:after {
    display: none
}

.search_result_item {
    padding-bottom: 21px;
    margin-bottom: 33px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.search_result_item:last-of-type {
    border-bottom: none
}

.search_result_item .entry-title-archive {
    margin-bottom: 13px
}

.search-results #nav-below.paging-navigation {
    padding-left: 0;
    padding-right: 0
}

.top-page-excerpt,
.top-page-excerpt p {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 58px
}

.content-area {
    position: relative
}

#page_wrapper.transparent_header .page-title-hidden .content-area,
#page_wrapper.transparent_header .content-area.blog-single,
#page_wrapper.transparent_header .content-area.shop-page {
    margin: 0
}

.entry-content:after {
    content: '';
    display: block;
    clear: both
}

.entry-header-page {
    margin-bottom: 45px
}

.edit-link {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 900
}

.post_meta_archive,
.post_meta {
    font-size: 0.825rem;
    line-height: 1.5em
}

.post_meta {
    text-align: center;
    margin: 0;
    margin-bottom: 80px
}

.post_meta_archive a,
.post_meta a {
    margin-right: 16px;
    margin-left: 4px;
    text-transform: uppercase;
    font-weight: 900
}

.post_meta a {
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
    transition: color 0.3s, border-color 0.3s;
    -webkit-transition: color 0.3s, border-color 0.3s
}

.post_meta a:hover {
    border-bottom: 1px solid transparent
}

.post_meta_archive a:last-child,
.post_meta a:last-child {
    margin-right: 0
}

.post_meta_archive a {
    font-weight: bold
}

.post_meta_archive a[rel^="category"],
.post_meta a[rel^="category"] {
    margin-right: 0
}

.post_meta:before {
    content: "";
    display: block;
    background: none repeat scroll 0 0 #000;
    height: 3px;
    margin: 24px auto 28px;
    width: 100px
}

.entry-meta .post_meta {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 54px
}

.entry-meta .post_meta:before {
    display: none;
    margin-bottom: 31px
}

.post_tags {
    text-align: center
}

.post_tags a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px 13px 4px;
    border-width: 1px;
    border-style: solid;
    border-radius: 13px;
    text-transform: uppercase;
    word-wrap: break-word;
    transition: all .3s;
    -webkit-transition: all .3s
}

.post_tags a:first-child {
    margin-left: 0
}

.post_tags a:hover {
    border: 1px solid;
    color: #fff
}

.blog-isotop-container #filters {
    display: none
}

body.blog .large-12.columns.with-sidebar {
    padding-right: 290px
}

body.archive .large-12.columns.with-sidebar {
    padding-right: 290px
}

.blog-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px
}

.blog-isotope {
    position: relative
}

.blog-isotope .wpb_row,
.blog-isotope .wpb_content_element,
.blog-isotope ul.wpb_thumbnails-fluid>li,
.blog-isotope .last_toggle_el_margin,
.blog-isotope .wpb_button {
    margin-bottom: 0
}

.blog-isotope:after {
    content: "";
    display: block;
    clear: both
}

.blog-post,
.grid-sizer {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.blog-post.hidden {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.blog-post-inner {
    position: relative
}

.page-title-desc,
.page-type {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1.5
}

.entry-title-archive {
    font-size: 1.875rem;
    line-height: 1.1333em;
    margin-bottom: 17px;
    font-weight: 900
}

h1.entry-title-archive {
    margin-top: 0
}

.thumbnail_archive {
    display: block;
    margin-top: 8px;
    transition: color 0.35s;
    -webkit-transition: color 0.35s
}

div.blog-post:first-of-type {
    margin-top: -100px
}

.entry-title-archive a {
    color: #000
}

.taxonomy-description {
    text-align: center
}

.blog-isotop-container {
    padding: 0;
    margin-left: -30px;
    margin-right: -30px
}

.blog-post {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease
}

.blog-post .blog-post-inner {
    padding-bottom: 37px
}

.post_meta_archive,
.entry-title-archive span,
.gallery-title,
.entry-content-archive {
    margin-left: 30px;
    margin-right: 30px
}

.entry-title-archive span {
    display: block
}

.thumbnail_archive_container {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 24px
}

.thumbnail_archive_container:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s
}

.entry-title-archive .thumbnail_archive_container {
    margin-left: 0;
    margin-right: 0
}

.thumbnail_archive img {
    width: calc(100% + 50px);
    max-width: none;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.thumbnail_archive:hover .thumbnail_archive_container:before {
    opacity: 0.6
}

.thumbnail_archive:hover img {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.post_meta_archive {
    text-align: left;
    margin-bottom: 18px
}

.more-link {
    font-weight: bold;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 13px;
    display: block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.more-link:hover {
    opacity: 0.8
}

.blog-isotope .entry-content-archive h1,
.blog-isotope .entry-content-archive h2,
.blog-isotope .entry-content-archive h3,
.blog-isotope .entry-content-archive h4,
.blog-isotope .entry-content-archive h5 {
    font-size: 1rem;
    line-height: 1.625em;
    margin-bottom: 10px
}

.blog-isotope .entry-content-archive h6 {
    display: none
}

.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive p,
.blog-isotope .entry-content-archive ul,
.blog-isotope .entry-content-archive ol,
.blog-isotope .entry-content-archive dl {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 10px
}

.blog-isotope .larger {
    text-align: left
}

.blog-isotope .gallery-caption {
    display: none
}

.entry-content-archive .gallery {
    display: none
}

.blog-post .video-container {
    padding-bottom: 32px;
    margin-top: 23px
}

.blog-post.audio iframe {
    margin-top: 15px
}

.blog-post .wp-caption {
    display: inline-block;
    height: auto
}

.single-post-header.with-thumb {
    margin-top: -85px;
    margin-bottom: 90px;
    position: relative
}

.single-post-header.with-thumb .title {
    padding: 125px 0 55px 0
}

.single-post-header-bkg {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center 0px;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.single-post-header-bkg.loaded {
    opacity: 1
}

.single-post-header-overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.single-post-header.with-thumb .entry-title,
.single-post-header.with-thumb .post_meta,
.single-post-header.with-thumb .post_meta a {
    color: #fff
}

.single-post-header.with-thumb .post_meta a:hover {
    color: #fff
}

.single-post-header.with-thumb .post_meta:before {
    background: #fff
}

.entry-title a {
    color: #000
}

.entry-title a:hover {
    color: #777777
}

.entry-content h6 img {
    margin: 15px 0 20px
}

.entry-thumbnail {
    margin: 0 -30px 22px
}

.blog-single .drop-cap:first-letter {
    float: left;
    font-size: 6.25em;
    margin-right: 0.17em;
    line-height: 80%;
    font-weight: bold
}

.wp-caption {
    position: relative
}

.wp-caption-text,
.blog-isotope .entry-content-archive p.wp-caption-text {
    padding: 15px 0 0;
    margin: 0
}

.wp-caption.alignnone {
    margin-bottom: 20px
}

.wp-caption.alignright,
img.alignright,
.wp-caption.alignleft,
img.alignleft {
    margin-bottom: 10px
}

.wp-caption.alignleft {
    margin-right: 0.9375em
}

.wp-caption.aligncenter {
    margin-bottom: 16px
}

blockquote {
    position: relative
}

blockquote:before {
    content: "\f10d";
    left: -2px;
    top: 4px
}

blockquote p {
    font-size: 1.875rem;
    line-height: 1.333em;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0
}

.nav-next-title:after,
.nav-previous-title:before,
blockquote:before {
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.entry-content ins {
    font-size: 1em;
    background-color: #777777;
    padding: 2px 6px 3px
}

code {
    font-size: 1rem
}

.keystroke,
kbd {
    background-color: #f5f5f5;
    border-color: #dddddd;
    padding: 2px 6px 3px
}

.post_footer_date {
    margin: 80px 0 50px 0
}

.content_hr {
    margin: 50px 0 100px 0;
    border-color: #eee
}

.video-container {
    padding-bottom: 65px;
    margin-top: 25px;
    text-align: center
}

.video-container iframe {
    margin: 0 auto
}

.mejs-container {
    margin: 20px 0
}

.mejs-container .mejs-controls>div:last-of-type {
    position: relative;
    clear: both;
    float: right;
    top: -26px
}

.single-post .with-sidebar .large-9 {
    padding-right: 33px
}

.entry-header.with_featured_img {
    padding: 240px 0 200px 0;
    background-size: cover;
    background-position: 50% 0
}

.entry-header.with_featured_img .page-title {
    margin: 0;
    padding: 0
}

.parallax-container {
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    position: relative;
    margin: -120px 0 73px;
    text-align: left;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: 50% 0
}

.parallax-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2) repeat scroll
}

.parallax-content {
    padding-bottom: 130px
}

.parallax-container .entry-title {
    font-size: 3.125em;
    color: #fff;
    margin: 0;
    padding: 130px 0 39px
}

.parallax-container p {
    font-size: 1.125em;
    line-height: 1.666em
}

.error-404,
.no-results {
    text-align: center;
    margin-top: -30px
}

.error-404 h1.page-title,
.no-results h1.page-title {
    line-height: 1;
    font-weight: 900
}

.error-404 h1.page-title {
    margin-bottom: 23px
}

.no-results h1.page-title {
    margin-top: 100px;
    margin-bottom: 30px
}

.error-404 h1.page-title:after,
.no-results h1.page-title:after {
    display: none
}

.error-banner {
    padding: 5px 0 30px
}

.error-banner img {
    max-width: 120px
}

.error-404 .page-header,
.no-results .page-header {
    margin-bottom: 0
}

.error-404-text {
    margin-bottom: 35px
}

.no-results-text {
    margin-bottom: 42px
}

.no-results-text:before {
    content: "\f071";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.error-404 .search-form,
.no-results .search-form {
    display: block;
    padding-bottom: 47px
}

.error-404 .search-form:after,
.no-results .search-form:after {
    content: "";
    display: block;
    clear: both
}

.error-404 .search-form label,
.no-results .search-form label {
    display: none
}

.error-404 input[type="text"],
.error-404 input[type="search"],
.error-404 input[type="submit"],
.no-results input[type="text"],
.no-results input[type="search"],
.no-results input[type="submit"] {
    float: left;
    height: 50px
}

.error-404 input[type="text"],
.error-404 input[type="search"],
.no-results input[type="text"],
.no-results input[type="search"] {
    margin-bottom: 20px
}

.site-content .list-centered,
.list-centered {
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
    list-style: none
}

.list-centered li {
    display: inline-block
}

.list-centered li a {
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    margin: 0 12px 5px;
    padding: 5px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    transition: color 0.3s, border-color 0.2s;
    -webkit-transition: color 0.3s, border-color 0.3s
}

.list-centered li a:hover {
    border-bottom: 1px solid transparent
}

.entry-content>.post-password-form {
    margin: 300px auto;
    max-width: 1024px;
    width: 100%
}

.post-password-form input {
    margin-bottom: 10px
}

.paging-navigation,
.post-navigation {
    background: #fafafa;
    position: relative;
    height: 70px;
    margin-top: 50px
}

.portfolio_content_nav .post-navigation {
    margin-top: 0
}

.nav-previous {
    margin-left: -30px;
    margin-right: -10px;
    font-size: 0
}

.nav-next {
    margin-left: -9px;
    margin-right: -30px;
    font-size: 0
}

.nav-next a,
.nav-previous a {
    font-size: 0.875em;
    font-weight: 900;
    display: block;
    background: #f5f5f5;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 2
}

.nav-next .nav-next-title,
.nav-previous .nav-previous-title,
.nav-next a span,
.nav-previous a span {
    display: none
}

.nav-previous.disabled {
    background: #d7d7d7
}

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.nav-next a:before,
.nav-previous a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px
}

.paging-navigation:before,
.post-navigation:before,
.nav-previous a:before {
    content: "\f104"
}

.paging-navigation:after,
.post-navigation:after,
.nav-next a:before {
    content: "\f105"
}

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    color: #ccc
}

.paging-navigation:before,
.post-navigation:before {
    left: 25%;
    margin-left: -5px
}

.paging-navigation:after,
.post-navigation:after {
    left: 75%;
    margin-left: -5px
}

.nav-next-title,
.nav-previous-title {
    position: relative
}

.nav-previous-title {
    padding-left: 15px
}

.nav-next-title {
    padding-right: 15px
}

.nav-previous .meta-nav {
    display: inline-block;
    margin-right: 5px
}

.nav-next .meta-nav {
    display: inline-block;
    margin-left: 5px
}

.nav-previous-title:before,
.nav-next-title:after {
    font-size: 8px
}

.nav-previous-title:before {
    content: "\f053";
    left: 0;
    top: 10px
}

.nav-next-title:after {
    content: "\f054";
    right: 0;
    top: 10px
}

#nav-below.paging-navigation {
    text-transform: capitalize;
    margin-bottom: 0px
}

.paging-navigation .fa {
    font-size: 0.380em;
    display: none;
    vertical-align: middle;
    padding-bottom: 3px
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
    display: block
}

.comments_section {
    border-top-width: 1px;
    border-top-style: solid
}

.with-sidebar .comments_section {
    background: none
}

.comment-author {
    margin-bottom: 0px;
    font-weight: 900
}

.comment-metadata {
    margin-top: -5px;
    margin-bottom: 17px
}

.comment-reply {
    display: inline-block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.comment-reply i,
.comment-edit-link i {
    margin-right: 5px
}

.comment-reply-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

#respond {
    margin-top: 20px
}

#commentform p {
    margin: 0;
    padding: 5px 0
}

#commentform .comment-notes {
    padding: 0 0 16px
}

#commentform .form-submit {
    text-align: left;
    margin-top: 10px
}

.comment-edit-link {
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 900;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.comment-edit-link:hover,
.comment-reply:hover {
    opacity: 0.8
}

.comment-list .pingback {
    padding-bottom: 29px;
    margin-bottom: 29px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.comment-list .pingback:last-of-type {
    border-bottom: none
}

.comment-list .pingback .url {
    display: block;
    font-weight: 900;
    line-height: 1.5;
    margin: 5px 0
}

.woocommerce-account .row .entry-content {
    max-width: 1200px;
    margin: 75px auto;
    min-height: 300px
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Poppins;
    font-size: 13px
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%
}

.woocommerce-payment-methods.woocommerce-account .woocommerce-Message--info {
    margin-bottom: 35px
}

.woocommerce-account .woocommerce a.button:hover {
    color: #FFFFFF
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent
}

.woocommerce-cart .entry-content .woocommerce {
    max-width: 1260px;
    position: relative;
    margin: 0 auto
}

.woocommerce-cart .entry-content .woocommerce>form {
    width: 60%;
    float: left;
    margin-bottom: 100px
}

.woocommerce-cart .entry-content .woocommerce form thead {
    display: none
}

.woocommerce-cart .entry-content .woocommerce form table.shop_table tr:first-child td {
    border-top: none
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 35%;
    float: right;
    padding: 0;
    margin-bottom: 100px
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
    padding: 40px
}

.woocommerce table.shop_table.cart td.actions,
.woocommerce-page table.shop_table.cart td.actions {
    padding: 40px 0 0 0
}

.woocommerce-cart .entry-content .woocommerce .actions .button {
    float: right
}

.woocommerce-cart .entry-content .woocommerce .actions #coupon_code {
    padding: 16px;
    min-width: 200px;
    height: 53px;
    font-size: 14px;
    display: block;
    margin-right: 15px
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    padding: 40px 40px 0 40px
}

.woocommerce-cart .cart-collaterals:before,
.woocommerce-cart .cart-collaterals:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px
}

.woocommerce-cart .cart-collaterals:before {
    margin-top: -10px
}

.woocommerce-cart .cart-collaterals:after {
    bottom: -10px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: relative
}

.cart-collaterals .cart_totals .shop_table .order-total .woocommerce-Price-amount {
    font-size: 24px
}

.cart-collaterals .cart_totals .shop_table .order-total .includes_tax .woocommerce-Price-amount {
    font-weight: normal;
    font-size: 14px
}

.filters_button {
    font-size: 1.15em;
    padding: 0 1em 1px 1.3em;
    vertical-align: text-bottom;
    position: relative;
    display: inline-block
}

.shop_header.with_featured_img .shop_header_overlay {
    background: rgba(0, 0, 0, 0.3)
}

.shop_header.with_featured_img .shop_header_bkg {
    background-position: 50% 0px
}

.filters_button:before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f0c9";
    font-size: .75em
}

.product_after_shop_loop {
    height: 33px;
    overflow: hidden;
    margin-top: -0.3em
}

.product_after_shop_loop_switcher {
    height: 66px;
    overflow: hidden;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -moz-transform: rotate(0);
    -webkit-transform: translateZ(0)
}

.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
    transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -webkit-transform: translateY(-33px)
}

.products li.product_added_to_cart .product_after_shop_loop_switcher {
    transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -webkit-transform: translateY(-33px);
    transition: none
}

li.display_buttons .product_after_shop_loop {
    height: 66px;
    overflow: hidden;
    margin-top: -0.3em
}

.products li.display_buttons:not(.catalog_mode):hover .product_after_shop_loop_switcher {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none
}

.products li.display_buttons.product_added_to_cart .product_after_shop_loop_switcher {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transition: none
}

.product_after_shop_loop .price,
.product_after_shop_loop .price ins {
    font-size: 0.875rem;
    line-height: 16px
}

.product_after_shop_loop .price ins {
    background: none;
    padding: 0;
    padding-left: 4px
}

.product_after_shop_loop_price {
    height: 33px;
    overflow: hidden
}

.product_after_shop_loop_buttons {
    height: 33px;
    overflow: hidden
}

.product_thumbnail_wrapper {
    position: relative
}

.product_thumbnail.with_second_image {
    position: relative
}

.product_thumbnail_background {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0ms ease 0.3s
}

.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image .product_thumbnail_background {
    opacity: 1;
    transition: opacity 0ms ease 0s
}

.product_thumbnail.with_second_image.second_image_loaded img {
    opacity: 1;
    transform: translateZ(0) rotate(0);
    -webkit-transform: translateZ(0) rotate(0);
    transition: opacity 300ms ease 0s
}

.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image.second_image_loaded img {
    opacity: 0;
    transition: opacity 300ms ease 0.05s
}

.active_filters {
    margin: 0 0 15px 0
}

.active_filters .widget {
    margin: 0;
    padding: 0
}

#quick_view_container {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
    left: 0;
    top: 0;
    overflow: hidden
}

#placeholder_product_quick_view {
    position: absolute;
    width: 1024px;
    max-height: 80vh;
    min-height: 500px;
    height: auto;
    max-width: calc(100% - 60px);
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

#placeholder_product_quick_view>div {
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
    max-height: 100%;
    overflow: auto
}

#placeholder_product_quick_view #close_quickview {
    position: absolute;
    right: 30px;
    top: 30px;
    background: url("../images/close-quick.svg");
    opacity: 0.1;
    width: 16px;
    height: 16px;
    z-index: 999;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s
}

#placeholder_product_quick_view #close_quickview:hover {
    opacity: .5
}

#quick_view_container .product_images .owl-controls {
    display: block
}

#quick_view_container .product_content_wrapper {
    padding: 0;
    margin: 0
}

#quick_view_container .product_content_wrapper .row {
    padding: 0
}

#quick_view_container .product_content_wrapper .row .large-6 {
    padding: 0
}

#quick_view_container .woocommerce-review-link {
    display: none
}

#quick_view_container .star-rating,
#quick_view_container .star-rating span {
    font-size: 0.625rem
}

#quick_view_container .product_infos {
    padding: 45px 90px 0 90px
}

#quick_view_container .product_infos h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

#quick_view_container .woocommerce-product-rating {
    padding: 0;
    margin: 0
}

#quick_view_container .product_infos h1 {
    margin: 15px 0 15px 0;
    padding: 0
}

#quick_view_container .product_infos .product_price .price {
    margin-bottom: 30px;
    font-size: 1.5rem
}

#quick_view_container .product_infos .single_add_to_cart_button {
    font-size: 0.8125rem;
    min-width: 170px
}

#placeholder_product_quick_view .product_infos .onsale,
#placeholder_product_quick_view .product_infos .out_of_stock {
    display: none
}

#placeholder_product_quick_view .owl-theme .owl-controls .owl-page span {
    border: solid 2px #dedee0;
    background: transparent
}

#placeholder_product_quick_view .owl-theme .owl-controls .owl-page.active span,
#placeholder_product_quick_view .owl-theme .owl-controls.clickable .owl-page:hover span {
    border: solid 2px #dedee0;
    background: #dedee0
}

#placeholder_product_quick_view .product-images-wrapper {
    overflow: hidden
}

#placeholder_product_quick_view .owl-controls {
    position: initial;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-top: -29px
}

#placeholder_product_quick_view .owl-controls .owl-pagination {
    display: inline-block;
    position: relative
}

#placeholder_product_quick_view .owl-controls .owl-buttons .owl-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -43px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent url("../images/original-left.svg") center center no-repeat;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

#placeholder_product_quick_view .owl-controls .owl-buttons .owl-next {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -43px 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: transparent url("../images/original-right.svg") center center no-repeat;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

#placeholder_product_quick_view .owl-controls .owl-buttons .owl-next:hover,
#placeholder_product_quick_view .owl-controls .owl-buttons .owl-prev:hover {
    background-color: #dedee0
}

#placeholder_product_quick_view .cart,
#placeholder_product_quick_view .cart .quantity {
    margin-bottom: 0
}

.woocommerce .button.getbowtied_product_quick_view_button {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 0;
    margin: -40px 0 0 0;
    line-height: 40px;
    background: #FFF;
    z-index: 999;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

ul.products-grid li:hover .button.getbowtied_product_quick_view_button {
    opacity: 1
}

.woocommerce .button.getbowtied_product_quick_view_button:hover {
    background: #FFF
}

.woocommerce .button.getbowtied_product_quick_view_button:before {
    content: "\f06e";
    position: relative;
    top: 0;
    margin-right: 3px
}

article .categories_grid {
    margin-bottom: 0px
}

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

.categories_grid .category_grid_box,
.category_list .category_grid_box {
    overflow: hidden;
    position: relative;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.categories_grid .category_item,
.category_list .category_item {
    display: table;
    width: 100%;
    color: #fff;
    position: relative;
    border-spacing: 0
}

.category_item_bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(100% + 50px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.categories_grid .category_grid_box:hover .category_item_bkg,
.category_list .category_grid_box:hover .category_item_bkg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.categories_grid .category_name,
.category_list .category_name {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.333em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    background: transparent;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2
}

.categories_grid .category_name,
.category_list .category_name {
    font-size: 1.3125rem
}

.categories_grid .category_name:hover,
.category_list .category_name:hover {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.6)
}

.product_image_zoom_button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    overflow: hidden;
    bottom: 0;
    right: 0;
    padding: 17px 0 0 19px;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    transition: all 300ms ease
}

.product_image_zoom_button:hover {
    color: #fff;
    background: #000
}

.product_summary_thumbnails_wrapper {
    display: none
}

.product_infos {
    z-index: 1;
    transition: margin-top .6s;
    -webkit-transition: margin-top .6s
}

.product-image-link {
    display: block
}

.product-image-link:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.product_thumbnails .product_thumbnails_swiper_container {
    width: 100%;
    transition: opacity 300ms ease;
    overflow: hidden;
    max-height: 490px
}

.product_thumbnails .swiper-slide {
    padding-bottom: 20px;
    opacity: .2;
    transition: opacity 300ms ease;
    cursor: pointer;
    height: auto
}

.product_thumbnails .swiper-slide:last-child {
    padding-bottom: 0
}

.product_thumbnails .swiper-slide.active {
    opacity: 1;
    transition: opacity 300ms ease;
    cursor: default
}

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

.product_images .product_thumbnails_swiper_container {
    width: 100%
}

.product_images ul,
.product_images ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.product_images .flex-control-nav {
    bottom: 0px;
    position: relative;
    margin-top: 50px;
    z-index: 100
}

.product_images .flexslider {
    margin: 0;
    overflow: hidden
}

.product_images .flexslider .slides {
    padding: 0;
    transition: height 300ms ease
}

.recently_viewed_in_single h2 {
    font-size: .8em;
    margin: 0 0 15px 0;
    -ms-word-wrap: normal;
    word-wrap: normal
}

.recently_viewed_in_single ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.recently_viewed_in_single li {
    padding: 0;
    margin: 0 0 20px 0
}

.qty {
    display: none;
    float: left;
    text-transform: uppercase;
    font-size: .8em
}

.woocommerce #content div.product p.cart {
    margin-bottom: 19px
}

.product_content_wrapper .product_infos p.stock.out-of-stock {
    display: none
}

.product_content_wrapper .product_infos .woocommerce-variation-availability p.stock.out-of-stock {
    display: block
}

.single-product .button.product_type_external {
    overflow: hidden;
    min-width: 0;
    max-width: 60px;
    color: transparent;
    padding: 0;
    width: 60px;
    text-align: center
}

.single-product .button.product_type_external:before {
    content: "\f08e";
    font: normal normal normal 16px/50px FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    width: 60px;
    text-align: center;
    display: inline-block
}

.wpb_widgetised_column {
    margin-bottom: 150px;
    padding-right: 30px
}

#secondary.wpb_widgetised_column {
    padding-right: 0;
    margin-bottom: 0
}

.wpb_widgetised_column .widget {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px
}

.widget:first-child {
    padding-top: 0
}

.widget:last-child {
    border-bottom: none
}

.wpb_widgetised_column table tr td,
.wpb_widgetised_column .widget_calendar,
.wpb_widgetised_column .widget_calendar caption {
    color: inherit
}

.widget h3,
.wpb_wrapper .widget h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

.widget form>div {
    padding-top: 18px
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    width: 100%;
    min-width: inherit
}

.widget>ul,
.woocommerce .widget_layered_nav>ul,
.widget>form {
    margin: 0
}

.widget:first-child ul,
.widget:first-child form {
    display: block
}

.woocommerce .widget_layered_nav ul li,
.widget ul li {
    margin-bottom: 10px;
    padding-bottom: 0
}

.widget ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child {
    margin-bottom: 0px
}

.widget>ul>li:first-child,
.woocommerce .widget_layered_nav>ul>li:first-child {
    padding-top: 7px
}

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
    border: none
}

.widget.widget_layered_nav,
.widget.widget_layered_nav_filters {
    padding-bottom: 38px
}

.woocommerce .widget_layered_nav ul li.chosen,
.woocommerce-page .widget_layered_nav ul li.chosen,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
    color: #fff
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
    float: none;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0 16px 10px 0
}

.widget_calendar table {
    margin-bottom: 0
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
    margin-top: 2px
}

.widget ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
    text-transform: capitalize;
    line-height: 1.5em
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
    float: none;
    padding: 0
}

.widget_layered_nav_filters .amount {
    color: #fff;
    margin-top: 0;
    margin-left: 3px
}

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
    display: none
}

.textwidget p:last-child {
    margin-bottom: 0
}

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    margin-top: 300px;
    left: 50%
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form,
.submit_icon {
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s
}

.site-search.open .woocommerce-product-search,
.site-search.open .widget_search .search-form {
    margin-top: -25px
}

.site-search.open .woocommerce-product-search,
.site-search.open .widget_search .search-form,
.site-search.open .submit_icon {
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s
}

.site-search .woocommerce-product-search,
.site-search .search-form div {
    padding-top: 0
}

.site-search .widget_search .search-form:after,
.site-search .woocommerce-product-search:after {
    display: none
}

.site-search .widget_product_search .search-field,
.site-search .widget_search .search-field {
    color: #000;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    font-weight: 900;
    padding: 6px 15px;
    height: auto
}

.search-form .search-field::-webkit-input-placeholder {
    opacity: 0
}

.search-form .search-field::-moz-placeholder {
    opacity: 0
}

.search-form .search-field:-ms-input-placeholder {
    opacity: 0
}

.search-form .search-field:-moz-placeholder {
    opacity: 0
}

.widget_product_search .search-field::-webkit-input-placeholder {
    opacity: 0
}

.widget_product_search .search-field::-moz-placeholder {
    opacity: 0
}

.widget_product_search .search-field:-ms-input-placeholder {
    opacity: 0
}

.widget_product_search .search-field:-moz-placeholder {
    opacity: 0
}

.site-search .search-form .search-field::-webkit-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .search-form .search-field::-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .search-form .search-field:-ms-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .search-form .search-field:-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .widget_product_search .search-field::-webkit-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .widget_product_search .search-field::-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .widget_product_search .search-field:-ms-input-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.site-search .widget_product_search .search-field:-moz-placeholder {
    font-weight: 900;
    color: #a1a1a1;
    opacity: 1
}

.widget_product_search .search-field:focus,
.site-search .search-field:focus {
    background: none
}

.woocommerce-product-search {
    position: relative
}

.widget_search .search-form {
    border-width: 1px;
    border-style: solid;
    position: relative
}

.widget_search .search-form:after,
.woocommerce-product-search:after {
    content: "\f002";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget_search .search-form:after,
.woocommerce-product-search:after,
.submit_icon,
.widget_product_search input[type="submit"],
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    color: #000
}

.widget_search .search-field {
    background: #fff;
    border: none
}

.widget_search .search-field:focus {
    background: #fff
}

.site-search .widget_product_search input[type="submit"],
.site-search .widget_product_search .search-submit,
.site-search .widget_search .search-submit,
.submit_icon {
    top: 10px;
    right: 15px;
    padding-top: 0
}

.widget_search input[type="submit"].search-submit {
    width: 40px
}

.submit_icon {
    font-size: 24px
}

.widget_product_search input[type="submit"],
.widget_product_search input[type="submit"]:hover,
.widget_search #searchsubmit,
.widget_search .search-submit,
.widget_search #searchsubmit:hover,
.widget_search .search-submit:hover {
    background: none;
    font-size: 0;
    min-width: 0;
    padding: 0;
    z-index: 4
}

#site-footer .widget_search .search-field {
    border: none
}

#site-footer a,
.widget a,
.woocommerce .widget_layered_nav ul li a,
.social_media {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

#site-footer a:hover,
.widget a:hover,
.social_media:hover {
    opacity: 0.7
}

.widget a.ui-slider-handle:hover,
.widget .tagcloud a:hover,
#site-footer .widget a.ui-slider-handle:hover,
#site-footer .widget .tagcloud a:hover {
    opacity: 1
}

.widget_shopping_cart .buttons a:hover {
    opacity: 1
}

.widget_shopping_cart li.empty {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0
}

.widget_shopping_cart li.empty:before {
    background: url("../images/empty_cart.png") center center no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    margin-top: -20px;
    float: left;
    margin-right: 20px;
    content: " "
}

.widget_shopping_cart p.cart-empty-text {
    padding-left: 0
}

.widget_shopping_cart p.cart-empty-text:before {
    background: url("../images/empty_cart.png") center center no-repeat;
    background-size: 100%;
    width: 80px;
    height: 80px;
    margin-top: -20px;
    float: left;
    margin-right: 20px;
    content: " "
}

.wpb_widgetised_column aside {
    font-weight: normal;
    font-size: 0.8125rem
}

.wpb_widgetised_column aside ul li a {
    font-weight: normal;
    font-size: 0.8125rem
}

.wpb_widgetised_column aside ul li span.count {
    border-color: transparent
}

.wpb_widgetised_column aside ul li a:hover {
    opacity: 1
}

.wpb_widgetised_column aside ul li span.count {
    float: right;
    font-size: 0.6875rem;
    line-height: 1;
    padding: 6px 10px 4px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    min-width: 10px;
    margin-top: -1px;
    border-width: 1px;
    border-style: solid
}

.wpb_widgetised_column .widget a,
.wpb_widgetised_column .widget .count {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.wpb_widgetised_column .widget a:before {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}

.wpb_widgetised_column aside ul li.chosen span.count {
    color: #FFF
}

.woocommerce .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before,
.widget_layered_nav ul li a:before {
    content: " ";
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 2px;
    border-radius: 2px
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav ul li.chosen a:before {
    background: url("../images/filter-check.svg") center center no-repeat;
    content: " ";
    border: 0
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    background: url("../images/filter-delete.svg") center center no-repeat;
    content: " ";
    border: 0;
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 3px;
    border-radius: 2px
}

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.widget_layered_nav ul li.chosen a {
    font-weight: bold
}

.woocommerce .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover:before,
.widget_layered_nav ul li.chosen a:hover:before {
    background: url("../images/filter-delete.svg") center center no-repeat;
    content: " "
}

.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.widget_layered_nav ul li.chosen a:hover {
    opacity: .8
}

.woocommerce .widget_product_categories ul li a:before,
.woocommerce-page .widget_product_categories ul li a:before,
.widget_product_categories ul li a:before {
    content: " ";
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 1px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 2px;
    border-radius: 14px
}

.woocommerce .widget_product_categories ul li.current-cat a,
.woocommerce-page .widget_product_categories ul li.current-cat a,
.widget_product_categories ul li.current-cat a {
    font-weight: bold
}

.woocommerce .widget_product_categories ul li.current-cat a:hover,
.woocommerce-page .widget_product_categories ul li.current-cat a:hover,
.widget_product_categories ul li.current-cat a:hover {
    opacity: .8
}

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before,
.widget_layered_nav_filters ul li a:before {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    display: block;
    float: left;
    margin-top: 3px;
    border-radius: 2px;
    background: url("../images/filter-check.svg") center center no-repeat;
    content: " "
}

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.widget_layered_nav_filters ul li a {
    font-weight: bold
}

.woocommerce .widget_layered_nav_filters ul li>a:hover:before,
.woocommerce-page .widget_layered_nav_filters ul li>a:hover:before,
.widget_layered_nav_filters ul li>a:hover:before {
    background: url("../images/filter-delete.svg") center center no-repeat;
    content: " "
}

.woocommerce .widget_layered_nav_filters ul li>a:hover,
.woocommerce-page .widget_layered_nav_filters ul li>a:hover,
.widget_layered_nav_filters ul li>a:hover {
    opacity: .8
}

.widget_product_categories ul li a:hover~.count,
.widget_layered_nav ul li a:hover~.count {
    background: transparent;
    border-width: 1px;
    border-style: solid
}

.offcanvas_content_left {
    background: #fff;
    padding: 30px;
    min-height: 100%
}

.offcanvas_content_left.wpb_widgetised_column {
    margin-bottom: 0
}

#button_offcanvas_sidebar_left {
    width: 5px;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #button_offcanvas_sidebar_left {
        z-index: 0;
        width: 0
    }
    #button_offcanvas_sidebar_left i {
        left: 0px
    }
}

.ie9 #button_offcanvas_sidebar_left {
    z-index: 0;
    width: 0
}

.ie9 #button_offcanvas_sidebar_left i {
    left: 0px
}

#button_offcanvas_sidebar_left i {
    display: block;
    max-width: 17px;
    position: fixed;
    top: 250px;
    left: 5px;
    padding: 10px 8px 10px 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer
}

.st-menu-open #button_offcanvas_sidebar_left {
    display: none
}

.st-menu.open {
    visibility: visible
}

.offcanvas_content_right li.open-offcanvas {
    display: none
}

.offcanvas_content_right .wpb_widgetised_column {
    padding: 0;
    margin: 50px 0
}

.offcanvas_content_right .wpb_widgetised_column aside {
    padding: 50px 35px
}

.offcanvas_content_right .wpb_widgetised_column aside:first-child {
    padding: 0 35px 50px 35px
}

.offcanvas_content_right .wpb_widgetised_column .widget_product_categories .count {
    display: none
}

.portfolio-container .content-area {
    min-height: 0
}

.portfolio-isotope {
    position: relative
}

.portfolio-isotope:after {
    content: "";
    display: block;
    clear: both
}

.portfolio-box,
.portfolio_related_item {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    padding-bottom: 100%
}

.portfolio-grid-sizer,
.portfolio-box.width2 {
    width: 100%
}

.portfolio-box.width2.height2 {
    width: 100%
}

.portfolio-box.hidden {
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.portfolio-box-inner {
    position: relative;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.portfolio-filters .filters-group.list-centered {
    margin-bottom: 90px
}

.filters-group li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
    margin-bottom: 10px;
    margin: 0 12px 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    transition: color 0.3s, border-color 0.2s;
    -webkit-transition: color 0.3s, border-color 0.3s
}

.filters-group li:hover {
    border-bottom: 1px solid transparent
}

.hover-effect-link {
    display: block;
    overflow: hidden;
    margin: 0;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.hover-effect-link .hover-effect-thumb {
    display: block;
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(100% + 60px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome,
    .hover-effect-link .hover-effect-thumb,
    .thumbnail_archive img {
        width: 110%;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    ::i-block-chrome,
    .hover-effect-content:hover .hover-effect-thumb,
    .thumbnail_archive:hover img {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    ::i-block-chrome,
    .main-navigation ul ul {
        -webkit-animation: none;
        animation: none
    }
}

.hover-effect-content .hover-effect-title,
.hover-effect-content .hover-effect-text {
    margin: 0
}

.hover-effect-content .hover-effect-title,
.wpb_wrapper h2.hover-effect-title {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.2em;
    font-weight: 900;
    position: absolute;
    bottom: 28px;
    left: 0px;
    padding: 40px 40px 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    transition: all .3s;
    -webkit-transition: all .3s
}

.hover-effect-content .hover-effect-text,
.wpb_wrapper .hover-effect-text {
    color: #fff;
    opacity: 0;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 0px 40px 33px;
    text-align: left;
    transition: all .45s;
    -webkit-transition: all .45s
}

.hover-effect-content:hover .hover-effect-thumb {
    opacity: 0.15;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hover-effect-content:hover .hover-effect-text {
    opacity: 1;
    transition-delay: 0.05s
}

.boxed-page .hover-effect-content .hover-effect-title,
.boxed-page .wpb_wrapper h2.hover-effect-title {
    font-size: 1.375rem
}

.boxed-page .wpb_wrapper .portfolio-isotope-container {
    margin: 0
}

.portfolio-single-featured-img {
    height: 760px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.portfolio_single_list_cat {
    display: block;
    text-align: center
}

.portfolio_single_list_cat a {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 900;
    padding-bottom: 10px;
    text-transform: uppercase
}

.portfolio_content_nav .nav-next .nav-next-title,
.portfolio_content_nav .nav-previous .nav-previous-title {
    display: none
}

.portfolio-related-container {
    background: #f5f5f5;
    overflow: hidden
}

.portfolio-related-container:after {
    content: "";
    display: block;
    clear: both
}

.portfolio_related_item {
    position: relative
}

.portfolio_related_item.empty {
    display: none
}

.portfolio_related_item.empty .hover-effect-link {
    background: none;
    cursor: default;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.site-social-icons-shortcode {
    vertical-align: middle;
    clear: both;
    margin: 5px -15px 15px -15px;
    display: block
}

.site-social-icons-shortcode ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 24px
}

.site-social-icons-shortcode ul.left {
    text-align: left
}

.site-social-icons-shortcode ul.center {
    text-align: center
}

.site-social-icons-shortcode ul.right {
    text-align: right
}

.site-social-icons-shortcode:before,
.site-social-icons-shortcode:after,
.site-social-icons-shortcode ul:before,
.site-social-icons-shortcode ul:after {
    content: " ";
    display: table;
    clear: both
}

.site-social-icons-shortcode ul li {
    padding: 5px 15px;
    display: inline-block
}

.site-social-icons-shortcode ul li a {
    color: #222
}

.site-social-icons-shortcode ul li a i {
    transition: opacity .2s
}

.site-social-icons-shortcode ul li a:hover i {
    opacity: .7
}

.site-social-icons-shortcode ul li span {
    display: none
}

.from-the-blog-wrapper {
    margin: 30px 0px 0px 0px
}

.from_the_blog_item {
    padding: 0 15px
}

.from_the_blog_link,
.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a,
.from_the_blog_title {
    color: inherit
}

.from_the_blog_title {
    display: block;
    font-weight: 900;
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.1333em;
    margin: 0 0 15px;
    transition: color 0.35s;
    -webkit-transition: color 0.35s
}

.from-the-blog-wrapper .post_meta_archive {
    text-align: center
}

.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a {
    color: inherit;
    transition: color 0.35s;
    -webkit-transition: color 0.35s
}

.from-the-blog-wrapper .post_meta_archive span {
    opacity: 0.55
}

.from_the_blog_item.gallery {
    margin: 0
}

.from_the_blog_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .35s ease
}

.from_the_blog_link:hover .from_the_blog_overlay {
    opacity: 0.6
}

.from_the_blog_img_container {
    display: block;
    overflow: hidden;
    position: relative;
    height: 245px;
    width: 100%;
    margin-bottom: 22px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000)
}

.from_the_blog_img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    width: calc(100% + 50px);
    max-width: none;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.from_the_blog_link:hover .from_the_blog_img {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -ms-transform: none
}

.grabbing .from_the_blog_item:hover .from_the_blog_img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

.with_thumb_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 50px;
    z-index: 3
}

.no_thumb_icon {
    line-height: 245px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 3
}

.no_thumb_icon:before,
.with_thumb_icon:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 3
}

.with_thumb_icon:before {
    font-size: 18px
}

.no_thumb_icon:before {
    font-size: 78px
}

.from_the_blog_item.standard .with_thumb_icon {
    display: none
}

.no-thumb.standard .no_thumb_icon:before {
    content: "\f15c"
}

.no_thumb.status .no_thumb_icon:before,
.from_the_blog_item.status .with_thumb_icon:before {
    content: "\f075"
}

.no_thumb.link .no_thumb_icon:before,
.from_the_blog_item.link .with_thumb_icon:before {
    content: "\f0c1"
}

.no_thumb.video .no_thumb_icon:before,
.from_the_blog_item.video .with_thumb_icon:before {
    content: "\f16a"
}

.no_thumb.audio .no_thumb_icon:before,
.from_the_blog_item.audio .with_thumb_icon:before {
    content: "\f001"
}

.no_thumb.aside .no_thumb_icon:before,
.from_the_blog_item.aside .with_thumb_icon:before {
    content: "\f15b"
}

.no_thumb.quote .no_thumb_icon:before,
.from_the_blog_item.quote .with_thumb_icon:before {
    content: "\f10d"
}

.no_thumb.image .no_thumb_icon:before,
.from_the_blog_item.image .with_thumb_icon:before {
    content: "\f03e"
}

.no_thumb.gallery .no_thumb_icon:before,
.from_the_blog_item.gallery .with_thumb_icon:before {
    content: "\f00a"
}

.no_thumb .from_the_blog_img {
    line-height: 245px
}

.from_the_blog_noimg {
    background: #f5f5f5;
    height: 245px;
    width: 100%;
    display: block
}

.gallery {
    margin: 0 0 30px 0;
    overflow: hidden
}

.gallery br {
    display: none
}

.gallery br:last-of-type {
    display: block
}

.gallery dl,
.gallery dt {
    margin: 0
}

.gallery .gallery-item {
    width: 50%;
    padding-bottom: 50%;
    overflow: hidden
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-item {
    margin: 0;
    opacity: 1;
    position: relative
}

.gallery-item:before {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.gallery-item:hover {
    cursor: pointer
}

.gallery-icon {
    width: 100.6%;
    min-height: 100.6%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.gallery-item:last-of-type .gallery-icon {
    width: 100%
}

.gallery-icon a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.gallery-icon img {
    border: 0;
    width: 100%;
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    left: 0;
    top: 0
}

.gallery-item .gallery-caption,
.gallery-caption-trigger {
    display: none
}

.shortcode_banner_simple_height {
    cursor: pointer;
    margin-bottom: 30px;
    clear: both;
    position: relative
}

.shortcode_banner_simple_height_inner {
    padding: 15px;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.shortcode_banner_simple_height_inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 3
}

.shortcode_banner_simple_height_inner:hover:before {
    background: rgba(0, 0, 0, 0.3)
}

.shortcode_banner_simple_height_bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 1s ease;
    z-index: 2
}

.shortcode_banner_simple_height:hover .shortcode_banner_simple_height_bkg {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.shortcode_banner_simple_height:hover {
    background-size: 115%
}

.shortcode_banner_simple_height_inside {
    padding: 20px;
    text-align: center;
    border: 2px solid #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 5
}

.shortcode_banner_simple_height_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 999
}

.shortcode_banner_simple_height_inside h3 {
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 1.4375rem;
    line-height: 1.391em
}

.shortcode_banner_simple_height_inside h3 strong {
    font-size: 28px
}

.shortcode_banner_simple_height_inside h3 a {
    text-decoration: underline
}

.shortcode_banner_simple_height_inside h4 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5em
}

.shortcode_banner_simple_height_inside h4 a {
    text-decoration: underline
}

.shortcode_banner_simple_height_sep {
    width: 20%;
    height: 2px;
    background: #fff;
    margin: 5px auto
}

.shortcode_banner_simple_height_bullet {
    width: 180px;
    height: 180px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    display: none;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    right: 30px;
    z-index: 999
}

.shortcode_banner_simple_height_bullet strong {
    font-size: 18px;
    line-height: 1.5em
}

.shortcode_banner_simple_height_bullet span {
    display: table-cell;
    vertical-align: middle;
    padding: 20px
}

.shortcode_icon_box {
    position: relative;
    padding-bottom: 35px;
    cursor: default
}

.shortcode_icon_box.icon_position_top {
    text-align: center
}

.shortcode_icon_box.icon_position_left {
    padding-left: 50px
}

.shortcode_icon_box.icon_position_right {
    padding-right: 73px
}

.icon_box_title {
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 11px
}

.icon_box_content {
    margin-top: 3px;
    margin-bottom: -7px
}

.icon_position_top.icon_style_normal .icon_wrapper {
    margin-bottom: 20px
}

.with_separator .icon_box_title:after {
    content: "";
    display: block;
    width: 50px;
    height: 0px;
    border-bottom: 2px solid;
    margin: 22px 0 19px
}

.with_separator.icon_position_top .icon_box_title:after {
    margin: 22px auto 19px
}

.shortcode_icon_box .icon_wrapper {
    overflow: hidden;
    border-radius: 200px;
    box-sizing: border-box;
    text-align: center
}

.icon_position_top.icon_style_outlined .icon_wrapper,
.icon_position_top.icon_style_bg_color .icon_wrapper {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 33px
}

.shortcode_icon_box.icon_position_left .icon_wrapper {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    position: absolute;
    top: 0px;
    left: 0
}

.shortcode_icon_box.icon_position_right .icon_wrapper {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    position: absolute;
    top: 6px;
    right: 0px
}

.icon_position_right.icon_style_normal .icon_wrapper {
    padding-top: 0
}

.shortcode_icon_box.icon_position_top .icon {
    font-size: 72px;
    line-height: 72px
}

.shortcode_icon_box.icon_position_left .icon {
    font-size: 22px;
    line-height: 22px
}

.shortcode_icon_box.icon_position_left .icon_box_content,
.shortcode_icon_box.icon_position_left .icon_box_title {
    padding-left: 20px
}

.shortcode_icon_box.icon_position_left .icon_box_read_more {
    margin-left: 20px
}

.shortcode_icon_box.icon_position_right .icon {
    font-size: 22px;
    line-height: 22px
}

.shortcode_icon_box.icon_style_normal .icon_wrapper,
.shortcode_icon_box.icon_style_outlined .icon_wrapper {
    background: none
}

.shortcode_icon_box.icon_style_outlined .icon_wrapper {
    border-width: 2px;
    border-style: solid
}

.shortcode_icon_box.icon_position_top.icon_style_bg_color .icon_wrapper,
.shortcode_icon_box.icon_position_top.icon_style_outlined .icon_wrapper {
    margin: 0 auto 32px auto
}

.shortcode_icon_box .icon_box_read_more {
    display: inline-block;
    color: inherit;
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s
}

.shortcode_icon_box .icon_box_read_more:hover {
    border-bottom: 2px solid;
    border-color: inherit
}

.wpb_wrapper .add_to_cart_inline {
    border: none;
    padding: 0 0 35px;
    margin: 0
}

.wpb_wrapper .add_to_cart_inline:after {
    content: "";
    display: block;
    clear: both
}

.wpb_wrapper .add_to_cart_inline .amount {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 18px;
    position: relative
}

.wpb_wrapper .add_to_cart_inline del .amount {
    color: inherit;
    font-size: 1.3125rem;
    display: inline
}

.wpb_wrapper .add_to_cart_inline ins {
    background-color: transparent
}

.wpb_wrapper .add_to_cart_inline .add_to_cart_separator {
    content: "";
    display: block;
    clear: both
}

.wpb_wrapper .product.woocommerce .add_to_cart_button:before,
.wpb_wrapper .product.woocommerce .added_to_cart_button:before {
    display: inline-block;
    margin-right: 6px;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 0px
}

.wpb_wrapper .product.woocommerce .add_to_cart_button:before {
    content: "\f067"
}

.wpb_wrapper .product.woocommerce .added_to_cart_button:before {
    content: "\f00c"
}

.add_to_cart_inline .add_to_cart_button.vc_btn_rounded.loading,
.add_to_cart_inline .add_to_cart_button.vc_btn_square.loading {
    opacity: 0.8
}

.add_to_cart_inline .add_to_cart_button.loading span,
.add_to_cart_inline .add_to_cart_button.loading:before {
    opacity: 0
}

.add_to_cart_inline .add_to_cart_button:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    border-radius: 7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url("../images/preloader-white-bg-32.gif") center no-repeat #fff;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.add_to_cart_inline .add_to_cart_button.loading:after {
    opacity: 1
}

.wpb_wrapper .product.woocommerce .add_to_cart_button.added:first-of-type {
    display: none
}

.wpb_wrapper .product.woocommerce .add_to_cart_button.added:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    right: auto;
    left: auto
}

.shortcode_single_product li {
    width: 100%
}

.wpb_wrapper #products-grid {
    margin-top: 5px
}

.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element,
.full-width-page .wpb_wrapper .portfolio-isotope-container {
    margin-left: -30px;
    margin-right: -30px
}

.full-width-page .boxed-row .wpb_wrapper .gallery,
.full-width-page .boxed-row .wpb_alert.wpb_content_element,
.full-width-page .boxed-row .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .boxed-row .wpb_wrapper #map_container,
.full-width-page .boxed-row .wpb_wrapper .wpb_revslider_element,
.full-width-page .boxed-row .wpb_wrapper .portfolio-isotope-container {
    margin-left: 0px;
    margin-right: 0px
}

.wpb_wrapper .owl-wrapper-outer .gallery {
    margin-left: 0px;
    margin-right: 0px
}

.wpb_tabs.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_tour.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_accordion.wpb_content_element .wpb_alert.wpb_content_element {
    margin-left: 0px;
    margin-right: 0px
}

.wpb_wrapper .wpb_content_element .gallery {
    margin-bottom: -35px
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0
}

.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0
}

.wpb_wrapper .site-social-icons-shortcode ul li a {
    color: inherit
}

.vc_empty-placeholder {
    margin-bottom: 0
}

.vc_row {
    margin-top: 0;
    margin-bottom: 0
}

.vc_row-fluid.parallax {
    background-position: center center;
    background-repeat: no-repeat
}

.full-width-page .row-fluid {
    margin: 0 -15px
}

.full-width-page .row {
    max-width: none;
    background-repeat: no-repeat;
    background-position: center top
}

.full-width-page .boxed-row {
    max-width: 1300px;
    margin: 0 auto
}

.full-width-page .row {
    padding: 0
}

.full-width-page .row .boxed-row .row,
#tab-description .boxed-row .row {
    margin-left: 0;
    margin-right: 0
}

.boxed-row .vc_row-fluid .vc_row-fluid,
#tab-description .boxed-row .vc_row-fluid .vc_row-fluid {
    margin-left: -10px;
    margin-right: -10px
}

.page-title-hidden .content-area {
    padding: 0
}

.adjust_cols_height>div>.column_container {
    background-size: 0;
    min-height: 200px
}

.adjust_cols_height.height_adjusted .column_container {
    background-size: cover
}

.wpb_tabs.wpb_content_element #products-grid {
    margin-top: 0
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: none
}

.wpb_tour.wpb_content_element .wpb_tabs_nav {
    width: 100%
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    display: block;
    float: none;
    background: none;
    padding: 0;
    margin: 0;
    position: relative
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 0
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
    margin-left: 0
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover {
    background: none
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: none
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 14px 0 11px;
    font-weight: 900;
    color: #a1a1a1;
    text-shadow: none;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
    white-space: normal
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
    font-size: 0.8125rem;
    font-weight: bold;
    text-transform: uppercase
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover {
    color: #777
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    color: #000;
    background: none;
    border-bottom: 3px solid
}

.vc_tta-tab a {
    font-size: 18px;
    font-weight: bold;
    padding: 14px 30px 12px 30px
}

.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    width: 100%;
    padding: 21px 0 30px 0
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 50%
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
    font-size: 0.875rem;
    border-bottom: none
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before,
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before {
    content: "\2190";
    margin-right: 8px
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after {
    content: "\2192";
    margin-left: 8px
}

.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: none;
    border: 0;
    padding: 20px 0;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.wpb_tabs .ui-widget-content,
.wpb_accordion .ui-widget-content,
.wpb_tour .ui-widget-content {
    border: none
}

.wpb_tabs .ui-widget-header,
.wpb_accordion .ui-widget-header,
.wpb_tour .ui-widget-header {
    border: none;
    background: none
}

.wpb_tabs .ui-state-default,
.wpb_tabs .ui-widget-content .ui-state-default,
.wpb_tabs .ui-widget-header .ui-state-default,
.wpb_accordion .ui-state-default,
.wpb_accordion .ui-widget-content .ui-state-default,
.wpb_accordion .ui-widget-header .ui-state-default {
    border: none
}

.wpb_accordion .ui-accordion .ui-accordion-header .ui-icon {
    font-size: 1rem;
    line-height: 1;
    left: auto;
    margin-top: 0;
    text-indent: 0;
    overflow: visible
}

.wpb_tabs .ui-corner-all,
.wpb_accordion .ui-corner-all {
    border-radius: 0
}

.wpb_tabs .wpb_tabs_nav:after {
    visibility: visible
}

.wpb_tabs .ui-tabs .ui-tabs-nav li {
    top: 0
}

.wpb_tabs .ui-tabs .ui-tabs-nav li a {
    float: none
}

.wpb_tour .ui-helper-reset,
.wpb_tabs .ui-helper-reset,
.wpb_accordion .ui-helper-reset {
    line-height: 1.714em
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    border: none
}

.wpb_alert.wpb_content_element {
    border-radius: 0
}

.wpb_alert.wpb_content_element.wpb_alert-info,
.wpb_alert.wpb_content_element.wpb_alert-warning,
.wpb_alert.wpb_content_element.wpb_alert-success,
.wpb_alert.wpb_content_element.wpb_alert-danger {
    border: none;
    padding: 22px 30px;
    text-shadow: none
}

.wpb_alert.wpb_content_element.wpb_alert-info {
    color: #1e85be;
    border-top: 2px solid #1e85be;
    background: #f4f9fc
}

.wpb_alert.wpb_content_element.wpb_alert-warning {
    color: #fca103;
    border-top: 2px solid #fca103;
    background: #fffaf2
}

.wpb_alert.wpb_content_element.wpb_alert-success {
    color: #8fae1b;
    border-top: 2px solid #8fae1b;
    background: #f9fbf3
}

.wpb_alert.wpb_content_element.wpb_alert-danger {
    color: #b81c23;
    border-top: 2px solid #b81c23;
    background: #fdf8f8
}

.wpb_alert.wpb_content_element .messagebox_text {
    padding-left: 27px;
    position: relative;
    background: none
}

.wpb_alert.wpb_content_element .messagebox_text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 2px
}

.wpb_alert.wpb_content_element.wpb_alert-info .messagebox_text:before {
    content: "\f129"
}

.wpb_alert.wpb_content_element.wpb_alert-warning .messagebox_text:before {
    content: "\f12a"
}

.wpb_alert.wpb_content_element.wpb_alert-success .messagebox_text:before {
    content: "\f00c";
    left: 0px
}

.wpb_alert.wpb_content_element.wpb_alert-danger .messagebox_text:before {
    content: "\f00d";
    left: 1px
}

.vc_btn.ajax_add_to_cart {
    position: relative
}

.vc_btn,
.vc_btn2,
.vc_btn3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
    -webkit-transition: padding 0.3s, min-width 0.3s, opacity 0.3s
}

.vc_btn.vc_btn_rounded_outlined {
    border-radius: 100px
}

.vc_btn.vc_btn_xs {
    padding: 7px 16px 5px 16px
}

.vc_btn.vc_btn_xs:hover {
    padding: 7px 26px 5px 26px
}

.vc_btn.vc_btn_sm {
    padding: 11px 24px 9px 24px
}

.vc_btn.vc_btn_sm:hover {
    padding: 11px 34px 9px 34px
}

.vc_btn.vc_btn_md {
    padding: 17px 36px 15px 36px
}

.vc_btn.vc_btn_md:hover {
    padding: 17px 46px 15px 46px
}

.vc_btn.vc_btn_lg {
    padding: 22px 64px 20px 64px
}

.vc_btn.vc_btn_lg:hover {
    padding: 22px 74px 20px 74px
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
    padding: 8px 15px 7px
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined:hover {
    padding: 8px 25px 7px
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined {
    padding: 13px 22px 11px
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover {
    padding: 13px 32px 11px
}

.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
    padding: 20px 34px 17px
}

.vc_btn.vc_btn_md.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined:hover {
    padding: 20px 44px 17px
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    padding: 27px 45px 24px
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined:hover {
    padding: 27px 55px 24px
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
    border: 1px solid
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
    border: 2px solid
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
    border: 3px solid
}

.wpcf7-form p {
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: bold;
    margin-bottom: 1px;
    line-height: 2em;
    margin-top: 16px
}

.wpcf7-form p:first-of-type {
    margin-top: 1px
}

.wpcf7-form p label {
    margin-top: 0px
}

.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 10px
}

.wpb_wrapper .wpb_toggle,
#content .wpb_wrapper h4.wpb_toggle {
    font-weight: 900;
    background: none;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5265rem;
    padding-left: 30px;
    margin-bottom: 18px
}

.wpb_wrapper .wpb_toggle:last-of-type,
#content .wpb_wrapper h4.wpb_toggle:last-of-type {
    margin-bottom: 0
}

.wpb_wrapper .wpb_toggle:last-of-type+.wpb_toggle_content,
#content .wpb_wrapper h4.wpb_toggle:last-of-type+.wpb_toggle_content {
    margin-top: 8px
}

.wpb_wrapper .wpb_toggle:before,
#content .wpb_wrapper h4.wpb_toggle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 19px;
    height: 18px;
    color: #fff
}

.wpb_wrapper .wpb_toggle:after,
#content .wpb_wrapper h4.wpb_toggle:after {
    content: "\f067";
    font: normal normal normal 13px/1 FontAwesome;
    color: #fff;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 10px
}

.wpb_wrapper .wpb_toggle_title_active:after,
#content .wpb_wrapper h4.wpb_toggle_title_active:after {
    content: "\f068";
    font: normal normal normal 13px/1 FontAwesome;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 4px;
    top: 10px
}

.wpb_wrapper .wpb_toggle_content {
    margin-top: -5px;
    margin-bottom: 28px;
    padding-left: 30px
}

.wpb_wrapper .last_toggle_el_margin {
    margin: 0
}

.vc_toggle_title h4 {
    font-size: 21px;
    font-weight: bold
}

.wpb_heading.wpb_accordion_heading {
    margin: 0px
}

.wpb_accordion_section.group {
    border-bottom: 1px solid #ddd;
    padding: 6px 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0;
    background: none
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
    border-bottom: none
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
    outline: 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top: 20px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    cursor: pointer
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    cursor: default
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
    content: "\f063"
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
    content: "\f062";
    top: -1px
}

.wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
    display: block;
    font-weight: 500;
    cursor: pointer;
    background: none;
    font-size: 1.125rem;
    line-height: 1.4rem;
    padding: 20px 30px 20px 20px
}

.vc_tta-accordion .vc_tta-title-text {
    font-size: 21px;
    font-weight: bold;
    padding: 14px 30px 12px 30px
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title {
    border-bottom: none;
    cursor: default
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding-left: 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover {
    cursor: default
}

.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 34px
}

.vc_tta-panel-body {
    padding: 19px 30px 17px 30px
}

.wpb_gmaps_widget.wpb_content_element .wpb_wrapper {
    padding: 0
}

#map_container {
    position: relative
}

#map_container img {
    max-width: none
}

.map_button_wrapper {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px
}

#map_button {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    min-width: 150px;
    background-color: #fff;
    padding: 1rem 1rem 1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#map_button:hover {
    background-color: #000;
    color: #fff
}

.wpb_heading.wpb_progress_bar_heading {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 21px
}

.wpb_wrapper .vc_progress_bar .vc_single_bar {
    margin-bottom: 13px;
    box-shadow: none;
    border-radius: 0;
    background: none
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label {
    font-size: 0.875rem;
    text-transform: capitalize;
    padding: 14px 0px;
    text-shadow: none;
    display: block;
    color: inherit
}

.wpb_wrapper .vc_progress_bar .vc_single_bar:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    font-weight: 900;
    opacity: 1;
    margin-left: 10px
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar {
    height: 5px;
    border-bottom: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0
}

.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back {
    border-color: inherit;
    border-width: 5px;
    opacity: 0.15
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
    font-size: 2.3125rem
}

.vc_pie_wrapper.with_title .vc_pie_chart_value {
    margin-top: -11px
}

.wpb_heading.wpb_pie_chart_heading {
    font-size: 0.9375rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    max-width: 80%;
    left: 10%
}

.vc_pie_chart.without_pie {
    font-weight: bold
}

.vc_pie_chart.without_pie .vc_pie_chart_back {
    display: none
}

.vc_pie_chart.without_pie canvas {
    visibility: hidden;
    display: none
}

.vc_pie_chart.without_pie .vc_pie_chart_value {
    font-size: 37px;
    position: relative;
    line-height: 1;
    height: auto;
    margin-bottom: 18px
}

.vc_pie_chart.without_pie .vc_pie_wrapper.with_title .vc_pie_chart_value {
    margin-top: 0
}

.vc_pie_chart.without_pie .wpb_heading.wpb_pie_chart_heading {
    font-size: 15px;
    position: relative
}

.vc_content_hr {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ddd;
    margin: 0 0 35px
}

.wpb_single_image .vc_single_image-wrapper {
    max-width: 100%
}

.wpb_wrapper .from-the-blog-wrapper {
    margin-top: 0
}

.boxed-row .wpb_wrapper .from-the-blog-wrapper {
    margin: 0px -30px 0px
}

.off-canvas-wrap,
.inner-wrap,
nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
    -webkit-backface-visibility: visible
}

.single-product .tob_bar_shop {
    display: none;
    margin: -75px 0 0px;
    position: relative
}

#yith-wcwl-form .product-stock-status span {
    font-size: 10px
}

#yith-wcwl-form ins {
    padding: 0;
    background-color: transparent
}

#yith-wcwl-form del {
    padding-right: 2px
}

#yith-wcwl-form form {
    max-width: 100%
}

#yith-wcwl-form .wishlist-empty {
    font-size: 3.75rem;
    line-height: 1.2;
    text-align: center;
    padding: 0 30px
}

#yith-wcwl-form .wishlist-empty:before {
    content: "";
    display: block;
    width: 100%;
    text-align: center;
    background: url(../images/empty-wishlist.png) center center no-repeat;
    height: 156px;
    margin-bottom: 40px
}

.login-register-container {
    margin: 35px 0 70px 0
}

.login-register-container .page-title {
    margin-bottom: 58px
}

.lost-pass-link {
    border-bottom: 1px solid
}

.login_footer {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    padding: 54px 130px 58px 110px
}

.login_footer_separator,
.account-tab-link-mobile {
    display: none
}

.site-content .account-tab-list,
.account-tab-list {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 20px
}

.account-tab-item {
    float: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.account-tab-link {
    font-size: 3.125rem;
    display: inline-block;
    color: #333;
    text-transform: none;
    text-align: center;
    padding: 0;
    width: auto;
    border: none;
    line-height: 1;
    white-space: nowrap;
    font-weight: bold;
    opacity: 0.55;
    position: relative;
    transition: opacity .3s ease .3s;
    -webkit-transition: opacity .3s ease .3s;
    -moz-transition: opacity .3s ease .3s
}

.account-tab-list .sep {
    font-size: 50px;
    opacity: 0.55;
    display: inline-block;
    margin: 0 20px
}

.account-tab-link.current {
    opacity: 1;
    z-index: 1
}

.go_home {
    display: inline-block
}

.woocommerce .login-register-container p.form-row.remember-me-row a,
.woocommerce .login-register-container p.form-row.remember-me-row label {
    font-size: 1rem
}

.login-register-container .form-row.remember-me-row,
.login-register-container .form-row.remember-me-row a {
    line-height: 1.25rem
}

.login-register-container .lost-pass-link {
    margin: 0;
    padding: 0;
    border: none
}

.vc_general.vc_cta3 .vc_cta3-actions {
    white-space: normal
}

@media only screen and (min-width: 30.063em) {
    .portfolio-grid-sizer {
        width: 50%
    }
    .portfolio-box,
    .portfolio_related_item {
        width: 50%;
        padding-bottom: 50%
    }
    .portfolio-box.width2 {
        width: 100%;
        padding-bottom: 50%
    }
    .portfolio-box.width2.height2 {
        width: 100%;
        padding-bottom: 100%
    }
    .portfolio_related_item.item_2.empty {
        display: block
    }
    .portfolio_related_item.item_1.empty .hover-effect-link {
        border-right: 1px solid #ddd
    }
}

@media only screen and (max-width: 40.063em) {
    .order-info mark {
        background: none
    }
    .content-area {
        padding: 40px 0 0 0
    }
    .transparent_header.sticky_header .page-title-shown .entry-header.with_featured_img,
    .sticky_header .page-title-shown .entry-header.with_featured_img {
        margin-top: -40px
    }
    .page-template-default .transparent_header .entry-header.with_featured_img {
        margin-top: -40px
    }
    .full-width-page .columns {
        padding-left: 30px;
        padding-right: 30px
    }
    .wpb_wrapper .vc_separator h2 {
        font-size: 1.875em;
        line-height: 1.33333em
    }
    .top-headers-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        overflow: hidden;
        z-index: 999
    }
    #page_wrapper {
        padding-top: 50px
    }
    .page-template-page-blank #page_wrapper {
        padding-top: 0
    }
    #masthead {
        padding-top: 8px;
        padding-bottom: 9px
    }
    .site-tools.offset {
        margin-top: -8px
    }
    .site-tools.offset ul li {
        height: 50px
    }
    .site-tools.offset ul li .tools_button {
        margin-top: 7px
    }
    .account-tab-list .account-tab-link,
    .account-tab-list .sep {
        font-size: 1.5rem
    }
    .account-tab-list .sep {
        margin: 0 10px
    }
    .woocommerce .login-register-container p.form-row.remember-me-row,
    .woocommerce .login-register-container p.form-row.remember-me-row a,
    .woocommerce .login-register-container p.form-row.remember-me-row label {
        font-size: 0.6875rem
    }
    .login-register-container {
        margin: 15px 0 40px 0
    }
}

@media only screen and (min-width: 40.063em) {
    .row {
        padding: 0 50px
    }
    .row .row {
        padding: 0
    }
    h1,
    h2 {
        line-height: 1.13
    }
    h1 {
        font-size: 3.125rem
    }
    h2 {
        font-size: 2.3125rem
    }
    h3 {
        font-size: 1.875rem;
        line-height: 1.2em
    }
    h4 {
        font-size: 1.4375rem;
        line-height: 1.391304em
    }
    h5 {
        font-size: 1.125rem;
        line-height: 1.55555em
    }
    h6 {
        font-size: 1rem;
        line-height: 1.625em
    }
    .single .entry-title {
        font-size: 4.6875rem
    }
    .page-title {
        font-size: 3.125rem;
        margin-bottom: 28px;
        line-height: 1
    }
    .page-title:after {
        width: 100px;
        height: 3px;
        margin: 32px auto
    }
    p {
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 1.25rem
    }
    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 48%
    }
    button,
    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: auto
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        margin-left: 0px;
        margin-right: 0px
    }
    .woocommerce-ordering select.big-select {
        width: auto
    }
    #site-footer {
        padding: 80px 0 30px
    }
    .trigger-footer-widget-area {
        display: none
    }
    .site-footer-widget-area {
        display: block;
        margin-bottom: 60px
    }
    #site-footer .button.checkout.wc-forward {
        margin-bottom: 30px
    }
    .site-footer-widget-area .columns:nth-child(2n+1) {
        clear: left
    }
    .footer_socials_wrapper {
        margin-bottom: 34px
    }
    .footer-navigation-wrapper ul {
        margin-bottom: 34px
    }
    .footer-navigation-wrapper ul li {
        display: inline-block;
        padding-right: 14px;
        margin: 0px 10px 15px 0;
        position: relative
    }
    .footer-navigation-wrapper ul li:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        border-right: 1px solid;
        opacity: 0.5;
        position: absolute;
        top: -1px;
        right: 0
    }
    .footer-navigation-wrapper ul li:last-child:after {
        display: none
    }
    .payment_methods {
        text-align: left
    }
    .payment_methods img {
        margin-bottom: 0
    }
    #site-footer .copyright_text {
        margin-bottom: 46px
    }
    .blog-post,
    .grid-sizer {
        width: 50%;
        padding-left: 35px;
        padding-right: 35px
    }
    .page-header {
        margin-bottom: 104px
    }
    .entry-header-page {
        margin-bottom: 80px
    }
    .blog-isotop-container {
        padding: 0 0px 90px;
        margin-left: 0;
        margin-right: 0
    }
    .post_meta_archive,
    .entry-title-archive span,
    .gallery-title,
    .entry-content-archive,
    .blog #nav-below.paging-navigation,
    .archive #nav-below.paging-navigation {
        margin-left: 0px;
        margin-right: 0px
    }
    .thumbnail_archive {
        margin-top: 0px
    }
    .page-title-desc,
    .page-type {
        margin-bottom: 20px
    }
    .blog-isotope .entry-content-archive h1,
    .blog-isotope .entry-content-archive h2,
    .blog-isotope .entry-content-archive h3,
    .blog-isotope .entry-content-archive h4,
    .blog-isotope .entry-content-archive h5 {
        font-size: 1.125rem;
        line-height: 1.55555em;
        margin-bottom: 1.25rem
    }
    .blog-isotope .entry-content-archive,
    .blog-isotope .entry-content-archive p,
    .blog-isotope .entry-content-archive ul,
    .blog-isotope .entry-content-archive ol,
    .blog-isotope .entry-content-archive dl {
        font-size: 1.125rem;
        line-height: 1.5em;
        margin-bottom: 1.25rem
    }
    .more-link {
        margin-top: 1rem
    }
    .blog-post .blog-post-inner {
        padding-bottom: 60px
    }
    .entry-thumbnail {
        margin: 0 0px 58px
    }

    .post_meta:before {
        margin: 39px auto 43px
    }
    .blog-single .wp-caption-text,
    .blog-page .wp-caption-text {
        position: absolute;
        bottom: 25px;
        width: 180px;
        padding: 15px 20px;
        background: #333333;
        margin: 0
    }
    .blog-single .wp-caption.alignnone .wp-caption-text,
    .blog-page .wp-caption.alignnone .wp-caption-text {
        right: -25px
    }
    .blog-single .wp-caption.aligncenter .wp-caption-text,
    .blog-page .wp-caption.aligncenter .wp-caption-text {
        right: -15px
    }
    .blog-single .wp-caption.alignleft .wp-caption-text,
    .blog-page .wp-caption.alignleft .wp-caption-text {
        left: -25px
    }
    .blog-single .wp-caption.alignright .wp-caption-text,
    .blog-page .wp-caption.alignright .wp-caption-text {
        right: -15px
    }
    blockquote p {
        padding-left: 43px
    }
    .gallery br {
        height: 0;
        display: block
    }
    .gallery-columns-1 dl.gallery-item {
        width: 100%;
        padding-bottom: 100%
    }
    .gallery-columns-2 dl.gallery-item {
        width: 50%;
        padding-bottom: 50%
    }
    .gallery-columns-3 dl.gallery-item {
        width: 33.3333333333%;
        padding-bottom: 33.3333333333%
    }
    .gallery-columns-4 dl.gallery-item {
        width: 25%;
        padding-bottom: 25%
    }
    .gallery-columns-5 dl.gallery-item {
        width: 20%;
        padding-bottom: 20%
    }
    .gallery-columns-6 dl.gallery-item {
        width: 16.6666666666%;
        padding-bottom: 16.6666666666%
    }
    .gallery-columns-7 dl.gallery-item {
        width: 14.285714%;
        padding-bottom: 14.285714%
    }
    .gallery-columns-8 dl.gallery-item {
        width: 12.5%;
        padding-bottom: 12.5%
    }
    .gallery-columns-9 dl.gallery-item {
        width: 11.1111111111%;
        padding-bottom: 11.1111111111%
    }
    .gallery-item .gallery-caption {
        display: block;
        font-size: 1rem;
        text-align: left;
        line-height: 1.5em;
        color: #999;
        background: #000;
        padding: 9px 20px;
        opacity: 0;
        z-index: -1;
        position: absolute;
        right: 20px;
        bottom: 40px;
        left: 20px;
        transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s;
        -webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s
    }
    .gallery-item .gallery-caption:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        bottom: -6px;
        right: 10px
    }
    .gallery-item .gallery-caption.show {
        opacity: 1;
        z-index: 9;
        bottom: 60px;
        transition: opacity 0.3s, bottom 0.3s, z-index 0.3s;
        -webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0.3s
    }
    .gallery-caption-trigger {
        display: block;
        width: 24px;
        line-height: 24px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.3);
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
        font-family: 'Georgia', sans-serif;
        position: absolute;
        right: 24px;
        bottom: 24px;
        z-index: 10;
        transition: all 0.3s;
        -webkit-transition: all 0.3s
    }
    .gallery-caption-trigger:hover {
        background: #fff
    }
    .paging-navigation,
    .post-navigation {
        background: none;
        height: auto
    }
    .paging-navigation:after,
    .paging-navigation:before,
    .post-navigation:after,
    .post-navigation:before {
        display: none
    }
    #nav-below {
        margin: 36px 0 57px
    }
    .nav-previous,
    .nav-next {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.3125rem
    }
    .nav-next a,
    .nav-previous a {
        font-size: 1.3125rem;
        background: none;
        display: inline-block;
        padding-top: 0;
        height: auto
    }
    .nav-next a {
        text-align: right
    }
    .nav-previous a {
        text-align: left
    }
    .nav-next a:hover,
    .nav-previous a:hover {
        background: none
    }
    .nav-next a:before,
    .nav-previous a:before {
        display: none
    }
    .nav-next .nav-next-title,
    .nav-previous .nav-previous-title {
        display: block
    }
    .nav-next a span,
    .nav-previous a span {
        display: inline-block
    }
    #nav-below.paging-navigation {
        margin-bottom: 3px;
        padding: 0 1.5%
    }
    .paging-navigation .nav-next {
        float: right
    }
    .paging-navigation .fa {
        display: inline-block
    }
    .error-404,
    .no-results {
        margin-top: 0px
    }
    .error-404 .search-form,
    .no-results .search-form {
        display: inline-block;
        padding-bottom: 80px
    }
    .error-404 input[type="text"],
    .error-404 input[type="search"],
    .no-results input[type="text"],
    .no-results input[type="search"] {
        width: 300px;
        margin-right: 10px
    }
    .error-404 h1.page-title {
        font-size: 3.75rem;
        margin-bottom: 23px
    }
    .no-results h1.page-title {
        font-size: 6.25rem;
        margin-top: 100px;
        margin-bottom: 30px
    }
    .error-404-text,
    .no-results-text {
        font-size: 1.5rem
    }
    .error-banner img {
        max-width: none
    }
    .comments-area {
        margin: 86px 0 65px
    }
    .comments-title {
        font-size: 30px;
        font-weight: normal;
        text-align: left
    }
    .comment-list {
        margin: 64px 0 0
    }
    .comments-area article {
        padding: 0
    }
    .comment-content {
        padding: 0 0 0 100px
    }
    .comment-author-avatar {
        width: 80px;
        height: 80px;
        border-radius: 80px
    }
    .comment-author-avatar img {
        width: 80px;
        height: 80px
    }
    .comment-content .comment-author,
    .comment-content .comment-metadata {
        padding: 0
    }
    .comment-metadata {
        margin-top: -2px;
        margin-bottom: 25px
    }
    .comment-text p {
        margin: 15px 0 23px
    }
    .logged-in-as,
    .comment-notes,
    #reply-title {
        text-align: left
    }
    .comment-respond {
        margin: 30px 0 30px 0
    }
    .logged-in-as,
    .comment-notes {
        margin-bottom: 1.25rem
    }
    .comment-list>li:last-child .comment-separator {
        opacity: 0
    }
    #respond {
        margin-top: -6px
    }
    #commentform .comment-notes {
        padding: 5px 0 31px
    }
    #commentform .form-submit {
        margin-top: 20px
    }
    .comment-separator {
        width: 100%;
        height: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin: 32px 0
    }
    .widget {
        margin-bottom: 80px
    }
    .woocommerce form .form-row-first.first-name-row,
    .woocommerce-page form .form-row-last.last-name-row,
    .woocommerce form .form-row-first.password-row,
    .woocommerce-page form .form-row-last.repeat-password-row {
        width: 48%
    }
    .shipping_billing_wrapper {
        float: left;
        width: 66.66666%
    }
    .shipping_billing_wrapper h3 {
        margin-top: 0.5rem
    }
    .my_address_description {
        width: 33.33333%;
        margin-bottom: 30px;
        padding-right: 52px;
        padding-bottom: 23px;
        float: left
    }
    .billing_shipping_address_title {
        margin-top: 4px;
        margin-bottom: 13px
    }
    .order-info {
        margin: 16px -60px 8px;
        padding-left: 60px;
        padding-right: 60px
    }
    .order-info mark {
        font-size: 1.125rem;
        font-weight: 700;
        padding: 3px 10px;
        margin: 0 5px 5px;
        display: inline-block
    }
    .shop_table.order_details_footer .product-total,
    .shop_table.order_details .product-total {
        width: 250px
    }
    .woocommerce .shop_table.order_details tfoot th,
    .woocommerce-page .shop_table.order_details tfoot th {
        padding-left: 28%
    }
    .thank_you_header p {
        font-size: 1.125rem
    }
    .thank_you_header_text {
        margin: 13px -500px 0;
        padding: 31px 500px 15px
    }
    .thank_you_header .order_details {
        display: inline-block
    }
    .thank_you_header .order_details {
        padding-top: 40px
    }
    .thank_you_bank_details {
        margin-top: 90px
    }
    .woocommerce-checkout .content-area .billing_shipping_address_title {
        margin-top: 4px
    }
    .woocommerce-checkout .shipping_billing_wrapper .columns:last-of-type {
        margin-top: 0px
    }
    .track_order_form {
        width: 460px;
        max-width: 100%;
        margin: 0 auto 10px;
        padding: 43px 60px 60px
    }
    .track_order_form.custom_border:after {
        display: block
    }
    .woocommerce ul.products-grid,
    .woocommerce-page ul.products-grid {
        margin: 0px -10px 36px
    }
    .woocommerce-pagination {
        margin: 0px 0 67px
    }
    .shop_header {
        margin-bottom: 60px
    }
    .products .out_of_stock_badge_loop,
    .out_of_stock_badge_single {
        font-size: 0.6875rem;
        padding: 2px 8px 1px 8px;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -font-smoothing: antialiased;
        font-weight: bold
    }
    .woocommerce .products span.onsale,
    .woocommerce-page .products span.onsale,
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        font-size: 0.6875rem;
        padding: 2px 8px 1px 8px;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -font-smoothing: antialiased;
        font-weight: bold
    }
    div.product .tob_bar_shop {
        display: block
    }
    .product_content_wrapper {
        padding-top: 60px;
        padding-bottom: 65px;
        margin-top: 0
    }
    .product-images-wrapper {
        margin: 0
    }
    .woocommerce #content div.product .product_title,
    .woocommerce div.product .product_title,
    .woocommerce-page #content div.product .product_title,
    .woocommerce-page div.product .product_title {
        font-size: 3rem;
        line-height: 1.13em
    }
    .woocommerce-tabs {
        padding-top: 0px
    }
    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce #content div.product .woocommerce-tabs .panel,
    .woocommerce-page div.product .woocommerce-tabs .panel,
    .woocommerce-page #content div.product .woocommerce-tabs .panel {
        padding: 22px 0 55px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        display: inline-block
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
        border-top: 3px solid transparent;
        margin: -1px 21px 18px 21px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
        display: none
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
        line-height: 1.5;
        padding: 23px 0 5px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
    .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
        border-bottom: none
    }
    .single_product_summary_related h2,
    .single_product_summary_upsell h2 {
        font-size: 1.5em;
        margin: 72px 0 26px 0
    }
    .woocommerce table.shop_attributes,
    .woocommerce-page table.shop_attributes {
        margin-top: 0px;
        margin-bottom: 0px
    }
    .woocommerce table.shop_attributes th,
    .woocommerce-page table.shop_attributes th {
        width: 150px
    }
    .woocommerce table.shop_attributes th,
    .woocommerce-page table.shop_attributes th,
    .woocommerce table.shop_attributes td,
    .woocommerce-page table.shop_attributes td {
        font-size: 1.125rem;
        padding: 13px 0px 13px
    }
    .product_infos .group_table td.label {
        padding-right: 40px
    }
    .product_infos .group_table td.label label {
        margin-top: 0px
    }
    .woocommerce .product_infos .group_table td.label .price,
    .woocommerce-page .product_infos .group_table td.label .price {
        display: none
    }
    .woocommerce .product_infos .group_table td.price,
    .woocommerce-page .product_infos .group_table td.price {
        display: table-cell
    }
    .woocommerce #reviews #comments ol.commentlist li,
    .woocommerce-page #reviews #comments ol.commentlist li {
        margin: 50px 0 55px
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar,
    .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
        width: 70px;
        height: 70px
    }
    .woocommerce #reviews h3,
    .woocommerce-page #reviews h3 {
        font-size: 1.3125rem;
        text-transform: capitalize
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text,
    .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
        margin: 0 100px 0 107px
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .description,
    .woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
        margin: 11px -100px 0 0
    }
    .woocommerce #reviews h3.comment-reply-title,
    .woocommerce-page #reviews h3.comment-reply-title {
        font-size: 1.75rem;
        line-height: 1.3
    }
    .woocommerce #reviews .star-rating,
    .woocommerce-page #reviews .star-rating {
        margin-right: -100px
    }
    .woocommerce .comment-form-rating p.stars,
    .woocommerce-page .comment-form-rating p.stars {
        font-size: 0.875rem
    }
    .woocommerce form .form-row-first.comment-form-author,
    .woocommerce-page form .form-row-first.comment-form-author,
    .woocommerce form .form-row-last.comment-form-email,
    .woocommerce-page form .form-row-last.comment-form-email {
        width: 48%
    }
    .tob_bar_shop,
    .single-product .tob_bar_shop {
        display: block
    }
    .tob_bar_shop.full_header {
        min-height: 40px;
        padding: 0 20px
    }
    .tob_bar_shop.full_header .tob_bar_shop_left_column {
        float: left
    }
    .cart_form {
        margin-bottom: 80px
    }
    .cart_form .custom_border:after {
        display: block
    }
    .woocommerce .cart_form .cart-collaterals,
    .woocommerce-page .cart_form .cart-collaterals {
        padding-bottom: 40px
    }
    .cart_right_wrapper {
        margin: 0
    }
    .woocommerce table.cart .product-thumbnail,
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail {
        display: table-cell
    }
    .woocommerce table.cart .product-name .amount-wrapper,
    .woocommerce #content table.cart .product-name .amount-wrapper {
        display: none
    }
    .woocommerce table.cart .product-name,
    .woocommerce #content table.cart .product-name {
        padding-right: 40px
    }
    .woocommerce td.product-quantity,
    .woocommerce-page td.product-quantity {
        min-width: 80px
    }
    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce-page .quantity,
    .woocommerce-page #content .quantity {
        width: 74px
    }
    .woocommerce table.cart .product-price,
    .woocommerce #content table.cart .product-price,
    .product-price-thead,
    .product-name-thead {
        display: table-cell
    }
    .woocommerce table.cart td.product-remove {
        text-align: center;
        width: 40px;
        max-width: 40px
    }
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        padding: 40px
    }
    .cart_left_wrapper {
        margin-top: 27px;
        margin-bottom: 70px
    }
    .woocommerce-cart.woocommerce-page #content .quantity input.qty {
        font-size: 1.5rem;
        width: 60px;
        height: 50px
    }
    .shipping-calculator-wrapper,
    .update_and_checkout {
        width: 100%;
        float: right
    }
    .shipping-calculator-button-wrapper:after,
    .shipping-calculator-form:after,
    .cart-buttons:after,
    .cart-totals-wrapper:after,
    .cart-collaterals:after,
    .cart_right_wrapper:after {
        content: "";
        display: block;
        clear: both
    }
    .coupon_code_wrapper {
        border-width: 3px;
        border-style: dashed;
        margin: 0;
        padding: 36px 0px 42px;
        margin-top: 75px
    }
    .coupon_code_wrapper #coupon_code {
        width: 250px;
        margin: 0 10px 0 0
    }
    .coupon_code_text {
        margin-bottom: 22px
    }
    .cart-wishlist-empty-banner {
        margin-top: 67px
    }
    .cart-wishlist-empty-banner img {
        max-width: none
    }
    .cart-wishlist-empty {
        font-size: 3.125rem;
        line-height: 1.2em;
        margin-bottom: 100px
    }
    .cart-empty {
        margin: 22px 0 18px
    }
    .return-to-shop {
        margin-bottom: 185px
    }
    .woocommerce-checkout .content-area h3 {
        margin: 0px 20px 33px 0
    }
    .thank_you_header .order_details li.order,
    .thank_you_header .order_details li.total,
    .thank_you_header .order_details li.date,
    .thank_you_header .order_details li.method {
        width: auto
    }
    .thank_you_header .order_details li.order,
    .thank_you_header .order_details li.total,
    .thank_you_header .order_details li.date {
        margin-right: 77px
    }
    .thank_you_header .order_details li.total {
        clear: none
    }
    .thank_you_header .order_details li.date,
    .thank_you_header .order_details li.order {
        padding-bottom: 0px
    }
    .thank_you_header_img_top {
        margin: 14px 0 40px 0
    }
    .thank_you_header_img_bottom {
        margin: 11px 0 30px 0
    }
    .order_details.bacs_details li {
        clear: none
    }
    .checkout_left_wrapper {
        margin-top: 50px;
        margin-bottom: 105px
    }
    .checkout_right_wrapper {
        margin: 0px 0 13px
    }
    .checkout_right_wrapper .custom_border:after {
        display: block
    }
    .order_review_wrapper {
        padding: 60px 40px 40px
    }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
        width: 50%
    }
    #shipping_method li .amount {
        display: inline-block
    }
    .order_review_wrapper .order_details_footer_container,
    .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer {
        float: right;
        width: 370px;
        margin-bottom: 18px
    }
    .woocommerce .checkout .col-2 h3,
    .woocommerce-page .checkout .col-2 h3 {
        float: left;
        margin-bottom: 20px
    }
    #ship-to-different-address {
        text-align: center;
        float: left;
        padding-top: 1px;
        margin-bottom: 0
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: auto
    }
    .woocommerce table.cart.wishlist_table td.product-remove {
        width: 30px;
        min-width: 30px
    }
    .woocommerce-page table.cart.wishlist_table .product-name,
    .woocommerce-page #content table.cart.wishlist_table .product-name {
        padding-right: 40px
    }
    .woocommerce table.cart.wishlist_table .product-price,
    .woocommerce #content table.cart.wishlist_table .product-price {
        padding-right: 30px
    }
    .product-add-to-cart .button,
    .woocommerce .product-add-to-cart a.alt.button {
        font-size: 13px;
        width: auto;
        height: auto;
        padding-right: 24px;
        padding-left: 24px;
        margin-bottom: 0;
        position: relative;
        top: 0
    }
    .woocommerce-page table.cart.wishlist_table .product-add-to-cart,
    .woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
        width: 163px
    }
    .product-add-to-cart .button:before,
    .woocommerce .product-add-to-cart a.alt.button:before {
        display: none
    }
    .hover-effect-content .hover-effect-title,
    .wpb_wrapper h2.hover-effect-title {
        font-size: 1.875rem
    }
    .filters-group.list-centered {
        margin-bottom: 5px
    }
    .portfolio_content_nav #nav-below {
        padding: 40px 50px 38px;
        margin: 0;
        border-top-width: 1px;
        border-top-style: solid
    }
    .portfolio_content_nav #nav-below .nav-previous span:before,
    .portfolio_content_nav #nav-below .nav-next span:after {
        font-size: 20px;
        color: #888;
        display: inline-block;
        font: normal normal normal;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    .portfolio_content_nav #nav-below .nav-previous span:before {
        content: "\2190";
        margin-right: 3px
    }
    .portfolio_content_nav #nav-below .nav-next span:after {
        content: "\2192";
        margin-left: 3px
    }
    .woocommerce-error,
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce .woocommerce-error,
    .woocommerce-page .woocommerce-error,
    .woocommerce .woocommerce-message,
    .woocommerce .woocommerce-info,
    .woocommerce-page .woocommerce-message,
    .woocommerce-page .woocommerce-info {
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 18px 33px 18px 33px;
        margin: 45px -30px 0
    }
    .single-product.woocommerce .woocommerce-error,
    .single-product.woocommerce-page .woocommerce-error {
        padding: 18px 33px;
        margin: -14px 0 35px
    }
    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button {
        font-size: 1.125rem
    }
    .woocommerce .woocommerce-message a {
        font-size: 1.125rem
    }
    .woocommerce form.checkout_coupon,
    .woocommerce-page form.checkout_coupon {
        border-width: 3px;
        border-style: dashed;
        padding: 58px 0;
        width: 695px;
        max-width: 100%;
        margin: 18px auto 30px
    }
    .checkout_coupon_inner {
        display: inline-block
    }
    form.checkout_coupon #coupon_code {
        width: 320px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        float: left
    }
    .woocommerce-checkout .woocommerce-info {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
    .checkout_login form.login {
        width: 510px;
        margin: 0 auto;
        padding: 24px 20px 14px;
        border: none
    }
    .woocommerce-checkout .checkout_coupon_box .woocommerce-message {
        margin-top: 10px;
        margin-bottom: 40px
    }
    .woocommerce form.login p:first-child,
    .woocommerce-page form.login p:first-child {
        margin: 0px -20px 14px
    }
    .woocommerce form.login .inline {
        font-size: 1.125rem
    }
    .woocommerce form.login .lost_password {
        margin-top: -66px;
        font-size: 1.125rem
    }
    .woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error,
    .woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error,
    .woocommerce-checkout.woocommerce form.checkout .woocommerce-error,
    .woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error {
        padding: 18px 33px 18px 33px
    }
    .woocommerce-checkout .woocommerce>.woocommerce-message {
        margin-bottom: 10px
    }
    .wpb_wrapper .categories_grid {
        margin-bottom: 0
    }
    .full-width-page .wpb_wrapper .gallery,
    .full-width-page .wpb_alert.wpb_content_element,
    .full-width-page .wpb_wrapper .wpb_gmaps_widget,
    .full-width-page .wpb_wrapper #map_container,
    .full-width-page .wpb_wrapper .wpb_revslider_element {
        margin-left: -60px;
        margin-right: -60px
    }
    .wpb_wrapper .vc_separator h2,
    .wpb_wrapper .vc_separator div {
        padding: 0 50px;
        white-space: pre
    }
    .wpb_wrapper .vc_separator.without-separator h2 {
        white-space: normal
    }
    .vc_separator_align_left.vc_separator h2,
    .vc_separator_align_left.vc_separator div {
        padding: 0 50px 0 0
    }
    .vc_separator_align_right.vc_separator h2,
    .vc_separator_align_right.vc_separator div {
        padding: 0 0px 0 50px
    }
    .wpb_wrapper .without-separator .vc_sep_holder {
        display: none
    }
    .wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
        background: none repeat scroll 0 0 #ddd;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 0
    }
    .wpb_tabs.wpb_content_element .wpb_tabs_nav li {
        display: inline-block;
        margin: 0 0px 0px 60px;
        position: relative;
        z-index: 1
    }
    .wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
    .wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
        display: none
    }
    .wpb_tour.wpb_content_element .wpb_tabs_nav li a,
    .wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
        display: inline-block;
        padding: 21px 0;
        border-bottom-color: transparent;
        border-bottom-width: 3px
    }
    .wpb_tour.wpb_content_element .wpb_tabs_nav li a {
        font-size: 0.8125rem;
        margin-bottom: 10px
    }
    .wpb_tour.wpb_content_element .wpb_tabs_nav {
        width: 25%;
        padding-right: 15px
    }
    .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
        width: 75%;
        padding: 0;
        padding-left: 15px;
        padding-bottom: 30px
    }
    .wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
    .wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        padding: 30px 0
    }
    .wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
        width: 75%;
        padding-left: 15px;
        margin-left: 25%
    }
    .wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
        font-size: 1rem
    }
    .wpb_tour .ui-helper-reset,
    .wpb_tabs .ui-helper-reset,
    .wpb_accordion .ui-helper-reset {
        line-height: 1.8
    }
    .wpb_alert.wpb_content_element .messagebox_text:before {
        top: 5px
    }
    .wpb_wrapper .wpb_toggle,
    #content .wpb_wrapper h4.wpb_toggle {
        font-size: 1.3125rem;
        line-height: 2rem;
        padding-left: 40px;
        margin-bottom: 28px
    }
    .wpb_wrapper .wpb_toggle:last-of-type+.wpb_toggle_content,
    #content .wpb_wrapper h4.wpb_toggle:last-of-type+.wpb_toggle_content {
        margin-top: 16px
    }
    .wpb_wrapper .wpb_toggle_content {
        margin-top: -16px;
        margin-bottom: 31px;
        padding-left: 40px
    }
    .wpb_heading.wpb_accordion_heading {
        margin: 0 0 11px
    }
    .wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
        font-size: 1.3125rem;
        line-height: 2.3rem;
        padding: 13px 40px 13px 20px;
        font-weight: 700
    }
    .wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
    .wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
        top: 22px
    }
    .wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
        padding-bottom: 27px
    }
    .wpb_heading.wpb_progress_bar_heading {
        font-size: 1.4375rem
    }
    .shortcode_icon_box.icon_position_left {
        padding-left: 85px
    }
    .shortcode_icon_box.icon_position_right {
        padding-right: 190px
    }
    .shortcode_icon_box.icon_position_left .icon_wrapper {
        width: 70px;
        height: 70px;
        padding-top: 16px;
        position: absolute;
        top: 0;
        left: 0
    }
    .shortcode_icon_box.icon_position_right .icon_wrapper {
        width: 100px;
        height: 100px;
        padding-top: 23px;
        position: absolute;
        top: 8px;
        right: 60px
    }
    .shortcode_icon_box.icon_position_left .icon {
        font-size: 36px;
        line-height: 36px
    }
    .shortcode_icon_box.icon_position_right .icon {
        font-size: 52px;
        line-height: 52px
    }
}

@media only screen and (max-width: 768px) {
    tr.cart_item {
        background: transparent
    }
    tr.cart_item td {
        background: transparent
    }
    .woocommerce-cart.woocommerce-page .woocommerce>form {
        min-width: 100%;
        width: auto
    }
    .woocommerce-cart.woocommerce-page .cart-collaterals {
        min-width: 100%;
        width: auto;
        max-width: none
    }
    .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td,
    .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td {
        text-align: left;
        background: none;
        margin-bottom: 20px;
        padding: 0
    }
    .woocommerce-cart.woocommerce-page .cart-collaterals tr {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px
    }
    .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td>span,
    .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td ul,
    .woocommerce-cart.woocommerce-page .cart-collaterals tr .order-total strong {
        float: right;
        width: 70%;
        display: block;
        text-align: left
    }
    .woocommerce-shipping-calculator {
        padding-left: 30%
    }
    .woocommerce table.cart tr.cart_item,
    .woocommerce #content table.cart tr.cart_item,
    .woocommerce-page table.cart tr.cart_item,
    .woocommerce-page #content table.cart tr.cart_item .woocommerce table.cart .cart_item td,
    .woocommerce #content table.cart .cart_item td,
    .woocommerce-page table.cart .cart_item td,
    .woocommerce-page #content table.cart .cart_item td {
        display: block;
        float: left;
        width: 100%;
        background: #FFF;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 20px;
        border: none
    }
    .woocommerce table.cart tr,
    .woocommerce #content table.cart tr,
    .woocommerce-page table.cart tr,
    .woocommerce-page #content table.cart tr {
        border-bottom: solid 1px #eeeeee;
        padding: 0 0 10px;
        margin-bottom: 25px
    }
    .woocommerce table.cart tr:last-child,
    .woocommerce #content table.cart tr:last-child,
    .woocommerce-page table.cart tr:last-child,
    .woocommerce-page #content table.cart tr:last-child {
        padding: 0 0 10px
    }
    .woocommerce table.cart tr td.actions .coupon input,
    .woocommerce #content table.cart tr td.actions .coupon input,
    .woocommerce-page table.cart tr td.actions .coupon input,
    .woocommerce-page #content table.cart tr td.actions .coupon input {
        min-width: auto;
        margin-right: 0
    }
    .woocommerce table.cart tr:last-child,
    .woocommerce #content table.cart tr:last-child,
    .woocommerce-page table.cart tr:last-child,
    .woocommerce-page #content table.cart tr:last-child {
        border-bottom: none
    }
    .woocommerce table.cart .cart_item td:before,
    .woocommerce #content table.cart .cart_item td:before,
    .woocommerce-page table.cart .cart_item td:before,
    .woocommerce-page #content table.cart .cart_item td:before {
        font-weight: normal;
        font-size: 14px;
        line-height: 1
    }
    .woocommerce table.cart .cart_item td.product-remove,
    .woocommerce #content table.cart .cart_item td.product-remove,
    .woocommerce-page table.cart .cart_item td.product-remove,
    .woocommerce-page #content table.cart .cart_item td.product-remove {
        width: 100%;
        max-width: 100%;
        margin-bottom: -20px
    }
    .woocommerce table.cart .cart_item td.product-thumbnail,
    .woocommerce #content table.cart .cart_item td.product-thumbnail,
    .woocommerce-page table.cart .cart_item td.product-thumbnail,
    .woocommerce-page #content table.cart .cart_item td.product-thumbnail {
        margin-bottom: 35px
    }
    .woocommerce table.cart .cart_item td a,
    .woocommerce #content table.cart .cart_item td a,
    .woocommerce-page table.cart .cart_item td a,
    .woocommerce-page #content table.cart .cart_item td a,
    .woocommerce table.cart .cart_item td span,
    .woocommerce #content table.cart .cart_item td span,
    .woocommerce-page table.cart .cart_item td span,
    .woocommerce-page #content table.cart .cart_item td span {
        font-size: 12px;
        line-height: 14px;
        font-weight: bold
    }
    .woocommerce table.cart .cart_item td .quantity,
    .woocommerce #content table.cart .cart_item td .quantity,
    .woocommerce-page table.cart .cart_item td .quantity,
    .woocommerce-page #content table.cart .cart_item td .quantity {
        float: right;
        width: auto
    }
    .woocommerce table.cart .cart_item td .input-text.qty.text,
    .woocommerce #content table.cart .cart_item td .input-text.qty.text,
    .woocommerce-page table.cart .cart_item td .input-text.qty.text,
    .woocommerce-page #content table.cart .cart_item td .input-text.qty.text {
        padding: 0px;
        width: 30px;
        height: auto;
        line-height: 1;
        font-size: 16px;
        margin-top: -8px
    }
    .woocommerce table.cart .cart_item td img,
    .woocommerce #content table.cart .cart_item td img,
    .woocommerce-page table.cart .cart_item td img,
    .woocommerce-page #content table.cart .cart_item td img {
        max-width: 100px
    }
    .woocommerce table.cart .cart_item td.product-thumbnail,
    .woocommerce #content table.cart .cart_item td.product-thumbnail,
    .woocommerce-page table.cart .cart_item td.product-thumbnail,
    .woocommerce-page #content table.cart .cart_item td.product-thumbnail {
        text-align: center
    }
    .woocommerce table.cart .cart_item td.product-thumbnail:before,
    .woocommerce #content table.cart .cart_item td.product-thumbnail:before,
    .woocommerce-page table.cart .cart_item td.product-thumbnail:before,
    .woocommerce-page #content table.cart .cart_item td.product-thumbnail:before {
        display: none
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        display: block;
        width: 100%;
        float: left
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%
    }
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
        min-width: 48%;
        max-width: 48%
    }
    .woocommerce #content table.cart td.actions>input.button,
    .woocommerce table.cart td.actions>input.button,
    .woocommerce-page #content table.cart td.actions>input.button,
    .woocommerce-page table.cart td.actions>input.button {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }
    .woocommerce table.cart .cart_item td a.remove,
    .woocommerce-page table.cart .cart_item td a.remove,
    .woocommerce-page #content table.cart .cart_item td a.remove {
        font-size: 20px
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: left;
        width: 100%
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
        margin-bottom: 20px
    }
    h1.page-title:after {
        display: none
    }
    .woocommerce-account .row .entry-content {
        margin: 20px 0 0 0
    }
    .woocommerce table.shop_table.woocommerce-MyAccount-orders td,
    .woocommerce-page table.shop_table.woocommerce-MyAccount-orders td {
        padding: 10px 0px 10px 0
    }
    .woocommerce table.shop_table.woocommerce-MyAccount-orders td:last-child,
    .woocommerce-page table.shop_table.woocommerce-MyAccount-orders td:last-child {
        padding-top: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .woocommerce-cart .entry-content .woocommerce>form,
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        width: 100%;
        margin-bottom: 50px
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 66%
    }
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
        min-width: 48%;
        max-width: 48%
    }
    .woocommerce #content table.cart td.actions>input.button,
    .woocommerce table.cart td.actions>input.button,
    .woocommerce-page #content table.cart td.actions>input.button,
    .woocommerce-page table.cart td.actions>input.button {
        width: 31%;
        min-width: 31%;
        max-width: 31%
    }
}

@media only screen and (min-width: 56.3125em) {
    .woocommerce-account h2 {
        margin-top: 68px;
        margin-bottom: 15px
    }
    .my_address_title {
        margin-top: 68px
    }
    .myaccount_user_inner {
        font-size: 1.125rem
    }
    .account_button {
        margin-top: 35px
    }
    .woocommerce ul.digital-downloads li .count,
    .woocommerce-page ul.digital-downloads li .count .woocommerce ul.digital-downloads li a,
    .woocommerce-page ul.digital-downloads li a {
        display: inline-block
    }
    .woocommerce ul.digital-downloads li a,
    .woocommerce-page ul.digital-downloads li a {
        width: 65%;
        float: left
    }
    .woocommerce ul.digital-downloads li .count,
    .woocommerce-page ul.digital-downloads li .count {
        float: right;
        padding-left: 0
    }
    .woocommerce ul.digital-downloads li:after,
    .woocommerce-page ul.digital-downloads li:after {
        margin: 0 0 19px 0;
        padding: 19px 0 0;
        clear: both
    }
    .woocommerce table.my_account_orders,
    .woocommerce-page table.my_account_orders {
        margin-top: 0px;
        font-size: 0.9375rem
    }
    .woocommerce .my_account_container table.shop_table .order-date,
    .woocommerce .my_account_container table.shop_table .order-actions {
        display: table-cell;
        padding-left: 0;
        padding-right: 0
    }
    .woocommerce .my_account_container table.shop_table .order-actions a {
        padding-left: 10px
    }
    .woocommerce .my_account_container table.shop_table .order-status,
    .woocommerce .my_account_container table.shop_table .order-date {
        padding-left: 25px;
        padding-right: 25px
    }
    .woocommerce .my_account_container table.shop_table .order-total {
        padding-left: 25px;
        padding-right: 25px;
        width: 239px
    }
    .woocommerce .my_account_container table.shop_table td.order-number,
    .woocommerce-page .my_account_container table.shop_table td.order-number {
        font-size: 1.5rem;
        padding-left: 0;
        padding-right: 0
    }
    .woocommerce .my_account_container table.shop_table td .amount,
    .woocommerce-page .my_account_container table.shop_table td .amount {
        display: inline-block
    }
    .portfolio-grid-sizer {
        width: 33.3333333333%
    }
    .portfolio-box,
    .portfolio_related_item {
        width: 33.3333333333%;
        padding-bottom: 33.3333333333%
    }
    .portfolio-box.width2 {
        width: 66.6666666666%;
        padding-bottom: 33.3333333333%
    }
    .portfolio-box.width2.height2 {
        width: 66.6666666666%;
        padding-bottom: 66.6666666666%
    }
    .portfolio_related_item.item_3.empty {
        display: block
    }
    .portfolio_related_item.item_2.empty .hover-effect-link {
        border-right: 1px solid #ddd
    }
    .main-navigation ul li a {
        padding: 10px 10px 10px 0
    }
    .main-navigation>ul>li.menu-item-has-children>a:after {
        right: 0px
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
    #page_wrapper {
        padding-top: 63px
    }
    .full-width-page .columns {
        padding-left: 60px;
        padding-right: 60px
    }
    .top-headers-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 63px;
        overflow: hidden;
        z-index: 999
    }
    .site-tools.offset {
        margin-top: -15px
    }
    .site-tools.offset ul li {
        height: 63px
    }
    .site-tools.offset ul li .tools_button {
        margin-top: 14px
    }
    .transparent_header.sticky_header .page-title-shown .entry-header.with_featured_img {
        margin-top: -85px
    }
    .page-template-default .transparent_header .entry-header.with_featured_img {
        margin-top: -85px
    }
    .sticky_header .page-title-shown .entry-header.with_featured_img {
        margin-top: -85px
    }
}

@media only screen and (max-width: 64em) {
    .product_content_wrapper {
        margin-top: -40px
    }
    body.tag.archive .large-12.columns.with-sidebar {
        padding-right: 0
    }
    .site-branding .site-title a {
        font-size: 14px
    }
    .site-tools ul li {
        margin-left: 6px
    }
    .vc_video-bg.vc_hidden-xs {
        display: block;
        pointer-events: all
    }
    body.blog .large-12.columns.with-sidebar {
        padding-right: 0
    }
    body.archive.category .large-12.columns.with-sidebar {
        padding-right: 0
    }
    .blog-sidebar {
        position: relative;
        width: 100%
    }
    .full-width-page .row {
        padding-left: 0;
        padding-right: 0
    }
    .full-width-page .columns .row {
        margin-left: 0;
        margin-right: 0
    }
    .full-width-page .columns .columns {
        padding-left: 0px;
        padding-right: 0px
    }
    .full-width-page .columns .wpb_content_element {
        padding-left: 0;
        padding-right: 0
    }
    .products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none
    }
    .products li.product_added_to_cart .product_after_shop_loop_switcher {
        transform: none;
        -ms-transform: none;
        -webkit-transform: none
    }
    .product_after_shop_loop {
        height: 66px
    }
    .product_after_shop_loop_switcher .product_after_shop_loop_buttons {
        margin-top: -10px
    }
    .getbowtied_product_quick_view_button {
        display: none
    }
    .woocommerce .col2-set,
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    table.customer_details,
    .woocommerce-order-received .xlarge-6.xlarge-centered>header.title,
    .woocommerce-order-received .xlarge-6.xlarge-centered>address,
    .woocommerce-view-order .xxlarge-6>address,
    .woocommerce-view-order .xxlarge-6>header.title {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0
    }
    #yith-wcwl-form .wishlist-empty {
        font-size: 1.875rem;
        line-height: 1.2;
        text-align: center;
        padding: 0 30px
    }
    .site-header-wrapper {
        margin: 0
    }
    .top-headers-wrapper #masthead .large-12 {
        padding: 0
    }
    .lost-reset-pass-text {
        margin: 0 0 32px 0
    }
    .woocommerce-cart .entry-content .woocommerce>form,
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
        width: 100%;
        margin-bottom: 50px
    }
    .woocommerce-wishlist.woocommerce .woocommerce-message,
    .woocommerce-wishlist.woocommerce-page .woocommerce-message,
    .single-product.woocommerce .woocommerce-message,
    .single-product.woocommerce-page .woocommerce-message {
        margin: 45px -30px 0
    }
}

@media only screen and (min-width: 63.9375em) {
    .page-title {
        font-size: 6.25rem;
        margin-bottom: 28px;
        line-height: 1
    }
    .owl-theme .owl-controls {
        margin-top: 0px
    }
    .owl-theme .owl-controls .owl-page span {
        height: 8px;
        margin: 5px 3px;
        width: 8px
    }
    .mobile-navigation a:hover {
        color: #585858
    }
    .mobile-navigation .menu-item-has-children ul li a:hover {
        color: #a3a3a3
    }
    select.big-select,
    select.topbar-language-switcher,
    select.wcml_currency_switcher {
        opacity: 0
    }
    .woocommerce form .form-row-first,
    .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last {
        width: 48.8%
    }
    .blog-post,
    .grid-sizer {
        width: 33.3333333333%
    }
    .entry-thumbnail {
        padding: 0 25px
    }
    .blog-single .larger {
        width: 915px;
        margin-left: -124px;
        margin-bottom: 1.23em;
        max-width: 915px
    }
    .parallax-container {
        background-attachment: fixed
    }
    .error-404 input[type="text"],
    .error-404 input[type="search"],
    .no-results input[type="text"],
    .no-results input[type="search"] {
        width: 470px;
        margin-right: 10px
    }
    .comment-list ul.children {
        margin: 0 0 0em 120px
    }
    .previous-image,
    .next-image {
        margin-top: -56px
    }
    .woocommerce-account h2,
    .woocommerce-order-received h2 {
        margin-top: 78px;
        margin-bottom: 17px
    }
    .my_address_title {
        margin-top: 78px
    }
    .order-info {
        margin: 16px -1000px 8px;
        padding-left: 1000px;
        padding-right: 1000px
    }
    .thank_you_header p {
        font-size: 1.5rem
    }
    .cart_form {
        margin-bottom: 100px
    }
    .cart_left_wrapper {
        padding-right: 30px;
        margin-bottom: 0px;
        margin-top: 60px
    }
    .cart_right_wrapper {
        margin-left: 30px;
        margin-top: 60px
    }
    .shipping-calculator-wrapper,
    .update_and_checkout {
        width: auto;
        float: none
    }
    .cart-wishlist-empty {
        font-size: 3.75rem;
        line-height: 1.2em
    }
    .cart-empty {
        margin: 13px 0 18px
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        margin-bottom: 20px
    }
    .checkout_left_wrapper {
        margin-right: 30px;
        margin-top: 90px
    }
    .checkout_right_wrapper {
        margin-left: 30px;
        margin-top: 90px
    }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
        width: 154px
    }
    #shipping_method li .amount {
        display: inline-block
    }
    .woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child,
    .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child {
        max-width: 40%
    }
    .woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child,
    .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child {
        width: auto;
        padding-left: 40px
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: 100%
    }
    .woocommerce #payment ul.payment_methods li img,
    .woocommerce-page #payment ul.payment_methods li img {
        margin: -2px 0px 0 6px
    }
    .woocommerce #payment .payment_method_paypal .about_paypal,
    .woocommerce-page #payment .payment_method_paypal .about_paypal {
        display: block
    }
    .woocommerce-page table.cart.wishlist_table .product-name,
    .woocommerce-page #content table.cart.wishlist_table .product-name {
        padding-right: 70px
    }
    .woocommerce-page table.cart.wishlist_table .product-stock-status,
    .woocommerce-page #content table.cart.wishlist_table .product-stock-status {
        display: table-cell;
        padding-left: 0;
        padding-right: 30px
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        display: inline-block
    }
    .woocommerce ul.products-grid,
    .woocommerce-page ul.products-grid {
        margin: 0px -10px 57px
    }
    .shop_header_bkg.parallax {
        background-size: cover;
        background-position: center top;
        opacity: 0;
        transition: opacity 0s;
        -webkit-transition: opacity 0s
    }
    .shop_header_bkg.parallax.loaded {
        opacity: 1
    }
    .woocommerce-pagination {
        margin: 0px 0 84px
    }
    .categories_grid .category_name,
    .category_list .category_name {
        font-size: 1.875rem
    }
    .product_content_wrapper {
        padding-top: 80px
    }
    .product_summary_thumbnails_wrapper {
        display: block
    }
    .product_navigation {
        margin: 8px 0
    }
    .product_images .owl-theme .owl-controls {
        margin-top: 30px;
        margin-bottom: 0
    }
    .product_infos {
        padding: 0 0 0 40px
    }
    .woocommerce .woocommerce-product-rating,
    .woocommerce-page .woocommerce-product-rating,
    .woocommerce #content div.product .product_title,
    .woocommerce div.product .product_title,
    .woocommerce-page #content div.product .product_title,
    .woocommerce-page div.product .product_title,
    .woocommerce div.product span.price,
    .woocommerce-page div.product span.price,
    .woocommerce #content div.product span.price,
    .woocommerce-page #content div.product span.price,
    .woocommerce div.product p.price,
    .woocommerce-page div.product p.price,
    .woocommerce #content div.product p.price,
    .woocommerce-page #content div.product p.price {
        text-align: left
    }
    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce #content div.product .woocommerce-tabs .panel,
    .woocommerce-page div.product .woocommerce-tabs .panel,
    .woocommerce-page #content div.product .woocommerce-tabs .panel {
        padding: 42px 0 55px
    }
    .product_images .flex-control-nav {
        display: none
    }
    .product_images .owl-controls {
        display: none
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .description,
    .woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
        margin: 15px 0 0 0
    }
    .product_socials_wrapper.show-share-text-on-mobiles .product_socials_wrapper_inner {
        margin-top: -20px;
        transition: margin-top 0.3s ease 0.5s;
        -webkit-transition: margin-top 0.3s ease 0.5s
    }
    .product_socials_wrapper.show-share-text-on-mobiles .share-product-text {
        opacity: 0;
        transition: opacity 0.3s ease .3s;
        -webkit-transition: opacity 0.3s ease .3s
    }
    .product_socials_wrapper.show-share-text-on-mobiles.hovered .product_socials_wrapper_inner {
        margin-top: 15px;
        transition: margin-top 0.3s ease .3s;
        -webkit-transition: margin-top 0.3s ease .3s
    }
    .product_socials_wrapper.show-share-text-on-mobiles.hovered .share-product-text {
        opacity: 1;
        transition: opacity 0.3s ease 0.5s;
        -webkit-transition: opacity 0.3s ease 0.5s
    }
    .shop-has-sidebar #button_offcanvas_sidebar_left {
        display: none
    }
    .site-footer-widget-area .columns:nth-child(2n+1) {
        clear: none
    }
    .site-footer-widget-area .footer-5-columns {
        width: 20%
    }
    .site-footer-widget-area .columns:nth-child(4n+1) {
        clear: left
    }
    .woocommerce-wishlist.woocommerce .woocommerce-message,
    .woocommerce-wishlist.woocommerce-page .woocommerce-message,
    .single-product.woocommerce .woocommerce-message,
    .single-product.woocommerce-page .woocommerce-message {
        padding: 20px 30px 20px 30px;
        line-height: 35px
    }
    .single-product.woocommerce .woocommerce-message,
    .single-product.woocommerce-page .woocommerce-message {
        margin: -24px 0 50px
    }
    .single-product.woocommerce .woocommerce-error,
    .single-product.woocommerce-page .woocommerce-error {
        margin: -24px 0 50px
    }
    .woocommerce-wishlist.woocommerce .woocommerce-message,
    .woocommerce-wishlist.woocommerce-page .woocommerce-message {
        margin: 10px 0 18px
    }
    .woocommerce-error:before,
    .woocommerce-message:before,
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-message:before,
    .woocommerce-page .woocommerce-error:before,
    .woocommerce-page .woocommerce-message:before {
        top: 27px
    }
    .woocommerce-checkout .showcoupon,
    .woocommerce-checkout .showlogin {
        display: inline-block;
        margin-top: 0px
    }
    .woocommerce-checkout .woocommerce>.woocommerce-error {
        margin-bottom: 40px
    }
    .woocommerce-checkout .woocommerce>.woocommerce-message {
        margin-bottom: 15px
    }
    .woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error,
    .woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error,
    .woocommerce-checkout.woocommerce form.checkout .woocommerce-error,
    .woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error {
        padding: 18px 33px 18px 33px
    }
    .woocommerce-checkout.woocommerce .checkout_coupon_box .woocommerce-error:before,
    .woocommerce-checkout.woocommerce-page .checkout_coupon_box .woocommerce-error:before,
    .woocommerce-checkout.woocommerce form.checkout .woocommerce-error:before,
    .woocommerce-checkout.woocommerce-page form.checkout .woocommerce-error:before {
        top: 33px;
        left: 0
    }
    .full-width-page .wpb_wrapper .gallery,
    .full-width-page .wpb_alert.wpb_content_element,
    .full-width-page .wpb_wrapper .wpb_gmaps_widget,
    .full-width-page .wpb_wrapper #map_container,
    .full-width-page .wpb_wrapper .wpb_revslider_element,
    .full-width-page .wpb_wrapper .portfolio-isotope-container {
        margin-left: -15px;
        margin-right: -15px
    }
    .full-width-page .column_container {
        padding-left: 0.625rem;
        padding-right: 0.625rem
    }
    .vc_row-fluid.parallax {
        background-size: 0;
        background-position: center center;
        background-repeat: no-repeat
    }
    .vc_row-fluid.parallax.loaded {
        background-size: cover
    }
    .full-width-page .boxed-row {
        padding-left: 50px;
        padding-right: 50px
    }
    .boxed-row .wpb_wrapper .from-the-blog-wrapper {
        margin: 0px -15px 0px
    }
    .wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
    .wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
        padding: 50px 0
    }
    .shortcode_banner_simple_height_bullet {
        display: table
    }
}

@media only screen and (min-width: 63.9375em) {
    #site-top-bar {
        display: block
    }
    #wpadminbar {
        display: block;
        -webkit-transform: translateZ(0)
    }
    .logged-in.admin-bar .mobile-search {
        padding-top: 32px
    }
    .gallery-icon a:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        z-index: 1;
        transition: opacity 0.35s;
        -webkit-transition: opacity 0.35s
    }
    .gallery-item:hover a:before {
        opacity: 0.6
    }
    .gallery-icon img {
        width: calc(100% + 50px);
        max-width: none;
        min-height: 100.6%;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }
    .gallery-item:hover img {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        opacity: .3
    }
    .woocommerce-wishlist .entry-content #yith-wcwl-form {
        max-width: 75%
    }
    .woocommerce-wishlist .entry-content #yith-wcwl-form ins {
        background-color: transparent
    }
}

@media only screen and (min-width: 80em) {
    .woocommerce-wishlist .entry-content #yith-wcwl-form {
        max-width: 66%
    }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
        width: 170px
    }
    .woocommerce-page table.cart.wishlist_table .product-name,
    .woocommerce-page #content table.cart.wishlist_table .product-name {
        width: 37%
    }
    .portfolio-grid-sizer {
        width: 25%
    }
    .portfolio-box,
    .portfolio_related_item {
        width: 25%;
        padding-bottom: 25%
    }
    .portfolio-box.width2 {
        width: 50%;
        padding-bottom: 25%
    }
    .portfolio-box.width2.height2 {
        width: 50%;
        padding-bottom: 50%
    }
    .default_grid.items_per_row_3 .portfolio-grid-sizer {
        width: 33.3333333333%
    }
    .default_grid.items_per_row_3 .portfolio-box {
        padding-bottom: 33.33333333333%;
        width: 33.3333333333%
    }
    .portfolio_related_item.item_4.empty {
        display: block
    }
    .portfolio_related_item.item_3.empty .hover-effect-link {
        border-right: 1px solid #ddd
    }
    .woocommerce #payment ul.payment_methods li img,
    .woocommerce-page #payment ul.payment_methods li img {
        margin: -2px 10px 0 6px
    }
    .woocommerce #payment .payment_method_paypal .about_paypal,
    .woocommerce-page #payment .payment_method_paypal .about_paypal {
        display: inline-block
    }
    .myaccount_user {
        margin: 0 -100px
    }
    .main-navigation ul li a {
        padding: 10px 15px
    }
    .main-navigation>ul>li.menu-item-has-children>a:after {
        right: -3px
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: auto;
        margin-bottom: 0px
    }
}

@media only screen and (min-width: 100em) {
    .woocommerce-wishlist .entry-content #yith-wcwl-form {
        max-width: 58%
    }
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
    .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
    .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
        width: 190px
    }
    .product_infos {
        padding: 0 20px 0 20px
    }
}

@media only screen and (min-width: 100.063em) {
    .single-post-header.with-thumb .title {
        padding: 225px 0 220px 0
    }    
    .woocommerce .shop_table.order_details tfoot th,
    .woocommerce-page .shop_table.order_details tfoot th {
        padding-left: 44%
    }
    .portfolio-grid-sizer {
        width: 20%
    }
    .portfolio-box,
    .portfolio_related_item {
        width: 20%;
        padding-bottom: 20%
    }
    .portfolio-box.width2 {
        width: 40%;
        padding-bottom: 20%
    }
    .portfolio-box.width2.height2 {
        width: 40%;
        padding-bottom: 40%
    }
    .default_grid.items_per_row_4 .portfolio-grid-sizer {
        width: 25%
    }
    .default_grid.items_per_row_4 .portfolio-box {
        padding-bottom: 25%;
        width: 25%
    }
    .portfolio_related_item.item_5.empty {
        display: block
    }
    .portfolio_related_item.item_4.empty .hover-effect-link {
        border-right: 1px solid #ddd
    }
}