/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template, [hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    box-sizing: border-box;
}

html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}

@media (max-width: 1024px) {
    html {
        height: 100%;
    }
}

@media (max-width: 1024px) {
    body {
        height: 100%;
    }
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

iframe {
    border: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

iframe[name=google_conversion_frame] {
    display: none;
}

@-webkit-keyframes background-flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #f5f5b4;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes background-flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #f5f5b4;
    }

    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fade-in-down-desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-down-desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fade-in-up-desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fade-in-up-desktop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 1;
    }
}

@-webkit-keyframes move-from-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move-from-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    40% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    40% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    80% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

[am-Grid] {
    float: left;
    width: 100%;
}

    [am-Grid]:after {
        content: "";
        display: table;
        clear: both;
    }

@media (max-width: 568px) {
    [am-Grid] [am-Grid-Col~="s:1"] {
        width: 20.3125%;
        float: left;
        margin-right: 6.25%;
    }

    [am-Grid] [am-Grid-Col~="s:pre1"] {
        margin-left: 26.5625%;
    }

    [am-Grid] [am-Grid-Col~="s:2"] {
        width: 46.875%;
        float: left;
        margin-right: 6.25%;
    }

    [am-Grid] [am-Grid-Col~="s:pre2"] {
        margin-left: 53.125%;
    }

    [am-Grid] [am-Grid-Col~="s:3"] {
        width: 73.4375%;
        float: left;
        margin-right: 6.25%;
    }

    [am-Grid] [am-Grid-Col~="s:pre3"] {
        margin-left: 79.6875%;
    }

    [am-Grid] [am-Grid-Col~="s:4"] {
        width: 100%;
        float: left;
        margin-right: 6.25%;
    }

    [am-Grid] [am-Grid-Col~="s:pre4"] {
        margin-left: 106.25%;
    }

    [am-Grid] [am-Grid-Row~="s:end"] {
        margin-right: 0;
        clear: right;
    }

    [am-Grid] [am-Grid-Row~="s:start"] {
        clear: left;
    }
}

@media (min-width: 569px) and (max-width: 1024px) {
    [am-Grid] [am-Grid-Col~="m:1"] {
        width: 9.84848%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre1"] {
        margin-left: 12.87879%;
    }

    [am-Grid] [am-Grid-Col~="m:2"] {
        width: 22.72727%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre2"] {
        margin-left: 25.75758%;
    }

    [am-Grid] [am-Grid-Col~="m:3"] {
        width: 35.60606%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre3"] {
        margin-left: 38.63636%;
    }

    [am-Grid] [am-Grid-Col~="m:4"] {
        width: 48.48485%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre4"] {
        margin-left: 51.51515%;
    }

    [am-Grid] [am-Grid-Col~="m:5"] {
        width: 61.36364%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre5"] {
        margin-left: 64.39394%;
    }

    [am-Grid] [am-Grid-Col~="m:6"] {
        width: 74.24242%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre6"] {
        margin-left: 77.27273%;
    }

    [am-Grid] [am-Grid-Col~="m:7"] {
        width: 87.12121%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre7"] {
        margin-left: 90.15152%;
    }

    [am-Grid] [am-Grid-Col~="m:8"] {
        width: 100%;
        float: left;
        margin-right: 3.0303%;
    }

    [am-Grid] [am-Grid-Col~="m:pre8"] {
        margin-left: 103.0303%;
    }

    [am-Grid] [am-Grid-Row~="m:end"] {
        margin-right: 0;
        clear: right;
    }

    [am-Grid] [am-Grid-Row~="m:start"] {
        clear: left;
    }
}

@media (min-width: 1025px) {
    [am-Grid] [am-Grid-Col~="l:1"] {
        width: 6.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre1"] {
        margin-left: 8.5%;
    }

    [am-Grid] [am-Grid-Col~="l:2"] {
        width: 15%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre2"] {
        margin-left: 17%;
    }

    [am-Grid] [am-Grid-Col~="l:3"] {
        width: 23.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre3"] {
        margin-left: 25.5%;
    }

    [am-Grid] [am-Grid-Col~="l:4"] {
        width: 32%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre4"] {
        margin-left: 34%;
    }

    [am-Grid] [am-Grid-Col~="l:5"] {
        width: 40.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre5"] {
        margin-left: 42.5%;
    }

    [am-Grid] [am-Grid-Col~="l:6"] {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre6"] {
        margin-left: 51%;
    }

    [am-Grid] [am-Grid-Col~="l:7"] {
        width: 57.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre7"] {
        margin-left: 59.5%;
    }

    [am-Grid] [am-Grid-Col~="l:8"] {
        width: 66%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre8"] {
        margin-left: 68%;
    }

    [am-Grid] [am-Grid-Col~="l:9"] {
        width: 74.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre9"] {
        margin-left: 76.5%;
    }

    [am-Grid] [am-Grid-Col~="l:10"] {
        width: 83%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre10"] {
        margin-left: 85%;
    }

    [am-Grid] [am-Grid-Col~="l:11"] {
        width: 91.5%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre11"] {
        margin-left: 93.5%;
    }

    [am-Grid] [am-Grid-Col~="l:12"] {
        width: 100%;
        float: left;
        margin-right: 2%;
    }

    [am-Grid] [am-Grid-Col~="l:pre12"] {
        margin-left: 102%;
    }

    [am-Grid] [am-Grid-Row~="l:end"] {
        margin-right: 0;
        clear: right;
    }

    [am-Grid] [am-Grid-Row~="l:start"] {
        clear: left;
    }
}

.h-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.h-clear {
    clear: both;
}

.h-clickable {
    cursor: pointer;
}

.h-no-bullet {
    list-style: none;
}

.h-hr {
    border: none;
    display: block;
    background-color: #dedede;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.h-pull-right {
    float: right;
}

.h-pull-left {
    float: left;
}

.h-pull-none {
    float: none !important;
}

.h-display-inlineblock {
    display: inline-block !important;
}

.h-position-absolute {
    position: absolute;
}

.h-position-relative {
    position: relative;
}

.h-position-fixed {
    position: fixed;
}

.h-text-align-center {
    text-align: center;
}

.h-text-align-left {
    text-align: left;
}

.h-text-align-right {
    text-align: right;
}

.h-word-wrap {
    word-wrap: break-word;
}

.h-strikethrough {
    text-decoration: line-through;
}

.h-text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.h-full-width {
    width: 100%;
}

.h-flexible {
    max-width: 100%;
}

.h-image-svg {
    line-height: 0;
    display: block;
}

.h-flex-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative;
}

    .h-flex-video iframe, .h-flex-video video {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }

.h-m0 {
    margin: 0px !important;
}

.h-mt0 {
    margin-top: 0px !important;
}

.h-mr0 {
    margin-right: 0px !important;
}

.h-mb0 {
    margin-bottom: 0px !important;
}

.h-ml0 {
    margin-left: 0px !important;
}

.h-mx0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.h-my0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.h-m1 {
    margin: 8px !important;
}

.h-mt1 {
    margin-top: 8px !important;
}

.h-mr1 {
    margin-right: 8px !important;
}

.h-mb1 {
    margin-bottom: 8px !important;
}

.h-ml1 {
    margin-left: 8px !important;
}

.h-mx1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.h-my1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.h-m2 {
    margin: 16px !important;
}

.h-mt2 {
    margin-top: 16px !important;
}

.h-mr2 {
    margin-right: 16px !important;
}

.h-mb2 {
    margin-bottom: 16px !important;
}

.h-ml2 {
    margin-left: 16px !important;
}

.h-mx2 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.h-my2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.h-m3 {
    margin: 24px !important;
}

.h-mt3 {
    margin-top: 24px !important;
}

.h-mr3 {
    margin-right: 24px !important;
}

.h-mb3 {
    margin-bottom: 24px !important;
}

.h-ml3 {
    margin-left: 24px !important;
}

.h-mx3 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.h-my3 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.h-m4 {
    margin: 32px !important;
}

.h-mt4 {
    margin-top: 32px !important;
}

.h-mr4 {
    margin-right: 32px !important;
}

.h-mb4 {
    margin-bottom: 32px !important;
}

.h-ml4 {
    margin-left: 32px !important;
}

.h-mx4 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.h-my4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.h-mxa {
    margin-left: auto !important;
    margin-right: auto !important;
}

.h-mya {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.h-p0 {
    padding: 0px !important;
}

.h-pt0 {
    padding-top: 0px !important;
}

.h-pr0 {
    padding-right: 0px !important;
}

.h-pb0 {
    padding-bottom: 0px !important;
}

.h-pl0 {
    padding-left: 0px !important;
}

.h-px0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.h-py0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.h-p1 {
    padding: 8px !important;
}

.h-pt1 {
    padding-top: 8px !important;
}

.h-pr1 {
    padding-right: 8px !important;
}

.h-pb1 {
    padding-bottom: 8px !important;
}

.h-pl1 {
    padding-left: 8px !important;
}

.h-px1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.h-py1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.h-p2 {
    padding: 16px !important;
}

.h-pt2 {
    padding-top: 16px !important;
}

.h-pr2 {
    padding-right: 16px !important;
}

.h-pb2 {
    padding-bottom: 16px !important;
}

.h-pl2 {
    padding-left: 16px !important;
}

.h-px2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.h-py2 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.h-p3 {
    padding: 24px !important;
}

.h-pt3 {
    padding-top: 24px !important;
}

.h-pr3 {
    padding-right: 24px !important;
}

.h-pb3 {
    padding-bottom: 24px !important;
}

.h-pl3 {
    padding-left: 24px !important;
}

.h-px3 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.h-py3 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.h-p4 {
    padding: 32px !important;
}

.h-pt4 {
    padding-top: 32px !important;
}

.h-pr4 {
    padding-right: 32px !important;
}

.h-pb4 {
    padding-bottom: 32px !important;
}

.h-pl4 {
    padding-left: 32px !important;
}

.h-px4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.h-py4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

@media (max-width: 1024px) {
    .is-hidden-tablet-and-below {
        display: none !important;
    }
}

@media (max-width: 568px) {
    .is-hidden-phone {
        display: none !important;
    }
}

@media (min-width: 569px) {
    .is-hidden-tablet-and-above {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

.is-visually-hidden, .js .is-visually-hidden--js {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hidden, .is-hidden {
    display: none !important;
}

.no-js .is-hidden--no-js {
    display: none !important;
}

.js .is-hidden--js {
    display: none !important;
}

.is-loading {
    background-image: url(//public-assets.envato-static.com/assets/common/pagination_loader-73736b3de249249088088e46fe59d88d.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
}

.is-pjax-loading {
    opacity: 0.4;
}

.is-disabled-interaction, .is-disabled-loading {
    position: relative;
}

    .is-disabled-interaction:before, .is-disabled-loading:before {
        content: "";
        background-color: #fff;
        opacity: 0.4;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

.is-disabled-interaction {
    cursor: default;
}

.is-disabled-loading {
    cursor: wait;
}

.no-svg .is-hidden--no-svg, .svg .is-hidden--svg {
    display: none;
}

.svg .is-hidden--no-svg, .no-svg .is-hidden--svg {
    display: inline;
}

.t-body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 0;
}

    .t-body a {
        color: #0084b4;
    }

        .t-body a:hover {
            color: #00719b;
        }

    .t-body.-size-xl {
        font-size: 20px;
    }

    .t-body.-size-l {
        font-size: 18px;
    }

    .t-body.-size-m {
        font-size: 14px;
    }

    .t-body.-size-s {
        font-size: 12px;
    }

    .t-body.-color-dark, .t-body {
        color: #666;
    }

        .t-body.-color-mid {
            color: #999;
        }

        .t-body.-color-light {
            color: #fff;
        }

        .t-body.-color-inherit {
            color: inherit;
        }

        .t-body.-color-danger {
            color: #df2c2c;
        }

        .t-body.-color-success {
            color: #82b541;
        }

        .t-body.-color-warning {
            color: #efa506;
        }

        .t-body.-style-italic {
            font-style: italic;
        }

        .t-body.-weight-bold {
            font-weight: 700;
        }

.t-currency {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-weight: inherit;
    line-height: 1;
}

    .t-currency::first-letter {
        margin-right: 0.05em;
        font-size: 12px;
        line-height: 1.25em;
        font-weight: normal;
        vertical-align: top;
    }

@-moz-document url-prefix() {
    .t-currency::first-letter {
        float: left;
    }
}

.t-heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0;
}

    .t-heading a {
        color: #0084b4;
    }

        .t-heading a:hover {
            color: #00719b;
        }

    .t-heading.-size-xxl {
        font-size: 36px;
    }

    .t-heading.-size-xl {
        font-size: 32px;
    }

    .t-heading.-size-l {
        font-size: 28px;
    }

    .t-heading.-size-m {
        font-size: 24px;
    }

    .t-heading.-size-s {
        font-size: 20px;
    }

    .t-heading.-size-xs {
        font-size: 18px;
    }

    .t-heading.-size-xxs {
        font-size: 14px;
    }

    .t-heading.-size-inherit {
        font-size: inherit;
    }

    .t-heading.-color-dark, .t-heading {
        color: #454545;
    }

        .t-heading.-color-mid {
            color: #545454;
        }

        .t-heading.-color-light {
            color: #fff;
        }

        .t-heading.-color-inherit {
            color: inherit;
        }

        .t-heading.-color-highlight {
            color: #82b440;
        }

        .t-heading.-weight-normal {
            font-weight: 400;
        }

        .t-heading.-weight-light {
            font-weight: 300;
        }

        .t-heading.-margin-none {
            margin: 0;
        }

.t-icon-list {
    list-style: none;
    margin: 0 0 8px 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .t-icon-list a {
        color: #0084b4;
    }

        .t-icon-list a:hover {
            color: #00719b;
        }

    .t-icon-list.-offset-flush {
        margin-left: 8px;
    }

    .t-icon-list.-font-size-s {
        font-size: 12px;
    }

    .t-icon-list.-font-size-m, .t-icon-list {
        font-size: 16px;
    }

        .t-icon-list.-icon-size-s .t-icon-list__item:before {
            font-size: 12px;
        }

        .t-icon-list.-icon-size-m .t-icon-list__item:before, .t-icon-list .t-icon-list__item:before {
            font-size: 14px;
        }

.t-icon-list__item {
    position: relative;
    padding-left: 16px;
}

    .t-icon-list__item:before {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        position: relative;
        left: -23px;
        margin-right: -15px;
    }

    .t-icon-list__item.-icon-ok:before {
        content: "\f137";
    }

    .t-icon-list__item.-icon-cancel:before {
        content: "\f10c";
    }

    .t-icon-list__item.-icon-caret:before {
        content: "\f104";
    }

    .t-icon-list__item.-color-mid:before, .t-icon-list__item:before {
        color: gray;
    }

    .t-icon-list__item.-color-dark:before {
        color: #000;
    }

    .t-icon-list__item.-color-light:before {
        color: #fff;
    }

    .t-icon-list__item.-color-primary:before {
        color: #82b440;
    }

.t-link {
    color: #0084b4;
    text-decoration: underline;
}

    .t-link:hover {
        color: #00719b;
    }

    .t-link:hover {
        text-decoration: none;
    }

    .t-link.-color-dark {
        color: #454545;
    }

        .t-link.-color-dark:hover {
            color: #787878;
        }

    .t-link.-color-light {
        color: #fff;
    }

        .t-link.-color-light:hover {
            color: #f5f5f5;
        }

    .t-link.-color-default {
        color: #0084b4;
    }

        .t-link.-color-default:hover {
            color: #00719b;
        }

    .t-link.-color-inherit {
        color: currentColor;
    }

    .t-link.-decoration-reversed {
        text-decoration: none;
    }

        .t-link.-decoration-reversed:hover {
            text-decoration: underline;
        }

    .t-link.-decoration-none {
        text-decoration: none;
    }

        .t-link.-decoration-none:hover {
            text-decoration: none;
        }

    .t-link.-weight-bold {
        font-weight: 700;
    }

    .t-link.-weight-normal {
        font-weight: 400;
    }

    .t-link.-weight-light {
        font-weight: 300;
    }

.t-list {
    list-style: disc;
    margin-left: 32px;
}

    .t-list.-style-none {
        list-style: none;
        margin-left: 0;
    }

    .t-list.-style-decimal {
        list-style: decimal;
    }

    .t-list.-style-alpha {
        list-style: lower-alpha;
    }

    .t-list.-style-lower-roman {
        list-style: lower-roman;
    }

.t-preformatted {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .t-preformatted p {
        color: #666;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 16px;
        padding: 0;
    }

        .t-preformatted p a {
            color: #0084b4;
        }

            .t-preformatted p a:hover {
                color: #00719b;
            }

    .t-preformatted h1 {
        display: none;
    }

    .t-preformatted h2, .t-preformatted h3, .t-preformatted h4, .t-preformatted h5, .t-preformatted h6 {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
        line-height: 1.2;
        color: #454545;
        margin-bottom: 8px;
        padding: 0;
    }

        .t-preformatted h2 a, .t-preformatted h3 a, .t-preformatted h4 a, .t-preformatted h5 a, .t-preformatted h6 a {
            color: #0084b4;
        }

            .t-preformatted h2 a:hover, .t-preformatted h3 a:hover, .t-preformatted h4 a:hover, .t-preformatted h5 a:hover, .t-preformatted h6 a:hover {
                color: #00719b;
            }

    .t-preformatted small {
        color: #909090;
        font-size: 12px;
    }

    .t-preformatted ol, .t-preformatted ul {
        font-size: 14px;
        margin-bottom: 16px;
        padding-left: 25px;
    }

        .t-preformatted ol:last-child, .t-preformatted ul:last-child {
            margin-bottom: 0;
        }

    .t-preformatted ol {
        list-style-type: decimal;
    }

    .t-preformatted ul {
        list-style: disc;
    }

    .t-preformatted table {
        margin-bottom: 16px;
        max-width: 100%;
        overflow: auto;
    }

    .t-preformatted img {
        max-width: 100%;
    }

    .t-preformatted blockquote {
        border-left: 1px solid #454545;
        color: #777;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 16px;
        padding-left: 16px;
    }

    .t-preformatted pre {
        font-size: 14px;
        margin-bottom: 16px;
    }

.f-checkbox {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
}

    .f-checkbox.is-invalid, .f-checkbox.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-checkbox[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-checkbox.is-read-only {
        cursor: text;
        border-style: dashed;
    }

.f-file {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
    margin-top: 8px;
}

    .f-file.is-invalid, .f-file.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-file[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-file.is-read-only {
        cursor: text;
        border-style: dashed;
    }

.f-input {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
    height: 30px;
    line-height: 1;
    border-radius: 4px;
    color: gray;
    background: #fff;
    border: 1px solid #bababa;
    padding: 5px 8px;
}

    .f-input.is-invalid, .f-input.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-input[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-input.is-read-only {
        cursor: text;
        border-style: dashed;
    }

    .f-input:focus, .f-input.is-focussed {
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        box-shadow: 0 0 5px #9ecaed;
        border-color: #9ecaed;
    }

    .f-input.-font-monospace {
        font-family: Consolas,Monaco,"Lucida Console",monospace;
    }

    .f-input.-size-m {
        height: 40px;
        font-size: 20px;
    }

    .f-input.-width-full {
        width: 100%;
    }

    .f-input[data-icon="true"] {
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: right 5px center;
    }

    .f-input[data-status="valid"][data-icon="true"], .f-input.is-valid[data-icon="true"] {
        background-image: url(//public-assets.envato-static.com/assets/common/input-validation__valid-57899cb2e701552b1af396df7e446da8.svg);
    }

    .f-input[data-status="invalid"], .f-input[data-status="error"], .f-input.is-error, .f-input.is-invalid {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

        .f-input[data-status="invalid"]:focus, .f-input[data-status="invalid"].is-focussed, .f-input[data-status="error"]:focus, .f-input[data-status="error"].is-focussed, .f-input.is-error:focus, .f-input.is-error.is-focussed, .f-input.is-invalid:focus, .f-input.is-invalid.is-focussed {
            box-shadow: 0 0 5px currentColor;
        }

        .f-input[data-status="invalid"][data-icon="true"], .f-input[data-status="error"][data-icon="true"], .f-input.is-error[data-icon="true"], .f-input.is-invalid[data-icon="true"] {
            background-image: url(//public-assets.envato-static.com/assets/common/input-validation__invalid-289d4abc520305e296e89b13a1d45f33.svg);
        }

    .f-input[data-status="warning"], .f-input.is-warning {
        color: #efa506;
        border: currentColor 1px solid;
    }

        .f-input[data-status="warning"]:focus, .f-input[data-status="warning"].is-focussed, .f-input.is-warning:focus, .f-input.is-warning.is-focussed {
            box-shadow: 0 0 5px currentColor;
        }

        .f-input[data-status="warning"][data-icon="true"], .f-input.is-warning[data-icon="true"] {
            background-image: url(//public-assets.envato-static.com/assets/common/input-validation__warning-f9d148b71f93934a3dc0c5abb849e5f2.svg);
        }

    .f-input[data-status="pending"][data-icon="true"], .f-input.is-pending[data-icon="true"] {
        background-image: url(//public-assets.envato-static.com/assets/common/input-validation__pending-69b76763de36903599ef79d589c65c19.gif);
    }

    .f-input::-ms-clear, .f-input::-ms-reveal {
        width: 0;
        height: 0;
    }

.f-radio {
    font-size: 13px;
}

.f-search {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
}

    .f-search.is-invalid, .f-search.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-search[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-search.is-read-only {
        cursor: text;
        border-style: dashed;
    }

.f-select {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
    width: auto;
    height: 30px;
    padding: 5px 8px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    border: 1px solid #bababa;
}

    .f-select.is-invalid, .f-select.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-select[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-select.is-read-only {
        cursor: text;
        border-style: dashed;
    }

    .f-select:focus, .f-select.is-focussed {
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        box-shadow: 0 0 5px #9ecaed;
        border-color: #9ecaed;
    }

    .f-select.-type-multi {
        height: 100px;
    }

    .f-select.-size-l {
        height: 50px;
        font-size: 25px;
    }

    .f-select.-width-full {
        width: 100%;
    }

    .f-select[data-status="invalid"], .f-select[data-status="error"], .f-select.is-error, .f-select.is-invalid {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

        .f-select[data-status="invalid"]:focus, .f-select[data-status="invalid"].is-focussed, .f-select[data-status="error"]:focus, .f-select[data-status="error"].is-focussed, .f-select.is-error:focus, .f-select.is-error.is-focussed, .f-select.is-invalid:focus, .f-select.is-invalid.is-focussed {
            box-shadow: 0 0 5px currentColor;
        }

    .f-select[data-status="warning"], .f-select.is-warning {
        color: #efa506;
        border: currentColor 1px solid;
    }

        .f-select[data-status="warning"]:focus, .f-select[data-status="warning"].is-focussed, .f-select.is-warning:focus, .f-select.is-warning.is-focussed {
            box-shadow: 0 0 5px currentColor;
        }

.f-textarea {
    font-size: 13px;
    font-weight: normal;
    outline: 0;
    line-height: 1.25;
    border-radius: 4px;
    color: gray;
    background: #fff;
    border: 1px solid #bababa;
    padding: 5px 8px;
    font-size: 14px;
    width: 100%;
    height: 150px;
}

    .f-textarea.is-invalid, .f-textarea.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

    .f-textarea[disabled] {
        background: #ededed;
        cursor: not-allowed;
    }

    .f-textarea.is-read-only {
        cursor: text;
        border-style: dashed;
    }

    .f-textarea:focus, .f-textarea.is-focussed {
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
        box-shadow: 0 0 5px #9ecaed;
        border-color: #9ecaed;
    }

    .f-textarea.is-invalid, .f-textarea.is-error {
        color: #df2c2c;
        border: currentColor 1px solid;
    }

        .f-textarea.is-invalid:focus, .f-textarea.is-invalid.is-focussed, .f-textarea.is-error:focus, .f-textarea.is-error.is-focussed {
            box-shadow: 0 0 5px currentColor;
        }

    .f-textarea.-type-autosize {
        display: block;
        height: 30px;
        max-height: 150px;
        max-width: 100%;
        -webkit-appearance: none;
    }

@media (min-width: 1025px) {
    .f-textarea.-type-autosize {
        max-height: none;
    }
}

.no-js .f-textarea.-type-autosize {
    height: 150px;
}

.e-alert-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #f5f5f5;
    border-left: 6px solid #efa506;
    border-radius: 4px;
    color: #454545;
    text-align: left;
}

.e-alert-box__icon {
    display: none;
}

@media (min-width: 569px) {
    .e-alert-box__icon {
        -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        display: block;
        text-align: left;
        color: #efa506;
        font-size: 14px;
    }
}

.e-alert-box__message {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.e-alert-box__dismiss {
    -webkit-flex: 0 0 25px auto;
    -ms-flex: 0 0 25px auto;
    flex: 0 0 25px auto;
    text-align: right;
    padding-left: 2%;
}

.e-alert-box__dismiss-icon {
    display: block;
    color: #bababa;
    font-size: 10px;
    line-height: 20px;
    text-decoration: none;
}

    .e-alert-box__dismiss-icon:hover {
        color: gray;
    }

.e-alert-box.-type-success {
    border-color: #82b541;
}

    .e-alert-box.-type-success .e-alert-box__icon {
        color: #82b541;
    }

.e-alert-box.-type-alert {
    border-color: #df2c2c;
}

    .e-alert-box.-type-alert .e-alert-box__icon {
        color: #df2c2c;
    }

.no-flexbox .e-alert-box {
    display: table;
    width: 100%;
}

.no-flexbox .e-alert-box__icon {
    width: 1px;
    white-space: nowrap;
    display: table-cell;
    padding-right: 16px;
}

.no-flexbox .e-alert-box__message {
    display: table-cell;
}

.no-flexbox .e-alert-box__dismiss {
    width: 1px;
    white-space: nowrap;
    display: table-cell;
    min-width: 25px;
}

.e-btn, .e-btn--3d, .e-btn--outline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

    .e-btn:hover, .e-btn--3d:hover, .e-btn--outline:hover, .e-btn:focus, .e-btn--3d:focus, .e-btn--outline:focus {
        text-decoration: none;
        outline: none;
    }

    .e-btn[data-state=disabled], [data-state=disabled].e-btn--3d, [data-state=disabled].e-btn--outline, .e-btn.is-disabled, .is-disabled.e-btn--3d, .is-disabled.e-btn--outline {
        background-color: #bababa !important;
        box-shadow: none !important;
        color: #dedede !important;
        cursor: not-allowed !important;
    }

    .e-btn.-color-default, .-color-default.e-btn--3d, .-color-default.e-btn--outline, .e-btn, .e-btn--3d, .e-btn--outline {
        background-color: gray;
        color: #fff;
    }

        .e-btn.-color-default:hover, .-color-default.e-btn--3d:hover, .-color-default.e-btn--outline:hover, .e-btn.-color-default:focus, .-color-default.e-btn--3d:focus, .-color-default.e-btn--outline:focus, .e-btn.-color-default:active, .-color-default.e-btn--3d:active, .-color-default.e-btn--outline:active, .e-btn:hover, .e-btn--3d:hover, .e-btn--outline:hover, .e-btn:focus, .e-btn--3d:focus, .e-btn--outline:focus, .e-btn:active, .e-btn--3d:active, .e-btn--outline:active {
            background-color: #787878;
        }

        .e-btn.-color-primary, .-color-primary.e-btn--3d, .-color-primary.e-btn--outline {
            background-color: #82b440;
        }

            .e-btn.-color-primary:hover, .-color-primary.e-btn--3d:hover, .-color-primary.e-btn--outline:hover, .e-btn.-color-primary:focus, .-color-primary.e-btn--3d:focus, .-color-primary.e-btn--outline:focus, .e-btn.-color-primary:active, .-color-primary.e-btn--3d:active, .-color-primary.e-btn--outline:active {
                background-color: #7aa93c;
            }

        .e-btn.-color-secondary, .-color-secondary.e-btn--3d, .-color-secondary.e-btn--outline {
            background-color: #0084b4;
        }

            .e-btn.-color-secondary:hover, .-color-secondary.e-btn--3d:hover, .-color-secondary.e-btn--outline:hover, .e-btn.-color-secondary:focus, .-color-secondary.e-btn--3d:focus, .-color-secondary.e-btn--outline:focus, .e-btn.-color-secondary:active, .-color-secondary.e-btn--3d:active, .-color-secondary.e-btn--outline:active {
                background-color: #00719b;
            }

        .e-btn.-color-warning, .-color-warning.e-btn--3d, .-color-warning.e-btn--outline {
            background-color: #f39c12;
        }

            .e-btn.-color-warning:hover, .-color-warning.e-btn--3d:hover, .-color-warning.e-btn--outline:hover, .e-btn.-color-warning:focus, .-color-warning.e-btn--3d:focus, .-color-warning.e-btn--outline:focus, .e-btn.-color-warning:active, .-color-warning.e-btn--3d:active, .-color-warning.e-btn--outline:active {
                background-color: #ea940c;
            }

        .e-btn.-color-destructive, .-color-destructive.e-btn--3d, .-color-destructive.e-btn--outline {
            background-color: #df2c2c;
        }

            .e-btn.-color-destructive:hover, .-color-destructive.e-btn--3d:hover, .-color-destructive.e-btn--outline:hover, .e-btn.-color-destructive:focus, .-color-destructive.e-btn--3d:focus, .-color-destructive.e-btn--outline:focus, .e-btn.-color-destructive:active, .-color-destructive.e-btn--3d:active, .-color-destructive.e-btn--outline:active {
                background-color: #ce2424;
            }

        .e-btn.-color-light, .-color-light.e-btn--3d, .-color-light.e-btn--outline {
            background-color: #e6e6e6;
            border: 1px solid #dedede;
            color: #666;
        }

            .e-btn.-color-light:hover, .-color-light.e-btn--3d:hover, .-color-light.e-btn--outline:hover, .e-btn.-color-light:focus, .-color-light.e-btn--3d:focus, .-color-light.e-btn--outline:focus, .e-btn.-color-light:active, .-color-light.e-btn--3d:active, .-color-light.e-btn--outline:active {
                background-color: #e0e0e0;
            }

        .e-btn.-color-dark, .-color-dark.e-btn--3d, .-color-dark.e-btn--outline {
            background-color: #333;
        }

            .e-btn.-color-dark:hover, .-color-dark.e-btn--3d:hover, .-color-dark.e-btn--outline:hover, .e-btn.-color-dark:focus, .-color-dark.e-btn--3d:focus, .-color-dark.e-btn--outline:focus, .e-btn.-color-dark:active, .-color-dark.e-btn--3d:active, .-color-dark.e-btn--outline:active {
                background-color: #262626;
            }

        .e-btn.-color-muted, .-color-muted.e-btn--3d, .-color-muted.e-btn--outline {
            background-color: #ababab;
        }

        .e-btn.-color-transparent, .-color-transparent.e-btn--3d, .-color-transparent.e-btn--outline {
            background-color: transparent;
            color: #454545;
        }

            .e-btn.-color-transparent:hover, .-color-transparent.e-btn--3d:hover, .-color-transparent.e-btn--outline:hover, .e-btn.-color-transparent:focus, .-color-transparent.e-btn--3d:focus, .-color-transparent.e-btn--outline:focus, .e-btn.-color-transparent:active, .-color-transparent.e-btn--3d:active, .-color-transparent.e-btn--outline:active, .e-btn.-color-transparent.is-active, .-color-transparent.is-active.e-btn--3d, .-color-transparent.is-active.e-btn--outline {
                background-color: transparent;
                color: #0084b4;
            }

        .e-btn.-width-full, .-width-full.e-btn--3d, .-width-full.e-btn--outline {
            box-sizing: border-box;
            width: 100%;
        }

        .e-btn.-size-xs, .-size-xs.e-btn--3d, .-size-xs.e-btn--outline {
            font-size: 12px;
            padding: 7px 10px;
            line-height: 1;
        }

        .e-btn.-size-s, .-size-s.e-btn--3d, .-size-s.e-btn--outline, .e-btn, .e-btn--3d, .e-btn--outline {
            font-size: 14px;
            padding: 5px 20px;
            line-height: 1.5;
        }

            .e-btn.-size-m, .-size-m.e-btn--3d, .-size-m.e-btn--outline {
                font-size: 16px;
                padding: 10px 20px;
            }

            .e-btn.-size-l, .-size-l.e-btn--3d, .-size-l.e-btn--outline {
                font-size: 18px;
                padding: 14px 20px;
            }

            .e-btn.-size-xl, .-size-xl.e-btn--3d, .-size-xl.e-btn--outline {
                font-size: 24px;
                padding: 24px 36px;
            }

            .e-btn.-border-none, .-border-none.e-btn--3d, .-border-none.e-btn--outline {
                border: none;
            }

.e-btn--3d {
    box-shadow: 0 2px 0 #545454;
    position: relative;
}

    .e-btn--3d:active {
        top: 1px;
        box-shadow: 0 1px 0 #545454;
    }

    .e-btn--3d.-color-primary {
        box-shadow: 0 2px 0 #6f9a37;
        position: relative;
    }

        .e-btn--3d.-color-primary:active {
            top: 1px;
            box-shadow: 0 1px 0 #6f9a37;
        }

    .e-btn--3d.-color-warning {
        box-shadow: 0 2px 0 #a66908;
        position: relative;
    }

        .e-btn--3d.-color-warning:active {
            top: 1px;
            box-shadow: 0 1px 0 #a66908;
        }

    .e-btn--3d.-color-destructive {
        box-shadow: 0 2px 0 #aa3737;
        position: relative;
    }

        .e-btn--3d.-color-destructive:active {
            top: 1px;
            box-shadow: 0 1px 0 #aa3737;
        }

    .e-btn--3d.-color-secondary {
        box-shadow: 0 2px 0 #006a90;
        position: relative;
    }

        .e-btn--3d.-color-secondary:active {
            top: 1px;
            box-shadow: 0 1px 0 #006a90;
        }

    .e-btn--3d.-color-light {
        box-shadow: 0 2px 0 #a8a8a8;
        position: relative;
        border: none;
    }

        .e-btn--3d.-color-light:active {
            top: 1px;
            box-shadow: 0 1px 0 #a8a8a8;
        }

.e-btn--outline {
    border: 1px solid #bababa;
    color: gray;
    padding: 4px 20px;
}

    .e-btn--outline:hover, .e-btn--outline:focus, .e-btn--outline:active {
        border-color: gray;
        background-color: transparent;
        color: #545454;
    }

    .e-btn--outline, .e-btn--outline.-color-primary, .e-btn--outline.-color-warning, .e-btn--outline.-color-destructive, .e-btn--outline.-color-secondary, .e-btn--outline.-color-light {
        background-color: transparent;
    }

        .e-btn--outline:hover, .e-btn--outline:focus, .e-btn--outline:active, .e-btn--outline.-color-primary:hover, .e-btn--outline.-color-primary:focus, .e-btn--outline.-color-primary:active, .e-btn--outline.-color-warning:hover, .e-btn--outline.-color-warning:focus, .e-btn--outline.-color-warning:active, .e-btn--outline.-color-destructive:hover, .e-btn--outline.-color-destructive:focus, .e-btn--outline.-color-destructive:active, .e-btn--outline.-color-secondary:hover, .e-btn--outline.-color-secondary:focus, .e-btn--outline.-color-secondary:active, .e-btn--outline.-color-light:hover, .e-btn--outline.-color-light:focus, .e-btn--outline.-color-light:active {
            color: #fff;
            border-color: gray;
            background-color: gray;
        }

        .e-btn--outline.-color-primary {
            border-color: #82b440;
            color: #7aa93c;
        }

            .e-btn--outline.-color-primary:hover, .e-btn--outline.-color-primary:focus, .e-btn--outline.-color-primary:active {
                background-color: #82b440;
                border-color: #82b440;
            }

        .e-btn--outline.-color-warning {
            border-color: #f39c12;
            color: #f39c12;
        }

            .e-btn--outline.-color-warning:hover, .e-btn--outline.-color-warning:focus, .e-btn--outline.-color-warning:active {
                background-color: #f39c12;
                border-color: #f39c12;
            }

        .e-btn--outline.-color-destructive {
            border-color: #df2c2c;
            color: #df2c2c;
        }

            .e-btn--outline.-color-destructive:hover, .e-btn--outline.-color-destructive:focus, .e-btn--outline.-color-destructive:active {
                background-color: #df2c2c;
                border-color: #df2c2c;
            }

        .e-btn--outline.-color-secondary {
            border-color: #0084b4;
            color: #0084b4;
        }

            .e-btn--outline.-color-secondary:hover, .e-btn--outline.-color-secondary:focus, .e-btn--outline.-color-secondary:active {
                background-color: #0084b4;
                border-color: #0084b4;
            }

        .e-btn--outline.-color-light {
            border-color: #fff;
            color: #fff;
        }

            .e-btn--outline.-color-light:hover, .e-btn--outline.-color-light:focus, .e-btn--outline.-color-light:active {
                background-color: #fff;
                border-color: #fff;
                color: gray;
            }

.e-fieldset {
    border: #e1e8ed 1px solid;
    margin-bottom: 30px;
    background-color: #fff;
}

    .e-fieldset.is-disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .e-fieldset.-color-dark {
        background-color: #fafafa;
    }

    .e-fieldset.-border-radius-all, .e-fieldset {
        border-radius: 4px;
    }

        .e-fieldset.-border-radius-none {
            border-radius: 0;
        }

        .e-fieldset.-border-radius-top {
            border-radius: 4px 4px 0 0;
        }

        .e-fieldset.-border-radius-bottom {
            border-radius: 0 0 4px 4px;
        }

.e-fieldset__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 16px;
}

    .e-fieldset__header.-divider-bottom {
        border-bottom: #e1e8ed 1px solid;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

.e-fieldset__prefix {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

    .e-fieldset__prefix > span {
        position: relative;
        display: block;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 15px;
        background-color: #454545;
        font-size: 16px;
        color: #fff;
        top: -1px;
    }

.e-fieldset__title {
    -webkit-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
}

.e-fieldset__subtitle {
    margin: 5px 0;
}

.e-fieldset__action {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
}

.e-fieldset__body:after {
    content: "";
    display: table;
    clear: both;
}

.e-fieldset__body.-spacing-s, .e-fieldset__body {
    margin: 8px 16px;
}

    .e-fieldset__body.-spacing-m {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .e-fieldset__body.-spacing-l {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .e-fieldset__body.-spacing-none {
        margin: 0;
    }

    .e-fieldset__body.-divider-top {
        border-top: #e1e8ed 1px solid;
        padding-top: 16px;
        margin-top: 8px;
    }

.e-fieldset__footer {
    background-color: #fafafa;
    border-top: #e0e0e0 1px solid;
    padding: 16px;
    text-align: right;
}

@media (min-width: 569px) {
    .e-fieldset__footer {
        padding: 24px 16px;
    }
}

.e-fieldset__divider {
    border: none;
    display: block;
    background-color: #e1e8ed;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.no-flexbox .e-fieldset__header {
    display: block;
}

    .no-flexbox .e-fieldset__header:after {
        content: "";
        display: table;
        clear: both;
    }

.no-flexbox .e-fieldset__prefix, .no-flexbox .e-fieldset__title {
    float: left;
    margin-right: 8px;
}

.no-flexbox .e-fieldset__action {
    float: right;
}

.e-form {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
    font-size: 13px;
}

    .e-form .e-form__label {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-bottom: 2px;
    }

    .e-form .e-form__group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 100%;
        position: relative;
        margin-bottom: 8px;
    }

    .e-form .e-form__input {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 5px;
    }

    .e-form .e-form__response {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 5px;
    }

        .e-form .e-form__response:empty {
            display: none !important;
        }

    .e-form.-layout-vertical-inline .e-form__label {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin: 0 10px 2px 0;
    }

    .e-form.-layout-vertical-inline .e-form__hint {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }

    .e-form.-layout-vertical-inline .e-form__input {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .e-form.-layout-vertical-inline .e-form__response {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

@media (min-width: 569px) {
    .e-form.-layout-horizontal {
        position: relative;
    }

        .e-form.-layout-horizontal .e-form__group {
            padding-left: 200px;
        }

            .e-form.-layout-horizontal .e-form__group .e-form__label {
                position: absolute;
                left: 0;
                width: 190px;
            }
}

.e-form.-layout-vertical .e-form__response:not(:empty) + .e-form__hint:not(:empty), .e-form.-layout-horizontal .e-form__response:not(:empty) + .e-form__hint:not(:empty) {
    display: none;
}

.e-form__base-errors {
    width: 100%;
    color: #df2c2c;
    margin-bottom: 16px;
    margin-top: 16px;
}

    .e-form__base-errors:empty {
        display: none !important;
    }

    .e-form__base-errors a {
        color: currentColor;
        text-decoration: underline;
    }

        .e-form__base-errors a:hover {
            text-decoration: none;
        }

    .e-form__base-errors li {
        list-style-type: disc;
        margin-left: 20px;
    }

        .e-form__base-errors li:only-child {
            list-style-type: none;
            margin-left: 0;
        }

.e-form__label {
    font-weight: bold;
}

    .e-form__label label {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

        .e-form__label label.is-required:after {
            content: " *";
            color: #df2c2c;
        }

    .e-form__label abbr {
        border-bottom: none;
        color: #df2c2c;
    }

.e-form__response {
    color: #df2c2c;
}

    .e-form__response a {
        color: currentColor;
    }

        .e-form__response a:hover {
            text-decoration: none;
        }

    .e-form__response.is-valid, .e-form__response[data-status="valid"] {
        color: #82b541;
    }

    .e-form__response.is-warning, .e-form__response[data-status="warning"] {
        color: #efa506;
    }

    .e-form__response.is-pending, .e-form__response[data-status="pending"] {
        color: #999;
    }

.e-form__hint {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 5px;
    color: #787878;
}

    .e-form__hint a {
        color: #0084b4;
    }

        .e-form__hint a:hover {
            color: #00719b;
        }

.no-flexbox .e-form__group, .no-flexbox .e-form__label, .no-flexbox .e-form__input, .no-flexbox .e-form__hint, .no-flexbox .e-form__response {
    display: block;
    width: 100%;
}

.e-modal {
    position: relative;
    margin: 20px auto;
}

    .e-modal.-width-xs {
        max-width: 360px;
    }

    .e-modal.-width-s {
        max-width: 490px;
    }

    .e-modal.-width-m, .e-modal {
        max-width: 600px;
    }

        .e-modal.-width-l {
            max-width: 970px;
        }

.e-modal__section, .e-modal__header, .e-modal__footer {
    overflow: auto;
    margin-top: -1px;
}

    .e-modal__section.-background-light, .-background-light.e-modal__header, .-background-light.e-modal__footer, .e-modal__section, .e-modal__header, .e-modal__footer {
        background-color: #fff;
        border: 1px solid #dedede;
    }

        .e-modal__section.-background-mid, .-background-mid.e-modal__header, .-background-mid.e-modal__footer {
            background-color: #f5f5f5;
            border: 1px solid #dedede;
        }

        .e-modal__section.-background-dark, .-background-dark.e-modal__header, .-background-dark.e-modal__footer {
            background-color: #262626;
            border: none;
            color: #fff;
        }

        .e-modal__section.-padding-s, .-padding-s.e-modal__header, .-padding-s.e-modal__footer, .e-modal__section, .e-modal__header, .e-modal__footer {
            padding: 16px;
        }

            .e-modal__section.-padding-m, .-padding-m.e-modal__header, .-padding-m.e-modal__footer {
                padding-top: 24px;
                padding-bottom: 24px;
            }

            .e-modal__section.-padding-l, .-padding-l.e-modal__header, .-padding-l.e-modal__footer {
                padding-top: 32px;
                padding-bottom: 32px;
            }

            .e-modal__section.-padding-none, .-padding-none.e-modal__header, .-padding-none.e-modal__footer {
                padding: 0;
            }

            .e-modal__section.-radius-none, .-radius-none.e-modal__header, .-radius-none.e-modal__footer {
                border-radius: 0;
            }

            .e-modal__section.-radius-all, .-radius-all.e-modal__header, .-radius-all.e-modal__footer {
                border-radius: 4px;
            }

            .e-modal__section.-radius-top, .-radius-top.e-modal__header, .-radius-top.e-modal__footer {
                border-radius: 4px 4px 0 0;
            }

            .e-modal__section.-radius-bottom, .-radius-bottom.e-modal__header, .-radius-bottom.e-modal__footer {
                border-radius: 0 0 4px 4px;
            }

            .e-modal__section.-height-scroll, .-height-scroll.e-modal__header, .-height-scroll.e-modal__footer {
                overflow-y: auto;
                overflow-x: hidden;
                max-height: 250px;
            }

                .e-modal__section.-height-scroll::-webkit-scrollbar, .-height-scroll.e-modal__header::-webkit-scrollbar, .-height-scroll.e-modal__footer::-webkit-scrollbar {
                    -webkit-appearance: none;
                }

                    .e-modal__section.-height-scroll::-webkit-scrollbar:vertical, .-height-scroll.e-modal__header::-webkit-scrollbar:vertical, .-height-scroll.e-modal__footer::-webkit-scrollbar:vertical {
                        width: 11px;
                    }

                    .e-modal__section.-height-scroll::-webkit-scrollbar:horizontal, .-height-scroll.e-modal__header::-webkit-scrollbar:horizontal, .-height-scroll.e-modal__footer::-webkit-scrollbar:horizontal {
                        height: 11px;
                    }

                .e-modal__section.-height-scroll::-webkit-scrollbar-thumb, .-height-scroll.e-modal__header::-webkit-scrollbar-thumb, .-height-scroll.e-modal__footer::-webkit-scrollbar-thumb {
                    border: 2px solid #f5f5f5;
                    background-color: rgba(0,0,0,0.4);
                }

                    .e-modal__section.-height-scroll::-webkit-scrollbar-thumb:hover, .-height-scroll.e-modal__header::-webkit-scrollbar-thumb:hover, .-height-scroll.e-modal__footer::-webkit-scrollbar-thumb:hover {
                        background-color: rgba(0,0,0,0.6);
                    }

                .e-modal__section.-height-scroll::-webkit-scrollbar-track, .-height-scroll.e-modal__header::-webkit-scrollbar-track, .-height-scroll.e-modal__footer::-webkit-scrollbar-track {
                    background-color: #f5f5f5;
                }

@media screen and (min-height: 700px) {
    .e-modal__section.-height-scroll, .-height-scroll.e-modal__header, .-height-scroll.e-modal__footer {
        max-height: 400px;
    }
}

.e-modal__header {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-radius: 4px 4px 0 0;
}

.e-modal__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.e-modal__footer-cta {
    -webkit-flex: 1 100px;
    -ms-flex: 1 100px;
    flex: 1 100px;
}

    .e-modal__footer-cta.-align-left, .e-modal__footer-cta {
        text-align: left;
    }

        .e-modal__footer-cta.-align-right {
            text-align: right;
        }

        .e-modal__footer-cta.-align-center {
            text-align: center;
        }

.no-flexbox .e-modal__footer {
    display: block;
}

.no-flexbox .e-modal__footer-cta {
    float: left;
}

    .no-flexbox .e-modal__footer-cta.-align-right {
        float: right;
    }

.e-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.e-tabs__radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.e-tabs__label {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative;
    display: block;
    padding: 16px 24px;
    border-bottom: 1px solid #e1e8ed;
    color: #999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.e-tabs__content {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    display: none;
    padding: 16px 24px;
}

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2 {
    display: block;
}

[id^="tab"]:checked + label {
    top: 0;
    border-color: #7aa93c;
    color: #82b440;
}

.e-text-label, .e-text-label--reversed {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .e-text-label:hover, .e-text-label--reversed:hover, .e-text-label:active, .e-text-label--reversed:active, .e-text-label:focus, .e-text-label--reversed:focus {
        text-decoration: none;
    }

    .e-text-label.-size-m, .-size-m.e-text-label--reversed, .e-text-label, .e-text-label--reversed {
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 12px;
    }

        .e-text-label.-size-s, .-size-s.e-text-label--reversed {
            padding: 4px 4px 3px;
            border-radius: 3px;
            font-size: 9px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .e-text-label.-color-grey, .-color-grey.e-text-label--reversed, .e-text-label, .e-text-label--reversed {
            background-color: #999;
            color: #fff;
        }

            .e-text-label.-color-grey-light, .-color-grey-light.e-text-label--reversed {
                background-color: #dedede;
                color: #545454;
            }

            .e-text-label.-color-grey-medium, .-color-grey-medium.e-text-label--reversed {
                background-color: #666;
            }

            .e-text-label.-color-grey-dark, .-color-grey-dark.e-text-label--reversed {
                background-color: #262626;
            }

            .e-text-label.-color-blue, .-color-blue.e-text-label--reversed {
                background-color: #0084b4;
            }

            .e-text-label.-color-green, .-color-green.e-text-label--reversed {
                background-color: #82b541;
            }

            .e-text-label.-color-green-bright, .-color-green-bright.e-text-label--reversed {
                background-color: #63c242;
            }

            .e-text-label.-color-green-dark, .-color-green-dark.e-text-label--reversed {
                background-color: #178e0e;
            }

            .e-text-label.-color-orange, .-color-orange.e-text-label--reversed {
                background-color: #f59620;
            }

            .e-text-label.-color-red, .-color-red.e-text-label--reversed {
                background-color: #ce2424;
            }

            .e-text-label.-color-salmon, .-color-salmon.e-text-label--reversed {
                background-color: #bb726f;
            }

            .e-text-label.-width-medium, .-width-medium.e-text-label--reversed {
                min-width: 70px;
            }

            .e-text-label.-width-full, .-width-full.e-text-label--reversed {
                box-sizing: border-box;
                width: 100%;
            }

            .e-text-label.-position-top, .-position-top.e-text-label--reversed {
                vertical-align: top;
            }

            .e-text-label.-margin-right, .-margin-right.e-text-label--reversed {
                margin-right: 5px;
            }

            .e-text-label.-margin-left, .-margin-left.e-text-label--reversed {
                margin-left: 5px;
            }

            .e-text-label.-fade-in-out, .-fade-in-out.e-text-label--reversed {
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-duration: 3s;
                animation-duration: 3s;
                -webkit-animation-timing-function: ease;
                animation-timing-function: ease;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-animation-name: fade-in-out;
                animation-name: fade-in-out;
            }

.no-cssanimations .e-text-label.-fade-in-out, .no-cssanimations .-fade-in-out.e-text-label--reversed {
    display: none;
}

.e-text-label.is-muted, .is-muted.e-text-label--reversed {
    opacity: 0.5;
}

.e-text-label--reversed.-color-grey, .e-text-label--reversed {
    background-color: #fff !important;
    color: #999;
    border: currentColor 1px solid;
}

    .e-text-label--reversed.-color-grey-light {
        border-color: #dedede;
        color: #545454;
    }

    .e-text-label--reversed.-color-grey-medium {
        color: #666;
    }

    .e-text-label--reversed.-color-grey-dark {
        color: #262626;
    }

    .e-text-label--reversed.-color-blue {
        color: #0084b4;
    }

    .e-text-label--reversed.-color-green {
        color: #82b541;
    }

    .e-text-label--reversed.-color-green-bright {
        color: #63c242;
    }

    .e-text-label--reversed.-color-green-dark {
        color: #178e0e;
    }

    .e-text-label--reversed.-color-orange {
        color: #f59620;
    }

    .e-text-label--reversed.-color-red {
        color: #ce2424;
    }

    .e-text-label--reversed.-color-salmon {
        color: #bb726f;
    }

.e-box {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    color: #666;
}

    .e-box.-background-light {
        background: #f5f5f5;
    }

    .e-box.-background-mid {
        background-color: #ededed;
        color: #454545;
    }

    .e-box.-background-dark {
        background-color: #454545;
        color: #fff;
        border: none;
    }

    .e-box.-radius-all, .e-box {
        border-radius: 4px;
    }

        .e-box.-radius-top {
            border-radius: 4px 4px 0 0;
        }

        .e-box.-radius-bottom {
            border-radius: 0 0 4px 4px;
        }

        .e-box.-radius-none {
            border-radius: 0;
        }

        .e-box.-stacked {
            margin-bottom: -1px;
            position: relative;
            z-index: 1;
        }

.e-list {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.e-list__item {
    padding: 0;
    position: relative;
}

    .e-list__item:not(:last-child) {
        border-bottom: 1px solid #e1e8ed;
    }

    .e-list__item:first-child {
        border-radius: 4px 4px 0 0;
    }

    .e-list__item:last-child {
        border-radius: 0 0 4px 4px;
    }

.e-list__item {
    background-color: #fafafa;
}

    .e-list__item.-background-white {
        background-color: #fff;
    }

    .e-list__item.-background-clear {
        background-color: transparent;
    }

    .e-list__item.-padding-1 {
        padding: 8px;
    }

    .e-list__item.-padding-2 {
        padding: 16px;
    }

    .e-list__item.-padding-3 {
        padding: 24px;
    }

    .e-list__item.-highlight-item:hover {
        background-color: #a4cee2;
    }

.form__group {
    margin-bottom: 16px;
    font-size: 13px;
}

    .form__group:after {
        content: "";
        display: table;
        clear: both;
    }

.form__hint, .form__hint--inline {
    display: block;
    width: 100%;
    color: #787878;
    margin-top: 8px;
    font-size: 13px;
}

.form__hint--inline {
    display: inline-block;
    width: auto;
}

.form__error {
    display: block;
    width: 100%;
    margin-top: 8px;
    color: #df2c2c;
    font-size: 13px;
}

.form__label > label, .form__label--inline > label {
    width: 100%;
    display: block;
    margin: 8px 0;
    line-height: 1.3;
    font-size: 13px;
    font-weight: bold;
}

    .form__label > label > abbr[title], .form__label--inline > label > abbr[title] {
        border-bottom: none;
    }

.form__label--inline {
    display: inline-block;
    margin-right: 8px;
}

.form__input-collection {
    display: block;
}

    .form__input-collection + .form__hint, .form__input-collection + .form__hint--inline {
        display: inline;
    }

.form__boolean {
    padding-left: 16px;
    position: relative;
}

    .form__boolean input {
        position: absolute;
        left: 0;
        top: 0;
    }

.form__radio-input, .form__checkbox-input {
    display: inline-block;
    margin: 0 16px 8px 0;
}

    .form__radio-input input, .form__checkbox-input input {
        margin-right: 8px !important;
    }

.form__actions {
    text-align: right;
    margin-top: 16px;
}

@media (min-width: 1025px) {
    .form.-layout-horizontal .form__label, .form.-layout-horizontal .form__label--inline {
        width: 23.5%;
        float: left;
        margin-right: 2%;
    }

        .form.-layout-horizontal .form__label > label, .form.-layout-horizontal .form__label--inline > label {
            display: block;
            width: 100%;
            text-align: right;
        }

    .form.-layout-horizontal .form__fields {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .form.-layout-horizontal .form__supplementary-label {
        display: inline-block;
        margin: 5px 0;
    }

    .form.-layout-horizontal .form__group > .form__fields:first-child {
        margin-left: 25.5%;
    }

    .form.-layout-horizontal .form__input-collection, .form.-layout-horizontal .form__boolean {
        margin-top: 5px;
    }

    .form.-layout-horizontal .form__actions {
        margin-left: 25.5%;
        width: 74.5%;
        float: left;
        margin-right: 2%;
        float: right;
        margin-right: 0;
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .form.-layout-widthdrawal-method .form__fields {
        width: auto;
    }
}

.modal {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    overflow: auto;
    border: 1px solid #dedede;
}

    .modal h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        padding: 0 0 8px;
    }

    .modal h3 {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        padding: 0;
    }

    .modal h1, .modal h2, .modal h3, .modal h4, .modal h5 {
        color: #454545;
    }

    .modal.-width-narrow {
        max-width: 450px;
    }

    .modal.-width-wide {
        max-width: 970px;
    }

.modal--error {
    max-width: 350px;
    padding: 50px 20px;
    font-size: 16px;
    text-align: center;
}

.modal__header {
    display: block;
    padding: 12px 32px 12px 16px;
}

    .modal__header h5 {
        color: #666;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .modal__header p {
        font-size: 14px;
        line-height: 1.5;
        padding: 8px 0 0;
    }

        .modal__header p.-no-padding {
            padding: 0;
        }

    .modal__header span {
        font-weight: normal;
    }

    .modal__header h2:last-child, .modal__header h3:last-child, .modal__header h4:last-child, .modal__header h5:last-child, .modal__header p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.modal__body {
    overflow: auto;
    border-top: 1px solid #dedede;
    padding: 16px;
}

    .modal__body > p {
        font-size: 14px;
    }

    .modal__body p:first-of-type {
        padding-top: 0;
    }

    .modal__body p:last-of-type {
        padding-bottom: 0;
    }

    .modal__body.-padding-none {
        padding: 0;
    }

    .modal__body.-padding-m {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .modal__body.-background-mid {
        background-color: #f5f5f5;
    }

    .modal__body.-border-above {
        border-top: 1px solid #dedede;
    }

    .modal__body.-border-below {
        border-bottom: 1px solid #dedede;
    }

    .modal__body.-height-scroll {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 250px;
    }

        .modal__body.-height-scroll::-webkit-scrollbar {
            -webkit-appearance: none;
        }

            .modal__body.-height-scroll::-webkit-scrollbar:vertical {
                width: 11px;
            }

            .modal__body.-height-scroll::-webkit-scrollbar:horizontal {
                height: 11px;
            }

        .modal__body.-height-scroll::-webkit-scrollbar-thumb {
            border: 2px solid #f5f5f5;
            background-color: rgba(0,0,0,0.4);
        }

            .modal__body.-height-scroll::-webkit-scrollbar-thumb:hover {
                background-color: rgba(0,0,0,0.6);
            }

        .modal__body.-height-scroll::-webkit-scrollbar-track {
            background-color: #f5f5f5;
        }

@media screen and (min-height: 700px) {
    .modal__body.-height-scroll {
        max-height: 400px;
    }
}

.modal__heading--highlight h2, .modal__heading--highlight h3, .modal__heading--highlight h4, .modal__heading--highlight h5 {
    color: #82b440;
}

.modal__footnote, .modal__footnote--small {
    display: block;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.modal__footnote--small {
    font-size: 13px;
    color: #bababa;
}

.modal__footer {
    padding: 16px;
    overflow: auto;
    border-top: 1px solid #dedede;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #545454;
}

@media (min-width: 569px) {
    .modal__footer {
        text-align: right;
    }
}

.modal__footer form {
    display: inline-block;
}

.modal__footer > a, .modal__footer button, .modal__footer input {
    margin: 16px 0 0 0;
}

@media (min-width: 569px) {
    .modal__footer > a, .modal__footer button, .modal__footer input {
        margin: 0 0 0 16px;
    }
}

.modal__footer-link {
    line-height: 35px;
    color: #0084b4;
    text-decoration: none;
}

    .modal__footer-link:hover, .modal__footer-link:focus {
        text-decoration: underline;
    }

.modal__footer-actions--left {
    float: left;
    text-align: left;
    line-height: 35px;
    width: 100%;
}

@media (min-width: 569px) {
    .modal__footer-actions--left {
        width: auto;
    }
}

.modal__footer-actions--left > a {
    margin: 0 16px 0 0;
}

.modal__footer-actions--left i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

@media (min-width: 569px) {
    .modal__visible--phone-only {
        display: none;
    }
}

.alert-notification, .alert-notification--success, .alert-notification--error, .error, .success, .notice {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    background-color: #f5f5b4;
    border-radius: 4px;
    clear: both;
    color: #454545;
    margin: 16px 0;
    padding: 8px;
    font-size: 13px;
}

    .alert-notification > code, .alert-notification--success > code, .alert-notification--error > code, .error > code, .success > code, .notice > code {
        border: 1px solid #e6e6e6;
        background-color: #f5f5f5;
        line-height: 20px;
        padding: 4px;
    }

    .alert-notification p, .alert-notification--success p, .alert-notification--error p, .error p, .success p, .notice p {
        color: #454545;
        padding-top: 0px;
    }

    .alert-notification h5, .alert-notification--success h5, .alert-notification--error h5, .error h5, .success h5, .notice h5 {
        font-size: 15px;
        padding: 0;
    }

    .alert-notification ul, .alert-notification--success ul, .alert-notification--error ul, .error ul, .success ul, .notice ul, .alert-notification ol, .alert-notification--success ol, .alert-notification--error ol, .error ol, .success ol, .notice ol {
        list-style-position: inside;
        margin: 0 0 0 16px;
    }

        .alert-notification ul li, .alert-notification--success ul li, .alert-notification--error ul li, .error ul li, .success ul li, .notice ul li, .alert-notification ol li, .alert-notification--success ol li, .alert-notification--error ol li, .error ol li, .success ol li, .notice ol li {
            padding-left: 8px;
            margin-bottom: 2px;
        }

    .alert-notification ul, .alert-notification--success ul, .alert-notification--error ul, .error ul, .success ul, .notice ul {
        list-style-type: square;
    }

    .alert-notification ol, .alert-notification--success ol, .alert-notification--error ol, .error ol, .success ol, .notice ol {
        list-style-type: decimal;
    }

    .alert-notification a, .alert-notification--success a, .alert-notification--error a, .error a, .success a, .notice a {
        font-weight: bold;
    }

    .alert-notification > p:last-child, .alert-notification--success > p:last-child, .alert-notification--error > p:last-child, .error > p:last-child, .success > p:last-child, .notice > p:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .alert-notification:before, .alert-notification--success:before, .alert-notification--error:before, .error:before, .success:before, .notice:before {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        float: left;
        margin-right: 8px;
    }

.alert-notification--success {
    background-color: #c0daa0;
}

.alert-notification--error {
    background-color: #f4867a;
}

.alert-notification__stack {
    list-style: none;
    margin: 0 0 16px;
}

.alert-notification--no-margin-top {
    margin: 0 0 16px 0;
}

.alert-notification--no-margin-bottom {
    margin: 16px 0 0 0;
}

.alert-notification--no-margin {
    margin: 0;
}

.error, .success, .notice {
    padding: 20px;
}

.error {
    background-color: #f4867a;
}

.success {
    background-color: #c0daa0;
}

.banner__background {
    background: #fdf3a9;
}

.banner__contents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.banner__link {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    text-decoration: none;
}

    .banner__link:hover {
        text-decoration: none;
    }

.banner__dismiss {
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #454545;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-property: color,-webkit-transform;
    transition-property: color,-webkit-transform;
    transition-property: color,transform;
    transition-property: color,transform,-webkit-transform;
}

    .banner__dismiss:hover {
        color: #000;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        text-decoration: none;
    }

.banner__text {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .banner__text a {
        font-weight: 500;
    }

.no-flexbox .banner {
    overflow: hidden;
}

    .no-flexbox .banner:after {
        content: "";
        display: table;
        clear: both;
    }

.no-flexbox .banner__contents {
    display: block;
}

.no-flexbox .banner__link {
    float: left;
    width: 97%;
}

.no-flexbox .banner__text {
    float: left;
    padding-top: 5px;
    max-width: 65%;
}

@media (min-width: 1025px) {
    .no-flexbox .banner__text {
        display: inline-block;
        height: 35px;
        width: 65%;
        padding-top: 16px;
    }
}

.no-flexbox .banner__dismiss {
    float: right;
    margin-top: 16px;
    width: 3%;
}

.banner__background.-promo {
    background: #13a0d8;
    text-align: center;
}

    .banner__background.-promo .banner__text {
        color: #fff;
        display: block;
        font-weight: 400;
        margin: 0 auto;
        padding: 5px 0;
        text-shadow: 1px 1px 1px #1088b7;
    }

    .banner__background.-promo .banner__dismiss {
        background: transparent;
        color: rgba(255,255,255,0.8);
        text-shadow: none;
    }

        .banner__background.-promo .banner__dismiss:hover {
            color: #fff;
        }

.box {
    background-color: #fafafa;
    border: 1px solid #e1e8ed;
    padding: 16px;
    margin-bottom: 20px;
}

    .box.-color-light {
        background: #f5f5f5;
        color: #666;
    }

    .box.-color-mid {
        background-color: #ededed;
        color: #454545;
    }

    .box.-color-dark {
        background-color: #454545;
        color: #fff;
    }

    .box.-color-yellow {
        background-color: #f5f5b4;
        color: #454545;
    }

    .box.-color-green {
        background-color: #82b440;
        color: #fff;
    }

    .box.-border-gray {
        border: 1px solid #e0e0e0;
    }

    .box.-radius-all {
        border-radius: 4px;
    }

    .box.-radius-top {
        border-radius: 4px 4px 0 0;
    }

    .box.-radius-bottom {
        border-radius: 0 0 4px 4px;
    }

    .box.-radius-none {
        border-radius: 0;
    }

    .box.-size-m {
        padding: 40px;
    }

    .box.-stacked, .box.-stacked-radius {
        margin-bottom: -1px;
        position: relative;
        z-index: 1;
    }

        .box.-stacked-radius:first-child {
            border-radius: 4px 4px 0 0;
        }

        .box.-stacked-radius:last-child {
            border-radius: 0 0 4px 4px;
        }

    .box.-spacing-small {
        margin-bottom: 16px;
    }

    .box.-drop-shadow {
        box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    }

.box__strike {
    margin-top: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

    .box__strike span {
        background: #fafafa;
        padding: 0 8px;
    }

    .box__strike:before {
        border-top: 1px solid #e1e8ed;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

.breadcrumbs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 8px 0;
}

    .breadcrumbs a {
        position: relative;
        color: #666;
        font-size: 12px;
        line-height: 1;
        text-decoration: none;
    }

        .breadcrumbs a:hover {
            text-decoration: none;
            color: #454545;
        }

        .breadcrumbs a:after {
            font-family: marketplace-glyphs;
            font-style: normal;
            font-weight: normal;
            speak: none;
            text-align: center;
            width: 1em;
            content: "\f142";
            display: inline-block;
            font-size: 9px;
            color: #bababa;
            margin: 0 4px 0 8px;
            cursor: default;
        }

        .breadcrumbs a:last-of-type:after {
            display: none;
        }

        .breadcrumbs a:only-of-type:after {
            display: inline-block;
        }

        .breadcrumbs a.is-complete:before {
            font-family: marketplace-glyphs;
            font-style: normal;
            font-weight: normal;
            speak: none;
            text-align: center;
            width: 1em;
            content: "\f137";
            display: inline-block;
            margin-right: 5px;
            color: #82b541;
            font-size: 1em;
        }

            .breadcrumbs a.is-complete:before:hover {
                color: #82b541;
            }

        .breadcrumbs a.is-last {
            cursor: default;
        }

        .breadcrumbs a.is-active {
            color: #454545;
        }

            .breadcrumbs a.is-active:hover {
                color: #454545;
                cursor: default;
            }

        .breadcrumbs a.is-disabled:hover {
            color: #bababa;
            cursor: default;
        }

    .breadcrumbs.-color-light a {
        color: #fff;
        opacity: 0.8;
    }

        .breadcrumbs.-color-light a:hover {
            opacity: 1;
        }

        .breadcrumbs.-color-light a:after {
            color: #fff;
            opacity: 0.3;
        }

    .breadcrumbs.-color-dark a {
        color: #000;
    }

        .breadcrumbs.-color-dark a:after {
            color: #787878;
        }

    .breadcrumbs.-size-s a {
        font-size: 12px;
    }

    .breadcrumbs.-line-wrap {
        overflow: visible;
        white-space: normal;
    }

        .breadcrumbs.-line-wrap a {
            line-height: 1.5;
        }

    .breadcrumbs.-icon-fill a:after {
        content: "\f104";
        position: relative;
        top: -2px;
    }

.breadcrumbs__count {
    padding-left: 5px;
    color: #d4d4d4;
}

.canvas {
    position: relative;
}

.canvas__header {
    position: relative;
    z-index: 2;
}

.canvas__body {
    position: relative;
    z-index: 1;
}

.content-main {
    min-height: 250px;
    height: 100%;
    padding: 16px 0 32px;
    position: relative;
}

@media (min-width: 1025px) {
    .content-main {
        min-height: 540px;
    }
}

.content-main--basic {
    min-height: 300px;
    height: 100%;
}

@media (min-width: 1025px) {
    .content-main--basic {
        min-height: 590px;
    }
}

.context-header {
    background: #fafafa;
    border-bottom: 1px solid #e1e8ed;
    padding-top: 8px;
    color: #454545;
}

    .context-header.-theme-elite {
        background: #82b541;
        border-bottom: #82b541;
        color: #fff;
    }

.context-header__heading {
    margin-bottom: 1em;
    padding-right: 20px;
}

.element-corner--ribbon, .element-corner--triangle {
    position: absolute;
    overflow: hidden;
    z-index: 5;
    top: 0;
    right: 0;
    pointer-events: none;
}

    .element-corner--ribbon > div, .element-corner--triangle > div {
        position: relative;
        font-weight: bold;
        color: #fff;
    }

.-has-pointer-events.element-corner--ribbon, .-has-pointer-events.element-corner--triangle {
    pointer-events: auto;
}

.element-corner--ribbon {
    top: -2px;
    right: -2px;
    width: 75px;
    height: 78px;
}

    .element-corner--ribbon > div {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100px;
        left: 3px;
        top: 6px;
        padding: 8px 0;
        font-size: 14px;
        text-align: center;
        background: #0084b4;
        box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    }

        .element-corner--ribbon > div:before, .element-corner--ribbon > div:after {
            content: "";
            position: absolute;
            border-top: 3px solid #00719b;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
        }

        .element-corner--ribbon > div:before {
            left: 0px;
        }

        .element-corner--ribbon > div:after {
            right: 0px;
        }

    .element-corner--ribbon.-size-large {
        width: 115px;
        height: 118px;
    }

        .element-corner--ribbon.-size-large > div {
            width: 160px;
            left: -8px;
            top: 27px;
        }

    .element-corner--ribbon.-position-left {
        left: -2px;
        right: auto;
    }

        .element-corner--ribbon.-position-left > div {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            left: auto;
            right: 27px;
        }

    .element-corner--ribbon.-size-large.-position-left > div {
        right: 36px;
    }

    .element-corner--ribbon.-color-trending > div {
        background: #0084b4;
    }

.element-corner--triangle {
    width: 50px;
    height: 50px;
}

    .element-corner--triangle > div {
        text-align: right;
        -webkit-transform: translate3d(0, 0, 0);
        padding: 3px;
        font-size: 14px;
    }

        .element-corner--triangle > div:before {
            content: "";
            position: absolute;
            -webkit-transform: translate3d(0, 0, 0);
            top: 0;
            right: 0;
            display: block;
            z-index: -1;
            border-top: 35px solid #82b541;
            border-left: 35px solid transparent;
        }

        .element-corner--triangle > div:hover {
            text-decoration: none;
        }

        .element-corner--triangle > div > a {
            color: #fff;
            text-decoration: none;
        }

            .element-corner--triangle > div > a:hover {
                text-decoration: none;
            }

    .element-corner--triangle.-size-large {
        width: 84px;
        height: 84px;
    }

        .element-corner--triangle.-size-large > div {
            padding: 8px;
            font-size: 18px;
        }

            .element-corner--triangle.-size-large > div:before {
                border-width: 80px;
            }

    .element-corner--triangle.-position-left {
        right: auto;
        left: 0;
    }

        .element-corner--triangle.-position-left > div {
            text-align: left;
        }

            .element-corner--triangle.-position-left > div:before {
                border-left: 0;
                border-right: 35px solid transparent;
                right: auto;
                left: 0;
            }

    .element-corner--triangle.-size-large.-position-left > div:before {
        border-right: 80px solid transparent;
    }

    .element-corner--triangle.-color-trending > div:before {
        border-top-color: #0084b4;
    }

    .element-corner--triangle.-color-3docean > div:before {
        border-top-color: #ab0f34;
    }

    .element-corner--triangle.-color-audiojungle > div:before {
        border-top-color: #9ac130;
    }

    .element-corner--triangle.-color-codecanyon > div:before {
        border-top-color: #e78733;
    }

    .element-corner--triangle.-color-graphicriver > div:before {
        border-top-color: #308eb1;
    }

    .element-corner--triangle.-color-photodune > div:before {
        border-top-color: #0f8c98;
    }

    .element-corner--triangle.-color-themeforest > div:before {
        border-top-color: #1abc9c;
    }

    .element-corner--triangle.-color-videohive > div:before {
        border-top-color: #e7a802;
    }

.flyout {
    cursor: pointer;
}

.flyout__body {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    padding: 8px 10px;
    z-index: 2;
    border-radius: 4px;
}

.ie9 .flyout__body {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}

.touch .flyout__body {
    padding: 10px;
}

.flyout__body.-padding-side-removed {
    padding-left: 0;
    padding-right: 0;
}

.flyout__body[data-show="true"] {
    width: auto;
    height: auto;
    clip: auto;
    margin: auto;
    opacity: 1;
    overflow: visible;
    margin-top: 32px;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

@media (min-width: 1025px) {
    .flyout__body[data-show="true"] {
        -webkit-animation-name: fade-in-down-desktop;
        animation-name: fade-in-down-desktop;
    }
}

@media (max-width: 568px) {
    .flyout__body[data-show="true"] {
        max-width: 94%;
        width: 94%;
        left: 10px !important;
    }
}

.flyout__triangle {
    position: absolute;
    top: 2px;
    left: 45px;
}

    .flyout__triangle::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        box-sizing: border-box;
        border: 10px solid #000;
        border-color: transparent transparent #fff #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        box-shadow: -3px 3px 3px -3px rgba(0,0,0,0.3);
    }

.flyout__link {
    padding: 10px 0 8px;
    text-align: center;
}

.footer-bottom {
    clear: both;
    padding-bottom: 16px;
    text-align: center;
}

    .footer-bottom small {
        color: #999;
    }

@media (min-width: 1025px) {
    .footer-bottom {
        padding-bottom: 0;
        padding-top: 24px;
        text-align: left;
    }
}

.footer-box {
    background-color: #262626;
    margin: 0 0 16px;
}

@media (min-width: 1025px) {
    .footer-box {
        background-color: transparent;
        padding-top: 24px;
        margin: 0;
    }
}

.footer-box__header {
    display: block;
    font-weight: normal;
    position: relative;
    background-color: #262626;
    margin: 0;
    padding: 16px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

    .footer-box__header:hover, .footer-box__header:active {
        background-color: #1a1a1a;
    }

    .footer-box__header:after {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        content: "\f142";
        display: block;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-box__header > h4 {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        padding: 0;
        margin: 0;
    }

@media (min-width: 1025px) {
    .footer-box__header {
        background-color: transparent;
        padding: 0 0 8px;
        cursor: default;
    }

        .footer-box__header:hover, .footer-box__header:active {
            background-color: transparent;
        }

        .footer-box__header:after {
            display: none;
        }

        .footer-box__header > h4 {
            color: #999;
        }
}

.footer-box__header--is-active {
    background-color: #1a1a1a;
}

    .footer-box__header--is-active:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@media (min-width: 1025px) {
    .footer-box__header--is-active {
        background-color: transparent;
    }
}

.footer-box__content {
    color: #dedede;
    padding: 16px;
    display: none;
}

    .footer-box__content p {
        padding: 0;
        margin: 0 0 1em 0;
        font-size: 14px;
        line-height: 28px;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        text-size-adjust: none;
    }

        .footer-box__content p > a {
            color: #fff;
            text-decoration: none;
        }

            .footer-box__content p > a:hover {
                text-decoration: underline;
            }

@media (min-width: 1025px) {
    .footer-box__content {
        display: block;
        padding: 0;
    }

        .footer-box__content p {
            padding: 0;
            line-height: 21px;
            color: #999;
        }
}

.footer-box__content--is-active {
    display: block;
}

.footer-box__list a {
    color: #dedede;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

    .footer-box__list a:hover {
        text-decoration: underline;
        color: #dedede;
    }

@media (min-width: 1025px) {
    .footer-box__list a {
        display: inline-block;
        line-height: 21px;
        color: #fff;
    }

        .footer-box__list a:hover {
            color: #fff;
        }
}

.footer-box__external-link {
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

    .footer-box__external-link:hover {
        text-decoration: underline;
    }

.footer-primary {
    background-color: #333;
    padding-top: 16px;
}

@media (min-width: 1025px) {
    .footer-primary {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media (min-width: 1025px) {
    .footer-primary__group--first {
        width: 21.19205%;
        float: left;
        margin-right: 1.3245%;
    }
}

@media (min-width: 1025px) {
    .footer-primary__group--second {
        width: 26.82119%;
        float: left;
        margin-right: 1.3245%;
    }
}

@media (min-width: 1025px) {
    .footer-primary__group--third {
        width: 49.33775%;
        float: left;
        margin-right: 1.3245%;
        float: right;
        margin-right: 0;
    }
}

.footer-subscribe {
    padding-right: 16px;
}

input[type=text].footer-subscribe__input, input[type=text].footer-subscribe__input--short, input[type=email].footer-subscribe__input, input[type=email].footer-subscribe__input--short {
    display: block;
    width: 100%;
    height: auto;
    background-color: #262626;
    border: none;
    border-radius: 0;
    margin-bottom: 16px;
    padding: 10px 16px;
    color: gray;
    font-size: 14px;
    line-height: 16px;
    outline: none;
}

    input[type=text].footer-subscribe__input.placeholder, input[type=text].placeholder.footer-subscribe__input--short, input[type=email].footer-subscribe__input.placeholder, input[type=email].placeholder.footer-subscribe__input--short {
        color: gray;
    }

    input[type=text].footer-subscribe__input:-moz-placeholder, input[type=text].footer-subscribe__input--short:-moz-placeholder, input[type=email].footer-subscribe__input:-moz-placeholder, input[type=email].footer-subscribe__input--short:-moz-placeholder {
        color: gray;
    }

    input[type=text].footer-subscribe__input::-moz-placeholder, input[type=text].footer-subscribe__input--short::-moz-placeholder, input[type=email].footer-subscribe__input::-moz-placeholder, input[type=email].footer-subscribe__input--short::-moz-placeholder {
        color: gray;
    }

    input[type=text].footer-subscribe__input:-ms-input-placeholder, input[type=text].footer-subscribe__input--short:-ms-input-placeholder, input[type=email].footer-subscribe__input:-ms-input-placeholder, input[type=email].footer-subscribe__input--short:-ms-input-placeholder {
        color: gray;
    }

    input[type=text].footer-subscribe__input::-webkit-input-placeholder, input[type=text].footer-subscribe__input--short::-webkit-input-placeholder, input[type=email].footer-subscribe__input::-webkit-input-placeholder, input[type=email].footer-subscribe__input--short::-webkit-input-placeholder {
        color: gray;
    }

    input[type=text].footer-subscribe__input:focus.placeholder, input[type=text].footer-subscribe__input--short:focus.placeholder, input[type=email].footer-subscribe__input:focus.placeholder, input[type=email].footer-subscribe__input--short:focus.placeholder {
        color: transparent;
    }

    input[type=text].footer-subscribe__input:focus:-moz-placeholder, input[type=text].footer-subscribe__input--short:focus:-moz-placeholder, input[type=email].footer-subscribe__input:focus:-moz-placeholder, input[type=email].footer-subscribe__input--short:focus:-moz-placeholder {
        color: transparent;
    }

    input[type=text].footer-subscribe__input:focus::-moz-placeholder, input[type=text].footer-subscribe__input--short:focus::-moz-placeholder, input[type=email].footer-subscribe__input:focus::-moz-placeholder, input[type=email].footer-subscribe__input--short:focus::-moz-placeholder {
        color: transparent;
    }

    input[type=text].footer-subscribe__input:focus:-ms-input-placeholder, input[type=text].footer-subscribe__input--short:focus:-ms-input-placeholder, input[type=email].footer-subscribe__input:focus:-ms-input-placeholder, input[type=email].footer-subscribe__input--short:focus:-ms-input-placeholder {
        color: transparent;
    }

    input[type=text].footer-subscribe__input:focus::-webkit-input-placeholder, input[type=text].footer-subscribe__input--short:focus::-webkit-input-placeholder, input[type=email].footer-subscribe__input:focus::-webkit-input-placeholder, input[type=email].footer-subscribe__input--short:focus::-webkit-input-placeholder {
        color: transparent;
    }

@media (min-width: 1025px) {
    input[type=text].footer-subscribe__input, input[type=text].footer-subscribe__input--short, input[type=email].footer-subscribe__input, input[type=email].footer-subscribe__input--short {
        width: 100%;
        background-color: #262626;
        border-radius: 4px;
        margin-bottom: 8px;
        color: #7e7e7e;
        line-height: 1; \9
    }
}

@media (min-width: 1025px) {
    input[type=text].footer-subscribe__input--short, input[type=email].footer-subscribe__input--short {
        display: inline-block;
        width: 90px;
        margin-right: 5px;
    }
}

.footer-top {
    padding-bottom: 20px;
}

    .footer-top:after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 1025px) {
    .footer-top {
        border-bottom: 1px solid #454545;
    }
}

.footer-top__market-logo {
    display: block;
    margin: 10px auto 5px;
    text-indent: -9999px;
    height: 18px;
    width: 152px;
}

@media (min-width: 1025px) {
    .footer-top__market-logo {
        margin: 0;
    }
}

.svg .footer-top__market-logo {
    background: url(//public-assets.envato-static.com/assets/logos/envato_market-dee06317dbf75d406e29e1cd82fab4dd.svg);
    background-size: 152px 18px;
}

.no-svg .footer-top__market-logo {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -380px -392px;
}

@media (min-width: 1025px) {
    .footer-top__left {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
}

@media (min-width: 1025px) {
    .footer-top__right {
        width: 49%;
        float: left;
        margin-right: 2%;
        float: right;
        margin-right: 0;
    }
}

.grid-container {
    max-width: 1004px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

    .grid-container:after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 1025px) {
    .grid-container.-layout-wide {
        max-width: 95%;
    }
}

@media (min-width: 1350px) {
    .grid-container.-layout-wide {
        max-width: 1400px;
    }
}

.header-categories {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e1e8ed;
    height: 48px;
}

    .header-categories a, .header-categories a:hover {
        line-height: 1.2;
        text-decoration: none;
    }

.header-categories__links {
    font-size: 12px;
    float: left;
    list-style: none;
    padding: 7px 0 0;
    margin: 0;
}

.header-categories__links-item {
    float: left;
    position: relative;
}

.header-categories__links-separator {
    float: left;
    position: relative;
    border-left: 1px solid #dedede;
    margin: 6px 10px 6px 10px;
    min-height: 24px;
}

.header-categories__main-link, .header-categories__main-link--empty {
    border-radius: 4px 4px 0 0;
    color: #666;
    display: block;
    padding: 10px;
    white-space: nowrap;
}

    .header-categories__main-link:hover, .header-categories__main-link--empty:hover, .header-categories__main-link:focus, .header-categories__main-link--empty:focus {
        text-decoration: none;
    }

.touch .header-categories__links-item:hover .header-categories__main-link, .touch .header-categories__links-item:hover .header-categories__main-link--empty {
    background-color: inherit;
    color: #666;
}

.touch .header-categories__links-item .header-categories__main-link.is-open, .touch .header-categories__links-item .is-open.header-categories__main-link--empty, .header-categories__links-item:hover > .header-categories__main-link, .header-categories__links-item:hover > .header-categories__main-link--empty {
    background-color: #999;
    color: #fff;
}

.header-categories__main-link--empty {
    border-radius: 4px;
}

    .header-categories__main-link--empty.header-categories__main-link--new_label {
        padding-bottom: 7px;
    }

.header-categories__main-link--new_label {
    padding-top: 8px;
}

.header-categories__links-dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 34px;
    width: 210px;
}

    .header-categories__links-dropdown.touch-only-dropdown-is-ready, .header-categories__links-item:hover > .header-categories__links-dropdown {
        display: block;
    }

.header-categories__search {
    float: right;
    padding-top: 7px;
    width: 170px;
}

.site-header__logo-and-account--minimal .header-logo-account {
    background-color: #262626;
    height: 62px;
    position: relative;
}

.header-logo-account {
    background-color: #262626;
    height: 48px;
    position: relative;
}

.header-logo-account__container {
    position: relative;
}

.header-logo-account__logo {
    position: absolute;
    height: 55px;
}

    .header-logo-account__logo > span {
        display: block;
        position: relative;
        text-indent: -9999px;
        height: 18px;
        width: 152px;
        top: 18px;
    }

.svg .header-logo-account__logo > span {
    background: url(//public-assets.envato-static.com/assets/logos/envato_market-dee06317dbf75d406e29e1cd82fab4dd.svg);
    background-size: 152px 18px;
}

.no-svg .header-logo-account__logo > span {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -380px -392px;
}

.header-logo-account__right {
    font-size: 12px;
    line-height: 17px;
    padding-top: 15px;
    position: absolute;
    right: 0;
}

.header-logo-account__user-nav {
    float: left;
}

.header-logo-account__user-nav-item {
    float: left;
    height: 32px;
    position: relative;
}

.header-logo-account__user-nav-main-link--alpha, .header-logo-account__user-nav-main-link--alpha-with-dropdown, .header-logo-account__user-nav-main-link--cart, .header-logo-account__user-nav-main-link--omega {
    background-color: #333;
    display: block;
    height: 32px;
    line-height: 31px;
    padding: 0 15px 0;
    text-decoration: none;
}

    .header-logo-account__user-nav-main-link--alpha:hover, .header-logo-account__user-nav-main-link--alpha-with-dropdown:hover, .header-logo-account__user-nav-main-link--cart:hover, .header-logo-account__user-nav-main-link--omega:hover, .header-logo-account__user-nav-main-link--alpha:focus, .header-logo-account__user-nav-main-link--alpha-with-dropdown:focus, .header-logo-account__user-nav-main-link--cart:focus, .header-logo-account__user-nav-main-link--omega:focus {
        text-decoration: none;
    }

.touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha, .touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown, .touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--cart, .touch .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--omega {
    background-color: transparent;
}

.touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--alpha, .touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--alpha-with-dropdown, .touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--cart, .touch .header-logo-account__user-nav-item .is-open.header-logo-account__user-nav-main-link--omega, .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha, .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown, .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--cart, .header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--omega {
    background-color: #000;
}

.header-logo-account__user-nav-main-link--alpha, .header-logo-account__user-nav-main-link--alpha-with-dropdown {
    border-radius: 4px 0 0 4px;
    color: #fff;
}

.header-logo-account__user-nav-item:hover .header-logo-account__user-nav-main-link--alpha-with-dropdown {
    border-radius: 4px 0 0;
}

.header-logo-account__user-nav .hub-header-dropdown {
    min-width: 125px;
    margin: 0;
}

.header-logo-account__user-nav-main-link--cart {
    border-left: 1px solid #262626;
    padding: 0 10px;
    color: #999;
}

.header-logo-account__user-nav-main-link--omega {
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #262626;
    color: #dedede;
}

.header-logo-account__balance {
    margin-left: 5px;
}

.header-logo-account__user-nav-dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 32px;
    min-width: 150px;
    width: 100%;
}

.header-logo-account__user-nav-item:hover > .header-logo-account__user-nav-dropdown {
    display: block;
}

.header-logo-account__user-nav-dropdown.touch-only-dropdown-is-ready {
    display: block;
}

.header-logo-account__sundry {
    float: left;
    list-style: none;
    margin: 0 20px 0 0;
}

.header-logo-account__sundry-item {
    float: left;
    position: relative;
}

.header-logo-account__sundry-main-link, .header-logo-account__sundry-main-link--brand-color {
    border-radius: 4px 4px 0 0;
    color: #999;
    display: block;
    padding: 8px 9px;
    text-decoration: none;
}

    .header-logo-account__sundry-main-link.-rounded-corners, .-rounded-corners.header-logo-account__sundry-main-link--brand-color {
        border-radius: 4px;
    }

    .header-logo-account__sundry-main-link:hover, .header-logo-account__sundry-main-link--brand-color:hover, .header-logo-account__sundry-main-link:focus, .header-logo-account__sundry-main-link--brand-color:focus {
        text-decoration: none;
    }

.touch .header-logo-account__sundry-item:hover .header-logo-account__sundry-main-link, .touch .header-logo-account__sundry-item:hover .header-logo-account__sundry-main-link--brand-color {
    background-color: inherit;
    color: #999;
}

.touch .header-logo-account__sundry-item .header-logo-account__sundry-main-link.is-open, .touch .header-logo-account__sundry-item .is-open.header-logo-account__sundry-main-link--brand-color, .header-logo-account__sundry-item:hover > .header-logo-account__sundry-main-link, .header-logo-account__sundry-item:hover > .header-logo-account__sundry-main-link--brand-color {
    background-color: #000;
    color: #fff;
}

.header-logo-account__sundry-main-link--brand-color {
    color: #82b541;
    opacity: 0.7;
}

.touch .header-logo-account__sundry-item .header-logo-account__sundry-main-link--brand-color.is-open, .header-logo-account__sundry-item:hover > .header-logo-account__sundry-main-link--brand-color {
    color: #82b541;
    opacity: 1;
}

.header-logo-account__sundry-dropdown {
    display: none;
    left: 0;
    position: absolute;
    top: 32px;
    width: 210px;
}

    .header-logo-account__sundry-dropdown.touch-only-dropdown-is-ready, .header-logo-account__sundry-item:hover > .header-logo-account__sundry-dropdown {
        display: block;
    }

.header-mini {
    background-color: #262626;
    height: 40px;
    position: relative;
    text-align: center;
}

.header-mini__button--categories, .header-mini__button--account {
    font-size: 13px;
    position: absolute;
    top: 5px;
}

    .header-mini__button--categories > a, .header-mini__button--account > a {
        text-decoration: none;
    }

.header-mini__button--categories {
    left: 10px;
}

.header-mini__button--account {
    right: 10px;
}

.header-mini__logo--envato-market, .header-mini__logo--3docean, .header-mini__logo--audiojungle, .header-mini__logo--codecanyon, .header-mini__logo--graphicriver, .header-mini__logo--photodune, .header-mini__logo--themeforest, .header-mini__logo--videohive {
    display: inline-block;
    text-indent: -9999px;
}

.header-mini__logo--envato-market {
    height: 40px;
    width: 192px;
}

.header-mini__logo .header-mini__logo--envato-market {
    width: 152px;
}

.svg .header-mini__logo .header-mini__logo--envato-market {
    background: url(//public-assets.envato-static.com/assets/logos/envato_market-dee06317dbf75d406e29e1cd82fab4dd.svg) 0 10px no-repeat;
    background-size: 152px 18px;
}

.no-svg .header-mini__logo .header-mini__logo--envato-market {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -380px -382px;
}

.header-mini__logo--3docean {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -285px -196px;
    width: 119px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--3docean {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -285px -196px;
        height: 40px;
        width: 119px;
    }
}

.header-mini__logo--audiojungle {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -163px -272px;
    width: 143px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--audiojungle {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -163px -272px;
        height: 40px;
        width: 143px;
    }
}

.header-mini__logo--codecanyon {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: 0px -332px;
    width: 147px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--codecanyon {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: 0px -332px;
        height: 40px;
        width: 147px;
    }
}

.header-mini__logo--graphicriver {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -167px -332px;
    width: 139px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--graphicriver {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -167px -332px;
        height: 40px;
        width: 139px;
    }
}

.header-mini__logo--photodune {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -444px 0px;
    width: 133px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--photodune {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -444px 0px;
        height: 40px;
        width: 133px;
    }
}

.header-mini__logo--themeforest {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: 0px -272px;
    width: 143px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--themeforest {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: 0px -272px;
        height: 40px;
        width: 143px;
    }
}

.header-mini__logo--videohive {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -150px -68px;
    width: 114px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-mini__logo--videohive {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -150px -68px;
        height: 40px;
        width: 114px;
    }
}

.header-sites {
    background-color: #262626;
}

    .header-sites a {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
        height: 48px;
        float: left;
        opacity: 0.4;
        position: relative;
        text-indent: -9999px;
    }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .header-sites a {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
    }
}

.header-sites a:hover, .header-sites a:focus {
    opacity: 1;
}

.header-sites a.is-active {
    opacity: 1;
}

    .header-sites a.is-active:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f5f5f5;
        border-top: none;
        height: 0;
        width: 0;
        bottom: 0;
        content: "";
        left: 50%;
        margin-left: -5px;
        position: absolute;
    }

.header-sites__container {
    overflow: auto;
}

.header-sites__site--3docean {
    background-position: -285px -68px;
    width: 112px;
    margin-left: 17.66667px;
}

.header-sites__site--audiojungle {
    background-position: 0px 0px;
    width: 130px;
    margin-left: 17.66667px;
}

.header-sites__site--codecanyon {
    background-position: -285px 0px;
    width: 139px;
    margin-left: 17.66667px;
}

.header-sites__site--graphicriver {
    background-position: 0px -204px;
    width: 132px;
    margin-left: 17.66667px;
}

.header-sites__site--photodune {
    background-position: 0px -136px;
    width: 128px;
    margin-left: 17.66667px;
}

.header-sites__site--themeforest {
    background-position: 0px -68px;
    width: 122px;
}

.header-sites__site--videohive {
    background-position: -150px 0px;
    width: 115px;
    margin-left: 17.66667px;
}

.hub-header-dropdown {
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    list-style: none;
    padding: 0;
}

    .hub-header-dropdown:nth-child(2n) {
        border-top: 1px solid #e6e6e6;
    }

    .hub-header-dropdown a {
        background-color: #fff;
        color: #666;
        display: block;
        padding: 8px;
        text-decoration: none;
    }

        .hub-header-dropdown a:hover, .hub-header-dropdown a:focus {
            background-color: #e6e6e6;
            text-decoration: none;
        }

        .hub-header-dropdown a > i {
            float: right;
            opacity: 0.5;
        }

.hub-header-dropdown__top {
    border-bottom: 1px solid #e6e6e6;
}

.hub-header-dropdown__bottom {
    border-top: 1px solid #e6e6e6;
}

.hub-header-dropdown__all-items {
    display: none;
}

.touch .hub-header-dropdown__all-items {
    display: block;
}

@media (max-width: 1024px) {
    .language-selector {
        margin: 25px 0 20px;
    }
}

@media (min-width: 1025px) {
    .language-selector {
        float: right;
    }
}

.language-selector * {
    display: inline-block;
}

.language-selector select {
    margin-left: 5px;
    min-width: 100px;
}

@media (min-width: 1025px) {
    .layout.-sidebar-right .layout__sidebar {
        float: right;
        margin-right: 0;
    }

    .layout.-sidebar-left .layout__main-content {
        float: right;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .layout__main-content {
        width: 70.94017%;
        float: left;
        margin-right: 1.7094%;
    }
}

@media (min-width: 1025px) {
    .layout__sidebar {
        width: 27.35043%;
        float: left;
        margin-right: 1.7094%;
    }
}

@media (min-width: 1025px) {
    .sidebar-s {
        float: left;
        margin-right: 18px;
        width: 200px;
    }
}

@media (min-width: 569px) {
    .sidebar-s.-size-fixed-tablet {
        float: left;
        margin-right: 18px;
        width: 200px;
    }
}

@media (min-width: 1025px) {
    .sidebar-l {
        float: left;
        margin-right: 18px;
        width: 350px;
    }
}

.sidebar-l.-size-fixed-tablet {
    float: left;
    margin-right: 18px;
    width: 350px;
}

.sidebar-l.-sidebar-light {
    width: 225px;
}

@media (min-width: 1025px) {
    .sidebar-right {
        float: right;
        margin-left: 18px;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .content-s {
        float: left;
        width: 616px;
    }
}

.content-s.-content-wide {
    width: 740px;
}

@media (min-width: 1025px) {
    .content-l {
        float: left;
        width: 766px;
    }
}

@media (min-width: 569px) {
    .content-l.-size-scale-tablet {
        float: left;
        width: 350px;
        width: calc(100% - 218px);
    }
}

@media (min-width: 1025px) {
    .content-right {
        float: right;
    }
}

@media (min-width: 1025px) {
    .content-centre {
        margin: 0 auto;
    }
}

@media (min-width: 569px) {
    .content-centre.-size-scale-tablet {
        float: none;
    }
}

.magnifier {
    display: none;
}

.marketplace-search__heading, .marketplace-search__custom-select__heading {
    display: inline-block;
    margin-right: 0.5em;
    position: relative;
    top: 2px;
    font-size: 22px;
    margin-bottom: 22px;
}

    .marketplace-search__heading.-theme-dark, .-theme-dark.marketplace-search__custom-select__heading {
        color: #fff;
    }

@media (max-width: 1024px) {
    .marketplace-search__heading, .marketplace-search__custom-select__heading {
        display: none;
    }
}

@media (min-width: 1025px) {
    .marketplace-search__heading, .marketplace-search__custom-select__heading {
        width: 100%;
        float: left;
        margin-right: 2%;
    }
}

@media (min-width: 1025px) {
    .marketplace-search__custom-select {
        float: left;
        margin-left: 15px;
    }
}

@media (min-width: 569px) and (max-width: 1024px) {
    .marketplace-search__custom-select__heading {
        display: inline;
    }
}

@media (min-width: 1025px) {
    .marketplace-search__custom-select__heading {
        display: none;
    }
}

.marketplace-search__custom-select__select {
    position: relative;
}

@media (max-width: 568px) {
    .marketplace-search__custom-select__select {
        width: 100%;
    }
}

@media (min-width: 569px) {
    .marketplace-search__custom-select__select {
        display: inline-block;
        width: 314px;
    }
}

.marketplace-search__inputs {
    position: relative;
}

@media (max-width: 568px) {
    .marketplace-search__inputs {
        margin-top: 1.5em;
        width: 100%;
        float: left;
        margin-right: 6.25%;
    }
}

@media (min-width: 569px) and (max-width: 1024px) {
    .marketplace-search__inputs {
        margin-top: 1.5em;
        width: 74.24242%;
        float: left;
        margin-right: 3.0303%;
        margin-left: 12.87879%;
    }
}

@media (min-width: 1025px) {
    .marketplace-search__inputs {
        width: 66%;
        float: left;
        margin-right: 2%;
        float: right;
        margin-right: 0;
    }
}

.market-stats {
    font-size: 16px;
    text-align: right;
}

.market-stats__stat {
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
}

    .market-stats__stat:last-child {
        margin-right: 0;
    }

    .market-stats__stat span {
        color: #999;
        font-weight: normal;
    }

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (min-width: 569px) {
    .media {
        -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }
}

.media > div:first-child {
    margin-right: 1em;
}

.media.-wrap-none {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.media__item {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .media__item > a {
        display: block;
        line-height: 0;
    }

    .media__item img {
        display: block;
    }

.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

    .media__body.-align-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .media__body.-align-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .media__body.-basis-40 {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .media__body.-basis-30 {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }

.no-flexbox .media {
    display: table;
    width: 100%;
}

.no-flexbox .media__item {
    width: 1px;
    white-space: nowrap;
    display: table-cell;
    padding-right: 1em;
}

.no-flexbox .media__body {
    display: table-cell;
    vertical-align: top;
}

    .no-flexbox .media__body.-align-center {
        vertical-align: middle;
    }

    .no-flexbox .media__body.-align-bottom {
        vertical-align: bottom;
    }

.off-canvas-category-link--empty, .off-canvas-category-link {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 15px;
}

    .off-canvas-category-link--empty:hover, .off-canvas-category-link:hover {
        text-decoration: none;
    }

    .off-canvas-category-link:after {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        color: #999;
        content: "\f102";
        float: right;
    }

    .off-canvas-category-link.is-open:after {
        content: "\f105";
    }

.off-canvas-category-link--sub {
    color: #fff;
    display: block;
    padding: 15px 15px 15px 25px;
}

    .off-canvas-category-link--sub:hover {
        text-decoration: none;
    }

.off-canvas-category-spacer {
    min-height: 6px;
}

.off-canvas-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.off-canvas-left a {
    font-size: 13px;
    text-decoration: none;
}

.off-canvas-left__top {
    padding: 15px 0 17px;
}

    .off-canvas-left__top > a {
        display: block;
        height: 15px;
        margin: 0 auto;
        text-indent: -9999px;
        width: 177px;
    }

.svg .off-canvas-left__top > a {
    background: url(//public-assets.envato-static.com/assets/logos/envato_market-dee06317dbf75d406e29e1cd82fab4dd.svg);
    background-size: 177px 15px;
}

.no-svg .off-canvas-left__top > a {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -380px -392px;
}

.off-canvas-left__site {
    background-color: #333;
    overflow: hidden;
    padding-left: 2px;
    display: block;
}

    .off-canvas-left__site > i {
        color: #fff;
        float: right;
        font-size: 12px;
        padding-right: 5px;
        padding-top: 13px;
    }

.off-canvas-left__site-logo--3docean, .off-canvas-left__site-logo--audiojungle, .off-canvas-left__site-logo--codecanyon, .off-canvas-left__site-logo--graphicriver, .off-canvas-left__site-logo--photodune, .off-canvas-left__site-logo--themeforest, .off-canvas-left__site-logo--videohive {
    float: left;
    text-indent: -9999px;
}

.off-canvas-left__site-logo--3docean {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -285px -196px;
    width: 119px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--3docean {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -285px -196px;
        height: 40px;
        width: 119px;
    }
}

.off-canvas-left__site-logo--audiojungle {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -163px -272px;
    width: 143px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--audiojungle {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -163px -272px;
        height: 40px;
        width: 143px;
    }
}

.off-canvas-left__site-logo--codecanyon {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: 0px -332px;
    width: 147px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--codecanyon {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: 0px -332px;
        height: 40px;
        width: 147px;
    }
}

.off-canvas-left__site-logo--graphicriver {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -167px -332px;
    width: 139px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--graphicriver {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -167px -332px;
        height: 40px;
        width: 139px;
    }
}

.off-canvas-left__site-logo--photodune {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -444px 0px;
    width: 133px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--photodune {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -444px 0px;
        height: 40px;
        width: 133px;
    }
}

.off-canvas-left__site-logo--themeforest {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: 0px -272px;
    width: 143px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--themeforest {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: 0px -272px;
        height: 40px;
        width: 143px;
    }
}

.off-canvas-left__site-logo--videohive {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos-7e9f4968a301cec7d186dd46d94ca068.png);
    background-position: -150px -68px;
    width: 114px;
    height: 40px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .off-canvas-left__site-logo--videohive {
        background-image: url(//public-assets.envato-static.com/assets/generated_sprites/logos_2x-36032e2eb64a77e8f5b8694f1071a19e.png);
        background-size: 577px 449px;
        background-position: -150px -68px;
        height: 40px;
        width: 114px;
    }
}

.off-canvas-left__current-site {
    overflow: hidden;
    padding-left: 3px;
}

    .off-canvas-left__current-site.-color-3docean {
        background-color: #ab0f34;
    }

    .off-canvas-left__current-site.-color-audiojungle {
        background-color: #9ac130;
    }

    .off-canvas-left__current-site.-color-codecanyon {
        background-color: #e78733;
    }

    .off-canvas-left__current-site.-color-graphicriver {
        background-color: #308eb1;
    }

    .off-canvas-left__current-site.-color-photodune {
        background-color: #0f8c98;
    }

    .off-canvas-left__current-site.-color-themeforest {
        background-color: #1abc9c;
    }

    .off-canvas-left__current-site.-color-videohive {
        background-color: #e7a802;
    }

.off-canvas-left__current-site-toggle {
    box-shadow: 0 2px 0 #a8a8a8;
    position: relative;
    background-color: #dedede;
    border-radius: 4px;
    color: #454545;
    float: right;
    margin: 5px 10px 0;
    padding: 5px 7px;
    font-size: 13px;
}

    .off-canvas-left__current-site-toggle:active {
        top: 1px;
        box-shadow: 0 1px 0 #a8a8a8;
    }

    .off-canvas-left__current-site-toggle:hover {
        text-decoration: none;
    }

    .off-canvas-left__current-site-toggle:after {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        content: "\f102";
    }

    .off-canvas-left__current-site-toggle.is-open:after {
        content: "\f105";
    }

.off-canvas-left__search {
    margin: 15px;
    overflow: hidden;
}

.off-canvas-right {
    background-color: #262626;
}

    .off-canvas-right > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .off-canvas-right > ul a {
            text-decoration: none;
        }

.off-canvas-right__top {
    padding: 10px;
    position: relative;
}

.off-canvas-right__avatar {
    border-radius: 25px;
    display: block;
    width: 45px;
}

.off-canvas-right__username {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: none;
}

    .off-canvas-right__username:hover {
        text-decoration: underline;
    }

.off-canvas-right__balance {
    background-color: #333;
    border-radius: 4px;
    color: #d4d4d4;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    padding: 4px 7px;
}

.off-canvas-right__cart {
    position: absolute;
    right: 10px;
    top: 10px;
}

.off-canvas-right__section-heading {
    background-color: #dedede;
    color: #262626;
    display: block;
    padding: 15px 10px;
    text-transform: capitalize;
}

.off-canvas-right__link, .off-canvas-right__link--cart, .off-canvas-right__link--logout {
    background-color: #333;
    border-bottom: 1px solid #454545;
    color: #dedede;
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding: 15px 10px;
    text-decoration: none;
}

    .off-canvas-right__link > i, .off-canvas-right__link--cart > i, .off-canvas-right__link--logout > i {
        float: right;
    }

.off-canvas-right__link--cart {
    background-color: #262626;
    border-bottom: none;
}

    .off-canvas-right__link--cart > div {
        float: right;
    }

.off-canvas-right__link--logout {
    background-color: #df2c2c;
    color: #fff;
    border-bottom: none;
}

.off-canvas {
    padding-top: 15px;
    padding-bottom: 50px;
}

.off-canvas__title {
    display: block;
    padding: 0 20px;
}

.off-canvas__search {
    margin: 10px 0;
    padding: 0 20px;
}

.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.page-section {
    padding: 24px 0;
}

@media (min-width: 569px) {
    .page-section {
        padding: 32px 0;
    }
}

.page-section.-color-white {
    background: #fff;
}

.page-section.-color-grey-light {
    background: #fafafa;
}

.page-section.-color-grey {
    background: #f5f5f5;
}

.page-section.-color-grey-mid {
    background: #ededed;
}

.page-section.-color-grey-dark {
    background: #d4d4d4;
}

.page-section.-color-grey-very-dark {
    background: #454545;
    color: #dedede;
}

.page-section.-border-top {
    border-top: 1px solid #e1e8ed;
}

.page-section.-border-bottom {
    border-bottom: 1px solid #e1e8ed;
}

.page-section.-size-compact {
    padding: 16px 0;
}

.page-section.-size-xcompact {
    padding: 0;
}

.page-section.-custom-research {
    background: #454545 url(//public-assets.envato-static.com/assets/community-research/bg-community-research-034c2b13a60f5d05babf0f883969581b.jpg) no-repeat center 100%;
    color: #fff;
    padding-top: 200px;
}

.page-section.-custom-badges {
    background: #666 url(//public-assets.envato-static.com/assets/badges/bg-badges-0391ecdf89afa16e84445f722c0004b1.jpg) no-repeat center 100%;
    padding-bottom: 80px;
}

.page-section[class*='-theme-'] {
    color: #fff;
    overflow: hidden;
    position: relative;
}

.page-section.-theme-elite, .page-section.-theme-power-elite {
    overflow: initial;
}

.page-section__background {
    height: 200%;
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
    z-index: -10;
    background-color: inherit;
    background-size: 480px;
    background-image: url(//public-assets.envato-static.com/assets/common/bg-page-section--light-dbffac9426e51e0fdcaaad8452d7561b.png);
}

@supports (background-blend-mode: overlay) {
    .page-section__background {
        background-blend-mode: overlay;
        background-image: url(//public-assets.envato-static.com/assets/common/bg-page-section-00fcdc3f6a998791f63bb32dc69b1105.png);
    }
}

.-theme-3docean .page-section__background {
    background-color: #b3193d;
}

.-theme-audiojungle .page-section__background {
    background-color: #82b332;
}

.-theme-codecanyon .page-section__background {
    background-color: #e78733;
}

.-theme-graphicriver .page-section__background {
    background-color: #308eb1;
}

.-theme-photodune .page-section__background {
    background-color: #0f8c98;
}

.-theme-themeforest .page-section__background {
    background-color: #1fbda5;
}

.-theme-videohive .page-section__background {
    background-color: #f1a31e;
}

.-theme-envato .page-section__background {
    background-color: #82b541;
}

.-theme-power-elite .page-section__background {
    background-color: #333;
}

.-theme-elite .page-section__background {
    background-color: rgba(245,245,245,0.5);
    overflow: initial;
}

@supports (background-blend-mode: multiply) {
    .-theme-3docean .page-section__background, .-theme-photodune .page-section__background {
        background-blend-mode: multiply;
    }
}

.page-title, .page-title__label {
    float: left;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
    color: inherit;
    padding: 0 20px 12px 0;
}

.page-title__label {
    line-height: 44px;
    padding: 0 10px 12px 0;
}

.page-title__tagline {
    float: left;
    margin: 6px 0 0 0;
}

    .page-title__tagline strong {
        font-size: 18px;
    }

    .page-title__tagline a {
        font-size: 11px;
        color: inherit;
        opacity: 0.8;
    }

.page-title__result-count p {
    background: #d4d4d4;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-top: 11px;
    padding: 5px;
}

.page {
    height: 100%;
    position: relative;
}

@media (min-width: 1025px) {
    .page {
        min-width: 1004px;
    }
}

@media (max-width: 1024px) {
    .page--is-off-canvas {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
    }
}

.page__canvas {
    box-shadow: 0 0 15px -1px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    min-height: 100%;
}

@media (min-width: 1025px) {
    .page__canvas {
        box-shadow: none;
    }
}

@media (min-width: 1025px) {
    .page__canvas .page__canvas--is-off-canvas-right, .page__canvas .page__canvas--is-off-canvas-left {
        left: 0;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .page__canvas--is-off-canvas-right {
        right: 260px;
    }
}

@media (max-width: 1024px) {
    .page__canvas--is-off-canvas-left {
        left: 260px;
    }
}

.page__off-canvas--left, .page__off-canvas--right {
    display: none;
    width: 260px;
    z-index: 3;
}

    .page__off-canvas--left::-webkit-scrollbar, .page__off-canvas--right::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .page__off-canvas--left::-webkit-scrollbar:vertical, .page__off-canvas--right::-webkit-scrollbar:vertical {
            width: 11px;
        }

        .page__off-canvas--left::-webkit-scrollbar:horizontal, .page__off-canvas--right::-webkit-scrollbar:horizontal {
            height: 11px;
        }

    .page__off-canvas--left::-webkit-scrollbar-thumb, .page__off-canvas--right::-webkit-scrollbar-thumb {
        border: 2px solid #f5f5f5;
        background-color: rgba(0,0,0,0.4);
    }

        .page__off-canvas--left::-webkit-scrollbar-thumb:hover, .page__off-canvas--right::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0,0,0,0.6);
        }

    .page__off-canvas--left::-webkit-scrollbar-track, .page__off-canvas--right::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

@media (max-width: 1024px) {
    .page__off-canvas--left, .page__off-canvas--right {
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #262626;
    }
}

.page__off-canvas--left {
    left: 0;
}

.page__off-canvas--right {
    right: 0;
}

.page__off-canvas--is-active {
    display: block;
}

@media (min-width: 1025px) {
    .page__off-canvas--is-active {
        display: none;
    }
}

.page__overlay--is-active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .page__overlay--is-active {
        display: none;
    }
}

.noUi-target {
    position: relative;
}

    .noUi-target, .noUi-target * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: none;
        touch-action: none;
        box-sizing: border-box;
    }

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: -48px;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top 0.3s;
    transition: left 0.3s,top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
    padding-right: 48px;
}

    .noUi-horizontal .noUi-handle {
        width: 50px;
        height: 34px;
        left: -1px;
        top: -9px;
    }

.noUi-background {
    background-color: #e0e0e0;
}

.noUi-target {
    border-radius: 5px;
}

.noUi-dragable {
    cursor: w-resize;
}

.noUi-handle {
    background-color: gray;
    border: 3px solid #fff;
    border-radius: 14px;
    cursor: ew-resize;
}

    .noUi-handle:hover {
        background-color: #454545;
    }

.noUi-tooltip {
    display: block;
    position: absolute;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 44px;
}

.noUi-min, .noUi-max {
    display: none;
    position: absolute;
    cursor: default;
    color: #999;
    font-size: 12px;
    text-shadow: none;
    top: -34px;
    padding: 3px 3px;
    background: #e6e6e6;
    border-radius: 3px;
}

.js .noUi-min, .js .noUi-max {
    display: block;
}

.noUi-max {
    right: 0;
}

.range-slider, .range-slider--theme-minimalist {
    position: relative;
}

    .range-slider.-currency-dollar .noUi-tooltip:before, .-currency-dollar.range-slider--theme-minimalist .noUi-tooltip:before, .range-slider.-currency-dollar .noUi-min:before, .-currency-dollar.range-slider--theme-minimalist .noUi-min:before, .range-slider.-currency-dollar .noUi-max:before, .-currency-dollar.range-slider--theme-minimalist .noUi-max:before {
        content: "$";
    }

    .range-slider.-handles-hidden .noUi-tooltip, .-handles-hidden.range-slider--theme-minimalist .noUi-tooltip {
        display: none;
    }

    .range-slider--theme-minimalist.noUi-background {
        background-color: #dedede;
    }

    .range-slider--theme-minimalist.noUi-horizontal {
        height: 2px;
        padding-right: 38px;
    }

    .range-slider--theme-minimalist.noUi-target {
        border-radius: 0;
    }

    .range-slider--theme-minimalist .noUi-origin {
        right: -38px;
    }

    .range-slider--theme-minimalist .noUi-handle {
        width: 40px;
        height: 16px;
        background-color: #454545;
        border: 0;
        border-radius: 4px;
        top: -7px;
        left: 0;
    }

    .range-slider--theme-minimalist .noUi-tooltip {
        left: -2px;
    }

.search-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .search-field.-size-xl {
        font-size: 16px;
        height: 60px;
    }

    .search-field.-size-l {
        font-size: 16px;
        height: 50px;
    }

    .search-field.-size-m {
        font-size: 14px;
        height: 40px;
    }

    .search-field, .search-field.-size-s {
        font-size: 16px;
        height: 30px;
    }

@media (min-width: 1025px) {
    .search-field, .search-field.-size-s {
        font-size: 13px;
    }
}

.search-field__input {
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}

input.search-field__input-field {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 5px 8px 6px;
    border: 1px solid #bababa;
    border-radius: 7px 0 0 7px;
    border-right: 0;
    color: gray;
    -webkit-appearance: none;
    outline: none;
    min-width: 0;
}

@media (min-width: 1025px) {
    .-size-xl input.search-field__input-field {
        padding: 5px 20px;
    }
}

@media (min-width: 1025px) {
    .-size-l input.search-field__input-field {
        padding: 5px 15px;
    }
}

.-border-none input.search-field__input-field {
    border: none;
}

.-border-light input.search-field__input-field {
    border-color: #dedede;
}

@media (min-width: 1025px) {
    input.search-field__input-field.is-autosuggest-visible {
        border-bottom-left-radius: 0;
    }
}

button.search-field__button {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    padding: 3px 0 2px;
    background-color: #fff;
    color: #999;
    border-radius: 0 7px 7px 0;
    border: 1px solid #bababa;
    border-left: none;
    font-size: 14px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    button.search-field__button:hover {
        background-color: #f5f5f5;
    }

        button.search-field__button:hover:before {
            color: #333;
        }

    button.search-field__button:focus {
        background-color: #fff;
    }

    button.search-field__button:active {
        background-color: #ededed;
    }

.-theme-3docean button.search-field__button:hover {
    color: #ab0f34;
}

.-theme-audiojungle button.search-field__button:hover {
    color: #9ac130;
}

.-theme-codecanyon button.search-field__button:hover {
    color: #e78733;
}

.-theme-graphicriver button.search-field__button:hover {
    color: #308eb1;
}

.-theme-photodune button.search-field__button:hover {
    color: #0f8c98;
}

.-theme-themeforest button.search-field__button:hover {
    color: #1abc9c;
}

.-theme-videohive button.search-field__button:hover {
    color: #e7a802;
}

.-size-l button.search-field__button {
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    font-size: 20px;
}

@media (min-width: 569px) {
    .-size-l button.search-field__button {
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
        font-size: 24px;
    }
}

.-size-xl button.search-field__button {
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    font-size: 20px;
}

@media (min-width: 569px) {
    .-size-xl button.search-field__button {
        -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        font-size: 26px;
    }
}

.-border-none button.search-field__button {
    border: none;
}

.-border-light button.search-field__button {
    border-color: #dedede;
}

.no-flexbox .search-field {
    display: block;
    width: 100%;
}

    .no-flexbox .search-field:after {
        content: "";
        display: table;
        clear: both;
    }

    .no-flexbox .search-field.-size-l .search-field__button {
        width: 18%;
        max-width: 70px;
        font-size: 24px;
    }

    .no-flexbox .search-field.-size-xl .search-field__button {
        width: 18%;
        max-width: 80px;
        font-size: 26px;
    }

.no-flexbox .search-field__input {
    display: block;
    float: left;
    width: 85%;
    height: 100%;
}

@media (max-width: 568px) {
    .no-flexbox .search-field__input {
        width: 82%;
    }
}

.no-flexbox input[type='search']::-ms-clear {
    height: 0;
    width: 0;
}

.no-flexbox .search-field__input-field {
    width: 100%;
    height: 100%;
}

.no-flexbox .search-field__button {
    display: block;
    float: left;
    height: 100%;
    width: 15%;
}

.huge-search, .huge-search--search-home, .huge-search--market {
    position: relative;
    height: 66px;
    margin: 0 auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .huge-search:after, .huge-search--search-home:after, .huge-search--market:after {
        content: "";
        display: table;
        clear: both;
    }

    .huge-search > input[type=search], .huge-search--search-home > input[type=search], .huge-search--market > input[type=search] {
        box-sizing: border-box;
        border: 0;
        border-radius: 7px 0 0 7px;
        color: gray;
        font-size: 16px;
        line-height: normal;
        height: 100%;
        padding: 20px 10px;
        width: 86%;
        float: left;
        -webkit-appearance: none;
    }

        .huge-search > input[type=search]::-webkit-search-cancel-button, .huge-search--search-home > input[type=search]::-webkit-search-cancel-button, .huge-search--market > input[type=search]::-webkit-search-cancel-button {
            -webkit-appearance: searchfield-cancel-button;
        }

    .huge-search > button, .huge-search--search-home > button, .huge-search--market > button {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        float: right;
        height: 100%;
        width: 14%;
        background-color: #fff;
        color: #999;
        border-radius: 0 7px 7px 0;
        font-size: 20px;
        padding: 5px 1%;
    }

        .huge-search > button:before, .huge-search--search-home > button:before, .huge-search--market > button:before {
            content: "\f145";
            color: #999;
        }

        .huge-search > button:hover, .huge-search--search-home > button:hover, .huge-search--market > button:hover {
            background-color: #f5f5f5;
        }

            .huge-search > button:hover:before, .huge-search--search-home > button:hover:before, .huge-search--market > button:hover:before {
                color: #333;
            }

        .huge-search > button:focus, .huge-search--search-home > button:focus, .huge-search--market > button:focus {
            background-color: #fff;
        }

        .huge-search > button:active, .huge-search--search-home > button:active, .huge-search--market > button:active {
            background-color: #ededed;
        }

        .huge-search > button.-theme-3docean:hover:before, .huge-search--search-home > button.-theme-3docean:hover:before, .huge-search--market > button.-theme-3docean:hover:before {
            color: #ab0f34;
        }

        .huge-search > button.-theme-audiojungle:hover:before, .huge-search--search-home > button.-theme-audiojungle:hover:before, .huge-search--market > button.-theme-audiojungle:hover:before {
            color: #9ac130;
        }

        .huge-search > button.-theme-codecanyon:hover:before, .huge-search--search-home > button.-theme-codecanyon:hover:before, .huge-search--market > button.-theme-codecanyon:hover:before {
            color: #e78733;
        }

        .huge-search > button.-theme-graphicriver:hover:before, .huge-search--search-home > button.-theme-graphicriver:hover:before, .huge-search--market > button.-theme-graphicriver:hover:before {
            color: #308eb1;
        }

        .huge-search > button.-theme-photodune:hover:before, .huge-search--search-home > button.-theme-photodune:hover:before, .huge-search--market > button.-theme-photodune:hover:before {
            color: #0f8c98;
        }

        .huge-search > button.-theme-themeforest:hover:before, .huge-search--search-home > button.-theme-themeforest:hover:before, .huge-search--market > button.-theme-themeforest:hover:before {
            color: #1abc9c;
        }

        .huge-search > button.-theme-videohive:hover:before, .huge-search--search-home > button.-theme-videohive:hover:before, .huge-search--market > button.-theme-videohive:hover:before {
            color: #e7a802;
        }

@media (min-width: 569px) {
    .huge-search > input[type=search], .huge-search--search-home > input[type=search], .huge-search--market > input[type=search] {
        width: 88%;
        padding: 20px;
    }

    .huge-search > button, .huge-search--search-home > button, .huge-search--market > button {
        width: 12%;
        font-size: 26px;
    }
}

@media (min-width: 1025px) {
    .huge-search, .huge-search--search-home, .huge-search--market {
        width: 650px;
    }

        .huge-search > button, .huge-search--search-home > button, .huge-search--market > button {
            padding: 5px 20px;
        }
}

.huge-search--search-home {
    height: 45px;
}

    .huge-search--search-home > input[type=search] {
        box-sizing: border-box;
        padding: 10px 5px 10px 20px;
    }

        .huge-search--search-home > input[type=search]:focus {
            outline: 0;
        }

@media (min-width: 1025px) {
    .huge-search--search-home {
        width: 410px;
    }

        .huge-search--search-home > input[type=search] {
            padding: 10px 5px 10px 20px;
        }

        .huge-search--search-home > button {
            font-size: 20px;
            padding: 0 1px 0 0;
        }
}

.huge-search--market > input[type=search] {
    outline: none;
}

    .huge-search--market > input[type=search].-theme-dark {
        color: #666;
    }

    .huge-search--market > input[type=search].-theme-light {
        background: #f5f5f5;
        border: 1px solid #e0e0e0;
        border-right-width: 0;
        border-radius: 7px 0 0 7px;
    }

.huge-search--market > button.-theme-light {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 0 7px 7px 0;
}

@media (min-width: 1025px) {
    .huge-search--market {
        width: 615px;
        margin-right: 15px;
    }
}

.shopping-cart-summary {
    color: #fff;
}

    .shopping-cart-summary.is-empty {
        color: gray;
    }

        .shopping-cart-summary.is-empty span {
            display: none;
        }

.shopping-cart-summary__count {
    box-sizing: border-box;
    background: #82b541;
    display: inline-block;
    padding: 2px 7px 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #f5f5f5;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.side-tabs {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    list-style: none;
    width: 345px;
}

    .side-tabs li:first-child a {
        border-radius: 4px 4px 0 0;
    }

    .side-tabs li:last-child a {
        border-bottom: none;
        border-radius: 0 0 4px 4px;
    }

    .side-tabs a {
        background: #fafafa;
        border-bottom: 1px solid #e1e8ed;
        color: #666;
        cursor: pointer;
        display: block;
        line-height: 13px;
        padding: 15px 0 16px 15px;
        position: relative;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        font-size: 15px;
    }

        .side-tabs a:before {
            padding-right: 5px;
        }

        .side-tabs a:hover, .side-tabs a:focus {
            background: #fff;
            text-decoration: none;
            -webkit-transition: all 0s;
            transition: all 0s;
        }

        .side-tabs a.active {
            background: #0084b4;
            color: #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .side-tabs a.active:before, .side-tabs a.active i {
                color: #fff;
            }

    .side-tabs.-tabs-light {
        border: none;
        border-radius: none;
        width: initial;
        background: #f5f5f5;
        border: 1px solid #e1e8ed;
        padding-bottom: 20px;
    }

        .side-tabs.-tabs-light a {
            color: #666;
            background: none;
            border-bottom: none;
            font-size: 14px;
            padding: 5px 20px;
            margin: 0;
            line-height: 20px;
            -webkit-transition: none;
            transition: none;
        }

            .side-tabs.-tabs-light a:hover, .side-tabs.-tabs-light a:focus {
                color: #262626;
                background: #ededed;
                -webkit-transition: none;
                transition: none;
            }

            .side-tabs.-tabs-light a.active {
                color: #72bf40;
                font-weight: bold;
                border-left: 3px solid #72bf40;
                padding-left: 16px;
            }

.side-tabs__header {
    padding: 20px 20px 0;
}

.side-tabs__icon {
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #999;
}

.site-header {
    position: relative;
}

    .site-header > div {
        position: relative;
    }

.site-header__logo-and-account {
    z-index: 3;
}

.site-header__sites {
    z-index: 2;
}

.site-header__categories {
    z-index: 1;
}

.slt-custom-wlabel--search, .slt-custom-wlabel--homepage-new, .slt-custom-wlabel--page-tabs--dropdown {
    position: relative;
}

    .slt-custom-wlabel--search:hover, .slt-custom-wlabel--homepage-new:hover, .slt-custom-wlabel--page-tabs--dropdown:hover {
        cursor: pointer;
    }

    .slt-custom-wlabel--search > label, .slt-custom-wlabel--homepage-new > label, .slt-custom-wlabel--page-tabs--dropdown > label {
        background-color: #e0e0e0;
        border-radius: 7px;
        color: #666;
        display: block;
    }

    .slt-custom-wlabel--search > select, .slt-custom-wlabel--homepage-new > select, .slt-custom-wlabel--page-tabs--dropdown > select {
        cursor: inherit;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px !important;
        color: #262626;
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        -webkit-appearance: menulist-button;
    }

    .slt-custom-wlabel--search > label {
        font-size: 16px;
        font-weight: bold;
        height: 66px;
        line-height: 66px;
        text-align: left;
        padding: 0 40px 0 20px;
    }

@media (max-width: 568px) {
    .slt-custom-wlabel--search > label {
        height: 56px;
        line-height: 56px;
    }
}

.slt-custom-wlabel--homepage-new > label {
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.slt-custom-wlabel--page-tabs--dropdown > label {
    border: 1px solid #e1e8ed;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #454545;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    width: 150px;
}

.slt-custom-wlabel__arrow {
    display: block;
    height: 34px;
    width: 34px;
    position: absolute;
    right: 1%;
    top: 0;
    text-align: center;
    font-size: 12px;
}

.slt-custom {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background: #f5f5f5;
}

    .slt-custom:after, .slt-custom:before {
        content: "";
        pointer-events: none;
        position: absolute;
        right: 10px;
    }

    .slt-custom:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #666;
        border-bottom: none;
        height: 0;
        width: 0;
        top: 47%;
    }

    .slt-custom > select {
        box-sizing: border-box;
        width: 100%;
        padding: 0 25px 0 10px;
        background: none;
        border: 0;
        font-size: 14px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        height: 38px;
        line-height: 38px;
        color: #666;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .slt-custom > select::-ms-expand {
            display: none;
        }

    .slt-custom.-arrows-double:before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #666;
        border-top: none;
        height: 0;
        width: 0;
        top: 33%;
    }

    .slt-custom.-arrows-double:after {
        top: 53%;
    }

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social-links li {
        display: inline-block;
        padding: 0px 2px;
    }

.system-banner {
    display: none;
    margin-bottom: 16px;
}

    .system-banner:first-child {
        display: block;
        margin-top: 16px;
    }

@media (min-width: 569px) {
    .system-banner {
        display: block;
    }
}

.table-general {
    clear: both;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table-general thead td, .table-general thead th {
        text-align: left;
        background-color: #454545;
        color: #fff;
        padding: 12px 10px;
        vertical-align: bottom;
    }

        .table-general thead td a, .table-general thead th a {
            color: #fff;
        }

        .table-general thead td:first-child, .table-general thead th:first-child {
            border-top-left-radius: 4px;
        }

        .table-general thead td:last-child, .table-general thead th:last-child {
            border-top-right-radius: 4px;
        }

        .table-general thead th.number {
            text-align: right;
        }

        .table-general thead th.sortable {
            cursor: pointer;
        }

    .table-general tfoot td {
        background: gray;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 10px;
    }

        .table-general tfoot td:first-child {
            border-radius: 0 0 0 4px;
        }

        .table-general tfoot td:last-child {
            border-radius: 0 0 4px 0;
        }

        .table-general tfoot td.number {
            text-align: right;
        }

    .table-general tbody tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    .table-general tbody tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
    }

    .table-general tbody td, .table-general tbody th {
        padding: 10px;
        background-color: #f5f5f5;
        vertical-align: text-top;
    }

        .table-general tbody td.number {
            text-align: right;
        }

    .table-general td, .table-general th {
        padding: 0;
    }

        .table-general td.no-wrap, .table-general th.no-wrap {
            white-space: nowrap;
        }

    .table-general.-has-footer tbody tr:last-child td:first-child {
        border-radius: 0px;
    }

    .table-general.-has-footer tbody tr:last-child td:last-child {
        border-radius: 0px;
    }

    .table-general.-striped tbody tr:nth-child(odd) td {
        background-color: #ededed;
    }

    .table-general.-striped tbody tr.js-hover td {
        background-color: #fff;
    }

    .table-general.-striped tbody tr.js-selected td {
        background-color: #cbe6c2;
    }

    .table-general.-highlight-row tbody tr:hover td {
        background-color: #fff;
    }

    .table-general.-bordered-h tbody td, .table-general.-bordered-h tbody th {
        border-bottom: 1px solid #d4d4d4;
    }

    .table-general.-bordered-h tbody > tr:last-child td {
        border-bottom-width: 0;
    }

    .table-general.-bordered-v td, .table-general.-bordered-v th {
        border-left: 1px solid #d4d4d4;
    }

        .table-general.-bordered-v td:first-child, .table-general.-bordered-v th:first-child {
            border-left: none;
        }

    .table-general.-bordered-v tbody > tr:last-child td {
        border-bottom-width: 0;
    }

    .table-general.-comparison-table thead th {
        text-align: center;
    }

    .table-general.-comparison-table tbody td {
        min-width: 120px;
        text-align: center;
        vertical-align: middle;
    }

        .table-general.-comparison-table tbody td:first-child {
            font-weight: bold;
            min-width: 250px;
            text-align: left;
        }

    .table-general.-width-three-col-equal td {
        width: 33%;
    }

    .table-general.-statement-table .statement__marketplace {
        width: 20px;
        padding: 0 10px;
    }

    .table-general.-statement-table .statement__type {
        padding-left: 5px;
    }

.js-highlight-column {
    background-color: #fff !important;
}

.tooltip-alpha {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

.touch .tooltip-alpha {
    padding: 5px;
}

.tooltip-alpha.-margin-left {
    margin-left: 4px;
}

.tooltip-alpha {
    font-size: inherit;
}

    .tooltip-alpha.-size-m {
        font-size: 15px;
    }

.tooltip-alpha__body {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background: #333;
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px;
    max-width: 200px;
    z-index: 2;
    border-radius: 4px;
}

.touch .tooltip-alpha__body {
    padding: 10px;
}

.tooltip-alpha__body[data-show="true"] {
    width: auto;
    height: auto;
    clip: auto;
    margin: auto;
    opacity: 1;
    overflow: visible;
    margin-top: 24px;
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@media (min-width: 1025px) {
    .tooltip-alpha__body[data-show="true"] {
        -webkit-animation-name: fade-in-up-desktop;
        animation-name: fade-in-up-desktop;
    }
}

@media (max-width: 568px) {
    .tooltip-alpha__body[data-show="true"] {
        max-width: 94%;
        width: 94%;
        left: 10px;
    }
}

@media (min-width: 569px) and (max-width: 1024px) {
    .tooltip-alpha__body[data-show="true"] {
        max-width: 50%;
        width: 50%;
        left: 20px;
    }
}

.tooltip-alpha__action {
    border-bottom: 1px dashed gray;
}

.tooltip-alpha__triangle {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-top: none;
    height: 0;
    width: 0;
    position: absolute;
    top: -5px;
    left: 5px;
}

@media (max-width: 1024px) {
    .tooltip-alpha__triangle {
        display: none;
    }
}

.collection-widget {
    position: relative;
}

.collection-widget__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: 100px;
    overflow-y: visible;
    position: relative;
}

@media (max-width: 568px) {
    .collection-widget__list {
        max-height: 100%;
    }
}

.collection-widget__list > li {
    margin-bottom: 5px;
    position: relative;
}

.collection-widget__command {
    display: block;
    position: relative;
    padding: 8px 32px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
}

    .collection-widget__command:first-of-type {
        margin-top: 8px;
    }

    .collection-widget__command:before {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        content: "\f104";
        position: absolute;
        left: 20px;
        top: 5px;
        color: #ababab;
        font-size: 12px;
        line-height: 22px;
    }

.collection-widget__item {
    display: block;
    position: relative;
    padding: 8px 32px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #666;
    text-align: left;
    text-decoration: none;
}

    .collection-widget__item:first-of-type {
        margin-top: 8px;
    }

    .collection-widget__item:before {
        font-family: marketplace-glyphs;
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-align: center;
        width: 1em;
        content: "\f13e";
        position: absolute;
        left: 8px;
        top: 8px;
        color: #ababab;
        font-size: 12px;
        line-height: 22px;
        width: 24px;
    }

    .collection-widget__item:hover, .collection-widget__item:active {
        text-decoration: none;
    }

        .collection-widget__item:hover:before, .collection-widget__item:active:before {
            color: gray;
            text-decoration: none;
        }

    .collection-widget__item.is-updating, .collection-widget__item.is-added {
        background-color: #e5f2f7;
    }

        .collection-widget__item.is-updating:before, .collection-widget__item.is-added:before {
            content: "\f137";
            color: #0084b4;
        }

        .collection-widget__item.is-updating:hover:before, .collection-widget__item.is-added:hover:before {
            font-family: marketplace-glyphs;
            font-style: normal;
            font-weight: normal;
            speak: none;
            text-align: center;
            width: 1em;
            content: "\f10c";
            color: #0084b4;
            width: 24px;
        }

    .collection-widget__item.is-error {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-name: shake;
        animation-name: shake;
        opacity: 0.5;
        cursor: not-allowed;
    }

    .collection-widget__item.is-new:after {
        content: "new";
        position: relative;
        top: -1px;
        left: 10px;
        background: #0084b4;
        color: #fff;
        font-weight: normal;
        padding: 1px 4px 3px;
        border-radius: 3px;
        font-size: 10px;
        line-height: 12px;
    }

.collection-widget__item--empty {
    margin-top: 32px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

.collection-widget__flash-message {
    display: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: fade-in-out;
    animation-name: fade-in-out;
    display: inline;
    color: #bababa;
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #0084b4;
}

.pagination {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 1025px) {
    .pagination {
        display: block;
        text-align: right;
        width: auto;
    }
}

.pagination__list {
    list-style: none;
    display: table-row;
}

    .pagination__list > li {
        display: table-cell;
    }

        .pagination__list > li:first-child, .pagination__list > li:last-child {
            width: 30px;
        }

@media (min-width: 1025px) {
    .pagination__list {
        display: block;
    }

        .pagination__list > li {
            display: inline-block;
        }

            .pagination__list > li:first-child, .pagination__list > li:last-child {
                width: auto;
            }

            .pagination__list > li:last-child {
                margin-right: -4px;
            }
}

.pagination__page, .pagination__page--current, .pagination__summary, .pagination__gap, .pagination__next, .pagination__next--disabled, .pagination__previous, .pagination__previous--disabled {
    border-radius: 4px;
    display: none;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 1025px) {
    .pagination__page, .pagination__page--current, .pagination__summary, .pagination__gap, .pagination__next, .pagination__next--disabled, .pagination__previous, .pagination__previous--disabled {
        display: block;
        font-size: 12px;
        height: 30px;
        padding: 0 9px;
    }
}

.pagination__page {
    color: #999;
    text-decoration: none;
}

    .pagination__page:hover {
        background: #e1e8ed;
        color: #454545;
        text-decoration: none;
    }

.pagination__page--current {
    background: #ededed;
    border: 1px solid #e1e8ed;
    color: #454545;
}

.pagination__summary {
    display: block;
    color: #999;
    font-size: 13px;
}

@media (min-width: 1025px) {
    .pagination__summary {
        display: none;
    }
}

@media (min-width: 1025px) {
    .pagination__gap {
        font-size: 12px;
        color: #999;
        padding: 0 2px;
    }
}

.pagination__next, .pagination__next--disabled, .pagination__previous, .pagination__previous--disabled {
    display: block;
    text-decoration: none;
    background: #454545;
    border: 1px solid #454545;
    color: #fff;
    padding: 0 25px;
    position: relative;
}

@media (min-width: 1025px) {
    .pagination__next, .pagination__next--disabled, .pagination__previous, .pagination__previous--disabled {
        padding: 0 10px;
    }
}

.pagination__next:hover, .pagination__next--disabled:hover, .pagination__previous:hover, .pagination__previous--disabled:hover, .pagination__next:focus, .pagination__next--disabled:focus, .pagination__previous:focus, .pagination__previous--disabled:focus {
    background: #0084b4;
    border: 1px solid #0084b4;
    color: #fff;
    text-decoration: none;
}

.pagination__next:after, .pagination__next--disabled:after, .pagination__previous:after, .pagination__previous--disabled:after {
    font-family: marketplace-glyphs;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    width: 1em;
    display: block;
    position: relative;
}

.pagination__next b, .pagination__next--disabled b, .pagination__previous b, .pagination__previous--disabled b {
    display: none;
}

.pagination__next--disabled, .pagination__previous--disabled {
    visibility: hidden;
}

@media (min-width: 1025px) {
    .pagination__next--disabled, .pagination__previous--disabled {
        display: none;
    }
}

.pagination__next, .pagination__next--disabled {
    margin-right: 4px;
}

    .pagination__next:after, .pagination__next--disabled:after {
        content: "\f142";
    }

.pagination__previous, .pagination__previous--disabled {
    position: relative;
    left: 4px;
}

    .pagination__previous.-arrows-only, .-arrows-only.pagination__previous--disabled {
        left: 0;
    }

    .pagination__previous:after, .pagination__previous--disabled:after {
        content: "\f12c";
        left: -1px;
    }

.document {
    color: #666;
}

    .document p, .document ul, .document ol {
        line-height: 1.5;
    }

        .document p strong, .document ul strong, .document ol strong {
            color: #454545;
        }

    .document ul, .document ol {
        padding-left: 32px;
    }

        .document ul ul, .document ol ul {
            margin-bottom: 8px;
        }

    .document h2, .document h3, .document h4 {
        color: #454545;
        font-weight: bold;
        line-height: 1.2;
        padding: 30px 0 5px 0;
    }

    .document h2 {
        font-size: 25px;
    }

    .document h3 {
        font-size: 20px;
    }

    .document h4 {
        font-size: 17px;
        padding-top: 5px;
    }

.document__list--decimal {
    list-style: decimal;
}

.document__list--alpha {
    list-style: lower-alpha;
}

    .document__list--alpha > li {
        margin-bottom: 4px;
    }

.document__list--roman {
    list-style: lower-roman;
}

.license-bubble {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #787878;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px 0;
}

.license-bubble--below {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #787878;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px 0;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .license-bubble--below:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #f5f5f5;
        border-top: none;
        height: 0;
        width: 0;
        content: "";
        left: 20px;
        position: absolute;
        top: -8px;
    }

    .license-bubble--below br {
        margin-bottom: 10px;
    }

@font-face {
    font-family: "marketplace-glyphs";
    src: url("//public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-e5985a2b50d6212c904e8f874fc9f69c.eot");
    src: url("//public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs.eot?#iefix") format("embedded-opentype"),url("//public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-70d83b51891740c6c341caa0de4b7153.woff") format("woff"),url("//public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs-fb3ec1d26cb47177b17ec81fa2a7f093.ttf") format("truetype"),url("//public-assets.envato-static.com/assets/marketplace-glyphs/marketplace-glyphs.svg#marketplace-glyphs") format("svg");
    font-weight: normal;
    font-style: normal;
}

.e-icon:before {
    font-family: marketplace-glyphs;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-align: center;
    width: 1em;
    display: inline-block;
}

.e-icon.-icon-alert:before {
    content: "\f100";
}

.e-icon.-icon-alpha:before {
    content: "\f101";
}

.e-icon.-icon-arrow-fill-down:before {
    content: "\f102";
}

.e-icon.-icon-arrow-fill-left:before {
    content: "\f103";
}

.e-icon.-icon-arrow-fill-right:before {
    content: "\f104";
}

.e-icon.-icon-arrow-fill-up:before {
    content: "\f105";
}

.e-icon.-icon-badge:before {
    content: "\f163";
}

.e-icon.-icon-bar-chart:before {
    content: "\f106";
}

.e-icon.-icon-bolt:before {
    content: "\f107";
}

.e-icon.-icon-bookmark:before {
    content: "\f108";
}

.e-icon.-icon-branch:before {
    content: "\f161";
}

.e-icon.-icon-briefcase:before {
    content: "\f109";
}

.e-icon.-icon-cactus:before {
    content: "\f10a";
}

.e-icon.-icon-calendar:before {
    content: "\f10b";
}

.e-icon.-icon-cancel:before {
    content: "\f10c";
}

.e-icon.-icon-cart:before {
    content: "\f10d";
}

.e-icon.-icon-chevron-down:before {
    content: "\f10e";
}

.e-icon.-icon-circle-empty:before {
    content: "\f10f";
}

.e-icon.-icon-circle-full:before {
    content: "\f110";
}

.e-icon.-icon-clock:before {
    content: "\f111";
}

.e-icon.-icon-code:before {
    content: "\f112";
}

.e-icon.-icon-cog:before {
    content: "\f113";
}

.e-icon.-icon-disable:before {
    content: "\f114";
}

.e-icon.-icon-document:before {
    content: "\f115";
}

.e-icon.-icon-document-filled:before {
    content: "\f116";
}

.e-icon.-icon-document-pdf:before {
    content: "\f117";
}

.e-icon.-icon-document-psd:before {
    content: "\f118";
}

.e-icon.-icon-document-zip:before {
    content: "\f119";
}

.e-icon.-icon-dollar:before {
    content: "\f11a";
}

.e-icon.-icon-download:before {
    content: "\f11b";
}

.e-icon.-icon-envato:before {
    content: "\f11c";
}

.e-icon.-icon-facebook:before {
    content: "\f11d";
}

.e-icon.-icon-favorite:before {
    content: "\f11e";
}

.e-icon.-icon-film:before {
    content: "\f11f";
}

.e-icon.-icon-flag:before {
    content: "\f120";
}

.e-icon.-icon-folder:before {
    content: "\f121";
}

.e-icon.-icon-folder-o:before {
    content: "\f122";
}

.e-icon.-icon-folder-open:before {
    content: "\f123";
}

.e-icon.-icon-folder-open-o:before {
    content: "\f124";
}

.e-icon.-icon-frame-rotated:before {
    content: "\f15d";
}

.e-icon.-icon-gauge:before {
    content: "\f125";
}

.e-icon.-icon-globe:before {
    content: "\f126";
}

.e-icon.-icon-google-plus:before {
    content: "\f127";
}

.e-icon.-icon-grid:before {
    content: "\f128";
}

.e-icon.-icon-guitar:before {
    content: "\f129";
}

.e-icon.-icon-hamburger:before {
    content: "\f12a";
}

.e-icon.-icon-host:before {
    content: "\f162";
}

.e-icon.-icon-info:before {
    content: "\f12b";
}

.e-icon.-icon-left-open:before {
    content: "\f12c";
}

.e-icon.-icon-link-ext:before {
    content: "\f12d";
}

.e-icon.-icon-list:before {
    content: "\f12e";
}

.e-icon.-icon-lock:before {
    content: "\f12f";
}

.e-icon.-icon-login:before {
    content: "\f130";
}

.e-icon.-icon-logout:before {
    content: "\f131";
}

.e-icon.-icon-long-arrow-down:before {
    content: "\f132";
}

.e-icon.-icon-long-arrow-up:before {
    content: "\f133";
}

.e-icon.-icon-looped:before {
    content: "\f134";
}

.e-icon.-icon-megaphone:before {
    content: "\f135";
}

.e-icon.-icon-moneybag:before {
    content: "\f136";
}

.e-icon.-icon-ok:before {
    content: "\f137";
}

.e-icon.-icon-palette:before {
    content: "\f138";
}

.e-icon.-icon-pause:before {
    content: "\f15e";
}

.e-icon.-icon-pencil:before {
    content: "\f139";
}

.e-icon.-icon-people:before {
    content: "\f13a";
}

.e-icon.-icon-performing-rights-organizations:before {
    content: "\f164";
}

.e-icon.-icon-person:before {
    content: "\f13b";
}

.e-icon.-icon-pin:before {
    content: "\f13c";
}

.e-icon.-icon-pinterest:before {
    content: "\f13d";
}

.e-icon.-icon-play:before {
    content: "\f165";
}

.e-icon.-icon-plug:before {
    content: "\f160";
}

.e-icon.-icon-plus:before {
    content: "\f13e";
}

.e-icon.-icon-polygon:before {
    content: "\f13f";
}

.e-icon.-icon-preview:before {
    content: "\f140";
}

.e-icon.-icon-question-mark:before {
    content: "\f141";
}

.e-icon.-icon-reply:before {
    content: "\f166";
}

.e-icon.-icon-right-open:before {
    content: "\f142";
}

.e-icon.-icon-rss:before {
    content: "\f143";
}

.e-icon.-icon-ruler:before {
    content: "\f144";
}

.e-icon.-icon-search:before {
    content: "\f145";
}

.e-icon.-icon-share:before {
    content: "\f146";
}

.e-icon.-icon-smiley-happy:before {
    content: "\f147";
}

.e-icon.-icon-smiley-neutral:before {
    content: "\f148";
}

.e-icon.-icon-smiley-upset:before {
    content: "\f149";
}

.e-icon.-icon-smiley-very-happy:before {
    content: "\f14a";
}

.e-icon.-icon-smiley-very-upset:before {
    content: "\f14b";
}

.e-icon.-icon-sort:before {
    content: "\f14c";
}

.e-icon.-icon-speech-bubble:before {
    content: "\f14d";
}

.e-icon.-icon-speech-bubbles:before {
    content: "\f14e";
}

.e-icon.-icon-spinner:before {
    content: "\f14f";
}

.e-icon.-icon-star:before {
    content: "\f150";
}

.e-icon.-icon-star-empty:before {
    content: "\f151";
}

.e-icon.-icon-star-full:before {
    content: "\f152";
}

.e-icon.-icon-star-half:before {
    content: "\f153";
}

.e-icon.-icon-star-half-empty:before {
    content: "\f154";
}

.e-icon.-icon-tag:before {
    content: "\f155";
}

.e-icon.-icon-tempo:before {
    content: "\f156";
}

.e-icon.-icon-trash:before {
    content: "\f157";
}

.e-icon.-icon-tv:before {
    content: "\f158";
}

.e-icon.-icon-twitter:before {
    content: "\f159";
}

.e-icon.-icon-upload:before {
    content: "\f15a";
}

.e-icon.-icon-vocals:before {
    content: "\f15b";
}

.e-icon.-icon-withdrawal:before {
    content: "\f15c";
}

.e-icon.-color-inherit {
    color: inherit;
}

.e-icon.-color-green {
    color: #82b541;
}

.e-icon.-color-red {
    color: #c24242;
}

.e-icon.-color-white {
    color: #fff;
}

.e-icon.-color-grey-dark {
    color: #545454;
}

.e-icon.-color-grey-medium {
    color: #999;
}

.e-icon.-margin-right {
    margin-right: 0.4em;
}

.e-icon.-margin-left {
    margin-left: 0.4em;
}

.e-icon.-line-height-small {
    line-height: 0.9;
}

.e-icon.-size-small {
    font-size: 14px;
}

.e-icon.-size-medium {
    font-size: 20px;
}

.e-icon.-size-large {
    font-size: 30px;
}

.e-icon.-size-jumbo {
    font-size: 40px;
}

.e-icon.-size-enormous {
    font-size: 100px;
}

.e-icon.-rotate-90:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.e-icon.-rotate-180:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.e-icon.-rotate-270:before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.e-icon.-spin-clockwise:before {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.e-icon.-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.e-icon.-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.e-icon__alt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.btn, button, [role=button], [type=submit] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    background-color: gray;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}

    .btn:hover, button:hover, [role=button]:hover, [type=submit]:hover, .btn:focus, button:focus, [role=button]:focus, [type=submit]:focus {
        background-color: #0084b4;
        text-decoration: none;
        outline: none;
    }

    .btn:active, button:active, [role=button]:active, [type=submit]:active {
        background-color: #00719b;
    }

    .btn[disabled][disabled], button[disabled][disabled], [disabled][disabled][role=button], [disabled][disabled][type=submit], .btn[data-state=disabled][data-state=disabled], button[data-state=disabled][data-state=disabled], [data-state=disabled][data-state=disabled][role=button], [data-state=disabled][data-state=disabled][type=submit], .btn.btn--is-disabled.btn--is-disabled, button.btn--is-disabled.btn--is-disabled, .btn--is-disabled.btn--is-disabled[role=button], .btn--is-disabled.btn--is-disabled[type=submit] {
        background-color: #bababa;
        box-shadow: none;
        color: #dedede;
        cursor: not-allowed;
    }

.btn__tagline {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    opacity: 0.7;
}

button.good, [role=button].good, [type=submit].good {
    background-color: #178e0e;
}

button.important, [role=button].important, [type=submit].important {
    background-color: #f39c12;
}

button.warning, [role=button].warning, [type=submit].warning {
    background-color: #c24242;
}

button.muted, [role=button].muted, [type=submit].muted {
    background-color: #ababab;
}

button.vertical-space, [role=button].vertical-space, [type=submit].vertical-space {
    margin-bottom: 5px;
    margin-top: 5px;
}

button.no-margin, [role=button].no-margin, [type=submit].no-margin {
    margin: 0;
}

button.disabled, [role=button].disabled, [type=submit].disabled {
    background-color: #bababa;
    color: #dedede;
    cursor: not-allowed;
}

.btn-icon:after {
    content: "";
    float: right;
    height: 17px;
    margin: 1px 0 0 15px;
    width: 17px;
}

.btn-icon.bookmark:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -226px -37px;
}

.btn-icon.delete:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -226px 0px;
}

.btn-icon.download:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -189px -37px;
}

.btn-icon.external:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -226px -74px;
}

.btn-icon.get-hosting:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: 0px -174px;
}

.btn-icon.grid-view:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -226px -111px;
}

.btn-icon.help:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -226px -148px;
}

.btn-icon.list-view:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -117px -97px;
}

.btn-icon.live-preview:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: 0px -137px;
}

.btn-icon.new-thread:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -37px -137px;
}

.btn-icon.post-reply:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -74px -137px;
}

.btn-icon.process:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -111px -137px;
}

.btn-icon.purchase:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -148px -137px;
}

.btn-icon.regenerate:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -189px 0px;
}

.btn-icon.save:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: 0px -211px;
}

.btn-icon.screenshots:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -189px -74px;
}

.btn-icon.search-text:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -189px -111px;
}

.btn-icon.submit:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -80px -97px;
}

.btn-icon.subscribe-mail:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -37px -174px;
}

.btn-icon.subscribe-rss:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -74px -174px;
}

.btn-icon.update:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -111px -174px;
}

.btn-icon.upload:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -148px -174px;
}

.btn-icon.video-preview:after {
    background-image: url(//public-assets.envato-static.com/assets/generated_sprites/common-4df33b2fb6ed2227dee1d0e002e8854f.png);
    background-position: -185px -174px;
}

.btn-icon.waiting:after {
    background: url(//public-assets.envato-static.com/assets/common/small_loader_white-d338104f095e9e2014a45759b3e77cbe.gif) 0 0 no-repeat;
}

.btn-link {
    background-color: transparent;
    padding: 0;
    text-decoration: none;
    line-height: 1.1;
    color: #0084b4;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus {
        background-color: transparent;
        text-decoration: underline;
        cursor: pointer;
    }

    .btn-link[disabled][disabled] {
        background: none;
        color: #bababa;
    }

        .btn-link[disabled][disabled]:hover {
            color: #bababa;
        }

    .btn-link.-color-green {
        color: #7aa93c;
    }

        .btn-link.-color-green:hover, .btn-link.-color-green:active, .btn-link.-color-green:focus {
            color: #729d38;
        }

    .btn-link.-color-red {
        color: #df2c2c;
    }

        .btn-link.-color-red:hover, .btn-link.-color-red:active, .btn-link.-color-red:focus {
            color: #c24242;
        }

    .btn-link.-size-medium {
        font-size: 1.2em;
    }

    .btn-link.-pad {
        margin-bottom: 5px;
        padding: 5px;
    }

    .btn-link.is-active {
        background: #e6e6e6;
        border-radius: 4px;
        text-decoration: none;
    }

.btn-stack {
    float: left;
    text-align: left;
    margin-right: 0.5em;
}

.btn-stack__icon {
    float: left;
    margin-right: 1em;
}

    .btn-stack__icon > i {
        font-size: 200%;
    }

.btn-stack__content {
    float: left;
    padding-top: 0.2em;
}

.btn-stack__label {
    display: block;
    line-height: 1.5em;
}

.btn-stack__meta {
    display: block;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7;
}

.btn--color-green, .btn--color-green-3d, .btn--primary, .btn--primary-full, .btn--primary-large-full, .btn--purchase {
    background-color: #82b440;
}

    .btn--color-green:hover, .btn--color-green-3d:hover, .btn--primary:hover, .btn--primary-full:hover, .btn--primary-large-full:hover, .btn--purchase:hover, .btn--color-green:focus, .btn--color-green-3d:focus, .btn--primary:focus, .btn--primary-full:focus, .btn--primary-large-full:focus, .btn--purchase:focus, .btn--color-green:active, .btn--color-green-3d:active, .btn--primary:active, .btn--primary-full:active, .btn--primary-large-full:active, .btn--purchase:active {
        background-color: #7aa93c;
    }

.btn--color-blue, .btn--color-blue-3d {
    background-color: #0084b4;
}

    .btn--color-blue:hover, .btn--color-blue-3d:hover, .btn--color-blue:focus, .btn--color-blue-3d:focus, .btn--color-blue:active, .btn--color-blue-3d:active {
        background-color: #00719b;
    }

.btn--color-muted, .btn--square-muted {
    background-color: #ababab;
}

.btn--color-light, .btn--color-light-3d, .btn--tertiary {
    background-color: #e6e6e6;
    border: 1px solid #dedede;
    color: #666;
}

    .btn--color-light:hover, .btn--color-light-3d:hover, .btn--tertiary:hover, .btn--color-light:focus, .btn--color-light-3d:focus, .btn--tertiary:focus, .btn--color-light:active, .btn--color-light-3d:active, .btn--tertiary:active, .btn--color-light.is-active, .is-active.btn--color-light-3d, .is-active.btn--tertiary {
        background-color: #e0e0e0;
    }

.btn--color-red, .btn--color-red-3d, .btn--destructive {
    background-color: #df2c2c;
}

    .btn--color-red:hover, .btn--color-red-3d:hover, .btn--destructive:hover, .btn--color-red:focus, .btn--color-red-3d:focus, .btn--destructive:focus, .btn--color-red:active, .btn--color-red-3d:active, .btn--destructive:active {
        background-color: #ce2424;
    }

.btn--color-orange, .btn--color-orange-3d {
    background-color: #f39c12;
}

    .btn--color-orange:hover, .btn--color-orange-3d:hover, .btn--color-orange:focus, .btn--color-orange-3d:focus, .btn--color-orange:active, .btn--color-orange-3d:active {
        background-color: #ea940c;
    }

.btn--color-dark {
    background-color: #333;
}

    .btn--color-dark:hover, .btn--color-dark:focus, .btn--color-dark:active {
        background-color: #262626;
    }

.btn--color-transparent {
    background-color: transparent;
    color: #454545;
}

    .btn--color-transparent:hover, .btn--color-transparent:focus, .btn--color-transparent:active, .btn--color-transparent.is-active {
        background-color: transparent;
        color: #0084b4;
    }

.btn--color-base-3d, .btn--secondary {
    box-shadow: 0 2px 0 #545454;
    position: relative;
}

    .btn--color-base-3d:active, .btn--secondary:active {
        top: 1px;
        box-shadow: 0 1px 0 #545454;
    }

    .btn--color-base-3d:hover, .btn--secondary:hover, .btn--color-base-3d:focus, .btn--secondary:focus, .btn--color-base-3d:active, .btn--secondary:active {
        background-color: #787878;
    }

.btn--color-green-3d, .btn--primary, .btn--primary-full, .btn--primary-large-full, .btn--purchase {
    box-shadow: 0 2px 0 #6f9a37;
    position: relative;
}

    .btn--color-green-3d:active, .btn--primary:active, .btn--primary-full:active, .btn--primary-large-full:active, .btn--purchase:active {
        top: 1px;
        box-shadow: 0 1px 0 #6f9a37;
    }

.btn--color-blue-3d {
    box-shadow: 0 2px 0 #006a90;
    position: relative;
}

    .btn--color-blue-3d:active {
        top: 1px;
        box-shadow: 0 1px 0 #006a90;
    }

.btn--color-red-3d, .btn--destructive {
    box-shadow: 0 2px 0 #aa3737;
    position: relative;
}

    .btn--color-red-3d:active, .btn--destructive:active {
        top: 1px;
        box-shadow: 0 1px 0 #aa3737;
    }

.btn--color-orange-3d {
    box-shadow: 0 2px 0 #a66908;
    position: relative;
}

    .btn--color-orange-3d:active {
        top: 1px;
        box-shadow: 0 1px 0 #a66908;
    }

.btn--color-light-3d, .btn--tertiary {
    box-shadow: 0 2px 0 #a8a8a8;
    position: relative;
    border: none;
}

    .btn--color-light-3d:active, .btn--tertiary:active {
        top: 1px;
        box-shadow: 0 1px 0 #a8a8a8;
    }

.btn--dimensions-full-width, .btn--primary-full, .btn--primary-large-full, .btn--purchase {
    width: 100%;
}

.btn--size-s {
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 10px;
}

.btn--size-m-slim {
    font-size: 16px;
}

.btn--size-m-inline {
    padding: 0 4px;
    font-size: 16px;
}

.btn--size-l, .btn--purchase {
    font-size: 18px;
    padding: 14px 20px;
}

.btn--size-l-slim, .btn--primary-large-full {
    font-size: 18px;
}

.btn--size-xl {
    font-size: 24px;
    padding: 24px 36px;
}

.btn--size-square {
    padding: 6px;
}

.btn--size-circle {
    padding: 4px 6px;
    border-radius: 50%;
    font-size: 50%;
}

.btn--square, .btn--square-default, .btn--square-muted {
    font-size: 14px;
    line-height: 1;
    padding: 6px;
}

.btn--square {
    background-color: #333;
}

.btn--square-default {
    background-color: gray;
}

.btn--primary-full {
    font-weight: bold;
}

.btn--primary-large-full {
    font-weight: bold;
}

.btn--purchase {
    margin-bottom: 4px;
}

.btn--label:hover {
    background: gray;
    cursor: default;
}

.btn--set {
    background-color: #f5f5f5;
    color: #999;
    border-radius: 0;
    margin-right: -3px;
    padding: 5px 10px;
}

    .btn--set:hover, .btn--set:focus {
        background-color: #fafafa;
    }

    .btn--set:active, .btn--set.is-active {
        background-color: #454545;
        color: #fff;
    }

    .btn--set:first-child {
        border-radius: 4px 0 0 4px;
    }

    .btn--set:last-child {
        border-radius: 0 4px 4px 0;
    }

.btn-group {
    display: inline-block;
    font-size: 0;
}

.btn--group-item {
    border-radius: 0;
    padding: 5px 10px;
    margin-right: 1px;
}

    .btn--group-item:first-child {
        border-radius: 4px 0 0 4px;
    }

    .btn--group-item:last-child {
        border-radius: 0 4px 4px 0;
        margin-right: 0;
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid white;
        margin-left: 31px;
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid white;
        margin-left: 39px;
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: black;
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-bg {
    background: #333;
    opacity: 0.85;
}

.mfp-close {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    color: #999;
}

    .mfp-close:hover {
        color: #787878;
    }

img.mfp-img {
    max-height: none !important;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-image-holder .mfp-content {
    max-width: 85%;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-arrow {
    position: fixed;
}

.fancybox-inner .video-js {
    height: 100% !important;
    padding-top: 0 !important;
}

.vjs-volume-menu-button {
    border-radius: none;
    font-size: 10px;
    background-color: rgba(43,51,63,0.7);
}
