/*!
 *  1.1. Reset
*/
html, body, div, span, applet, object, iframe, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

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

a {
    text-decoration: none
}

/*!
 *  1.2. Variables
*//*!
 *  1.3. Mixins
*/
a, .nav-bar li a, .nav-bar li .btn__account a, svg, svg *, .btn, .video-overlay, .flexslider .slides img, .flex-control-nav li a, .jumpstart-accordion h4, .jumpstart-accordion .h4, .article, .article__title {
    -webkit-transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear;
    transition: color 60ms linear, background-color 60ms linear, fill 60ms linear, 60ms opacity linear
}

.header__custom hr:after, .home-section-title:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #0a3243;
    margin-top: 25px
}

.text-center .header__custom hr:after, .header__custom .text-center hr:after, .text-center .home-section-title:after {
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*!
 *  1.4. Grid
*/
.grid-margins {
    margin-top: -80px !important
}

.grid-margins > .grid__item {
    margin-top: 80px
}

@media screen and (max-width: 767px) {
    .grid-margins {
        margin-top: -65px !important
    }

    .grid-margins > .grid__item {
        margin-top: 65px
    }
}

@media screen and (max-width: 480px) {
    .grid-margins {
        margin-top: -50px !important
    }

    .grid-margins > .grid__item {
        margin-top: 50px
    }
}

.grid__item.clear {
    clear: both
}

.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -8%
}

.grid.small-gutter, .small-gutter.grid--rev, .small-gutter.grid--full, .grid-uniform.small-gutter {
    margin-left: -4.5%
}

.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 8%;
    vertical-align: top;
    width: 100%
}

.small-gutter .grid__item {
    padding-left: 4.5%
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right
}

.grid--full {
    margin-left: 0
}

.grid--full > .grid__item {
    padding-left: 0
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.333%
}

.two-thirds {
    width: 66.666%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.666%
}

.two-sixths {
    width: 33.333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.666%
}

.five-sixths {
    width: 83.333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.333%
}

.two-twelfths {
    width: 16.666%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.333%
}

.five-twelfths {
    width: 41.666%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.333%
}

.eight-twelfths {
    width: 66.666%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.333%
}

.eleven-twelfths {
    width: 91.666%
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

@media only screen and (max-width: 480px) {
    .small--one-whole {
        width: 100%
    }

    .small--one-half {
        width: 50%
    }

    .small--one-third {
        width: 33.333%
    }

    .small--two-thirds {
        width: 66.666%
    }

    .small--one-quarter {
        width: 25%
    }

    .small--two-quarters {
        width: 50%
    }

    .small--three-quarters {
        width: 75%
    }

    .small--one-fifth {
        width: 20%
    }

    .small--two-fifths {
        width: 40%
    }

    .small--three-fifths {
        width: 60%
    }

    .small--four-fifths {
        width: 80%
    }

    .small--one-sixth {
        width: 16.666%
    }

    .small--two-sixths {
        width: 33.333%
    }

    .small--three-sixths {
        width: 50%
    }

    .small--four-sixths {
        width: 66.666%
    }

    .small--five-sixths {
        width: 83.333%
    }

    .small--one-eighth {
        width: 12.5%
    }

    .small--two-eighths {
        width: 25%
    }

    .small--three-eighths {
        width: 37.5%
    }

    .small--four-eighths {
        width: 50%
    }

    .small--five-eighths {
        width: 62.5%
    }

    .small--six-eighths {
        width: 75%
    }

    .small--seven-eighths {
        width: 87.5%
    }

    .small--one-tenth {
        width: 10%
    }

    .small--two-tenths {
        width: 20%
    }

    .small--three-tenths {
        width: 30%
    }

    .small--four-tenths {
        width: 40%
    }

    .small--five-tenths {
        width: 50%
    }

    .small--six-tenths {
        width: 60%
    }

    .small--seven-tenths {
        width: 70%
    }

    .small--eight-tenths {
        width: 80%
    }

    .small--nine-tenths {
        width: 90%
    }

    .small--one-twelfth {
        width: 8.333%
    }

    .small--two-twelfths {
        width: 16.666%
    }

    .small--three-twelfths {
        width: 25%
    }

    .small--four-twelfths {
        width: 33.333%
    }

    .small--five-twelfths {
        width: 41.666%
    }

    .small--six-twelfths {
        width: 50%
    }

    .small--seven-twelfths {
        width: 58.333%
    }

    .small--eight-twelfths {
        width: 66.666%
    }

    .small--nine-twelfths {
        width: 75%
    }

    .small--ten-twelfths {
        width: 83.333%
    }

    .small--eleven-twelfths {
        width: 91.666%
    }

    .small--show {
        display: block !important
    }

    .small--hide {
        display: none !important
    }

    .small--text-left {
        text-align: left !important
    }

    .small--text-right {
        text-align: right !important
    }

    .small--text-center {
        text-align: center !important
    }

    .small--left {
        float: left !important
    }

    .small--right {
        float: right !important
    }

    .small--center {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .grid-uniform .small--one-half:nth-child(2n+1), .grid-uniform .small--one-third:nth-child(3n+1), .grid-uniform .small--one-quarter:nth-child(4n+1), .grid-uniform .small--one-fifth:nth-child(5n+1), .grid-uniform .small--one-sixth:nth-child(6n+1), .grid-uniform .small--two-sixths:nth-child(3n+1), .grid-uniform .small--three-sixths:nth-child(2n+1), .grid-uniform .small--two-eighths:nth-child(4n+1), .grid-uniform .small--four-eighths:nth-child(2n+1), .grid-uniform .small--five-tenths:nth-child(2n+1), .grid-uniform .small--one-twelfth:nth-child(12n+1), .grid-uniform .small--two-twelfths:nth-child(6n+1), .grid-uniform .small--three-twelfths:nth-child(4n+1), .grid-uniform .small--four-twelfths:nth-child(3n+1), .grid-uniform .small--six-twelfths:nth-child(2n+1), .grid-margins .small--one-half:nth-child(2n+1), .grid-margins .small--one-third:nth-child(3n+1), .grid-margins .small--one-quarter:nth-child(4n+1), .grid-margins .small--one-fifth:nth-child(5n+1), .grid-margins .small--one-sixth:nth-child(6n+1), .grid-margins .small--two-sixths:nth-child(3n+1), .grid-margins .small--three-sixths:nth-child(2n+1), .grid-margins .small--two-eighths:nth-child(4n+1), .grid-margins .small--four-eighths:nth-child(2n+1), .grid-margins .small--five-tenths:nth-child(2n+1), .grid-margins .small--one-twelfth:nth-child(12n+1), .grid-margins .small--two-twelfths:nth-child(6n+1), .grid-margins .small--three-twelfths:nth-child(4n+1), .grid-margins .small--four-twelfths:nth-child(3n+1), .grid-margins .small--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .medium--one-whole {
        width: 100%
    }

    .medium--one-half {
        width: 50%
    }

    .medium--one-third {
        width: 33.333%
    }

    .medium--two-thirds {
        width: 66.666%
    }

    .medium--one-quarter {
        width: 25%
    }

    .medium--two-quarters {
        width: 50%
    }

    .medium--three-quarters {
        width: 75%
    }

    .medium--one-fifth {
        width: 20%
    }

    .medium--two-fifths {
        width: 40%
    }

    .medium--three-fifths {
        width: 60%
    }

    .medium--four-fifths {
        width: 80%
    }

    .medium--one-sixth {
        width: 16.666%
    }

    .medium--two-sixths {
        width: 33.333%
    }

    .medium--three-sixths {
        width: 50%
    }

    .medium--four-sixths {
        width: 66.666%
    }

    .medium--five-sixths {
        width: 83.333%
    }

    .medium--one-eighth {
        width: 12.5%
    }

    .medium--two-eighths {
        width: 25%
    }

    .medium--three-eighths {
        width: 37.5%
    }

    .medium--four-eighths {
        width: 50%
    }

    .medium--five-eighths {
        width: 62.5%
    }

    .medium--six-eighths {
        width: 75%
    }

    .medium--seven-eighths {
        width: 87.5%
    }

    .medium--one-tenth {
        width: 10%
    }

    .medium--two-tenths {
        width: 20%
    }

    .medium--three-tenths {
        width: 30%
    }

    .medium--four-tenths {
        width: 40%
    }

    .medium--five-tenths {
        width: 50%
    }

    .medium--six-tenths {
        width: 60%
    }

    .medium--seven-tenths {
        width: 70%
    }

    .medium--eight-tenths {
        width: 80%
    }

    .medium--nine-tenths {
        width: 90%
    }

    .medium--one-twelfth {
        width: 8.333%
    }

    .medium--two-twelfths {
        width: 16.666%
    }

    .medium--three-twelfths {
        width: 25%
    }

    .medium--four-twelfths {
        width: 33.333%
    }

    .medium--five-twelfths {
        width: 41.666%
    }

    .medium--six-twelfths {
        width: 50%
    }

    .medium--seven-twelfths {
        width: 58.333%
    }

    .medium--eight-twelfths {
        width: 66.666%
    }

    .medium--nine-twelfths {
        width: 75%
    }

    .medium--ten-twelfths {
        width: 83.333%
    }

    .medium--eleven-twelfths {
        width: 91.666%
    }

    .medium--show {
        display: block !important
    }

    .medium--hide {
        display: none !important
    }

    .medium--text-left {
        text-align: left !important
    }

    .medium--text-right {
        text-align: right !important
    }

    .medium--text-center {
        text-align: center !important
    }

    .medium--left {
        float: left !important
    }

    .medium--right {
        float: right !important
    }

    .medium--center {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .grid-uniform .medium--one-half:nth-child(2n+1), .grid-uniform .medium--one-third:nth-child(3n+1), .grid-uniform .medium--one-quarter:nth-child(4n+1), .grid-uniform .medium--one-fifth:nth-child(5n+1), .grid-uniform .medium--one-sixth:nth-child(6n+1), .grid-uniform .medium--two-sixths:nth-child(3n+1), .grid-uniform .medium--three-sixths:nth-child(2n+1), .grid-uniform .medium--two-eighths:nth-child(4n+1), .grid-uniform .medium--four-eighths:nth-child(2n+1), .grid-uniform .medium--five-tenths:nth-child(2n+1), .grid-uniform .medium--one-twelfth:nth-child(12n+1), .grid-uniform .medium--two-twelfths:nth-child(6n+1), .grid-uniform .medium--three-twelfths:nth-child(4n+1), .grid-uniform .medium--four-twelfths:nth-child(3n+1), .grid-uniform .medium--six-twelfths:nth-child(2n+1), .grid-margins .medium--one-half:nth-child(2n+1), .grid-margins .medium--one-third:nth-child(3n+1), .grid-margins .medium--one-quarter:nth-child(4n+1), .grid-margins .medium--one-fifth:nth-child(5n+1), .grid-margins .medium--one-sixth:nth-child(6n+1), .grid-margins .medium--two-sixths:nth-child(3n+1), .grid-margins .medium--three-sixths:nth-child(2n+1), .grid-margins .medium--two-eighths:nth-child(4n+1), .grid-margins .medium--four-eighths:nth-child(2n+1), .grid-margins .medium--five-tenths:nth-child(2n+1), .grid-margins .medium--one-twelfth:nth-child(12n+1), .grid-margins .medium--two-twelfths:nth-child(6n+1), .grid-margins .medium--three-twelfths:nth-child(4n+1), .grid-margins .medium--four-twelfths:nth-child(3n+1), .grid-margins .medium--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 767px) {
    .medium-down--one-whole {
        width: 100%
    }

    .medium-down--one-half {
        width: 50%
    }

    .medium-down--one-third {
        width: 33.333%
    }

    .medium-down--two-thirds {
        width: 66.666%
    }

    .medium-down--one-quarter {
        width: 25%
    }

    .medium-down--two-quarters {
        width: 50%
    }

    .medium-down--three-quarters {
        width: 75%
    }

    .medium-down--one-fifth {
        width: 20%
    }

    .medium-down--two-fifths {
        width: 40%
    }

    .medium-down--three-fifths {
        width: 60%
    }

    .medium-down--four-fifths {
        width: 80%
    }

    .medium-down--one-sixth {
        width: 16.666%
    }

    .medium-down--two-sixths {
        width: 33.333%
    }

    .medium-down--three-sixths {
        width: 50%
    }

    .medium-down--four-sixths {
        width: 66.666%
    }

    .medium-down--five-sixths {
        width: 83.333%
    }

    .medium-down--one-eighth {
        width: 12.5%
    }

    .medium-down--two-eighths {
        width: 25%
    }

    .medium-down--three-eighths {
        width: 37.5%
    }

    .medium-down--four-eighths {
        width: 50%
    }

    .medium-down--five-eighths {
        width: 62.5%
    }

    .medium-down--six-eighths {
        width: 75%
    }

    .medium-down--seven-eighths {
        width: 87.5%
    }

    .medium-down--one-tenth {
        width: 10%
    }

    .medium-down--two-tenths {
        width: 20%
    }

    .medium-down--three-tenths {
        width: 30%
    }

    .medium-down--four-tenths {
        width: 40%
    }

    .medium-down--five-tenths {
        width: 50%
    }

    .medium-down--six-tenths {
        width: 60%
    }

    .medium-down--seven-tenths {
        width: 70%
    }

    .medium-down--eight-tenths {
        width: 80%
    }

    .medium-down--nine-tenths {
        width: 90%
    }

    .medium-down--one-twelfth {
        width: 8.333%
    }

    .medium-down--two-twelfths {
        width: 16.666%
    }

    .medium-down--three-twelfths {
        width: 25%
    }

    .medium-down--four-twelfths {
        width: 33.333%
    }

    .medium-down--five-twelfths {
        width: 41.666%
    }

    .medium-down--six-twelfths {
        width: 50%
    }

    .medium-down--seven-twelfths {
        width: 58.333%
    }

    .medium-down--eight-twelfths {
        width: 66.666%
    }

    .medium-down--nine-twelfths {
        width: 75%
    }

    .medium-down--ten-twelfths {
        width: 83.333%
    }

    .medium-down--eleven-twelfths {
        width: 91.666%
    }

    .medium-down--show {
        display: block !important
    }

    .medium-down--hide {
        display: none !important
    }

    .medium-down--text-left {
        text-align: left !important
    }

    .medium-down--text-right {
        text-align: right !important
    }

    .medium-down--text-center {
        text-align: center !important
    }

    .medium-down--left {
        float: left !important
    }

    .medium-down--right {
        float: right !important
    }

    .medium-down--center {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .grid-uniform .medium-down--one-half:nth-child(2n+1), .grid-uniform .medium-down--one-third:nth-child(3n+1), .grid-uniform .medium-down--one-quarter:nth-child(4n+1), .grid-uniform .medium-down--one-fifth:nth-child(5n+1), .grid-uniform .medium-down--one-sixth:nth-child(6n+1), .grid-uniform .medium-down--two-sixths:nth-child(3n+1), .grid-uniform .medium-down--three-sixths:nth-child(2n+1), .grid-uniform .medium-down--two-eighths:nth-child(4n+1), .grid-uniform .medium-down--four-eighths:nth-child(2n+1), .grid-uniform .medium-down--five-tenths:nth-child(2n+1), .grid-uniform .medium-down--one-twelfth:nth-child(12n+1), .grid-uniform .medium-down--two-twelfths:nth-child(6n+1), .grid-uniform .medium-down--three-twelfths:nth-child(4n+1), .grid-uniform .medium-down--four-twelfths:nth-child(3n+1), .grid-uniform .medium-down--six-twelfths:nth-child(2n+1), .grid-margins .medium-down--one-half:nth-child(2n+1), .grid-margins .medium-down--one-third:nth-child(3n+1), .grid-margins .medium-down--one-quarter:nth-child(4n+1), .grid-margins .medium-down--one-fifth:nth-child(5n+1), .grid-margins .medium-down--one-sixth:nth-child(6n+1), .grid-margins .medium-down--two-sixths:nth-child(3n+1), .grid-margins .medium-down--three-sixths:nth-child(2n+1), .grid-margins .medium-down--two-eighths:nth-child(4n+1), .grid-margins .medium-down--four-eighths:nth-child(2n+1), .grid-margins .medium-down--five-tenths:nth-child(2n+1), .grid-margins .medium-down--one-twelfth:nth-child(12n+1), .grid-margins .medium-down--two-twelfths:nth-child(6n+1), .grid-margins .medium-down--three-twelfths:nth-child(4n+1), .grid-margins .medium-down--four-twelfths:nth-child(3n+1), .grid-margins .medium-down--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 768px) {
    .large--one-whole {
        width: 100%
    }

    .large--one-half {
        width: 50%
    }

    .large--one-third {
        width: 33.333%
    }

    .large--two-thirds {
        width: 66.666%
    }

    .large--one-quarter {
        width: 25%
    }

    .large--two-quarters {
        width: 50%
    }

    .large--three-quarters {
        width: 75%
    }

    .large--one-fifth {
        width: 20%
    }

    .large--two-fifths {
        width: 40%
    }

    .large--three-fifths {
        width: 60%
    }

    .large--four-fifths {
        width: 80%
    }

    .large--one-sixth {
        width: 16.666%
    }

    .large--two-sixths {
        width: 33.333%
    }

    .large--three-sixths {
        width: 50%
    }

    .large--four-sixths {
        width: 66.666%
    }

    .large--five-sixths {
        width: 83.333%
    }

    .large--one-eighth {
        width: 12.5%
    }

    .large--two-eighths {
        width: 25%
    }

    .large--three-eighths {
        width: 37.5%
    }

    .large--four-eighths {
        width: 50%
    }

    .large--five-eighths {
        width: 62.5%
    }

    .large--six-eighths {
        width: 75%
    }

    .large--seven-eighths {
        width: 87.5%
    }

    .large--one-tenth {
        width: 10%
    }

    .large--two-tenths {
        width: 20%
    }

    .large--three-tenths {
        width: 30%
    }

    .large--four-tenths {
        width: 40%
    }

    .large--five-tenths {
        width: 50%
    }

    .large--six-tenths {
        width: 60%
    }

    .large--seven-tenths {
        width: 70%
    }

    .large--eight-tenths {
        width: 80%
    }

    .large--nine-tenths {
        width: 90%
    }

    .large--one-twelfth {
        width: 8.333%
    }

    .large--two-twelfths {
        width: 16.666%
    }

    .large--three-twelfths {
        width: 25%
    }

    .large--four-twelfths {
        width: 33.333%
    }

    .large--five-twelfths {
        width: 41.666%
    }

    .large--six-twelfths {
        width: 50%
    }

    .large--seven-twelfths {
        width: 58.333%
    }

    .large--eight-twelfths {
        width: 66.666%
    }

    .large--nine-twelfths {
        width: 75%
    }

    .large--ten-twelfths {
        width: 83.333%
    }

    .large--eleven-twelfths {
        width: 91.666%
    }

    .large--show {
        display: block !important
    }

    .large--hide {
        display: none !important
    }

    .large--text-left {
        text-align: left !important
    }

    .large--text-right {
        text-align: right !important
    }

    .large--text-center {
        text-align: center !important
    }

    .large--left {
        float: left !important
    }

    .large--right {
        float: right !important
    }

    .large--center {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .grid-uniform .large--one-half:nth-child(2n+1), .grid-uniform .large--one-third:nth-child(3n+1), .grid-uniform .large--one-quarter:nth-child(4n+1), .grid-uniform .large--one-fifth:nth-child(5n+1), .grid-uniform .large--one-sixth:nth-child(6n+1), .grid-uniform .large--two-sixths:nth-child(3n+1), .grid-uniform .large--three-sixths:nth-child(2n+1), .grid-uniform .large--two-eighths:nth-child(4n+1), .grid-uniform .large--four-eighths:nth-child(2n+1), .grid-uniform .large--five-tenths:nth-child(2n+1), .grid-uniform .large--one-twelfth:nth-child(12n+1), .grid-uniform .large--two-twelfths:nth-child(6n+1), .grid-uniform .large--three-twelfths:nth-child(4n+1), .grid-uniform .large--four-twelfths:nth-child(3n+1), .grid-uniform .large--six-twelfths:nth-child(2n+1), .grid-margins .large--one-half:nth-child(2n+1), .grid-margins .large--one-third:nth-child(3n+1), .grid-margins .large--one-quarter:nth-child(4n+1), .grid-margins .large--one-fifth:nth-child(5n+1), .grid-margins .large--one-sixth:nth-child(6n+1), .grid-margins .large--two-sixths:nth-child(3n+1), .grid-margins .large--three-sixths:nth-child(2n+1), .grid-margins .large--two-eighths:nth-child(4n+1), .grid-margins .large--four-eighths:nth-child(2n+1), .grid-margins .large--five-tenths:nth-child(2n+1), .grid-margins .large--one-twelfth:nth-child(12n+1), .grid-margins .large--two-twelfths:nth-child(6n+1), .grid-margins .large--three-twelfths:nth-child(4n+1), .grid-margins .large--four-twelfths:nth-child(3n+1), .grid-margins .large--six-twelfths:nth-child(2n+1) {
        clear: both
    }
}

[class*="push--"] {
    position: relative
}

.push--one-whole {
    left: 100%
}

.push--one-half {
    left: 50%
}

.push--one-third {
    left: 33.333%
}

.push--two-thirds {
    left: 66.666%
}

.push--one-quarter {
    left: 25%
}

.push--two-quarters {
    left: 50%
}

.push--three-quarters {
    left: 75%
}

.push--one-fifth {
    left: 20%
}

.push--two-fifths {
    left: 40%
}

.push--three-fifths {
    left: 60%
}

.push--four-fifths {
    left: 80%
}

.push--one-sixth {
    left: 16.666%
}

.push--two-sixths {
    left: 33.333%
}

.push--three-sixths {
    left: 50%
}

.push--four-sixths {
    left: 66.666%
}

.push--five-sixths {
    left: 83.333%
}

.push--one-eighth {
    left: 12.5%
}

.push--two-eighths {
    left: 25%
}

.push--three-eighths {
    left: 37.5%
}

.push--four-eighths {
    left: 50%
}

.push--five-eighths {
    left: 62.5%
}

.push--six-eighths {
    left: 75%
}

.push--seven-eighths {
    left: 87.5%
}

.push--one-tenth {
    left: 10%
}

.push--two-tenths {
    left: 20%
}

.push--three-tenths {
    left: 30%
}

.push--four-tenths {
    left: 40%
}

.push--five-tenths {
    left: 50%
}

.push--six-tenths {
    left: 60%
}

.push--seven-tenths {
    left: 70%
}

.push--eight-tenths {
    left: 80%
}

.push--nine-tenths {
    left: 90%
}

.push--one-twelfth {
    left: 8.333%
}

.push--two-twelfths {
    left: 16.666%
}

.push--three-twelfths {
    left: 25%
}

.push--four-twelfths {
    left: 33.333%
}

.push--five-twelfths {
    left: 41.666%
}

.push--six-twelfths {
    left: 50%
}

.push--seven-twelfths {
    left: 58.333%
}

.push--eight-twelfths {
    left: 66.666%
}

.push--nine-twelfths {
    left: 75%
}

.push--ten-twelfths {
    left: 83.333%
}

.push--eleven-twelfths {
    left: 91.666%
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .push--medium--one-whole {
        left: 100%
    }

    .push--medium--one-half {
        left: 50%
    }

    .push--medium--one-third {
        left: 33.333%
    }

    .push--medium--two-thirds {
        left: 66.666%
    }

    .push--medium--one-quarter {
        left: 25%
    }

    .push--medium--two-quarters {
        left: 50%
    }

    .push--medium--three-quarters {
        left: 75%
    }

    .push--medium--one-fifth {
        left: 20%
    }

    .push--medium--two-fifths {
        left: 40%
    }

    .push--medium--three-fifths {
        left: 60%
    }

    .push--medium--four-fifths {
        left: 80%
    }

    .push--medium--one-sixth {
        left: 16.666%
    }

    .push--medium--two-sixths {
        left: 33.333%
    }

    .push--medium--three-sixths {
        left: 50%
    }

    .push--medium--four-sixths {
        left: 66.666%
    }

    .push--medium--five-sixths {
        left: 83.333%
    }

    .push--medium--one-eighth {
        left: 12.5%
    }

    .push--medium--two-eighths {
        left: 25%
    }

    .push--medium--three-eighths {
        left: 37.5%
    }

    .push--medium--four-eighths {
        left: 50%
    }

    .push--medium--five-eighths {
        left: 62.5%
    }

    .push--medium--six-eighths {
        left: 75%
    }

    .push--medium--seven-eighths {
        left: 87.5%
    }

    .push--medium--one-tenth {
        left: 10%
    }

    .push--medium--two-tenths {
        left: 20%
    }

    .push--medium--three-tenths {
        left: 30%
    }

    .push--medium--four-tenths {
        left: 40%
    }

    .push--medium--five-tenths {
        left: 50%
    }

    .push--medium--six-tenths {
        left: 60%
    }

    .push--medium--seven-tenths {
        left: 70%
    }

    .push--medium--eight-tenths {
        left: 80%
    }

    .push--medium--nine-tenths {
        left: 90%
    }

    .push--medium--one-twelfth {
        left: 8.333%
    }

    .push--medium--two-twelfths {
        left: 16.666%
    }

    .push--medium--three-twelfths {
        left: 25%
    }

    .push--medium--four-twelfths {
        left: 33.333%
    }

    .push--medium--five-twelfths {
        left: 41.666%
    }

    .push--medium--six-twelfths {
        left: 50%
    }

    .push--medium--seven-twelfths {
        left: 58.333%
    }

    .push--medium--eight-twelfths {
        left: 66.666%
    }

    .push--medium--nine-twelfths {
        left: 75%
    }

    .push--medium--ten-twelfths {
        left: 83.333%
    }

    .push--medium--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (max-width: 767px) {
    .push--medium-down--one-whole {
        left: 100%
    }

    .push--medium-down--one-half {
        left: 50%
    }

    .push--medium-down--one-third {
        left: 33.333%
    }

    .push--medium-down--two-thirds {
        left: 66.666%
    }

    .push--medium-down--one-quarter {
        left: 25%
    }

    .push--medium-down--two-quarters {
        left: 50%
    }

    .push--medium-down--three-quarters {
        left: 75%
    }

    .push--medium-down--one-fifth {
        left: 20%
    }

    .push--medium-down--two-fifths {
        left: 40%
    }

    .push--medium-down--three-fifths {
        left: 60%
    }

    .push--medium-down--four-fifths {
        left: 80%
    }

    .push--medium-down--one-sixth {
        left: 16.666%
    }

    .push--medium-down--two-sixths {
        left: 33.333%
    }

    .push--medium-down--three-sixths {
        left: 50%
    }

    .push--medium-down--four-sixths {
        left: 66.666%
    }

    .push--medium-down--five-sixths {
        left: 83.333%
    }

    .push--medium-down--one-eighth {
        left: 12.5%
    }

    .push--medium-down--two-eighths {
        left: 25%
    }

    .push--medium-down--three-eighths {
        left: 37.5%
    }

    .push--medium-down--four-eighths {
        left: 50%
    }

    .push--medium-down--five-eighths {
        left: 62.5%
    }

    .push--medium-down--six-eighths {
        left: 75%
    }

    .push--medium-down--seven-eighths {
        left: 87.5%
    }

    .push--medium-down--one-tenth {
        left: 10%
    }

    .push--medium-down--two-tenths {
        left: 20%
    }

    .push--medium-down--three-tenths {
        left: 30%
    }

    .push--medium-down--four-tenths {
        left: 40%
    }

    .push--medium-down--five-tenths {
        left: 50%
    }

    .push--medium-down--six-tenths {
        left: 60%
    }

    .push--medium-down--seven-tenths {
        left: 70%
    }

    .push--medium-down--eight-tenths {
        left: 80%
    }

    .push--medium-down--nine-tenths {
        left: 90%
    }

    .push--medium-down--one-twelfth {
        left: 8.333%
    }

    .push--medium-down--two-twelfths {
        left: 16.666%
    }

    .push--medium-down--three-twelfths {
        left: 25%
    }

    .push--medium-down--four-twelfths {
        left: 33.333%
    }

    .push--medium-down--five-twelfths {
        left: 41.666%
    }

    .push--medium-down--six-twelfths {
        left: 50%
    }

    .push--medium-down--seven-twelfths {
        left: 58.333%
    }

    .push--medium-down--eight-twelfths {
        left: 66.666%
    }

    .push--medium-down--nine-twelfths {
        left: 75%
    }

    .push--medium-down--ten-twelfths {
        left: 83.333%
    }

    .push--medium-down--eleven-twelfths {
        left: 91.666%
    }
}

@media only screen and (min-width: 768px) {
    .push--large--one-whole {
        left: 100%
    }

    .push--large--one-half {
        left: 50%
    }

    .push--large--one-third {
        left: 33.333%
    }

    .push--large--two-thirds {
        left: 66.666%
    }

    .push--large--one-quarter {
        left: 25%
    }

    .push--large--two-quarters {
        left: 50%
    }

    .push--large--three-quarters {
        left: 75%
    }

    .push--large--one-fifth {
        left: 20%
    }

    .push--large--two-fifths {
        left: 40%
    }

    .push--large--three-fifths {
        left: 60%
    }

    .push--large--four-fifths {
        left: 80%
    }

    .push--large--one-sixth {
        left: 16.666%
    }

    .push--large--two-sixths {
        left: 33.333%
    }

    .push--large--three-sixths {
        left: 50%
    }

    .push--large--four-sixths {
        left: 66.666%
    }

    .push--large--five-sixths {
        left: 83.333%
    }

    .push--large--one-eighth {
        left: 12.5%
    }

    .push--large--two-eighths {
        left: 25%
    }

    .push--large--three-eighths {
        left: 37.5%
    }

    .push--large--four-eighths {
        left: 50%
    }

    .push--large--five-eighths {
        left: 62.5%
    }

    .push--large--six-eighths {
        left: 75%
    }

    .push--large--seven-eighths {
        left: 87.5%
    }

    .push--large--one-tenth {
        left: 10%
    }

    .push--large--two-tenths {
        left: 20%
    }

    .push--large--three-tenths {
        left: 30%
    }

    .push--large--four-tenths {
        left: 40%
    }

    .push--large--five-tenths {
        left: 50%
    }

    .push--large--six-tenths {
        left: 60%
    }

    .push--large--seven-tenths {
        left: 70%
    }

    .push--large--eight-tenths {
        left: 80%
    }

    .push--large--nine-tenths {
        left: 90%
    }

    .push--large--one-twelfth {
        left: 8.333%
    }

    .push--large--two-twelfths {
        left: 16.666%
    }

    .push--large--three-twelfths {
        left: 25%
    }

    .push--large--four-twelfths {
        left: 33.333%
    }

    .push--large--five-twelfths {
        left: 41.666%
    }

    .push--large--six-twelfths {
        left: 50%
    }

    .push--large--seven-twelfths {
        left: 58.333%
    }

    .push--large--eight-twelfths {
        left: 66.666%
    }

    .push--large--nine-twelfths {
        left: 75%
    }

    .push--large--ten-twelfths {
        left: 83.333%
    }

    .push--large--eleven-twelfths {
        left: 91.666%
    }
}

[class*="pull--"] {
    position: relative;
    margin-left: -8% !important
}

.pull--one-whole {
    right: 100%
}

.pull--one-half {
    right: 50%
}

.pull--one-third {
    right: 33.333%
}

.pull--two-thirds {
    right: 66.666%
}

.pull--one-quarter {
    right: 25%
}

.pull--two-quarters {
    right: 50%
}

.pull--three-quarters {
    right: 75%
}

.pull--one-fifth {
    right: 20%
}

.pull--two-fifths {
    right: 40%
}

.pull--three-fifths {
    right: 60%
}

.pull--four-fifths {
    right: 80%
}

.pull--one-sixth {
    right: 16.666%
}

.pull--two-sixths {
    right: 33.333%
}

.pull--three-sixths {
    right: 50%
}

.pull--four-sixths {
    right: 66.666%
}

.pull--five-sixths {
    right: 83.333%
}

.pull--one-eighth {
    right: 12.5%
}

.pull--two-eighths {
    right: 25%
}

.pull--three-eighths {
    right: 37.5%
}

.pull--four-eighths {
    right: 50%
}

.pull--five-eighths {
    right: 62.5%
}

.pull--six-eighths {
    right: 75%
}

.pull--seven-eighths {
    right: 87.5%
}

.pull--one-tenth {
    right: 10%
}

.pull--two-tenths {
    right: 20%
}

.pull--three-tenths {
    right: 30%
}

.pull--four-tenths {
    right: 40%
}

.pull--five-tenths {
    right: 50%
}

.pull--six-tenths {
    right: 60%
}

.pull--seven-tenths {
    right: 70%
}

.pull--eight-tenths {
    right: 80%
}

.pull--nine-tenths {
    right: 90%
}

.pull--one-twelfth {
    right: 8.333%
}

.pull--two-twelfths {
    right: 16.666%
}

.pull--three-twelfths {
    right: 25%
}

.pull--four-twelfths {
    right: 33.333%
}

.pull--five-twelfths {
    right: 41.666%
}

.pull--six-twelfths {
    right: 50%
}

.pull--seven-twelfths {
    right: 58.333%
}

.pull--eight-twelfths {
    right: 66.666%
}

.pull--nine-twelfths {
    right: 75%
}

.pull--ten-twelfths {
    right: 83.333%
}

.pull--eleven-twelfths {
    right: 91.666%
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .pull--medium--one-whole {
        right: 100%
    }

    .pull--medium--one-half {
        right: 50%
    }

    .pull--medium--one-third {
        right: 33.333%
    }

    .pull--medium--two-thirds {
        right: 66.666%
    }

    .pull--medium--one-quarter {
        right: 25%
    }

    .pull--medium--two-quarters {
        right: 50%
    }

    .pull--medium--three-quarters {
        right: 75%
    }

    .pull--medium--one-fifth {
        right: 20%
    }

    .pull--medium--two-fifths {
        right: 40%
    }

    .pull--medium--three-fifths {
        right: 60%
    }

    .pull--medium--four-fifths {
        right: 80%
    }

    .pull--medium--one-sixth {
        right: 16.666%
    }

    .pull--medium--two-sixths {
        right: 33.333%
    }

    .pull--medium--three-sixths {
        right: 50%
    }

    .pull--medium--four-sixths {
        right: 66.666%
    }

    .pull--medium--five-sixths {
        right: 83.333%
    }

    .pull--medium--one-eighth {
        right: 12.5%
    }

    .pull--medium--two-eighths {
        right: 25%
    }

    .pull--medium--three-eighths {
        right: 37.5%
    }

    .pull--medium--four-eighths {
        right: 50%
    }

    .pull--medium--five-eighths {
        right: 62.5%
    }

    .pull--medium--six-eighths {
        right: 75%
    }

    .pull--medium--seven-eighths {
        right: 87.5%
    }

    .pull--medium--one-tenth {
        right: 10%
    }

    .pull--medium--two-tenths {
        right: 20%
    }

    .pull--medium--three-tenths {
        right: 30%
    }

    .pull--medium--four-tenths {
        right: 40%
    }

    .pull--medium--five-tenths {
        right: 50%
    }

    .pull--medium--six-tenths {
        right: 60%
    }

    .pull--medium--seven-tenths {
        right: 70%
    }

    .pull--medium--eight-tenths {
        right: 80%
    }

    .pull--medium--nine-tenths {
        right: 90%
    }

    .pull--medium--one-twelfth {
        right: 8.333%
    }

    .pull--medium--two-twelfths {
        right: 16.666%
    }

    .pull--medium--three-twelfths {
        right: 25%
    }

    .pull--medium--four-twelfths {
        right: 33.333%
    }

    .pull--medium--five-twelfths {
        right: 41.666%
    }

    .pull--medium--six-twelfths {
        right: 50%
    }

    .pull--medium--seven-twelfths {
        right: 58.333%
    }

    .pull--medium--eight-twelfths {
        right: 66.666%
    }

    .pull--medium--nine-twelfths {
        right: 75%
    }

    .pull--medium--ten-twelfths {
        right: 83.333%
    }

    .pull--medium--eleven-twelfths {
        right: 91.666%
    }
}

@media only screen and (max-width: 767px) {
    .pull--medium-down--one-whole {
        right: 100%
    }

    .pull--medium-down--one-half {
        right: 50%
    }

    .pull--medium-down--one-third {
        right: 33.333%
    }

    .pull--medium-down--two-thirds {
        right: 66.666%
    }

    .pull--medium-down--one-quarter {
        right: 25%
    }

    .pull--medium-down--two-quarters {
        right: 50%
    }

    .pull--medium-down--three-quarters {
        right: 75%
    }

    .pull--medium-down--one-fifth {
        right: 20%
    }

    .pull--medium-down--two-fifths {
        right: 40%
    }

    .pull--medium-down--three-fifths {
        right: 60%
    }

    .pull--medium-down--four-fifths {
        right: 80%
    }

    .pull--medium-down--one-sixth {
        right: 16.666%
    }

    .pull--medium-down--two-sixths {
        right: 33.333%
    }

    .pull--medium-down--three-sixths {
        right: 50%
    }

    .pull--medium-down--four-sixths {
        right: 66.666%
    }

    .pull--medium-down--five-sixths {
        right: 83.333%
    }

    .pull--medium-down--one-eighth {
        right: 12.5%
    }

    .pull--medium-down--two-eighths {
        right: 25%
    }

    .pull--medium-down--three-eighths {
        right: 37.5%
    }

    .pull--medium-down--four-eighths {
        right: 50%
    }

    .pull--medium-down--five-eighths {
        right: 62.5%
    }

    .pull--medium-down--six-eighths {
        right: 75%
    }

    .pull--medium-down--seven-eighths {
        right: 87.5%
    }

    .pull--medium-down--one-tenth {
        right: 10%
    }

    .pull--medium-down--two-tenths {
        right: 20%
    }

    .pull--medium-down--three-tenths {
        right: 30%
    }

    .pull--medium-down--four-tenths {
        right: 40%
    }

    .pull--medium-down--five-tenths {
        right: 50%
    }

    .pull--medium-down--six-tenths {
        right: 60%
    }

    .pull--medium-down--seven-tenths {
        right: 70%
    }

    .pull--medium-down--eight-tenths {
        right: 80%
    }

    .pull--medium-down--nine-tenths {
        right: 90%
    }

    .pull--medium-down--one-twelfth {
        right: 8.333%
    }

    .pull--medium-down--two-twelfths {
        right: 16.666%
    }

    .pull--medium-down--three-twelfths {
        right: 25%
    }

    .pull--medium-down--four-twelfths {
        right: 33.333%
    }

    .pull--medium-down--five-twelfths {
        right: 41.666%
    }

    .pull--medium-down--six-twelfths {
        right: 50%
    }

    .pull--medium-down--seven-twelfths {
        right: 58.333%
    }

    .pull--medium-down--eight-twelfths {
        right: 66.666%
    }

    .pull--medium-down--nine-twelfths {
        right: 75%
    }

    .pull--medium-down--ten-twelfths {
        right: 83.333%
    }

    .pull--medium-down--eleven-twelfths {
        right: 91.666%
    }
}

@media only screen and (min-width: 768px) {
    .pull--large--one-whole {
        right: 100%
    }

    .pull--large--one-half {
        right: 50%
    }

    .pull--large--one-third {
        right: 33.333%
    }

    .pull--large--two-thirds {
        right: 66.666%
    }

    .pull--large--one-quarter {
        right: 25%
    }

    .pull--large--two-quarters {
        right: 50%
    }

    .pull--large--three-quarters {
        right: 75%
    }

    .pull--large--one-fifth {
        right: 20%
    }

    .pull--large--two-fifths {
        right: 40%
    }

    .pull--large--three-fifths {
        right: 60%
    }

    .pull--large--four-fifths {
        right: 80%
    }

    .pull--large--one-sixth {
        right: 16.666%
    }

    .pull--large--two-sixths {
        right: 33.333%
    }

    .pull--large--three-sixths {
        right: 50%
    }

    .pull--large--four-sixths {
        right: 66.666%
    }

    .pull--large--five-sixths {
        right: 83.333%
    }

    .pull--large--one-eighth {
        right: 12.5%
    }

    .pull--large--two-eighths {
        right: 25%
    }

    .pull--large--three-eighths {
        right: 37.5%
    }

    .pull--large--four-eighths {
        right: 50%
    }

    .pull--large--five-eighths {
        right: 62.5%
    }

    .pull--large--six-eighths {
        right: 75%
    }

    .pull--large--seven-eighths {
        right: 87.5%
    }

    .pull--large--one-tenth {
        right: 10%
    }

    .pull--large--two-tenths {
        right: 20%
    }

    .pull--large--three-tenths {
        right: 30%
    }

    .pull--large--four-tenths {
        right: 40%
    }

    .pull--large--five-tenths {
        right: 50%
    }

    .pull--large--six-tenths {
        right: 60%
    }

    .pull--large--seven-tenths {
        right: 70%
    }

    .pull--large--eight-tenths {
        right: 80%
    }

    .pull--large--nine-tenths {
        right: 90%
    }

    .pull--large--one-twelfth {
        right: 8.333%
    }

    .pull--large--two-twelfths {
        right: 16.666%
    }

    .pull--large--three-twelfths {
        right: 25%
    }

    .pull--large--four-twelfths {
        right: 33.333%
    }

    .pull--large--five-twelfths {
        right: 41.666%
    }

    .pull--large--six-twelfths {
        right: 50%
    }

    .pull--large--seven-twelfths {
        right: 58.333%
    }

    .pull--large--eight-twelfths {
        right: 66.666%
    }

    .pull--large--nine-twelfths {
        right: 75%
    }

    .pull--large--ten-twelfths {
        right: 83.333%
    }

    .pull--large--eleven-twelfths {
        right: 91.666%
    }
}

/*!
 *  1.5. Helper classes
*/
.grid, .grid--rev, .grid--full, .grid-uniform, .clearfix, .wrapper, .nav-bar ul, .form__row, .home-section, .kickstarter__meta ul, .home-imagebox, .blog-list, .article__meta, .article__sharing, .comments-list, .comment, .product, .page__sharing {
    *zoom: 1
}

.grid:before, .grid--rev:before, .grid--full:before, .grid-uniform:before, .clearfix:before, .wrapper:before, .nav-bar ul:before, .form__row:before, .home-section:before, .kickstarter__meta ul:before, .home-imagebox:before, .blog-list:before, .article__meta:before, .article__sharing:before, .comments-list:before, .comment:before, .product:before, .page__sharing:before, .grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after, .clearfix:after, .wrapper:after, .nav-bar ul:after, .form__row:after, .home-section:after, .kickstarter__meta ul:after, .home-imagebox:after, .blog-list:after, .article__meta:after, .article__sharing:after, .comments-list:after, .comment:after, .product:after, .page__sharing:after {
    content: " ";
    display: table
}

.grid:after, .grid--rev:after, .grid--full:after, .grid-uniform:after, .clearfix:after, .wrapper:after, .nav-bar ul:after, .form__row:after, .home-section:after, .kickstarter__meta ul:after, .home-imagebox:after, .blog-list:after, .article__meta:after, .article__sharing:after, .comments-list:after, .comment:after, .product:after, .page__sharing:after {
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.fallback-text, .nav-bar li.btn__cart .text, .nav-bar li.btn__account .text {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

* {
    box-sizing: border-box
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: inherit
}

.display-table-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none
}

@media screen and (min-width: 768px) {
    .large--display-table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        min-height: inherit
    }

    .large--display-table-cell {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

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

/*!
 *  1.6. Typography
*/
body, input, textarea, button, select {
    font-size: 14px;
    line-height: 1.6;
    font-family: Raleway, sans-serif;
    color: #343434;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-family: Montserrat, sans-serif;
    margin: 0 0 0.5em;
    line-height: 1.4;
    color: #111
}

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

h1, .h1 {
    font-size: 2.85714em
}

@media screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 2.28571em
    }
}

@media screen and (max-width: 480px) {
    h1, .h1 {
        font-size: 1.57143em
    }
}

h2, .h2 {
    font-size: 2.42857em
}

@media screen and (max-width: 767px) {
    h2, .h2 {
        font-size: 2em
    }
}

@media screen and (max-width: 480px) {
    h2, .h2 {
        font-size: 1.57143em
    }
}

h3, .h3 {
    font-size: 1.71429em
}

@media screen and (max-width: 480px) {
    h3, .h3 {
        font-size: 1.28571em
    }
}

h4, .h4 {
    font-size: 1.28571em
}

h5, .h5 {
    font-size: 1.14286em
}

h6, .h6 {
    font-size: 1em
}

p {
    margin: 0 0 30px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

b, strong {
    font-weight: bold
}

small {
    font-size: 0.9em
}

sup, sub {
    position: relative;
    font-size: 60%;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.5em
}

a {
    color: #0a3243
}

a:hover {
    color: #031117
}

blockquote {
    font-size: 1.125em;
    line-height: 1.45;
    font-style: italic;
    margin: 0 0 30px;
    padding: 15px 30px;
    border-left: 1px solid #e9e9e9
}

blockquote p {
    margin-bottom: 0
}

blockquote p + cite {
    margin-top: 15px
}

blockquote cite {
    display: block;
    font-size: 0.75em
}

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

code, pre {
    background-color: #faf7f5;
    font-family: Consolas, monospace;
    font-size: 1em;
    border: 0 none;
    padding: 0 2px;
    color: #51ab62
}

pre {
    overflow: auto;
    padding: 15px;
    margin: 0 0 30px
}

ul, ol {
    margin: 0 0 15px 20px;
    padding: 0
}

ol {
    list-style: decimal
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 20px
}

li {
    margin-bottom: 0.25em
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.no-bullets {
    list-style: none outside;
    margin-left: 0
}

.inline-list {
    margin-left: 0
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

.rte ol, .rte ul {
    margin: 0 0 25px 20px;
    padding: 0;
    list-style-position: outside
}

.rte ol {
    list-style-type: decimal
}

.rte ol ol {
    list-style-type: lower-alpha
}

.rte ul {
    list-style-type: disc
}

.rte li {
    margin-bottom: 0
}

.rte > *:last-child {
    margin-bottom: 0
}

.text-center ol, .text-center ul {
    list-style-position: inside;
    margin-left: 0
}

/*!
 *  2.1. General
*/
html {
    background-color: #fff
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: #fff
}

.main-content {
    display: block;
    overflow: hidden
}

.template-password .main-content {
    overflow: visible
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

.wrapper.wrapper--margins {
    padding: 120px 0 150px
}

.home-section:first-child .wrapper.wrapper--margins {
    padding: 280px 0
}

@media screen and (max-width: 767px) {
    .home-section:first-child .wrapper.wrapper--margins {
        padding: 180px 0
    }
}

@media screen and (max-width: 480px) {
    .home-section:first-child .wrapper.wrapper--margins {
        padding: 150px 0 40px
    }
}

@media screen and (max-width: 1025px) {
    .home-product .wrapper.wrapper--margins {
        padding-top: 0
    }
}

.template-password .wrapper.wrapper--margins {
    padding-top: 100px
}

.wrapper.wrapper--mini {
    max-width: 900px;
    margin: auto
}

.wrapper.wrapper--center {
    max-width: 340px;
    margin: auto !important
}

@media screen and (max-width: 400px) {
    .wrapper.wrapper--center {
        margin: auto 30px !important
    }
}

@media screen and (max-width: 1400px) {
    .wrapper {
        margin: 0 100px
    }

    .wrapper.wrapper--margins {
        padding: 120px 0 150px
    }
}

@media screen and (max-width: 1025px) {
    .wrapper, .wrapper.wrapper--mini {
        margin: 0 60px
    }

    .wrapper.wrapper--margins {
        padding: 80px 0 110px
    }
}

@media screen and (max-width: 480px) {
    .wrapper, .wrapper.wrapper--mini {
        margin: 0 30px
    }

    .wrapper.wrapper--margins {
        padding: 60px 0 50px
    }
}

/*!
 *  2.2. Header
*/
.site-header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100px
}

.site-header .wrapper {
    height: 100%
}

.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    -webkit-transform: translate3d(0, -70px, 0);
    -ms-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    background: #fff;
    border-bottom: 1px solid #e9e9e9
}

.site-header.sticky.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.site-header.sticky.animate {
    transition: transform 250ms linear
}

.site-header.mobile {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 70px
}

.site-header__logo {
    text-align: left;
    margin: 0 auto !important;
    max-width: 400px;
    font-size: 1.85714em;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    display: table
}

.site-header__logo.use-image {
    max-width: 200px
}

.site-header__logo img {
    margin: 0 auto;
    width: 100%
}

.site-header__logo a.site-header__logo-text {
    line-height: 1.2;
    position: relative;
    top: 0;
    display: table-cell;
    vertical-align: middle
}

.is-light .site-header__logo a.site-header__logo-text {
    color: #fff
}

.is-light .site-header__logo a.site-header__logo-text:hover {
    color: #0a3243
}

.is-light .created-by-js .site-header__logo a.site-header__logo-text, .is-light .sticky .site-header__logo a.site-header__logo-text {
    color: #0a3243
}

.created-by-js .site-header__logo a.site-header__logo-text:hover, .sticky .site-header__logo a.site-header__logo-text:hover {
    color: #031117
}

@media screen and (max-width: 480px) {
    .site-header__logo {
        max-width: calc(100% - 80px)
    }
}

.site-header__logo .logo--has-inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0
}

.created-by-js .site-header__logo .logo--has-inverted, .sticky .site-header__logo .logo--has-inverted {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
    width: auto
}

.created-by-js .site-header__logo .logo--inverted, .sticky .site-header__logo .logo--inverted {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0
}

.sticky.site-header .site-header__logo {
    height: 70px
}

.sticky.site-header .site-header__logo a {
    height: 45px
}

.sticky.site-header .site-header__logo a.site-header__logo-text {
    font-size: 0.8em;
    position: relative;
    top: 0
}

.sticky.site-header .site-header__logo img {
    max-height: 100%;
    width: auto;
    margin: 0
}

.sticky.site-header .site-header__logo.use-image {
    top: 0;
    height: 100%
}

.sticky.site-header .nav-bar {
    bottom: 25px
}

.header__custom {
    background: #f4f4f4;
    text-align: center;
    padding-top: 50px
}

.header__custom h1, .header__custom .h1 {
    margin: 0
}

.header__custom hr {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    border: none
}

.header__custom span {
    display: block;
    font-size: 1.14286em;
    margin: 15px 0 -5px
}

@media screen and (min-width: 480px) {
    .header__custom span {
        margin: 5px 0 -15px;
        font-size: 1em;
        line-height: 1.4
    }
}

.parallax-bg {
    position: relative;
    overflow: hidden
}

.prlx-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.prlx-bg img {
    display: none
}

.prlx-txt {
    z-index: 99;
    position: relative
}

/*!
 *  2.3. Navigation
*/
.nav-bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: table;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.nav-bar ul {
    margin: 0
}

.site-header--classic .nav-bar ul {
    display: table-cell;
    vertical-align: middle
}

.nav-bar li {
    float: left;
    font: 0.92857em Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin: 0 15px
}

.nav-bar li:last-child {
    margin-right: 0
}

.nav-bar li a, .nav-bar li .btn__account a {
    padding: 5px;
    position: relative;
    color: #111
}

.is-light .nav-bar li a, .is-light .nav-bar li .btn__account a {
    color: #fff
}

.is-dark .nav-bar li a, .is-dark .nav-bar li .btn__account a {
    color: #000
}

.nav-bar li a:hover, .nav-bar li .btn__account a:hover {
    color: #0a3243
}

.is-light .created-by-js .nav-bar li a:hover, .is-light .created-by-js .nav-bar li .btn__account a:hover {
    color: #0a3243
}

.is-dark .created-by-js .nav-bar li a:hover, .is-dark .created-by-js .nav-bar li .btn__account a:hover {
    color: #0a3243
}

.nav-bar li a:hover svg *, .nav-bar li .btn__account a:hover svg * {
    fill: #146486
}

.is-light .created-by-js .nav-bar li a, .is-light .created-by-js .nav-bar li .btn__account a {
    color: #111
}

.is-dark .created-by-js .nav-bar li a, .is-dark .created-by-js .nav-bar li .btn__account a {
    color: #111
}

.nav-bar li a:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:after, .nav-bar li .btn__account a.site-nav--active:after {
    content: "";
    display: block;
    position: absolute;
    background: #0a3243;
    width: calc(100% - 10px);
    bottom: 0;
    left: 5px;
    height: 0;
    transition: 200ms linear height
}

.nav-bar li a:hover:after, .nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a:hover:after, .nav-bar li .btn__account a.site-nav--active:after {
    height: 2px
}

.nav-bar li a.site-nav--active, .nav-bar li .btn__account a.site-nav--active {
    color: #111 !important
}

.is-light .nav-bar li a.site-nav--active, .is-light .nav-bar li .btn__account a.site-nav--active {
    color: #fff !important
}

.is-dark .nav-bar li a.site-nav--active, .is-dark .nav-bar li .btn__account a.site-nav--active {
    color: #000 !important
}

.is-light .created-by-js .nav-bar li a.site-nav--active, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active {
    color: #111 !important
}

.is-dark .created-by-js .nav-bar li a.site-nav--active, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active {
    color: #111 !important
}

.nav-bar li a.site-nav--active:after, .nav-bar li .btn__account a.site-nav--active:after {
    background: #111
}

.is-light .nav-bar li a.site-nav--active:after, .is-light .nav-bar li .btn__account a.site-nav--active:after {
    background: #fff
}

.is-dark .nav-bar li a.site-nav--active:after, .is-dark .nav-bar li .btn__account a.site-nav--active:after {
    background: #000
}

.is-light .created-by-js .nav-bar li a.site-nav--active:after, .is-light .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
    background: #111
}

.is-dark .created-by-js .nav-bar li a.site-nav--active:after, .is-dark .created-by-js .nav-bar li .btn__account a.site-nav--active:after {
    background: #111
}

.nav-bar li a.btn:after, .nav-bar li .btn__account a.btn:after {
    display: none
}

.is-light .nav-bar li a.btn--dark {
    color: #fff;
    border-color: #fff
}

.is-dark .nav-bar li a.btn--dark {
    color: #000;
    border-color: #000
}

.is-light .created-by-js .nav-bar li a.btn--dark {
    color: #000;
    border-color: #000
}

.is-dark .created-by-js .nav-bar li a.btn--dark {
    color: #000;
    border-color: #000
}

.is-light .nav-bar li a.btn--dark:hover {
    color: #000;
    background: #fff
}

.is-dark .nav-bar li a.btn--dark:hover {
    color: #fff;
    background: #000
}

.is-light .created-by-js .nav-bar li a.btn--dark:hover {
    color: #fff;
    background: #000
}

.is-dark .created-by-js .nav-bar li a.btn--dark:hover {
    color: #fff;
    background: #000
}

.nav-bar li.btn__buy {
    margin: -20px 0 0px 30px;
    position: relative;
    top: 10px;
    float: right;
    height: auto
}

.nav-bar li.btn__buy .btn--light {
    color: #fff;
    border-color: #fff
}

.nav-bar li.btn__buy .btn--light:hover {
    background: #fff;
    border-color: #fff;
    color: #000 !important
}

.nav-bar li.btn__cart a {
    text-align: center;
    width: 20px;
    display: inline-block;
    padding: 0;
    font-size: 0.85714em;
    font-weight: 700
}

.nav-bar li.btn__cart a:after {
    background: none
}

.nav-bar li.btn__cart .icon {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 20px
}

.nav-bar li.btn__cart svg {
    position: absolute;
    top: -10px;
    left: 0
}

.nav-bar li.btn__account {
    height: 16px
}

.nav-bar li.btn__account a {
    padding: 0;
    top: -6px;
    position: relative
}

.nav-bar li.btn__account a:after {
    display: none !important
}

.nav-bar .link-list {
    display: none
}

.site-header--drawer .nav-bar {
    position: fixed;
    width: 370px;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    padding: 75px;
    display: block;
    -webkit-transform: translate3d(370px, 0px, 0px);
    -ms-transform: translate3d(370px, 0px, 0px);
    transform: translate3d(370px, 0px, 0px)
}

.site-header--drawer .nav-bar.opened {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.site-header--drawer .nav-bar.animate {
    transition: transform 200ms linear
}

@media screen and (max-width: 767px) {
    .site-header--drawer .nav-bar {
        padding: 60px
    }
}

@media screen and (max-width: 370px) {
    .site-header--drawer .nav-bar {
        width: 100%
    }
}

.site-header--drawer .nav-bar ul {
    position: relative
}

.site-header--drawer .nav-bar li {
    text-transform: none;
    margin: 0 0 18px;
    float: none
}

.site-header--drawer .nav-bar li a {
    color: #fff
}

.site-header--drawer .nav-bar li a:hover {
    color: #0a3243
}

.site-header--drawer .nav-bar li a.site-nav--active {
    color: #fff !important
}

.site-header--drawer .nav-bar li a.site-nav--active:after {
    background: #fff !important
}

.site-header--drawer .nav-bar li > a.site-nav__link {
    font-size: 1.57143em
}

.site-header--drawer .nav-bar li.btn__buy {
    font-size: 1em;
    text-transform: uppercase;
    position: static;
    margin: 0
}

.site-header--drawer .nav-bar li.btn__cart, .site-header--drawer .nav-bar li.btn__account {
    position: relative;
    width: 100%;
    height: 60px;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    margin: 0 auto -1px
}

.site-header--drawer .nav-bar li.btn__cart a, .site-header--drawer .nav-bar li.btn__account a {
    width: 100%;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    text-align: left
}

.site-header--drawer .nav-bar li.btn__cart a:before, .site-header--drawer .nav-bar li.btn__account a:before {
    top: 21px;
    background: #fff
}

.site-header--drawer .nav-bar li.btn__cart .icon, .site-header--drawer .nav-bar li.btn__account .icon {
    line-height: 1.3;
    top: 24px;
    text-align: center
}

.site-header--drawer .nav-bar li.btn__cart .text, .site-header--drawer .nav-bar li.btn__account .text {
    display: inline;
    font-size: 1.35em;
    position: relative;
    left: 53px
}

.site-header--drawer .nav-bar li.btn__cart svg *, .site-header--drawer .nav-bar li.btn__account svg * {
    fill: #fff
}

.site-header--drawer .nav-bar li.btn__cart a:hover svg *, .site-header--drawer .nav-bar li.btn__cart a:hover, .site-header--drawer .nav-bar li.btn__account a:hover svg *, .site-header--drawer .nav-bar li.btn__account a:hover {
    fill: #0a3243;
    color: #0a3243
}

.site-header--drawer .nav-bar li.btn__account .text {
    font-size: 1.157em;
    font-weight: 700;
    position: relative;
    top: 6px
}

.site-header--drawer .nav-bar li.btn__account .icon {
    position: absolute;
    top: 22px
}

.site-header--drawer .nav-bar li:not(.btn__cart) + .btn__cart, .site-header--drawer .nav-bar li:not(.btn__cart) + .btn__account {
    margin-top: 40px
}

.site-header--drawer .nav-bar .link-list {
    display: block;
    margin-top: 35px
}

.site-header--drawer .nav-bar .link-list a {
    display: block;
    font-size: 1.07143em;
    color: #bfbfbf;
    margin: 10px 0;
    font-weight: 600
}

.site-header--drawer .nav-bar .link-list a:hover {
    color: #0a3243
}

.js .site-header--classic .site-nav, .js .site-header--classic .site-header__logo {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in;
    -moz-transition: opacity 0.15s ease-in
}

.no-js .site-header--classic .site-nav, .no-js .site-header--classic .site-header__logo {
    opacity: 1
}

.sticky .site-nav, .sticky .site-header__logo {
    opacity: 1 !important
}

.site-header--classic #menu-opener {
    display: none
}

.lines-button {
    display: inline-block;
    padding: 22px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background: #000;
    width: 70px;
    height: 70px
}

.lines-button:active {
    transition: 0
}

.lines-button:hover .lines {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.lines {
    display: inline-block;
    width: 28px;
    height: 4px;
    transition: 300ms;
    background: #fff;
    position: relative
}

.lines:before, .lines:after {
    display: inline-block;
    width: 28px;
    height: 4px;
    transition: 300ms;
    background: #fff;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-original: 2px center;
    -ms-transform-original: 2px center;
    transform-original: 2px center
}

.lines:before {
    top: 7px
}

.lines:after {
    top: -7px
}

.lines-button.opened .lines {
    background: transparent
}

.lines-button.opened .lines:before, .lines-button.opened .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 28px
}

.lines-button.opened .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.lines-button.opened .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.site-nav__dropdown {
    display: block;
    opacity: 0
}

.site-header--classic .site-nav__dropdown {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100px;
    height: auto;
    margin-left: -50px;
    padding-top: 5px;
    text-align: center
}

.site-header--classic .site-nav__dropdown > div {
    background: #eee;
    padding: 12px 25px 10px;
    border-radius: 3px;
    position: relative;
    top: 5px
}

.site-header--classic .site-nav__dropdown .arrow {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 5px;
    margin-left: -5px
}

.site-header--classic .site-nav__dropdown li {
    display: block;
    float: none;
    margin: 10px 0
}

.is-light .site-header--classic .site-nav__dropdown li a {
    color: #000
}

.is-dark .site-header--classic .site-nav__dropdown li a {
    color: #000
}

.site-header--classic .site-nav__dropdown li a:hover {
    color: #0a3243
}

.site-header--classic .site-nav__dropdown li a.site-nav--active {
    font-weight: 700
}

.is-light .site-header--classic .site-nav__dropdown li a.site-nav--active {
    color: #000 !important
}

.is-dark .site-header--classic .site-nav__dropdown li a.site-nav--active {
    color: #000 !important
}

.site-header--drawer .site-nav__dropdown {
    margin: 0 !important;
    width: auto !important;
    padding-top: 10px
}

.site-header--drawer .site-nav__dropdown li {
    font-size: 0.75em;
    margin: 10px 15px
}

.site-header--drawer .site-nav__dropdown .arrow {
    display: none
}

.site-header--classic li.site-nav--has-dropdown a:after {
    display: none !important
}

body.opened-drawer {
    overflow: hidden
}

body.opened-drawer .nav-bar {
    overflow-y: auto
}

/*!
 *  2.4. Footer
*/
.site-footer {
    background-color: #000;
    color: #757575;
    padding: 120px 0
}

.site-footer a {
    color: #757575
}

.site-footer a:hover {
    color: #0a3243
}

.site-footer .site-header__logo {
    position: static;
    max-width: 400px;
    margin-bottom: 75px !important
}

.site-footer .site-header__logo a {
    margin: auto
}

.site-footer .site-header__logo a.site-header__logo-link {
    max-width: 200px;
    display: block
}

.site-footer .link-list a {
    font-size: 1.07143em;
    line-height: 1;
    font-weight: 600;
    margin: 0 15px
}

.site-footer .link-list + hr {
    display: block
}

.site-footer hr {
    max-width: 500px;
    height: 1px;
    background: #333;
    margin: 19px auto 18px;
    border: none;
    display: none
}

.site-footer .copy {
    font-size: 0.89286em
}

.site-footer .copy > p {
    display: inline
}

.site-footer .copy > p:first-child:after {
    content: "."
}

@media screen and (max-width: 480px) {
    .site-footer .copy > p {
        display: block;
        margin: 0
    }

    .site-footer .copy > p:first-child:after {
        content: ""
    }
}

.pay-icons {
    margin: 15px 0
}

.pay-icons svg * {
    fill: currentColor !important
}

.social-footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px
}

.social-footer.even {
    background-color: #fff
}

.social-footer .wrapper {
    margin: auto !important
}

@media screen and (min-width: 767px) {
    .social-footer {
        min-height: 120px
    }
}

@media screen and (max-width: 767px) {
    .site-footer {
        padding: 60px 0 50px
    }
}

.social-icons {
    margin: 0
}

.social-icons li {
    vertical-align: middle;
    line-height: 0;
    cursor: default
}

.social-icons li svg * {
    fill: #b03731
}

.social-icons li a:hover svg * {
    fill: #0a3243
}

.social-icons li svg.google path {
    fill: #f4f4f4
}

/*!
 *  2.5. Objects
*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px
}

table.full {
    width: 100%;
    margin-bottom: 1em
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: bold
}

th, td {
    text-align: left;
    padding: 15px;
    border: 1px solid #e9e9e9
}

@media screen and (max-width: 767px) {
    .table--responsive thead {
        display: none
    }

    .table--responsive tr {
        display: block
    }

    .table--responsive tr, .table--responsive td {
        float: left;
        clear: both;
        width: 100%
    }

    .table--responsive th, .table--responsive td {
        display: block;
        text-align: right;
        padding: 15px
    }

    .table--responsive td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px
    }

    .table--responsive.cart-table img {
        margin: 0 auto
    }

    .table--responsive.cart-table .js-qty {
        float: right
    }
}

@media screen and (max-width: 480px) {
    .table--small-hide {
        display: none !important
    }

    .table__section + .table__section {
        position: relative;
        margin-top: 10px;
        padding-top: 15px
    }

    .table__section + .table__section:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-bottom: 1px solid #e9e9e9
    }
}

.media, .media-flex {
    overflow: hidden;
    _overflow: visible;
    zoom: 1
}

.media-img {
    float: left;
    margin-right: 30px
}

.media-img-right {
    float: right;
    margin-left: 30px
}

.media-img img, .media-img-right img {
    display: block
}

img {
    border: 0 none
}

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

.is-light svg, .is-light svg * {
    fill: #fff
}

.is-dark svg, .is-dark svg * {
    fill: #000
}

.is-light .created-by-js svg, .is-light .created-by-js svg * {
    fill: #000
}

.is-dark .created-by-js svg, .is-dark .created-by-js svg * {
    fill: #000
}

img, iframe {
    max-width: 100%
}

p[style="text-align: center;"]:not(.centered-media) img, p[style="text-align: center;"]:not(.centered-media) iframe {
    max-width: none;
    width: 1200px;
    margin: 35px 0 0 -150px
}

img {
    height: auto;
    vertical-align: bottom
}

@media screen and (max-width: 1025px) {
    .centered-media, .template-blog .article__img, .product__image {
        width: calc(100% + 120px) !important;
        margin-left: -60px !important
    }
}

@media screen and (max-width: 480px) {
    .centered-media, .template-blog .article__img, .product__image {
        width: calc(100% + 60px) !important;
        margin-left: -30px !important
    }
}

.centered-media {
    width: 1200px;
    margin: 60px 0 60px -150px
}

.centered-media img, .centered-media iframe {
    max-width: none;
    width: 100%;
    vertical-align: middle
}

@media screen and (max-width: 1300px) {
    .centered-media {
        width: 1100px;
        margin: 50px 0 50px -100px
    }
}

@media screen and (max-width: 1200px) {
    .centered-media {
        width: 1000px;
        margin-left: -50px
    }
}

@media screen and (max-width: 480px) {
    .centered-media {
        margin: 35px 0 35px -30px !important
    }
}

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

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.note, .errors {
    border-radius: 5px;
    padding: 11px 30px 10px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    text-align: left;
    font-size: 1.14286em;
    font-family: Montserrat, sans-serif;
    display: inline-block
}

.note ul, .note ol, .errors ul, .errors ol {
    margin: 0
}

.note li:last-child, .errors li:last-child {
    margin-bottom: 0
}

.note p, .errors p {
    margin-bottom: 0
}

#Comments > .note, form > .note, #Comments > .errors, form > .errors {
    position: relative;
    top: -25px
}

.note {
    border-color: #e9e9e9
}

.form-success {
    color: #56ad6a;
    border-color: #56ad6a
}

.form-success a {
    color: #56ad6a;
    text-decoration: underline
}

.form-success a:hover {
    text-decoration: none
}

.form-error, .errors {
    color: #d02e2e;
    border-color: #d02e2e
}

.form-error a, .errors a {
    color: #d02e2e;
    text-decoration: underline
}

.form-error a:hover, .errors a:hover {
    text-decoration: none
}

/*!
 *  2.6. Forms
*/
form {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    input, textarea {
        font-size: 16px
    }
}

input, textarea, button, select {
    padding: 0;
    margin: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

button {
    background: none;
    border: none;
    cursor: pointer
}

button, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

button {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer
}

input[type="image"] {
    padding-left: 0;
    padding-right: 0
}

fieldset {
    border: 1px solid #e9e9e9;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

button, input[type="submit"] {
    cursor: pointer
}

input, textarea, select {
    border: 1px solid #cacaca;
    max-width: 100%;
    padding: 8px 20px;
    border-radius: 2px;
    height: 50px;
    font-size: 16px;
    color: #343434;
    background: transparent
}

input[disabled], input.disabled, textarea[disabled], textarea.disabled, select[disabled], select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6
}

input.input-full, textarea.input-full, select.input-full {
    width: 100%
}

input[type="text"]:focus, textarea:focus {
    border: 1px solid #b6b6b6
}

textarea {
    height: 200px;
    padding-top: 10px
}

input[type="search"] {
    width: 300px;
    display: block;
    margin-bottom: 20px
}

.text-center input[type="search"] {
    margin-left: auto;
    margin-right: auto
}

.jumpstart-selector {
    position: relative
}

.jumpstart-selector .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #cacaca;
    text-align: center;
    line-height: 52px
}

.jumpstart-selector .arrow svg * {
    fill: #6a6a6a
}

.jumpstart-selector select {
    position: relative;
    z-index: 9
}

input.qty-remove-defaults::-webkit-inner-spin-button, input.qty-remove-defaults::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input#Quantity {
    width: 55px;
    float: left;
    border-radius: 0;
    padding: 0;
    text-align: center
}

.input-holder {
    position: relative;
    width: 48px
}

.input-holder.minus {
    float: left;
    margin-right: -1px
}

.input-holder.minus input {
    border-radius: 2px 0 0 2px
}

.input-holder.plus {
    float: right;
    margin-left: -1px
}

.input-holder.plus input {
    border-radius: 0 2px 2px 0
}

.input-holder input {
    cursor: pointer;
    padding: 23px
}

.input-holder svg {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 13px;
    z-index: -1
}

.input-holder svg path {
    fill: #6a6a6a
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin: 0 8px 0 0;
    padding: 0;
    width: auto
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

input[type="image"] {
    padding-left: 0;
    padding-right: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 70px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

input.error, select.error, textarea.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e
}

label.error {
    color: #d02e2e
}

.form__row {
    width: calc(100% + 30px);
    margin-left: -15px
}

.form__row .form__column, .form__row .selector-wrapper {
    padding: 0 2px 30px;
    float: left
}

.form__row .form__column.third, .form__row .selector-wrapper.third {
    width: 33.33%
}

.form__row .form__column.half, .form__row .selector-wrapper.half {
    width: 50%
}

.form__row .form__column.twothird, .form__row .selector-wrapper.twothird {
    width: 66.66%
}

.form__row .form__column.full, .form__row .selector-wrapper.full {
    width: 100%
}

@media screen and (max-width: 767px) {
    .form__row .form__column.third, .form__row .form__column.half, .form__row .form__column.twothird, .form__row .form__column.full, .form__row .selector-wrapper.third, .form__row .selector-wrapper.half, .form__row .selector-wrapper.twothird, .form__row .selector-wrapper.full {
        width: 100% !important
    }
}

.form__row .form__column label, .form__row .selector-wrapper label {
    text-align: left
}

.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

label[for] {
    cursor: pointer
}

label {
    display: block;
    font-size: 1.14286em;
    color: #7a7a7a;
    margin-bottom: 8px
}

input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    top: -17px
}

.btn {
    font-family: Montserrat, sans-serif;
    border-radius: 2px;
    display: inline-block
}

.btn.btn--small {
    font-size: 0.92857em;
    height: 35px;
    line-height: 33px;
    padding: 0 20px
}

.btn.btn--regular {
    font-size: 1.14286em;
    height: 50px;
    line-height: 48px;
    padding: 0 30px
}

@media screen and (max-width: 480px) {
    .btn.btn--regular:not([type="submit"]) {
        font-size: 0.92857em;
        height: 42px;
        line-height: 40px;
        padding: 0 20px
    }
}

.btn.btn--large {
    font-size: 1.14286em;
    height: 60px;
    line-height: 58px;
    padding: 0 34px
}

@media screen and (max-width: 480px) {
    .btn.btn--large:not([type="submit"]) {
        font-size: 1.07143em;
        height: 50px;
        line-height: 48px;
        padding: 0 30px
    }
}

.btn.btn--outline {
    background: transparent;
    border: 2px solid
}

.btn.btn--outline.btn--color {
    color: #0a3243;
    border-color: #0a3243
}

.btn.btn--outline.btn--color:hover {
    background: #0a3243
}

.btn.btn--outline.btn--dark {
    color: #b03731;
    border-color: #b03731
}

.btn.btn--outline.btn--dark:hover {
    background: #b03731
}

.btn.btn--outline.btn--light {
    color: #fff;
    border-color: #fff
}

.btn.btn--outline.btn--light:hover {
    background: #fff;
    color: #000 !important
}

.btn.btn--outline:hover {
    color: #fff
}

.btn.btn--fill {
    color: #fff;
    top: -1px;
    position: relative;
    border: none
}

.btn.btn--fill.btn--color {
    background: #0a3243
}

.btn.btn--fill.btn--color:hover {
    background: #031117
}

.btn.btn--fill.btn--dark {
    background: #b03731
}

.btn.btn--fill.btn--dark:hover {
    background: #882b26
}

.btn.btn--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .2;
    background: transparent !important;
    border: 2px solid #b03731;
    color: #882b26
}

.btn.btn--disabled-alt {
    pointer-events: none;
    cursor: default;
    opacity: 1;
    border: none
}

.btn.btn--next-to {
    display: inline-block;
    margin-right: 15px
}

.pagination {
    margin: 20px 0 50px
}

.pagination .btn {
    padding: 0;
    width: 35px;
    text-align: center
}

.pagination.text-center .btn {
    display: inline-block
}

.submit--helper {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 25px
}

@media all and (max-width: 480px) {
    .submit--helper {
        display: block;
        left: 0px
    }
}

.submit--helper span {
    display: block
}

.contact-form {
    margin-top: 70px
}

.svg.social {
    width: 22px;
    height: 22px
}

/*!
 *  3.1. General
*/
.home-section {
    position: relative
}

.home-section:nth-child(odd) {
    background: #f4f4f4
}

.home-section-title {
    font-size: 1.28571em;
    text-transform: uppercase;
    margin-bottom: 90px
}

@media screen and (max-width: 1025px) {
    .home-section-title {
        margin-bottom: 70px
    }

    .product .home-section-title {
        text-align: center;
        margin-bottom: 50px
    }

    .product .home-section-title:after {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 767px) {
    .home-section-title {
        text-align: center;
        margin-bottom: 50px
    }

    .home-section-title:after {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 480px) {
    .home-section-title {
        font-size: 1.14286em
    }
}

hr.thin-line {
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
    border: none;
    background: #e9e9e9
}

.home-product .helper-note {
    margin: 0 auto;
    right: -6%;
    left: 8%;
    top: 50%;
    margin-top: -80px
}

/*!
 *  3.2. Crowdfunding (kickstarter)
*/
.home-kickstarter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home-kickstarter h2, .home-kickstarter .h2 {
    font-size: 2.85714em;
    line-height: 1.2;
    margin-bottom: 30px
}

.home-section:first-child .home-kickstarter h2, .home-section:first-child .home-kickstarter .h2 {
    font-size: 3.85714em
}

.home-kickstarter h3, .home-kickstarter .h3 {
    font-size: 1.14286em;
    line-height: 1.6;
    color: #343434;
    max-width: 40%
}

@media screen and (max-width: 1025px) {
    .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 70%
    }
}

@media screen and (max-width: 767px) {
    .home-kickstarter h3, .home-kickstarter .h3 {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .home-kickstarter {
        text-align: center
    }

    .home-kickstarter .prlx-bg {
        position: relative;
        background-image: none
    }

    .home-kickstarter .prlx-bg img {
        display: block
    }

    .home-kickstarter h2, .home-kickstarter .h2 {
        font-size: 2.28571em !important
    }
}

@media screen and (max-width: 480px) {
    .home-kickstarter h2, .home-kickstarter .h2 {
        font-size: 1.57143em !important
    }

    .home-kickstarter h3, .home-kickstarter .h3 {
        font-size: 1em;
        line-height: 1.5
    }
}

.kickstarter__meta {
    margin: 30px 0 45px;
    position: relative
}

@media screen and (max-width: 767px) {
    .kickstarter__meta {
        margin: 30px auto
    }

    .kickstarter__meta ul {
        padding-top: 30px
    }
}

.kickstarter__meta ul {
    margin: 0
}

.kickstarter__meta li {
    float: left;
    margin-left: 50px
}

.kickstarter__meta li:first-child {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    .kickstarter__meta li {
        float: none;
        display: inline-block
    }
}

@media screen and (max-width: 480px) {
    .kickstarter__meta li {
        margin-left: 30px
    }
}

.kickstarter__meta strong {
    display: block;
    font-family: Montserrat, sans-serif
}

.kickstarter__meta span {
    display: block;
    color: #7a7a7a;
    font-size: 0.92857em;
    line-height: 1
}

.kickstarter__meta .kickstarter__graphic {
    position: absolute;
    top: 0;
    left: 0
}

.kickstarter__meta .kickstarter__graphic.pie {
    width: 55px;
    height: 55px
}

.kickstarter__meta .kickstarter__graphic.pie canvas {
    -webkit-transform: rotate(-90deg) scale(0.5);
    -ms-transform: rotate(-90deg) scale(0.5);
    transform: rotate(-90deg) scale(0.5);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 20% 40%;
    transform-origin: 20% 40%;
    position: absolute;
    top: 2px;
    left: 0
}

.kickstarter__meta .kickstarter__graphic.bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.1)
}

.kickstarter__meta .kickstarter__graphic.bar .value {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    border-radius: 10px;
    background: #0a3243;
    transition: width 500ms linear
}

@media screen and (max-width: 767px) {
    .kickstarter__meta .kickstarter__graphic.bar {
        position: relative;
        left: 50%;
        margin-left: -200px
    }
}

@media screen and (max-width: 480px) {
    .kickstarter__meta .kickstarter__graphic.bar {
        left: 0;
        margin-left: 0;
        max-width: none
    }
}

.kickstarter__meta.kickstarter--pie {
    padding-left: 90px
}

.kickstarter__meta.kickstarter--pie strong {
    font-size: 1.71429em
}

.kickstarter__meta.kickstarter--pie span {
    margin-top: -3px
}

.kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
    display: none
}

@media screen and (max-width: 767px) {
    .kickstarter__meta.kickstarter--pie {
        padding-left: 0
    }

    .kickstarter__meta.kickstarter--pie .kickstarter__graphic.bar {
        display: block
    }

    .kickstarter__meta.kickstarter--pie .kickstarter__graphic.pie {
        display: none
    }
}

.kickstarter__meta.kickstarter--bar {
    padding-top: 45px;
    margin-top: 55px;
    max-width: 410px
}

.kickstarter__meta.kickstarter--bar strong {
    font-size: 2.85714em
}

.kickstarter__meta.kickstarter--bar span {
    margin-top: 2px
}

@media screen and (max-width: 767px) {
    .kickstarter__meta.kickstarter--bar {
        padding-top: 0
    }
}

@media screen and (max-width: 480px) {
    .kickstarter__meta.kickstarter--bar strong {
        font-size: 1.42857em
    }
}

.kickstarter__meta.kickstarter--bar .kickstarter__graphic.pie {
    display: none
}

@media screen and (min-width: 767px) {
    .text-center .kickstarter__meta {
        margin: 30px auto;
        display: inline-block
    }

    .text-center .btn {
        display: table;
        margin: auto
    }
}

.kickstarter__content.text-center h3, .kickstarter__content.text-center .h3, .kickstarter__content.text-center .kickstarter--bar {
    margin-left: auto;
    margin-right: auto
}

/*!
 *  3.3. Hero
*/
.home-video .content {
    text-align: center
}

.home-video .content.push-up {
    padding-bottom: 120px
}

.home-video .content h2, .home-video .content .h2 {
    font-size: 5.14286em;
    line-height: 1;
    margin: 0
}

.is-light .home-video .content h2, .is-light .home-video .content .h2 {
    color: #fff
}

.is-dark .home-video .content h2, .is-dark .home-video .content .h2 {
    color: #000
}

@media screen and (max-width: 767px) {
    .home-video .content h2, .home-video .content .h2 {
        font-size: 3.28571em;
        line-height: 1.3
    }
}

@media screen and (max-width: 480px) {
    .home-video .content h2, .home-video .content .h2 {
        font-size: 1.57143em
    }
}

.video-overlay {
    text-align: center;
    background: rgba(0, 0, 0, 0)
}

.no-touch .video-overlay:hover {
    background: rgba(0, 0, 0, 0.2)
}

.video-overlay .video-button {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -70px;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 150ms linear
}

@media screen and (max-width: 767px) {
    .video-overlay .video-button {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }
}

@media screen and (max-width: 480px) {
    .video-overlay .video-button {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        margin-top: 0
    }
}

.video-overlay .video-button svg {
    position: relative;
    top: 43px;
    width: 44px;
    height: 58px;
    left: 5px
}

.video-overlay .video-button svg path {
    fill: #0a3243
}

.home-gallery .video-overlay .video-button {
    width: 110px;
    height: 110px;
    margin-top: -55px;
    margin-left: -55px
}

.home-gallery .video-overlay .video-button svg {
    top: 35px;
    width: 29px;
    height: 44px
}

.no-touch .video-overlay:hover .video-button {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

/*!
 *  3.4. Image featured content
*/
.home-imagebox {
    position: relative
}

.home-imagebox:first-child {
    background: #cc4e48 !important
}

.home-imagebox:last-child {
    background: #0a3243
}

.home-imagebox .content, .home-imagebox h2, .home-imagebox .h2, .home-imagebox h3, .home-imagebox .h3, .home-imagebox h4, .home-imagebox .h4, .home-imagebox h5, .home-imagebox .h5, .home-imagebox h6, .home-imagebox .h6 {
    color: #fff
}

.home-imagebox .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    height: 100%
}

.home-imagebox .image img {
    display: none
}

@media screen and (max-width: 767px) {
    .home-imagebox .image {
        position: relative
    }

    .home-imagebox .image img {
        display: block;
        visibility: hidden
    }
}

.home-imagebox .content {
    min-height: 600px
}

.home-imagebox .content .large--display-table {
    height: 600px
}

@media screen and (max-width: 767px) {
    .home-imagebox .content .large--display-table {
        height: auto
    }
}

.home-imagebox .content h3, .home-imagebox .content .h3 {
    font-size: 2.85714em;
    font-weight: 700;
    margin: 0
}

.home-imagebox .content p {
    font-size: 1.28571em;
    margin: 15px 0 0
}

.home-imagebox .content a {
    margin-top: 35px
}

@media screen and (max-width: 767px) {
    .home-imagebox .content {
        min-height: 0;
        padding: 80px 0 70px;
        margin-left: 60px !important;
        margin-right: 60px !important;
        text-align: center
    }

    .home-imagebox .content h3, .home-imagebox .content .h3 {
        font-size: 2.28571em;
        font-weight: 400
    }

    .home-imagebox .content a {
        margin-top: 15px
    }

    .home-imagebox .content.grid__item {
        padding-bottom: 0;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 480px) {
    .home-imagebox .content {
        padding: 60px 0 40px;
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .home-imagebox .content h3, .home-imagebox .content .h3 {
        font-size: 1.57143em
    }

    .home-imagebox .content p {
        font-size: 1.07143em
    }
}

/*!
 *  3.5. Slideshow
*/
#home-slideshow {
    background: none
}

.flexslider {
    padding: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border: none;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.home-slideshow .flexslider:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out
}

.home-slideshow .flexslider.loaded:before {
    opacity: 0 !important
}

.home-slideshow .flexslider.loaded .slides img {
    opacity: 1
}

.product__image .flexslider {
    overflow: visible
}

.flexslider .slides {
    margin: 0
}

.flexslider .slides > li {
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
    position: relative
}

.home-slideshow .flexslider .slides > li {
    text-align: center
}

.flexslider .slides img {
    position: relative;
    max-width: none;
    width: 100%
}

.home-slideshow .flexslider .slides img {
    opacity: 0;
    max-width: 1200px
}

.flexslider .slides.flex-active-slide {
    z-index: 9999
}

.product__image .flex-viewport {
    width: 99.9%
}

.flex-direction-nav a {
    position: absolute;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: #1d1d1d;
    z-index: 999999;
    cursor: pointer
}

.flex-direction-nav a.flex-prev {
    left: 50px;
    transition: all 200ms linear
}

.flex-direction-nav a.flex-next {
    right: 50px;
    transition: all 200ms linear
}

.flex-direction-nav a svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: transform 100ms linear
}

.flex-direction-nav a svg * {
    fill: #b03731
}

.no-touch .flex-direction-nav a:hover svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.no-touch .flex-direction-nav a:hover svg * {
    fill: #0a3243
}

@media screen and (max-width: 767px) {
    .flex-direction-nav a {
        display: none
    }
}

.product__image .flex-direction-nav {
    display: none
}

.flex-control-nav {
    position: absolute;
    z-index: 9995;
    bottom: 30px;
    width: 100%;
    text-align: center;
    margin: 0
}

.flex-control-nav li {
    display: inline-block;
    margin: -2px
}

.flex-control-nav li a {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
    background: #dbdbdb
}

.home-section:nth-child(odd) .flex-control-nav li a {
    background: #e6e6e6
}

.flex-control-nav li a.flex-active {
    background: #0a3243 !important;
    cursor: default;
    pointer-events: none
}

/*!
 *  3.6. Page
*/
.home-page-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative
}

.home-page-content.overlay-true:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8
}

.home-page-content h3, .home-page-content .h3 {
    font-size: 2.42857em;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    margin-bottom: 55px
}

/*!
 *  3.7. FAQ (Accordion)
*/
.jumpstart-accordion h4, .jumpstart-accordion .h4 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #111;
    padding: 35px 95px;
    font-size: 1.28571em;
    cursor: pointer;
    position: relative;
    margin: 0 0 -1px 0
}

.no-touch .jumpstart-accordion h4:hover, .no-touch .jumpstart-accordion .h4:hover {
    background: #f4f4f4;
    color: #0a3243
}

.home-section:nth-child(odd) .no-touch .jumpstart-accordion h4:hover, .home-section:nth-child(odd) .no-touch .jumpstart-accordion .h4:hover {
    background: #fff
}

.no-touch .jumpstart-accordion h4:hover svg path, .no-touch .jumpstart-accordion .h4:hover svg path {
    fill: #0a3243
}

.jumpstart-accordion h4 svg, .jumpstart-accordion .h4 svg {
    position: absolute;
    top: 37px;
    left: 35px
}

.jumpstart-accordion h4 svg path, .jumpstart-accordion .h4 svg path {
    fill: #111
}

.jumpstart-accordion .content {
    display: none;
    padding: 50px 20px 40px 95px
}

.jumpstart-accordion .content p:last-child {
    margin-bottom: 0
}

.jumpstart-accordion .section.opened svg.plus {
    opacity: 0
}

@media screen and (min-width: 767px) {
    .jumpstart-accordion .section.opened:last-child {
        border-bottom: 1px solid #e9e9e9
    }
}

@media screen and (max-width: 767px) {
    .jumpstart-accordion h4, .jumpstart-accordion .h4 {
        font-size: 1.07143em;
        padding: 10px 30px;
        border: none
    }

    .jumpstart-accordion h4 svg, .jumpstart-accordion .h4 svg {
        width: 14px;
        height: 14px;
        left: 0;
        top: 15px
    }

    .jumpstart-accordion h4 svg path, .jumpstart-accordion .h4 svg path {
        fill: #5e5e5e
    }

    .jumpstart-accordion .content {
        padding: 5px 0px 20px 30px
    }

    .jumpstart-accordion .section.opened h4, .jumpstart-accordion .section.opened .h4 {
        color: #0a3243
    }
}

/*!
 *  3.8. Features
*/
.features-list h4, .features-list .h4 {
    margin: 25px 0 15px
}

.features-list i {
    color: #111
}

.home-features.columns-i {
    text-align: center
}

.home-features.columns-i .home-section-title:after {
    margin: 25px auto 0
}

/*!
 *  3.9. Clients
*/
.home-clients {
    height: 160px
}

.home-clients .wrapper, .home-clients .clients-list {
    height: 100%
}

.clients-list {
    padding: 25px 0
}

.clients-list li {
    height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0
}

.dummy-holder {
    display: block;
    padding-top: 100%
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    font: 0/0 serif;
    width: 90%
}

.img-container .dummy-centered {
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

/*!
 *  3.10. Gallery
*/
.packery-container {
    overflow: hidden
}

.packery-container .item {
    overflow: hidden
}

.packery-container .item img {
    max-width: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: none
}

.init .packery-container .item img {
    display: block
}

.packery-container .video-overlay {
    background: rgba(0, 0, 0, 0.2);
    display: none
}

.packery-container .video-overlay:hover {
    background: rgba(0, 0, 0, 0.5)
}

.init .packery-container .video-overlay {
    display: block
}

.packery-container .video-overlay:after {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px
}

/*!
 *  4.1. Blog
*/
.blog-list + p {
    margin: 115px 0 0 0
}

#infinite-link {
    text-align: center;
    margin-top: 100px
}

.article {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
    float: left;
    height: 200px;
    padding-right: 70px;
    padding-left: 290px
}

.template-blog .article {
    min-height: 290px;
    height: auto
}

.template-blog .article {
    padding-left: 440px;
    padding-top: 30px;
    padding-bottom: 30px
}

.article.no-image {
    padding-left: 70px
}

.article:first-child {
    border-top: 1px solid #e9e9e9
}

@media screen and (min-width: 1025px) {
    .article:hover {
        background: #f4f4f4
    }

    .home-section:nth-child(odd) .article:hover {
        background: #fff
    }

    .article:hover .article__title {
        color: #0a3243
    }
}

.article__img {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 220px;
    height: 200px
}

.template-blog .article__img {
    width: 360px;
    height: 100%;
    height: calc(100% + 1px)
}

.article__img img {
    display: none
}

.article__title {
    font-family: Raleway, sans-serif;
    color: #111;
    font-weight: 600;
    margin-bottom: 5px
}

.article__meta {
    color: #7a7a7a;
    margin: 0;
    font-size: 1em
}

.article__meta li {
    display: inline-block;
    margin-right: 25px
}

.article__meta li:last-child {
    margin-right: 0
}

.article__meta a {
    color: #7a7a7a
}

.article__meta a:hover {
    color: #0a3243
}

.template-article .article__meta {
    display: inline-block;
    margin: 15px auto -10px;
    font-size: 1.14286em
}

@media screen and (max-width: 767px) {
    .template-article .article__meta {
        font-size: 1.07143em
    }
}

@media screen and (max-width: 480px) {
    .template-article .article__meta {
        font-size: 1em
    }
}

@media screen and (max-width: 767px) {
    .article__meta {
        text-align: center
    }
}

.article__excerpt {
    color: #343434;
    font-size: 1.14286em;
    margin-top: 20px
}

@media screen and (max-width: 480px) {
    .article__excerpt {
        font-size: 1em
    }
}

.template-index .article__excerpt {
    display: none
}

.rte {
    font-size: 1.14286em
}

@media screen and (max-width: 767px) {
    .rte {
        font-size: 1em
    }
}

.article__sharing {
    width: 100%
}

.article__sharing .page__sharing {
    float: left
}

.article__sharing .subscribe-link {
    float: right;
    margin: 41px 15px 0 0
}

.article__sharing svg {
    position: relative;
    top: 5px
}

.article__sharing svg path {
    fill: #b03731
}

.article__sharing a:hover svg path {
    fill: #0a3243
}

@media screen and (max-width: 767px) {
    .article__sharing {
        margin-left: -15px
    }

    .article__sharing .label {
        display: none
    }
}

.subscribe-link {
    color: #343434
}

.subscribe-link svg {
    position: relative;
    top: 5px;
    right: -15px;
    width: 20px;
    height: 20px
}

.subscribe-link svg path, .subscribe-link svg circle {
    fill: #b03731
}

.subscribe-link a:hover svg path, .subscribe-link a:hover svg circle {
    fill: #0a3243
}

.template-blog .subscribe-link {
    position: absolute;
    top: 60px;
    right: 15px
}

@media screen and (max-width: 1025px) {
    .template-blog .article {
        padding: 50px 0 25px 0px !important;
        height: auto !important;
        border: none !important
    }

    .template-blog .article:first-child {
        padding-top: 0 !important
    }

    .template-blog .article:after {
        content: "";
        display: block;
        background: #e9e9e9;
        height: 1px;
        width: 200%;
        margin-left: -50%;
        position: relative;
        top: 30px
    }

    .template-blog .article:last-child:after {
        display: none
    }

    .template-blog .article__title {
        text-align: center;
        margin-bottom: 35px
    }

    .template-blog .article__img {
        height: auto !important;
        background-image: none !important;
        position: relative;
        margin-bottom: 25px
    }

    .template-blog .article__img img {
        display: block;
        width: 100%
    }

    .template-blog .subscribe-link {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .home-blog .article {
        padding: 50px 0 25px 0px !important;
        height: auto !important;
        border: none !important
    }

    .home-blog .article:first-child {
        padding-top: 0 !important
    }

    .home-blog .article:after {
        content: "";
        display: block;
        background: #e9e9e9;
        height: 1px;
        width: 200%;
        margin-left: -50%;
        position: relative;
        top: 30px
    }

    .home-blog .article:last-child:after {
        display: none
    }

    .home-blog .article__title {
        text-align: center;
        margin-bottom: 35px
    }

    .home-blog .article__img {
        height: auto !important;
        background-image: none !important;
        position: relative;
        margin-bottom: 25px
    }

    .home-blog .article__img img {
        display: block;
        width: 100%
    }

    .home-blog .article:after {
        width: 50%;
        margin: auto;
        top: 40px
    }

    .home-blog .article__img {
        display: none
    }

    .home-blog .article__meta {
        text-align: center;
        padding: 0 30px
    }

    .home-blog .onboarding {
        padding: 0 30px
    }
}

@media screen and (max-width: 767px) {
    #Comments, .comment-form {
        margin-top: 60px !important;
        padding-top: 55px
    }

    #Comments:before, .comment-form:before {
        content: "";
        display: block;
        background: #e9e9e9;
        height: 1px;
        width: 200%;
        margin-left: -50%;
        position: relative;
        top: -60px
    }
}

#Comments {
    margin-top: 140px
}

.comments-list {
    margin: 0
}

.comment {
    float: left;
    margin-bottom: 60px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .comment {
        margin-bottom: 20px
    }
}

.comment__meta {
    margin-bottom: 10px
}

.comment__meta strong {
    font-size: 1.14286em;
    color: #111;
    display: block
}

@media screen and (max-width: 480px) {
    .comment__meta strong {
        font-size: 1em
    }
}

.comment__meta time {
    font-size: 1em;
    color: #7a7a7a
}

.comment__content {
    font-size: 1.14286em
}

@media screen and (max-width: 480px) {
    .comment__content {
        font-size: 1em
    }
}

.comment-form {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .comment-form {
        margin-top: 20px !important
    }
}

/*!
 *  4.2. Collections
*/
.collection-list .product .badge {
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 50px;
    height: 50px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 100%;
    line-height: 52px;
    color: #fff;
    font-weight: 700
}

.collection-list .product {
    padding-bottom: 50px
}

.collection-list .product > a {
    background: #f4f4f4;
    display: block;
    position: relative
}

.collection-list .product .badge--on-sale {
    background: #E95F5F
}

.collection-list .product .badge--sold-out {
    background: #999
}

.collection-list h3, .collection-list .h3 {
    font-size: 1.14286em;
    font-family: Raleway, sans-serif;
    margin: 35px 0 -2px
}

.collection-list h3 a, .collection-list .h3 a {
    color: #111;
    font-weight: 300
}

.collection-list h3 a:hover, .collection-list .h3 a:hover {
    color: #0a3243
}

.collection-list img {
    max-width: none;
    width: 100%
}

.collection-list .price {
    font-weight: 400;
    font-size: 1.71429em;
    font-family: Montserrat, sans-serif;
    color: #949494;
    line-height: 0.7;
    margin-top: 10px
}

.collection-list .price span {
    text-decoration: line-through;
    font-weight: 300;
    font-size: 0.7em
}

.collection-list .excerpt {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .collection-list {
        margin-bottom: -35px
    }

    .collection-list .product {
        padding-bottom: 35px
    }

    .collection-list h3, .collection-list .h3 {
        margin-top: 25px;
        font-size: 1em
    }

    .collection-list .price {
        font-size: 1.71429em
    }
}

@media screen and (max-width: 767px) {
    .collection-list {
        margin-bottom: -15px
    }

    .collection-list .product {
        padding-bottom: 15px
    }
}

.collection-image {
    margin-bottom: 50px
}

.collection-image img {
    max-width: none;
    width: 100%
}

.product .product__content .price {
    display: inline-block
}

.product .product__content #ComparePrice {
    text-decoration: line-through;
    color: #7a7a7a;
    font-weight: 300
}

@media screen and (max-width: 1025px) {
    .product .product__content {
        width: 100%;
        text-align: center;
        margin-top: 50px
    }

    .product .product__content h3, .product .product__content .h3 {
        display: none
    }

    .product .product__content .price {
        margin-bottom: 0
    }

    .product .product__content .form__row {
        margin-top: 50px
    }

    .product .product__content .form__row > div:not(.hidden) {
        float: none;
        display: inline-table;
        padding-bottom: 15px
    }

    .product .product__content ol, .product .product__content ul {
        list-style-position: inside;
        margin-left: 0
    }
}

.product .home-section-title, .home-section-title.less-margin {
    margin-bottom: 50px
}

.product-description {
    font-size: 1.14286em;
    margin-top: 45px
}

.product__image > * {
    margin-bottom: 30px !important
}

.product__image .flex-control-nav {
    bottom: -40px
}

.product__image h3, .product__image .h3 {
    display: none
}

@media screen and (max-width: 1025px) {
    .product__image h3, .product__image .h3 {
        display: block;
        margin-top: 50px
    }
}

@media screen and (max-width: 1025px) {
    .product__image .flexslider {
        min-height: 0
    }
}

@media screen and (max-width: 1025px) {
    .template-product .header__custom {
        display: none
    }

    .template-product .secondary-title {
        display: block
    }

    .template-product .header__custom + .wrapper {
        padding-top: 70px
    }
}

.page__sharing {
    margin: 30px 0 0 0
}

.template-product .page__sharing {
    margin-top: 60px
}

.template-password .page__sharing {
    margin-bottom: 45px
}

.page__sharing li {
    float: left;
    margin: 0 10px
}

.page__sharing li:first-child {
    margin-left: 0
}

.template-product .page__sharing li:first-child {
    position: relative;
    top: -6px
}

.page__sharing li a {
    display: block;
    margin-top: -8px
}

.page__sharing li a svg * {
    fill: #b03731
}

.page__sharing li a:hover svg * {
    fill: #0a3243
}

.page__sharing li a svg.google path {
    fill: #fff !important
}

@media screen and (max-width: 1025px) {
    .template-product .page__sharing .label {
        display: none
    }

    .template-product .page__sharing li {
        float: none;
        display: inline-block
    }
}

/*!
 *  4.3. Cart
*/
.cart__row {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9
}

.cart__row:first-child {
    margin-top: 0
}

.cart__row:first-child {
    padding-top: 0
}

.cart__row .js-qty {
    margin: 0 auto
}

.cart-table th {
    font-weight: normal
}

.cart-table td, .cart-table th {
    padding: 30px 15px;
    border: none
}

@media screen and (min-width: 768px) {
    .cart__row--table-large {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .cart__row--table-large .grid__item {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
}

.cart__image {
    display: block
}

.cart__image img {
    display: block;
    max-width: 100%
}

.cart__subtotal {
    margin: 0 0 0 10px;
    display: inline
}

.cart__savings {
    display: block;
    margin: 0 0 0 10px;
    font-size: 1.21429em;
    text-transform: uppercase;
    opacity: .5;
    font-weight: 700
}

.cart__mini-labels {
    display: block;
    margin: 10px 0;
    font-size: 0.85714em
}

@media screen and (min-width: 768px) {
    .cart__mini-labels {
        display: none
    }
}

.cart__remove {
    display: block
}

#cart-form {
    border-top: 1px solid #e9e9e9;
    position: relative;
    overflow: hidden
}

#cart-form .cart-row {
    padding: 18px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

#cart-form .cart-img {
    width: 150px;
    height: 115px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    text-indent: -9999px
}

#cart-form .content {
    position: absolute;
    height: 100%;
    width: calc(100% - 340px);
    left: 190px;
    top: 0;
    text-transform: uppercase
}

#cart-form .content > div {
    display: table;
    height: 100%
}

#cart-form .content > div > div {
    display: table-cell;
    vertical-align: middle
}

#cart-form .content h3, #cart-form .content .h3 {
    font-size: 1.14286em;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 300;
    margin: 0;
    text-transform: none;
    line-height: 1.2
}

#cart-form .content h3 a, #cart-form .content .h3 a {
    color: #111
}

#cart-form .content h3 a:hover, #cart-form .content .h3 a:hover {
    color: #0a3243
}

#cart-form .content .cart-item__variant-title, #cart-form .content .cart-item__property, #cart-form .content .cart-item__discount {
    margin-top: 3px;
    font-size: 0.8em;
    opacity: .5;
    font-weight: 700
}

#cart-form .content .cart-item__line-price {
    font-size: 1.71429em;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #7a7a7a;
    font-weight: 100
}

#cart-form .count, #cart-form .remove {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 40px;
    width: 60px;
    height: 50px;
    padding: 0 5px;
    text-align: center
}

#cart-form .remove {
    right: -16px;
    margin-top: -28px
}

#cart-form .remove .svg {
    fill: #6a6a6a
}

#cart-form .remove:hover .svg {
    fill: #2a2a2a
}

#cart-form textarea[name="note"] {
    width: 100%;
    height: 90px;
    margin-bottom: 20px
}

#cart-form .continue {
    margin-top: 40px;
    float: left;
    display: inline-block
}

#cart-form .cart-price {
    margin-top: 40px;
    float: right;
    text-align: right;
    width: 100%
}

#cart-form .cart-price p {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 0
}

#cart-form .cart-price span {
    padding-left: 6px
}

#cart-form .cart-price small {
    display: block;
    margin-top: 11px;
    padding-right: 4px
}

#cart-form .to-right {
    float: right;
    display: inline-block;
    margin-top: 40px
}

#cart-form .to-right > * {
    float: left;
    margin-right: 20px
}

#cart-form .to-right > *:last-child {
    margin-right: 0
}

#cart-form input[type="image"] {
    height: auto;
    background: none;
    border: none;
    position: relative;
    top: 10px;
    width: auto
}

@media screen and (max-width: 767px) {
    #cart-form .cart-img {
        display: none
    }

    #cart-form .content {
        position: static;
        height: auto;
        width: auto;
        padding-right: 120px
    }

    #cart-form .content .price {
        margin-top: 0
    }
}

.cart_bottom {
    margin-top: 60px
}

.cart__subtotal-holder {
    margin-bottom: 45px
}

.cart__subtotal-title {
    font-weight: 600;
    font-size: 1.14286em
}

.cart__subtotal {
    font-weight: 700;
    font-size: 2.57143em
}

.cart__subtotal-shipping {
    font-size: 0.92857em;
    color: #7a7a7a;
    display: block;
    margin-top: 5px
}

.btn__update {
    width: 54px;
    padding: 0 !important;
    margin-right: 25px
}

.btn__update svg {
    position: relative;
    top: 7px
}

.btn__update svg path {
    fill: #b03731
}

.btn__update:hover svg path {
    fill: #fff
}

/*!
 *  4.4. Password
*/
.template-password .social-footer, .template-password .site-footer {
    display: none
}

.template-password .page__sharing {
    margin-top: 65px
}

.template-password .page__sharing .label {
    display: none
}

.template-password .page__sharing li {
    float: none;
    display: inline-block
}

.template-password .mfp-bg {
    background: #fff;
    opacity: 1
}

.template-password .mfp-close {
    color: currentColor
}

.password-input-group {
    width: 425px;
    margin: 45px auto
}

.password-input-group input[type="text"], .password-input-group input[type="password"] {
    float: left;
    width: calc(100% - 150px)
}

.password-input-group input[type="submit"] {
    width: 125px;
    margin-top: 1px
}

.password-form form {
    margin-top: 0
}

.password-login {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.07143em;
    display: table;
    height: 100%
}

.password-login > a {
    display: table-cell;
    vertical-align: middle
}

.password-login svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
    left: -10px
}

.password-login svg * {
    fill: #000
}

#password-footer {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    height: 90px;
    padding-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #343434
}

#password-footer svg {
    width: 80px;
    height: 20px;
    position: relative;
    top: 4px;
    left: 4px
}

#password-footer svg * {
    fill: #343434
}

#password-footer a:hover #password-footer svg * {
    fill: #0a3243
}

#password-footer .shopify-name {
    display: none
}

#password-footer.full {
    position: fixed
}

#login-modal {
    text-align: center
}

#login-modal h4, #login-modal .h4 {
    color: #111;
    font-size: 1.28571em;
    text-transform: uppercase
}

#login-modal .errors {
    top: 30px
}

@media all and (max-width: 480px) {
    .password-input-group {
        width: 100%;
        margin: 30px auto 35px
    }

    .password-input-group input[type="text"], .password-input-group input[type="password"] {
        width: 100%
    }

    .password-input-group input[type="submit"] {
        width: auto;
        margin: auto;
        display: block;
        margin-top: 75px
    }
}

/*!
 *  4.5. Customer
*/
.address {
    font-size: 1.14286em
}

.address-form {
    clear: both;
    float: left;
    margin-top: 70px;
    width: 100%
}

.address-form.edit {
    margin-top: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99995;
    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: 99996;
    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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 99997
}

.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: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    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;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 99998
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-preloader {
    width: 62px;
    height: 62px;
    background: url(preloader.gif%3F13230794381699386148) no-repeat center center #222;
    background-size: 32px 32px;
    margin: 0 auto;
    font-size: 0
}

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: 99999;
    -webkit-box-shadow: none;
    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;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 38px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    font-family: 'FontAwesome';
    font-size: 48px;
    color: #ccc
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    content: "\f104"
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-b {
    content: "\f105"
}

.mfp-arrow-right {
    right: 0
}

.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: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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
}

.flexslider .slides > li {
    display: block
}
