/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
    vertical-align: baseline
}

button, hr, input {
    overflow: visible
}

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

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

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

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

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

optgroup {
    font-weight: 700
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.container.narrow {
    max-width: 760px
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0
    }
}

@media (min-width: 769px) {
    div.row.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    div.row div.flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .container {
        width: 90%
    }

    .container.full {
        width: 100%;
        max-width: none
    }

    .container.full .six {
        width: 50%;
        margin: 0px;
        overflow: hidden
    }

    .container.full .six.featured {
        overflow: visible
    }

    .container.full .six img {
        display: block;
        height: 100%
    }

    .container.full .left-fix {
        padding-right: 4%
    }

    .container.full .right-fix {
        padding-left: 4%
    }

    .container .left-fix {
        padding: 60px 0px 60px 10%
    }

    .container .right-fix {
        padding: 60px 10% 60px 0px
    }

    .fix-content {
        max-width: 680px;
        margin: 0px auto
    }

    .fix-content-large {
        max-width: 1440px;
        margin: 0px auto
    }

    .available-franchise.fix-content-large {
        display: none !important;
    }

    .column, .columns {
        margin-left: 4%
    }

    .column:first-child, .columns:first-child {
        margin-left: 0
    }

    .one.column, .one.columns {
        width: 4.66666666667%
    }

    .two.columns {
        width: 13.3333333333%
    }

    .three.columns {
        width: 22%
    }

    .four.columns {
        width: 30.6666666667%
    }

    .five.columns {
        width: 39.3333333333%
    }

    .six.columns {
        width: 48%
    }

    .seven.columns {
        width: 56.6666666667%
    }

    .eight.columns {
        width: 65.3333333333%
    }

    .nine.columns {
        width: 74.0%
    }

    .ten.columns {
        width: 82.6666666667%
    }

    .eleven.columns {
        width: 91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .one-third.column {
        width: 30.6666666667%
    }

    .two-thirds.column {
        width: 65.3333333333%
    }

    .one-half.column {
        width: 48%
    }

    .offset-by-one.column, .offset-by-one.columns {
        margin-left: 8.66666666667%
    }

    .offset-by-two.column, .offset-by-two.columns {
        margin-left: 17.3333333333%
    }

    .offset-by-three.column, .offset-by-three.columns {
        margin-left: 26%
    }

    .offset-by-four.column, .offset-by-four.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-five.column, .offset-by-five.columns {
        margin-left: 43.3333333333%
    }

    .offset-by-six.column, .offset-by-six.columns {
        margin-left: 52%
    }

    .offset-by-seven.column, .offset-by-seven.columns {
        margin-left: 60.6666666667%
    }

    .offset-by-eight.column, .offset-by-eight.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-nine.column, .offset-by-nine.columns {
        margin-left: 78.0%
    }

    .offset-by-ten.column, .offset-by-ten.columns {
        margin-left: 86.6666666667%
    }

    .offset-by-eleven.column, .offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }

    .offset-by-one-third.column, .offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-one-half.column, .offset-by-one-half.columns {
        margin-left: 52%
    }
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 42px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #ed6b06;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    box-sizing: border-box
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: #fff;
    border-color: #888;
    outline: 0
}

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #FFF;
    background-color: #7ac142;
    border-color: #7ac142
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    font-family: 'Crete Round', serif;
    font-style: italic;
    height: 42px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #999;
    outline: 0
}

label, legend {
    color: #a4a4a4;
    font-family: 'Crete Round', serif;
    text-align: left;
    display: block;
    margin: 15px 0px 5px 0px;
    font-style: italic;
    font-weight: normal
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type="checkbox"], input[type="radio"] {
    display: inline
}

label > .label-body {
    display: inline-block;
    margin-left: 20px;
    font-weight: normal
}

ul {
    list-style: circle inside
}

ol {
    list-style: decimal inside
}

ol, ul {
    padding-left: 0;
    margin-top: 0
}

ul ul, ul ol, ol ol, ol ul {
    margin: 1.5rem 0 1.5rem 3rem
}

li {
    margin-bottom: 1rem
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1
}

th:first-child, td:first-child {
    padding-left: 0
}

th:last-child, td:last-child {
    padding-right: 0
}

button, .button {
    margin-bottom: 1rem
}

input, textarea, select, fieldset {
    margin-bottom: 20px
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 20px
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1
}

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 768px) {
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
        min-width: 320px
    }
}

@media (max-width: 767px) {
    input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
        min-width: 100%
    }
}

/*# sourceMappingURL=maps/skeleton.css.map */

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 17px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 5px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 400
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    -webkit-transition: padding 0.25s, max-height 0.25s;
    transition: padding 0.25s, max-height 0.25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.03s ease;
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 5px 5px 15px 5px;
    cursor: pointer;
    line-height: 24px
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent \9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall, .la-ball-fall > div {
    position: relative;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

/*# sourceMappingURL=maps/sweetalert.css.map */

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

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

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

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

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

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

@-webkit-keyframes pulse {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

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

@-webkit-keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

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

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

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

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

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

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

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

@-webkit-keyframes tada {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%, to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

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

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

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

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

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

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

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

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

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

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

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

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

.boost-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.boost-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px
}

.no-touch .boost-dropdown-trigger:hover {
    background-color: #171b46
}

.boost-dropdown-trigger::before, .boost-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.boost-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.boost-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width: 1024px) {
    .boost-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654
    }

    .no-touch .boost-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f
    }

    .boost-dropdown-trigger.dropdown-is-active::before, .boost-dropdown-trigger.dropdown-is-active::after {
        width: 14px
    }

    .boost-dropdown-trigger.dropdown-is-active::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg)
    }

    .boost-dropdown-trigger.dropdown-is-active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.boost-dropdown h2, .boost-dropdown-content a, .boost-dropdown-content ul a {
    height: 50px;
    line-height: 50px
}

@media only screen and (min-width: 768px) {
    .boost-dropdown h2, .boost-dropdown-content a, .boost-dropdown-content ul a {
        height: 60px;
        line-height: 60px
    }
}

@media only screen and (min-width: 1024px) {
    .boost-dropdown h2, .boost-dropdown-content a, .boost-dropdown-content ul a {
        height: 50px;
        line-height: 50px
    }
}

.boost-dropdown h2, .boost-dropdown-content a, .boost-dropdown-content ul a, .boost-dropdown-content .boost-divider {
    padding: 0 20px
}

.boost-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
    transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s
}

.boost-dropdown h2 {
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643
}

.boost-dropdown .boost-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent
}

.boost-dropdown .boost-close::after, .boost-dropdown .boost-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff
}

.boost-dropdown .boost-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.boost-dropdown .boost-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.boost-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
    transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s
}

@media only screen and (min-width: 768px) {
    .boost-dropdown .boost-close {
        top: 5px
    }
}

@media only screen and (min-width: 1024px) {
    .boost-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s
    }

    .open-to-left .boost-dropdown {
        right: 0;
        left: auto
    }

    .boost-dropdown h2, .boost-dropdown .boost-close {
        display: none
    }

    .boost-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s
    }
}

.boost-dropdown-content, .boost-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 50px
}

ul.boost-dropdown-content, ul.boost-secondary-dropdown {
    margin: 0px
}

.boost-dropdown-content a, .boost-dropdown-content ul a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid
}

.boost-dropdown-content li:first-of-type > a, .boost-dropdown-content ul li:first-of-type > a {
    border-top-width: 0
}

.boost-dropdown-content li:last-of-type > a, .boost-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px
}

.boost-dropdown-content .boost-divider, .boost-dropdown-content ul .boost-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    color: #585a70;
    text-transform: uppercase
}

.boost-dropdown-content .boost-divider + li > a, .boost-dropdown-content ul .boost-divider + li > a {
    border-top-width: 0
}

.boost-dropdown-content a, .boost-dropdown-content .boost-search, .boost-dropdown-content .boost-divider, .boost-dropdown-content ul a, .boost-dropdown-content ul .boost-search, .boost-dropdown-content ul .boost-divider {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s
}

.boost-dropdown-content.is-hidden, .boost-dropdown-content ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.boost-dropdown-content.is-hidden > li > a, .boost-dropdown-content.is-hidden > li > .boost-search, .boost-dropdown-content.is-hidden > .boost-divider, .boost-dropdown-content.move-out > li > a, .boost-dropdown-content.move-out > li > .boost-search, .boost-dropdown-content.move-out > .boost-divider, .boost-dropdown-content ul.is-hidden > li > a, .boost-dropdown-content ul.is-hidden > li > .boost-search, .boost-dropdown-content ul.is-hidden > .boost-divider, .boost-dropdown-content ul.move-out > li > a, .boost-dropdown-content ul.move-out > li > .boost-search, .boost-dropdown-content ul.move-out > .boost-divider {
    opacity: 0
}

.boost-dropdown-content.move-out > li > a, .boost-dropdown-content.move-out > li > .boost-search, .boost-dropdown-content.move-out > .boost-divider, .boost-dropdown-content ul.move-out > li > a, .boost-dropdown-content ul.move-out > li > .boost-search, .boost-dropdown-content ul.move-out > .boost-divider {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dropdown-is-active .boost-dropdown-content, .dropdown-is-active .boost-dropdown-content ul {
    -webkit-overflow-scrolling: touch
}

@media only screen and (min-width: 768px) {
    .boost-dropdown-content, .boost-dropdown-content ul {
        padding-top: 60px
    }
}

@media only screen and (min-width: 1024px) {
    .boost-dropdown-content, .boost-dropdown-content ul {
        padding-top: 0;
        overflow: visible
    }

    .boost-dropdown-content a, .boost-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        border-color: #ebebeb
    }

    .boost-dropdown-content .boost-divider, .boost-dropdown-content ul .boost-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb
    }

    .boost-dropdown-content .boost-divider + li > a, .boost-dropdown-content ul .boost-divider + li > a {
        border-top-width: 1px
    }

    .boost-dropdown-content.is-hidden > li > a, .boost-dropdown-content.is-hidden > li > .boost-search, .boost-dropdown-content.is-hidden > .boost-divider, .boost-dropdown-content.move-out > li > a, .boost-dropdown-content.move-out > li > .boost-search, .boost-dropdown-content.move-out > .boost-divider, .boost-dropdown-content ul.is-hidden > li > a, .boost-dropdown-content ul.is-hidden > li > .boost-search, .boost-dropdown-content ul.is-hidden > .boost-divider, .boost-dropdown-content ul.move-out > li > a, .boost-dropdown-content ul.move-out > li > .boost-search, .boost-dropdown-content ul.move-out > .boost-divider {
        opacity: 1
    }
}

.boost-dropdown-content .see-all a {
    color: #3f8654
}

.boost-dropdown-content .boost-dropdown-gallery .boost-dropdown-item, .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item {
    height: 80px;
    line-height: 80px
}

.boost-dropdown-content .boost-dropdown-gallery .boost-dropdown-item h3, .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.boost-dropdown-content .boost-dropdown-gallery .boost-dropdown-item {
    padding-left: 90px
}

.boost-dropdown-content .boost-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item {
    padding-left: 75px;
    position: relative
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item p {
    color: #111433;
    display: none
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg")
}

.boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg")
}

@media only screen and (min-width: 1024px) {
    .boost-dropdown-content {
        position: static;
        height: auto;
        width: 280px
    }

    .boost-dropdown-content > li:last-of-type a {
        border-bottom: none
    }

    .no-touch .boost-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654
    }

    .boost-dropdown-content.move-out > li > a, .boost-dropdown-content.move-out > li > .boost-search, .boost-dropdown-content.move-out > .boost-divider {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .boost-dropdown-content .boost-secondary-dropdown, .boost-dropdown-content .boost-dropdown-gallery, .boost-dropdown-content .boost-dropdown-icons {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1)
    }

    .boost-dropdown-content .boost-secondary-dropdown::after, .boost-dropdown-content .boost-dropdown-gallery::after, .boost-dropdown-content .boost-dropdown-icons::after {
        clear: both;
        content: "";
        display: table
    }

    .open-to-left .boost-dropdown-content .boost-secondary-dropdown, .open-to-left .boost-dropdown-content .boost-dropdown-gallery, .open-to-left .boost-dropdown-content .boost-dropdown-icons {
        left: auto;
        right: 100%
    }

    .boost-dropdown-content .boost-secondary-dropdown.is-hidden, .boost-dropdown-content .boost-dropdown-gallery.is-hidden, .boost-dropdown-content .boost-dropdown-icons.is-hidden {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .boost-dropdown-content .boost-secondary-dropdown.fade-in, .boost-dropdown-content .boost-dropdown-gallery.fade-in, .boost-dropdown-content .boost-dropdown-icons.fade-in {
        -webkit-animation: boost-fade-in 0.2s;
        animation: boost-fade-in 0.2s
    }

    .boost-dropdown-content .boost-secondary-dropdown.fade-out, .boost-dropdown-content .boost-dropdown-gallery.fade-out, .boost-dropdown-content .boost-dropdown-icons.fade-out {
        -webkit-animation: boost-fade-out 0.2s;
        animation: boost-fade-out 0.2s
    }

    .boost-dropdown-content .boost-secondary-dropdown > .go-back, .boost-dropdown-content .boost-dropdown-gallery > .go-back, .boost-dropdown-content .boost-dropdown-icons > .go-back {
        display: none
    }

    .boost-dropdown-content .boost-secondary-dropdown > .see-all, .boost-dropdown-content .boost-dropdown-gallery > .see-all, .boost-dropdown-content .boost-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center
    }

    .boost-dropdown-content .boost-secondary-dropdown > .see-all a, .boost-dropdown-content .boost-dropdown-gallery > .see-all a, .boost-dropdown-content .boost-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s
    }

    .no-touch .boost-dropdown-content .boost-secondary-dropdown > .see-all a:hover, .no-touch .boost-dropdown-content .boost-dropdown-gallery > .see-all a:hover, .no-touch .boost-dropdown-content .boost-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433
    }

    .boost-dropdown-content .boost-secondary-dropdown .boost-dropdown-item, .boost-dropdown-content .boost-secondary-dropdown a, .boost-dropdown-content .boost-dropdown-gallery .boost-dropdown-item, .boost-dropdown-content .boost-dropdown-gallery a, .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item, .boost-dropdown-content .boost-dropdown-icons a {
        border: none
    }

    .boost-dropdown-content .boost-dropdown-gallery, .boost-dropdown-content .boost-dropdown-icons {
        padding: 20px 30px 100px
    }

    .boost-dropdown-content .boost-dropdown-gallery > .see-all, .boost-dropdown-content .boost-dropdown-icons > .see-all {
        width: calc(100% - 60px)
    }

    .boost-dropdown-content .boost-dropdown-icons > li, .boost-dropdown-content .boost-secondary-dropdown > li {
        width: 45%;
        float: left
    }

    .boost-dropdown-content .boost-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px
    }

    .boost-dropdown-content .boost-secondary-dropdown::before {
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 500px;
        background-color: #ebebeb
    }

    .boost-dropdown-content .boost-secondary-dropdown > li > a {
        color: #3f8654;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none
    }

    .boost-dropdown-content .boost-secondary-dropdown > li > a::after, .boost-dropdown-content .boost-secondary-dropdown > li > a::before {
        display: none
    }

    .boost-dropdown-content .boost-secondary-dropdown.move-out > li > a {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .boost-dropdown-content .boost-secondary-dropdown > li {
        margin: 5px;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0px
    }

    .boost-dropdown-content .boost-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0
    }

    .boost-dropdown-content .boost-secondary-dropdown > li > ul {
        -webkit-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto
    }

    .boost-dropdown-content .boost-secondary-dropdown > li > ul > .go-back {
        display: none
    }

    .boost-dropdown-content .boost-secondary-dropdown a {
        height: 25px;
        padding-left: 0
    }

    .no-touch .boost-dropdown-content .boost-secondary-dropdown a:hover {
        color: #3f8654
    }

    .boost-dropdown-content .boost-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto
    }

    .boost-dropdown-content .boost-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent
    }

    .no-touch .boost-dropdown-content .boost-secondary-dropdown .go-back a:hover {
        color: transparent
    }

    .boost-dropdown-content .boost-secondary-dropdown .go-back a::before, .boost-dropdown-content .boost-secondary-dropdown .go-back a::after {
        left: 0
    }

    .boost-dropdown-content .boost-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .boost-dropdown-content .boost-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px
    }

    .boost-dropdown-content .boost-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%
    }

    .boost-dropdown-content .boost-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0
    }

    .boost-dropdown-content .boost-dropdown-gallery .boost-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em
    }

    .boost-dropdown-content .boost-dropdown-gallery > li:nth-last-of-type(2) a, .boost-dropdown-content .boost-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0
    }

    .boost-dropdown-content .boost-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em
    }

    .boost-dropdown-content .boost-dropdown-icons {
        width: 600px
    }

    .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px
    }

    .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item:hover {
        background: #ebebeb
    }

    .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item h3 {
        color: #3f8654;
        font-weight: bold
    }

    .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item p {
        display: block
    }

    .boost-dropdown-content .boost-dropdown-icons .boost-dropdown-item::before {
        left: 25px
    }

    .boost-dropdown-content > .has-children > ul {
        visibility: hidden
    }

    .boost-dropdown-content > .has-children > ul.is-active {
        visibility: visible
    }

    .boost-dropdown-content > .has-children > .boost-secondary-dropdown.is-active > li > ul {
        visibility: visible
    }

    .boost-dropdown-content > .has-children > a.is-active {
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654
    }

    .boost-dropdown-content > .has-children > a.is-active::before, .boost-dropdown-content > .has-children > a.is-active::after {
        background: #3f8654
    }

    .open-to-left .boost-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654
    }
}

@-webkit-keyframes boost-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes boost-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes boost-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: visible
    }
}

@keyframes boost-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: visible
    }
}

.boost-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0
}

.boost-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff
}

.boost-search input[type="search"]::-moz-placeholder {
    color: #ffffff
}

.boost-search input[type="search"]:-moz-placeholder {
    color: #ffffff
}

.boost-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff
}

.boost-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none
}

.boost-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4)
}

.boost-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4)
}

.boost-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4)
}

.boost-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4)
}

@media only screen and (min-width: 1024px) {
    .boost-search input[type="search"] {
        background-color: #ebebeb
    }

    .boost-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3
    }

    .boost-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3
    }

    .boost-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3
    }

    .boost-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3
    }
}

.has-children > a, .go-back a {
    position: relative
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3
    }
}

.has-children > a {
    padding-right: 40px
}

.has-children > a::before, .has-children > a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

@media only screen and (min-width: 1024px) {
    .open-to-left .boost-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px
    }

    .open-to-left .boost-dropdown-content > .has-children > a::before, .open-to-left .boost-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        transform-origin: 1px 50%
    }
}

.boost-dropdown-content .go-back a {
    padding-left: 40px
}

.boost-dropdown-content .go-back a::before, .boost-dropdown-content .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

.no-js .boost-dropdown-wrapper:hover .boost-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.no-js .boost-dropdown-wrapper .boost-close {
    display: none
}

#your-stores {
    margin-bottom: 20px
}

.added {
    background-color: #eee
}

#boost-store-locator {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    float: left;
    margin-top: -60px
}

#boost-store-locator.hide-stores {
    height: 500px
}

#boost-store-locator.hide-stores #boost-stores {
    visibility: hidden
}

#boostjuice-stores {
    position: relative
}

#boostjuice-stores .owl-next, #boostjuice-stores .owl-prev {
    overflow: hidden;
    text-indent: -200px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #666;
    -webkit-transform: rotate(54deg) skew(20deg);
    transform: rotate(54deg) skew(20deg);
    position: absolute;
    top: 40%
}

#boostjuice-stores .owl-prev {
    border-top: none;
    border-right: none;
    float: left;
    margin-left: 20px;
    left: 10px
}

#boostjuice-stores .owl-next {
    border-bottom: none;
    border-left: none;
    float: right;
    margin-right: 20px;
    right: 10px
}

#boostjuice-stores .owl-page span {
    border-radius: 0;
    margin: 2px;
    opacity: 1;
    background-color: #eee
}

#boostjuice-stores .owl-page.active span {
    background-color: #79C339
}

#boostjuice-search-input {
    color: #333;
    min-width: inherit;
    font-size: 17px
}

.hide-stores .boostjuice-search {
    padding: 80px 0px 140px 0px
}

.boostjuice-search {
    padding: 80px 0px 20px 0px;
    background: #5cbfe3;
    color: #fff;
    text-align: center;
    background-image: url("../../img/placeholders/blue_bkg_texture.png")
}

.boostjuice-search h2 {
    color: #fff;
    margin-bottom: 15px
}

.boostjuice-search p {
    max-width: 460px;
    margin: 0px auto 30px auto
}

.boostjuice-search img {
    max-height: 48px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    margin-top: 20px
}

#boost-stores {
    max-width: 1200px;
    margin: 0px auto
}

#storesinput-error {
    color: #f00;
    margin-top: 0px
}

.store-list {
    padding: 30px 80px 15px;
    position: relative;
    overflow: hidden
}

.store-list h2 {
    color: #79C339;
    margin-bottom: 20px;
    font-weight: 600
}

.store-list h3 {
    margin: 0px 0px 10px 0px;
    font-size: inherit;
    font-weight: 600;
    color: inherit
}

.store-list h3 em {
    color: #79C339;
    margin-left: 45px;
    font-style: normal;
    float: right
}

.store-list em {
    color: #a4a4a4;
    font-style: normal
}

.store-list h4 {
    font-family: 'Crete Round', serif;
    font-style: italic;
    margin: 0;
    font-weight: 400;
    margin: 25px 0px 15px;
    color: #a4a4a4;
    font-size: 18px
}

.store-list span {
    display: block;
    margin: 0 0 5px
}

.store-list div {
    max-height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.store-list div.show {
    max-height: 360px
}

.store-list div > em {
    font-family: 'Crete Round', serif;
    font-style: italic;
    clear: both;
    float: none;
    display: block;
    padding: 5px
}

.store-list ul li em {
    font-family: 'Crete Round', serif;
    font-style: italic;
    display: inline-block;
    min-width: 60px
}

.store-list div span {
    background-color: #eee;
    display: inline-block;
    border-radius: 3px;
    margin: 0 0 0 -5px;
    padding: 0 5px
}

div#boostjuice-stores {
    padding-bottom: 80px
}

div#boostjuice-result-list li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 5px
}

#boost-stores-loading {
    display: none;
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5
}

#boost-stores-loading h3 {
    top: 40%
}

#boost-store-locator.hide-stores #boost-stores-loading h3 {
    top: 30%
}

#boost-stores-loading h3 {
    display: block;
    width: 100vw;
    color: #fff;
    position: absolute;
    text-align: center
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #79C339;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 0
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%
}

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0 0 -12px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: 10
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-shadow: 0 0 1px 2px #79C339;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg)
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg)
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg)
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg)
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none
}

#map-canvas img {
    max-width: none !important
}

.map-info {
    text-align: center;
    padding: 20px 0px 0px 20px
}

.map-info div {
    width: 280px
}

.map-info h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 280px
}

.map-info a {
    margin-top: 15px
}

#autocomplete-box {
    position: relative
}

#autocomplete-box #boostjuice-search-btn {
    background-image: url("../../img/placeholders/icon_search_stores.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 38px;
    height: 38px;
    margin: 2px;
    border: none;
    text-indent: -1000px
}

@media (min-width: 961px) {
    .store-list .button, .store-list .button:hover, .store-list .button:focus {
        color: #79C339;
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 20px
    }

    .store-list .button:hover {
        text-decoration: underline
    }
}

@media (max-width: 960px) {
    div#boostjuice-result-list {
        width: 100%
    }

    .boostjuice-search img {
        margin-top: 0px
    }

    .boostjuice-gmap-wrap {
        display: none
    }

    #boost-store-locator.hide-stores {
        height: 470px
    }

    div#boostjuice-stores {
        height: auto;
        margin-bottom: 60px
    }

    #boostjuice-result-list a {
        float: left
    }

    #boostjuice-result-list a + a {
        margin-left: 20px
    }
}

.show-openhours span {
    display: inline
}

@media (max-width: 660px) {
    .boostjuice-search {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 450px
    }

    .boostjuice-search #get-my-location, .boostjuice-search .choice, .boostjuice-search #autocomplete-box {
        display: block;
        max-width: 280px;
        margin: 15px auto
    }

    .boostjuice-search #boostjuice-search-input {
        width: 275px;
        right: 4px;
        min-width: inherit
    }

    .boostjuice-search #autocomplete-box #boostjuice-search-btn {
        right: 3px
    }

    div#boostjuice-result-list li {
        width: 100%
    }

    .store-list {
        padding: 20px
    }

    .store-list h3 em {
        float: none;
        margin-left: 0px;
        display: block
    }

    #boostjuice-result-list a {
        padding-left: 15px;
        padding-right: 15px
    }

    #boostjuice-result-list a + a {
        margin-left: 10px;
        background-color: #812f8f
    }

    #boost-store-locator.hide-stores {
        min-height: 515px
    }

    .boost-store-finder #boost-store-locator.hide-stores {
        min-height: 440px
    }
}

@media (max-width: 460px) {
    .show-openhours span {
        display: none
    }
}

@media (max-width: 320px) {
    #boost-store-locator.hide-stores {
        min-height: 490px
    }

    .boost-store-finder #boost-store-locator.hide-stores {
        min-height: 460px
    }
}

.boostjuice-gmap-wrap {
    position: relative
}

#boostjuice-stores, #boostjuice-direction-details, #boostjuice-gmap {
    height: 560px
}

#boostjuice-gmap {
    float: left;
    width: 50%
}

.boostjuice-store-below #boostjuice-gmap {
    float: none;
    width: 100%
}

#boostjuice-reset-map {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 6px 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.3);
    border-radius: 3px;
    z-index: 3;
    display: none
}

#boostjuice-reset-map:hover {
    cursor: pointer
}

#boostjuice-reset-map.boostjuice-right-controls {
    right: 42px
}

#boostjuice-gmap div, #boostjuice-gmap img {
    box-shadow: none;
    max-width: none;
    background: none
}

#boostjuice-wrap {
    width: 100%;
    overflow: hidden;
    clear: both
}

#boostjuice-search-wrap {
    width: 100%;
    text-align: center;
    padding: 30px
}

.gm-style-cc {
    word-wrap: normal
}

#boostjuice-search-wrap .boostjuice-input, #boostjuice-search-wrap .boostjuice-select-wrap {
    display: table
}

#boostjuice-search-wrap label {
    margin-bottom: 0
}

#boostjuice-search-input {
    width: 260px;
    padding: 7px 12px;
    margin: 0
}

#boostjuice-search-wrap input, #boostjuice-search-btn {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    vertical-align: middle
}

#boostjuice-search-input.boostjuice-error {
    border: 1px solid #bd0028 !important
}

.boostjuice-back {
    display: block
}

#boostjuice-result-list {
    float: left;
    width: 49.5%;
    margin-right: 0.5%
}

.boostjuice-store-below #boostjuice-result-list {
    float: none;
    width: 100%;
    margin: 12px 0 0 0
}

#boostjuice-stores, #boostjuice-direction-details {
    overflow-y: auto
}

#boostjuice-direction-details {
    display: none
}

#boostjuice-result-list p {
    padding-left: 10px
}

.boostjuice-store-below #boostjuice-result-list p {
    padding-left: 0
}

#boostjuice-result-list p a {
    margin-bottom: 10px
}

#boostjuice-result-list a {
    outline: none
}

#boostjuice-result-list li {
    padding: 3px 0px;
    margin-left: 0;
    overflow: hidden;
    list-style: none outside none !important
}

.boostjuice-store-below #boostjuice-result-list li {
    padding: 10px 10px 10px 0
}

#boostjuice-result-list li p {
    padding-left: 0;
    margin-bottom: 20px
}

.boostjuice-store-details.boostjuice-store-listing {
    position: relative;
    padding-right: 20px
}

.boostjuice-store-details.boostjuice-store-listing:before, .boostjuice-store-details.boostjuice-store-listing.boostjuice-active-details:before {
    position: absolute;
    content: '';
    bottom: 6px;
    right: 0;
    border-top: 5px solid #000000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.boostjuice-store-details.boostjuice-store-listing.boostjuice-active-details:before {
    border-bottom: 5px solid #000000;
    border-top: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

#boostjuice-stores .boostjuice-store-thumb {
    float: right;
    border-radius: 3px;
    margin: 7px 0 0 10px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none
}

.boostjuice-direction-index {
    float: left;
    width: 8%;
    margin: 0 5% 0 0
}

.boostjuice-direction-txt {
    float: left;
    width: 62%
}

.boostjuice-direction-distance {
    float: left;
    width: 20%;
    margin: 0 0 0 5%
}

.boostjuice-direction-txt span {
    display: block;
    margin-top: 10px
}

.boostjuice-street, .boostjuice-country, .boostjuice-directions {
    display: block;
    border-bottom: none !important
}

#boostjuice-result-list li.boostjuice-preloader {
    border-bottom: none
}

.boostjuice-preloader img {
    float: left;
    box-shadow: none !important;
    border: none !important
}

.boostjuice-preloader span {
    float: left;
    margin: -5px 0 0 11px
}

#boostjuice-search-wrap div, #boostjuice-search-btn {
    margin: 0px
}

#boostjuice-search-wrap .boostjuice-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    overflow: hidden
}

#boostjuice-search-wrap .boostjuice-dropdown.boostjuice-active div {
    opacity: 1
}

#boostjuice-search-wrap .boostjuice-input label {
    margin-right: 0
}

#boostjuice-radius, #boostjuice-results {
    display: inline
}

#boostjuice-radius {
    margin-right: 10px
}

#boostjuice-search-btn:hover {
    cursor: pointer
}

#boostjuice-search-wrap select, #boostjuice-search select {
    display: none
}

#boostjuice-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 32px
}

#boostjuice-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.boostjuice-direction-details {
    display: none
}

#boostjuice-gmap .boostjuice-info-window {
    max-width: 225px
}

.boostjuice-more-info-listings span, .boostjuice-info-window span {
    display: block
}

.boostjuice-more-info-listings {
    display: none
}

.boostjuice-info-window span span {
    display: inline !important
}

.boostjuice-info-window p {
    margin-bottom: 10px
}

.boostjuice-store-hours {
    margin-top: 10px
}

.boostjuice-store-hours strong {
    display: block
}

.boostjuice-info-actions {
    display: block;
    margin: 10px 0
}

.boostjuice-info-actions a {
    float: left;
    margin-right: 7px
}

.boostjuice-zoom-here {
    margin-right: 0
}

.boostjuice-dropdown {
    position: relative;
    width: 90px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0 !important;
    z-index: 2
}

.boostjuice-dropdown ul {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.boostjuice-dropdown:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.boostjuice-dropdown .boostjuice-selected-item, .boostjuice-dropdown li {
    position: relative;
    display: block;
    line-height: 1;
    color: #000;
    overflow: hidden;
    white-space: nowrap
}

.boostjuice-selected-item:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000
}

.boostjuice-active .boostjuice-selected-item:after {
    margin-top: -10px;
    border: 6px solid transparent;
    border-bottom: 8px solid #000
}

.boostjuice-dropdown li:hover {
    background: #f8f9f8;
    position: relative;
    z-index: 3;
    color: #000
}

.boostjuice-dropdown .boostjuice-selected-item, .boostjuice-dropdown li, .boostjuice-selected-item {
    list-style: none;
    padding: 9px 12px !important;
    margin: 0 !important
}

.boostjuice-selected-dropdown {
    font-weight: bold
}

#boostjuice-radius, #boostjuice-results {
    float: left;
    margin-right: 15px
}

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

.clearfix:after {
    clear: both
}

/*# sourceMappingURL=maps/stores.css.map */

body.nav-active {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

header {
    position: fixed;
    z-index: 3;
    height: 70px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
}

header::before {
    display: none;
    content: 'mobile'
}

header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px)
}

.location-hint #location-hint {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    height: 70px;
    border-top: 1px solid #eee
}

.location-hint #location-hint p {
    text-transform: uppercase;
    margin: 21px 0px;
    line-height: 20px
}

.location-hint #location-hint img {
    position: absolute;
    top: 25px;
    right: 15px;
    cursor: pointer;
    max-width: 15px
}

.boost-logo {
    display: block;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    margin: 0px auto;
    position: relative;
    z-index: 10
}

.boost-logo img {
    display: inline-block;
    max-width: 140px;
    margin-top: 10px;
    cursor: pointer
}

.boost-nav-trigger {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent
}

.boost-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 40px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s;
    background-color: #fff;
    border-radius: 50px
}

.boost-nav-trigger span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 50px
}

.boost-nav-trigger span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    border-radius: 50px
}

.boost-home .boost-nav-trigger span {
    background-color: #846042
}

.boost-home .boost-nav-trigger span::before {
    background-color: #846042
}

.boost-home .boost-nav-trigger span::after {
    background-color: #846042
}

.boost-main-nav-wrapper {
    z-index: 0;
    position: relative
}

.boost-main-nav {
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 260px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
    background-color: #333;
    text-align: left;
    list-style: none;
    padding-top: 60px;
    font-weight: 600
}

.boost-main-nav .my-vibe span {
    background-image: url(../../img/vibe_login.png);
    background-position: center center;
    background-size: 60px;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 80px;
    text-indent: -260px;
    overflow: hidden;
    height: 20px
}

.boost-main-nav li {
    margin: 0px 25px;
    text-transform: uppercase
}

.boost-main-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s
}

.boost-main-nav.moves-out-main > li > a {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.boost-main-nav a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #3b3b3b;
    color: #ffffff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s
}

.boost-main-nav li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

.boost-main-nav .boost-subnav-trigger {
    position: relative
}

.boost-main-nav .boost-subnav-trigger::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #485c68;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

.boost-main-nav .boost-subnav-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #485c68;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

.boost-main-nav .go-back a {
    position: relative;
    padding-left: 2em
}

.boost-main-nav .go-back a::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #485c68;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

.boost-main-nav .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #485c68;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

.boost-main-nav .placeholder {
    display: none
}

.sub-navi {
    position: relative;
    z-index: 0;
    width: 100vw;
    padding: 10px 0px;
    text-align: right;
    display: none;
    text-transform: uppercase
}

.sub-navi li {
    display: inline-block;
    margin: 0px 20px
}

.sub-navi li a {
    color: #fff;
    font-weight: 600
}

.boost-home .sub-navi li a, .is-fixed .sub-navi li a {
    color: #846042
}

.nav-is-visible .boost-nav-trigger span {
    left: auto;
    top: 18px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0)
}

.nav-is-visible .boost-nav-trigger span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.nav-is-visible .boost-nav-trigger span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.nav-is-visible .boost-nav-trigger {
    width: 100vw;
    height: 100vh;
    right: 0px
}

.boost-subnav-trigger.moves-out + ul {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.boost-main-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden
}

.boost-main-content::before {
    display: none;
    content: 'mobile'
}

.boost-main-content.nav-is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px)
}

.no-js .boost-nav-trigger {
    display: none
}

.no-js .boost-subnav-trigger {
    display: none
}

.no-js header {
    position: relative;
    height: auto
}

.no-js .boost-main-content {
    padding-top: 0
}

#vibe-login {
    display: none;
    top: 40px;
    right: 20px;
    position: absolute;
    color: #fff;
    z-index: 1000;
    padding: 20px;
    max-width: 300px;
    min-width: 300px;
    min-height: 260px;
    overflow: hidden
}

#vibe-login:after, #vibe-login .preloader:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
}

#vibe-login .preloader {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0px;
    left: 0px;
    text-align: center
}

#vibe-login.show {
    display: block
}

#vibe-login p {
    margin: 0px
}

#vibe-login input[type=text], #vibe-login input[type=email], #vibe-login input[type=password] {
    min-width: 100%
}

#vibe-login em {
    display: none;
    font-style: normal
}

#vibe-login em.show {
    display: block
}

#vibe-login #vibe-quick-view {
    display: none
}

#vibe-login #vibe-quick-view.show {
    display: block
}

#vibe-login #vibe-quick-view a.button {
    padding-left: 15px;
    padding-right: 15px
}

#vibe-login #vibe-quick-view a.button + a.button {
    margin-left: 15px
}

#vibe-login #vibe-login-form button {
    font-weight: 700
}

#vibe-login #vibe-login-form .tools {
    float: left;
    margin-right: 20px
}

#vibe-login #vibe-login-form .sub-tools {
    float: left;
    margin-bottom: 30px
}

#vibe-login #vibe-login-form .sub-tools a {
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    font-size: 13px;
    text-transform: uppercase
}

#vibe-login #vibe-login-form.hide {
    display: none
}

#vibe-login #vibe-quick-view a.button {
    font-weight: 700
}

#vibe-login #vibe-quick-view #vibe-quick-view-info {
    text-transform: uppercase;
    font-weight: 600;
    color: #b2b2b2
}

#vibe-login #vibe-quick-view #vibe-quick-view-info strong {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

@media (min-width: 1025px) {
    header {
        height: 80px
    }

    header::before {
        content: 'desktop'
    }

    header.nav-is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .boost-logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    .boost-logo img {
        margin-top: 25px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    .boost-nav-trigger {
        display: none
    }

    .boost-main-nav-wrapper {
        z-index: 9999
    }

    .boost-main-nav {
        position: static;
        visibility: visible;
        width: 100%;
        height: 40px;
        line-height: 30px;
        padding: 5px 20px 0px 20px;
        text-align: left;
        margin: 0px;
        text-align: center;
        background-color: #70b046
    }

    .boost-main-nav .sub-menu {
        margin: 0px
    }

    .boost-main-nav li {
        display: inline-block;
        height: 100%;
        padding: 0px 20px;
        margin: 0px
    }

    .boost-main-nav li:last-child {
        display: none;
        position: absolute;
        right: 20px;
        float: right
    }

    .boost-main-nav li a {
        display: inline-block;
        padding: 5px;
        line-height: 1;
        border-bottom: none;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s
    }

    .boost-main-nav li a:not(.boost-subnav-trigger):hover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6
    }

    .boost-main-nav li ul {
        height: 65px;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0 15px;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        -webkit-transition: -webkit-transform 0.3s 0.2s;
        transition: -webkit-transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
        z-index: -1;
        border-top: 1px solid #333
    }

    .boost-main-nav li ul li {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: transform 0.3s 0s, opacity 0.3s 0s;
        transition: transform 0.3s 0s, opacity 0.3s 0s, -webkit-transform 0.3s 0s;
        float: left;
        line-height: 60px
    }

    .boost-main-nav li.go-back {
        display: none
    }

    .boost-main-nav .boost-subnav-trigger {
        z-index: 1;
        padding-right: 20px;
        padding-left: 0px
    }

    .boost-main-nav .boost-subnav-trigger:hover {
        border-color: rgba(255, 255, 255, 0.4)
    }

    .boost-main-nav .boost-subnav-trigger::before {
        top: 12px;
        right: 2px;
        background-color: #ffffff;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: width 0.3s, right 0.3s, -webkit-transform 0.3s;
        transition: width 0.3s, right 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, width 0.3s, right 0.3s;
        transition: transform 0.3s, width 0.3s, right 0.3s, -webkit-transform 0.3s;
        right: 8px
    }

    .boost-main-nav .boost-subnav-trigger::after {
        top: 12px;
        right: 2px;
        background-color: #ffffff;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: width 0.3s, right 0.3s, -webkit-transform 0.3s;
        transition: width 0.3s, right 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, width 0.3s, right 0.3s;
        transition: transform 0.3s, width 0.3s, right 0.3s, -webkit-transform 0.3s
    }

    .boost-main-nav .placeholder {
        padding-right: 20px;
        padding-left: 0px;
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none
    }

    .sub-navi {
        display: block;
        -webkit-transition: padding 0.5s ease-in-out;
        transition: padding 0.5s ease-in-out;
        text-align: center
    }

    .sub-navi ul {
        margin: 0px !important
    }

    .boost-main-nav.moves-out-main > li > a {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .boost-subnav-trigger.moves-out + ul {
        -webkit-transition: height 0.5s ease-in-out, -webkit-transform 0.3s;
        transition: height 0.5s ease-in-out, -webkit-transform 0.3s;
        transition: transform 0.3s, height 0.5s ease-in-out;
        transition: transform 0.3s, height 0.5s ease-in-out, -webkit-transform 0.3s;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    .boost-subnav-trigger.moves-out + ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0.2s, line-height 0.5s ease-in-out, -webkit-transform 0.3s 0.2s;
        transition: opacity 0.3s 0.2s, line-height 0.5s ease-in-out, -webkit-transform 0.3s 0.2s;
        transition: transform 0.3s 0.2s, opacity 0.3s 0.2s, line-height 0.5s ease-in-out;
        transition: transform 0.3s 0.2s, opacity 0.3s 0.2s, line-height 0.5s ease-in-out, -webkit-transform 0.3s 0.2s
    }

    .boost-subnav-trigger.moves-out::before {
        width: 14px;
        right: 2px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .boost-subnav-trigger.moves-out::after {
        width: 14px;
        right: 2px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .boost-main-content::before {
        content: 'desktop'
    }

    .boost-main-content.nav-is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .no-js .boost-main-content {
        padding-top: 80px
    }

    .no-js .boost-main-nav {
        height: 80px
    }

    .no-js .boost-main-nav li ul {
        position: absolute;
        top: 80px
    }

    .no-js .boost-main-nav li ul li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    .no-js .boost-main-nav li ul li:last-child {
        display: none
    }

    a.fist-link {
        color: #79C339
    }

    header.is-fixed {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    header.is-fixed .boost-logo {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 120px;
        z-index: 1000;
        position: relative
    }

    header.is-fixed .boost-logo img {
        max-width: 100px;
        margin: 10px 10px 10px -20px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    header.is-fixed .sub-navi {
        padding: 18px 20px;
        -webkit-transition: padding 0.5s ease-in-out;
        transition: padding 0.5s ease-in-out;
        top: -64px;
        background-color: rgba(255, 255, 255, 0.9)
    }

    header.is-fixed .sub-navi li:nth-child(3) {
        margin-right: 80px
    }

    header.is-fixed .sub-navi li:nth-child(4) {
        margin-left: 80px
    }

    header.is-fixed .boost-main-nav li ul {
        height: 35px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    header.is-fixed .boost-main-nav li ul li {
        line-height: 30px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    li.vibe-link {
        float: right
    }

    .vibe-header {
        display: none
    }
}

@media (max-width: 1024px) {
    header.nav-is-visible {
        height: 100vh
    }

    .boost-logo {
        width: 200px;
        margin: 0px auto
    }

    .boost-main-nav {
        font-weight: 300
    }

    .boost-main-nav .my-vibe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        background-color: #70b046;
        padding-left: 25px
    }

    .boost-main-nav .my-vibe:after {
        content: "Join/login to vibe club"
    }

    .boost-main-nav .my-vibe span {
        display: none;
        background-image: none
    }

    #vibe-login {
        top: 0;
        right: -260px;
        color: #fff;
        background-color: #333;
        box-shadow: none;
        padding: 80px 20px 20px 20px;
        max-width: 260px;
        min-width: 260px;
        min-height: 100vh
    }

    #vibe-login .preloader {
        background-color: #333;
        color: #fff
    }

    #vibe-login .preloader:after {
        display: none
    }

    #vibe-login:after {
        display: none
    }

    #vibe-login .vibe-header {
        background-color: #70b046;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 13px 20px;
        background-image: url(../../img/placeholders/button_back.png);
        background-position: 90% center;
        background-size: 10px;
        background-repeat: no-repeat
    }

    #vibe-login .vibe-header img {
        max-height: 20px
    }

    #vibe-login #vibe-login-form .tools {
        float: none;
        margin-bottom: 20px
    }

    #vibe-login #vibe-login-form .sub-tools {
        margin-bottom: 40px;
        float: none;
        border-top: 1px solid #3b3b3b
    }

    #vibe-login #vibe-login-form .sub-tools a {
        font-size: inherit;
        padding: 15px 0px;
        border-bottom: 1px solid #3b3b3b
    }

    #vibe-login #vibe-forgot-login-form a.button {
        font-weight: 700
    }

    #vibe-login #vibe-quick-view a.button + a.button {
        margin-left: 10px
    }
}

@media (max-width: 768px) {
    .location-hint #location-hint p {
        margin: 15px 0px;
        width: 100%;
        padding-left: 20px
    }

    .location-hint #location-hint p a {
        display: block
    }

    .location-hint #location-hint img {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 320px) {
    .location-hint #location-hint p {
        margin: 15px 0px;
        text-align: left;
        width: 100%;
        padding-left: 15px
    }

    .location-hint #location-hint p a {
        display: block
    }
}

/*# sourceMappingURL=maps/navigation.css.map */

.boostform {
    margin: 80px auto;
    text-align: center;
    position: relative;
    height: 520px
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

#vibe-register-form {
    height: 380px
}

#boost-mobeel-form {
    margin-bottom: 140px
}

.boostform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    max-width: 480px;
    left: 0;
    right: 0
}

.boostform fieldset:not(:first-of-type) {
    display: none
}

.thank-you {
    display: none
}

.boostform input, .boostform select, .boostform textarea {
    padding: 0px 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 18px
}

.boostform textarea, input[type="file"] {
    padding: 15px
}

select, .boostform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("/img/placeholders/icon_select_down_arrow.png");
    background-repeat: no-repeat;
    background-position: 96% center
}

.boostform .action-button {
    width: 100px;
    background: #fb7923;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px;
    line-height: 20px;
    border-radius: 5px
}

.fs-title {
    font-size: 17px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px
}

.fs-subtitle {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0px
}

label.error {
    display: none !important
}

label#attachment1-error, label#attachment2-error {
    display: block !important;
    margin: 0px 0px 20px 0px;
    color: #f00
}

input.error, select.error, textarea.error, #token-input-stores-input.error {
    border: 2px solid #f00
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    color: #666;
    width: 33.33%;
    float: left;
    position: relative
}

#vibe-register-form, #boost-apply-now-form {
    width: 100%
}

#vibe-register-form #progressbar, #boost-apply-now-form #progressbar, #boost-mobeel-form #progressbar, #franchising #progressbar {
    width: 60%;
    margin: 0px auto
}

#vibe-register-form #progressbar li, #boost-apply-now-form #progressbar li, #boost-mobeel-form #progressbar li, #franchising #progressbar li {
    width: 49.33%
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 10px;
    color: #dcdcdc;
    background: #dcdcdc;
    border-radius: 30px;
    margin: 0 auto 5px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after, #progressbar li.active:before {
    background: #78c148;
    color: #78c148
}

.search-stores {
    display: block;
    text-align: left;
    margin: 10px 0px 20px 0px;
    text-decoration: underline
}

.hideMe {
    display: none
}

.errorbox, .errorbox2 {
    font-size: 12px;
    color: #DA5353;
    padding: 20px 0 10px
}

input.foucs {
    border: 2px solid #000 !important
}

.custom-inputs {
    overflow: hidden
}

.icheckbox_lineblock-green, .iradio_lineblock-green {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 22px;
    background: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin-bottom: 15px;
    border: 1px solid #bfbfbf;
    width: 100%;
    text-transform: uppercase
}

.form-step-2 .iradio_lineblock-green {
    width: 47%;
    float: left;
    min-height: 66px
}

.form-step-2 .iradio_lineblock-green + .iradio_lineblock-green {
    margin-left: 6%
}

.icheckbox_lineblock-green .icheck_line-icon, .iradio_lineblock-green .icheck_line-icon {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 13px;
    height: 11px;
    margin: -5px 0 0;
    padding: 0;
    overflow: hidden;
    border: none
}

.icheckbox_lineblock-green.checked.hover, .icheckbox_lineblock-green.hover, .iradio_lineblock-green.hover {
    background: #78c148;
    color: #fff;
    border: 1px solid #78c148
}

.icheckbox_lineblock-green.checked, .iradio_lineblock-green.checked {
    background: #78c148;
    color: #fff;
    border: 1px solid #78c148
}

.icheckbox_lineblock-green.checked .icheck_line-icon, .iradio_lineblock-green.checked .icheck_line-icon {
    background-position: -15px 0
}

.icheckbox_lineblock-green.disabled, .iradio_lineblock-green.disabled {
    background: #89E6C4;
    cursor: default
}

.icheckbox_lineblock-green.disabled .icheck_line-icon, .iradio_lineblock-green.disabled .icheck_line-icon {
    background-position: -30px 0
}

.icheckbox_lineblock-green.checked.disabled, .iradio_lineblock-green.checked.disabled {
    background: #89E6C4
}

.icheckbox_lineblock-green.checked.disabled .icheck_line-icon, .iradio_lineblock-green.checked.disabled .icheck_line-icon {
    background-position: -45px 0
}

.previous {
    float: left
}

.next2, .submit {
    float: right
}

.icheckbox_minimal, .iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../../img/minimal.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_minimal {
    float: left;
    margin-bottom: 20px;
    margin-top: 3px
}

.icheckbox_minimal.error {
    background-position: -200px 0;
    border: 2px solid #f00
}

.icheckbox_minimal.hover.error {
    border: 0px solid #fff
}

.icheckbox_minimal {
    background-position: 0 0;
    margin-right: 20px
}

.icheckbox_minimal.hover {
    background-position: -20px 0
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
    border: none
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0
}

.iradio_minimal {
    background-position: -100px 0
}

.iradio_minimal.hover {
    background-position: -120px 0
}

.iradio_minimal.checked {
    background-position: -140px 0
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_minimal, .iradio_minimal {
        background-image: url(../../img/minimal@2x.png);
        background-size: 200px 20px
    }
}

@media (max-width: 768px) {
    .boostform {
        margin-top: 40px
    }

    .boostform fieldset {
        padding-left: 0px;
        padding-right: 0px
    }

    #progressbar {
        margin-bottom: 0px
    }

    #progressbar li {
        font-size: 12px
    }

    #vibe-register-form #progressbar, #boost-apply-now-form #progressbar {
        width: 100%
    }

    #boost-mobeel-form {
        margin-bottom: 40px
    }
}

@media (max-width: 660px) {
    .boostform {
        height: 460px;
        margin-bottom: 0px
    }

    #vibe-register-form {
        height: 420px
    }
}

/*# sourceMappingURL=maps/forms.css.map */

#vibe-login .preloader {
    background-position: center 60px
}

#vibe-login-main {
    top: 40px;
    right: 20px;
    background-color: #ffffff;
    padding: 20px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 120px
}

#vibe-login-main.show {
    display: block
}

#vibe-login-main p {
    margin: 0
}

#vibe-login-main input[type=password], #vibe-login-main input[type=text] {
    min-width: 100%
}

#vibe-login-main em {
    display: none;
    color: #f00;
    border: 1px solid #f00;
    padding: 10px;
    font-style: normal
}

#vibe-login-main em.show {
    display: block;
    margin-bottom: 10px
}

#barcode-box {
    display: none;
    margin: 0px 0px 15px 0px
}

#barcode-box img {
    width: 100%;
    max-width: 400px;
    height: 100px
}

.vibe-internal#vibe-welcome {
    padding-bottom: 80px;
    margin-bottom: 0px;
    z-index: 0
}

.vibe-internal#vibe-welcome h2, .vibe-internal#vibe-welcome h3 {
    color: #fff;
    margin-top: 20px
}

.vibe-internal#vibe-welcome .button {
    margin-top: 20px;
    float: none
}

#vibe-choice a {
    cursor: pointer
}

#my-vibe {
    display: none;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    z-index: 0
}

#my-vibe #account-status, #my-vibe #avatar, #my-vibe #balance, #my-vibe #card-transfer-main, #my-vibe #welcome {
    background-color: #fff;
    padding: 20px;
    margin: 0 auto 20px
}

#my-vibe #account-status p, #my-vibe #avatar p, #my-vibe #balance p, #my-vibe #card-transfer-main p, #my-vibe #welcome p {
    margin-bottom: 15px
}

#my-vibe #account-status {
    background-color: #DE661F;
    clear: both;
    max-width: 360px;
    padding: 10px
}

#my-vibe .vibe-inner {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 20px #ddd
}

#my-vibe #avatar {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 200px
}

#my-vibe #avatar #barcode-box {
    display: none
}

#my-vibe #welcome {
    background-color: #eee;
    box-shadow: none
}

#my-vibe #account-status {
    text-align: center
}

#my-vibe #vibe-summary {
    list-style: none;
    padding: 0 0 20px;
    margin: 0 auto;
    max-width: 520px;
    overflow: hidden;
    clear: both
}

#my-vibe #vibe-summary li {
    float: left;
    text-align: center;
    width: 30%;
    min-height: 96px;
    font-size: 46px;
    line-height: 46px;
    padding-top: 10px
}

#my-vibe #vibe-summary li img {
    float: left;
    height: 100px;
    display: block;
    margin-top: -28px
}

#my-vibe #vibe-summary li em {
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 16px
}

#my-vibe #vibe-summary li + li {
    border-left: 1px solid #fff
}

#my-vibe #vibe-summary li#count-down {
    width: 40%
}

#my-vibe #quick-history .button-primary {
    background: #b16cac;
    border: 1px solid #b16cac
}

#my-vibe #quick-history .button-primary:hover {
    background: #712a7d;
    border: 1px solid #b16cac
}

#my-vibe #quick-history #quick-list {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both
}

#my-vibe #quick-history #quick-list em {
    background-color: #712a7d;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px
}

#my-vibe #quick-history #quick-list li.close em, #my-vibe #quick-history #quick-list li:hover em {
    background-color: #b16cac
}

#my-vibe #quick-history #quick-list > li {
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 15px
}

#my-vibe #quick-history #quick-list > li::before {
    content: " ";
    background-image: url("../../img/placeholders/icon_arrow_right_thick.png");
    background-size: auto 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -15px;
    color: #fff;
    background-color: #712a7d;
    border-radius: 60px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    margin-top: 2px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s
}

#my-vibe #quick-history #quick-list > li.close::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#my-vibe #quick-history #quick-list ul {
    padding: 0 0 0 20px;
    margin: 15px 0 0 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease 0s;
    transition: max-height 0.8s ease 0s;
    list-style-position: outside
}

#my-vibe #quick-history #quick-list ul li {
    margin-bottom: 0
}

#my-vibe #quick-history #quick-list ul.show-details {
    max-height: 200px
}

#my-vibe .vibe-join-now {
    background-color: #f5f5f5;
    padding: 20px 0;
    position: relative;
    z-index: 1010
}

#my-vibe .vibe-join-now:before {
    position: absolute;
    content: "";
    width: 110%;
    height: 70px;
    background-color: #f5f5f5;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 20;
    top: -50px;
    left: -5%
}

#my-vibe .vibe-join-now:after {
    position: absolute;
    content: "";
    width: 110%;
    height: 70px;
    background-color: #f5f5f5;
    -webkit-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
    z-index: 20;
    bottom: -30px;
    left: -5%
}

#my-vibe.sides-off {
    overflow: hidden
}

#my-vibe .vibe-options {
    display: none;
    background-color: #ed6b06;
    color: #fff
}

#my-vibe .vibe-options h3 {
    color: #fff
}

#vibe-password p, #vibe-profile p {
    margin-bottom: 0
}

#all-transactions_wrapper {
    margin: 160px 40px 40px
}

#forgot-pass-output, #register-output, #transfer-card-output, #update-password-output, #update-profile-output, #vibe-login em {
    display: none;
    margin-bottom: 20px;
    border-radius: 2px
}

#forgot-pass-output br, #register-output br, #transfer-card-output br, #update-password-output br, #update-profile-output br, #vibe-login em br {
    display: block;
    content: " ";
    line-height: 20px;
    margin-bottom: 15px
}

#register-output, #update-profile-output, #transfer-card-output, #update-password-output {
    padding: 20px;
    background-color: #7ac142;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px
}

#register-output br, #update-profile-output br, #transfer-card-output br, #update-password-output br {
    margin: 0px 0px 5px 0px
}

#barcode {
    padding: 15px 0;
    background-color: #fff
}

#after-success, #reg-viber-card {
    display: none
}

#register-form label.left {
    display: inline-block
}

#register-form input[type=checkbox] {
    margin-right: 5px
}

.vibe-options {
    padding: 80px 0 30px;
    overflow: hidden
}

.vibe-options .sub-title {
    margin-bottom: 0;
    text-transform: uppercase
}

.vibe-options .six > div {
    padding-right: 60px
}

.vibe-options .six + .six {
    position: relative
}

.vibe-options .six + .six > div {
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 60px
}

.vibe-options .six + .six:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 160vh;
    min-height: 420px;
    background-color: #812f8f;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: 0;
    top: -26vh;
    left: -40px
}

.vibe-registration {
    display: none;
    padding: 60px 0;
}

#vibe-welcome:before, #viber-member-full-view .sub-fold:before {
    z-index: 10
}

.vibe-profile-inner {
    position: relative;
    padding: 40px 0 120px;
    background-color: #f5f5f5
}

.vibe-profile-inner h3 {
    color: inherit
}

.vibe-profile-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    z-index: 20;
    top: -20px;
    left: 0
}

.vibe-profile-inner img {
    display: block;
    margin: 0 auto 60px
}

#viber-member-full-view + .boost-carousel {
    z-index: -1;
    margin-top: -30px
}

#viber-member-full-view .vibe-options {
    -webkit-transform: skewY(1.4deg);
    transform: skewY(1.4deg);
    -webkit-perspective: 1000;
    perspective: 1000
}

#viber-member-full-view .vibe-options #barcode-box + ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

#viber-member-full-view .vibe-options #barcode-box + ul li span {
    display: inline-block;
    min-width: 120px;
    font-weight: 600
}

#viber-member-full-view .vibe-options .six > div {
    -webkit-transform: skewY(-1.4deg);
    transform: skewY(-1.4deg);
    -webkit-perspective: 1000;
    perspective: 1000
}

.vibe-welcome-text {
    max-width: 600px;
    display: block;
    margin: 0px auto
}

.vibe-welcome-text h2 {
    font-weight: 300;
    color: #fff
}

#vibe-learn-more {
    margin: 0px auto;
    background-color: #f5f5f5;
    padding: 60px 0px 80px 0px;
    min-height: 240px;
    position: relative;
    max-width: 1440px
}

#vibe-learn-more::after {
    content: " ";
    background-color: #f5f5f5;
    position: absolute;
    left: -5%;
    bottom: -30px;
    width: 120%;
    height: 60px;
    -webkit-transform: rotate(0.5deg);
    transform: rotate(0.5deg)
}

#vibe-learn-more #vibe-learn-more-triggers {
    list-style: none;
    padding: 0;
    margin: 0 auto 60px;
    max-width: 320px;
    text-transform: uppercase
}

#vibe-learn-more #vibe-learn-more-triggers > li {
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 15px
}

#vibe-learn-more #vibe-learn-more-triggers > li::before {
    content: "";
    background-image: url("../../img/placeholders/icon_arrow_right_thick.png");
    background-size: auto 50%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -15px;
    color: #fff;
    background-color: #b16cac;
    border-radius: 60px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
    margin-top: 0;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s
}

#vibe-learn-more #vibe-learn-more-triggers > li:hover::before {
    background-color: #712a7d
}

#vibe-learn-more #vibe-learn-more-triggers > li.close::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#vibe-learn-more #vibe-learn-more-triggers ul {
    padding: 0 0 0 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease 0s;
    transition: max-height 0.8s ease 0s
}

#vibe-learn-more #vibe-learn-more-triggers ul li {
    margin-bottom: 0
}

#vibe-learn-more #vibe-learn-more-triggers ul.show-details {
    max-height: 200px
}

#vibe-learn-more #faq {
    max-width: 660px;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease 0s;
    transition: max-height 0.8s ease 0s
}

#vibe-learn-more #faq.show {
    max-height: 1060px;
}

#vibe-learn-more #faq ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 60px
}

#vibe-learn-more #faq ul div {
    color: #888
}

#vibe-learn-more #vibe-terms {
    max-width: 660px;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease 0s;
    transition: max-height 0.8s ease 0s
}

#vibe-learn-more #vibe-terms.show {
    max-height: 2000px
}

#vibe-learn-more #vibe-terms h3 {
    margin-bottom: 42px
}

#vibe-learn-more #vibe-terms ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#vibe-learn-more #vibe-terms ol li {
    counter-increment: step-counter;
    padding-left: 40px
}

#vibe-learn-more #vibe-terms ol li::before {
    display: inline-block;
    float: left;
    position: relative;
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #C8C8C7;
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: -40px;
    width: 30px;
    text-align: center
}

.card-transfer-steps {
    list-style: none;
    padding: 0;
    margin: 40px auto 30px;
    max-width: 960px
}

.card-transfer-steps li {
    float: left;
    width: 25%;
    min-height: 180px;
    padding: 20px
}

.card-transfer-steps li span {
    display: inline-block;
    width: 20%;
    font-size: 36px;
    line-height: 36px;
    color: #7ac142;
    float: left
}

.card-transfer-steps li p {
    display: block;
    float: right;
    width: 80%;
    padding: 0;
    margin: 0
}

.card-transfer-steps li + li {
    border-left: 1px solid #7ac142
}

#after-success {
    text-align: center;
    margin-top: 40px
}

#card-transfer-main {
    max-width: 460px;
    margin: 60px auto 30px
}

#card-transfer-main h3 {
    color: inherit
}

#card-transfer-main p {
    margin-bottom: 0
}

#all-transactions_wrapper {
    display: block;
    max-width: 960px;
    margin: 40px auto
}

#all-transactions, #transactions {
    display: block;
    max-width: 960px;
    margin: 0 auto
}

#all-transactions .transaction-block, #transactions .transaction-block {
    display: block;
    width: 31.2%;
    float: left;
    height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    background-color: #fff;
    margin: 1%;
    padding: 30px;
    -webkit-transition: all 0.2s 0s linear;
    transition: all 0.2s 0s linear;
    position: relative
}

#all-transactions .transaction-block td, #transactions .transaction-block td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

#all-transactions .transaction-block td p, #transactions .transaction-block td p {
    margin: 0;
    padding: 0
}

#all-transactions .transaction-block td p.date, #transactions .transaction-block td p.date {
    font-weight: 600
}

#all-transactions .transaction-block td p.points, #transactions .transaction-block td p.points {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 60px;
    text-align: center;
    color: #812990
}

#all-transactions .transaction-block td p.points span, #transactions .transaction-block td p.points span {
    display: block;
    font-size: 36px
}

#all-transactions .transaction-block td ul, #transactions .transaction-block td ul {
    list-style-position: outside;
    list-style-type: square;
    margin: 20px
}

#all-transactions .transaction-block td ul li, #transactions .transaction-block td ul li {
    margin: 0 0 5px
}

#all-transactions .transaction-block:hover, #transactions .transaction-block:hover {
    color: #fff;
    background-color: #b16cad;
    -webkit-transition: all 0.2s 0s linear;
    transition: all 0.2s 0s linear
}

#all-transactions .transaction-block:hover p.points, #transactions .transaction-block:hover p.points {
    color: #fff
}

.dataTables_length {
    margin-left: 10px;
    text-transform: uppercase
}

.dataTables_length select {
    min-width: 60px;
    background-color: #b16cad;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: relative;
    background-image: url("../../img/placeholders/icon_select_arrow.png");
    background-position: 85% 18px;
    background-repeat: no-repeat
}

#all-transactions_filter {
    position: relative;
    margin-right: 10px
}

#all-transactions_filter :after {
    content: "";
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    background-color: #b16cad;
    cursor: pointer;
    background-image: url("../../img/placeholders/icon_search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    overflow: hidden;
    top: 17px;
    right: 2px;
    position: absolute;
    z-index: 9999;
    border-radius: 4px
}

#all-transactions_filter input {
    min-width: 302px
}

.dataTables_info {
    margin: 30px 30px 30px 10px
}

.dataTables_paginate {
    margin: 30px 10px 30px 0
}

@media (max-width: 1024px) {
    .vibe-options .six + .six:after {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        left: -10px
    }

    #all-transactions .transaction-block:hover, #transactions .transaction-block:hover {
        background: #fff;
        color: inherit
    }

    #all-transactions .transaction-block:hover p.points, #transactions .transaction-block:hover p.points {
        color: #812990
    }

    #vibe-welcome {
        margin-bottom: 0px
    }
}

@media (max-width: 768px) {
    #vibe-sign-up {
        padding: 0px;
        margin: 40px 0px 0px 0px
    }

    .sub-fold .vibe-welcome-text {
        padding: 0 20px
    }

    .sub-fold .vibe-welcome-text img {
        max-width: 160px
    }

    .sub-fold:before {
        top: -20px;
        height: 40px
    }

    .sub-fold .get-app {
        width: 100%;
        text-align: center;
        top: -120px
    }

    .sub-fold .get-app img {
        max-width: 100%
    }

    #my-vibe #vibe-summary {
        margin: 30px auto
    }

    #my-vibe #vibe-summary li {
        float: none;
        margin: 15px auto;
        width: 180px
    }

    #my-vibe #vibe-summary li + li {
        position: relative;
        border-left: none
    }

    #my-vibe #vibe-summary li + li:before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    #my-vibe #vibe-summary li#user-points {
        width: 140px
    }

    #my-vibe .vibe-options {
        padding: 60px 0 0
    }

    #my-vibe .vibe-options .container {
        margin-bottom: 0
    }

    #my-vibe .vibe-options .container .six {
        min-height: 340px
    }

    #my-vibe .vibe-options .container .six div {
        padding: 0;
        margin-bottom: 40px
    }

    #my-vibe .vibe-options .container .six + .six {
        min-height: inherit;
        padding-top: 40px
    }

    #my-vibe .vibe-options .container .six + .six div {
        padding: 0;
        margin-bottom: 0px
    }

    #my-vibe .vibe-options .container .six + .six #transactions {
        min-width: inherit;
        max-width: none
    }

    #my-vibe .vibe-options .container .six + .six #transactions a {
        margin: 0px 0px 30px 0px
    }

    #my-vibe .vibe-options .container .six + .six:after {
        left: -100px;
        top: 0px;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    #vibe-learn-more .container {
        margin-bottom: 0
    }

    #vibe-learn-more #vibe-learn-more-triggers {
        margin-bottom: 30px
    }

    #vibe-learn-more #vibe-learn-more-triggers li {
        margin-bottom: 30px
    }

    .vibe-profile-inner {
        padding: 20px 0px 30px 0px
    }

    .vibe-profile-inner .columns {
        margin-bottom: 40px
    }

    .vibe-profile-inner img {
        max-width: 160px;
        margin-bottom: 30px
    }

    .vibe-profile-inner h2 {
        margin-left: 0px;
        margin-right: 0px
    }

    .card-transfer-steps li {
        position: relative;
        float: none;
        margin: 0 auto;
        width: 300px;
        min-height: inherit
    }

    .card-transfer-steps li p, .card-transfer-steps li span {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 5px
    }

    .card-transfer-steps li:before {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #7ac142;
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .card-transfer-steps li + li {
        border-left: none
    }

    #card-transfer-main {
        padding: 0 20px
    }

    #all-transactions .transaction-block, #transactions .transaction-block {
        width: 47.8%
    }

    #my-vibe #quick-history #quick-list > li::before, #my-vibe #quick-history #quick-list ul, #vibe-learn-more #faq, #vibe-learn-more #faq {
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s
    }
}

@media (max-width: 760px) {
    #vibe-welcome:after {
        bottom: -54px
    }
}

@media (max-width: 660px) {
    #all-transactions .transaction-block, #transactions .transaction-block {
        width: 97.8%
    }

    #my-vibe .vibe-join-now .fix-content {
        padding: 0px 20px
    }

    #card-transfer-main {
        margin-top: 40px
    }

    .vibe-profile-inner {
        padding-top: 0px
    }

    .vibe-profile-inner img {
        position: relative;
        z-index: 999
    }

    .vibe-profile-inner:before {
        top: -30px
    }
}

@media (max-width: 1024px) {
    #barcode-box {
        display: block
    }
}

/*# sourceMappingURL=maps/vibe.css.map */

.cd-main {
    display: none;
    height: 100vh;
    overflow: hidden
}

.drinks-container {
    width: 100%
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1240px
}

.og-grid li {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 24%
}

.og-grid li ul span {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 5px
}

.og-grid li ul span img {
    width: 100%;
    margin-top: -40px
}

.og-grid li ul + span {
    position: absolute;
    bottom: 60px;
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #666;
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    z-index: 100
}

.grid_item.show-ing:hover > span {
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.og-grid li > a, .og-grid li > a > img {
    border: none;
    outline: none;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer
}

.og-grid li > a > img {
    position: absolute
}

.og-grid li.og-expanded > a::after {
    bottom: -36px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #F6F6F6;
    border-width: 25px;
    left: 50%;
    margin: -20px 0 0 -15px;
    z-index: 1
}

.og-grid li:nth-child(2n) a::after {
    bottom: -22px
}

.og-grid li:nth-child(2n+1) a::after {
    bottom: -15px
}

.og-grid li:nth-child(4n+0) a::after {
    bottom: -10px
}

.og-grid li:nth-child(4n+1) a::after {
    bottom: -35px
}

.og-expander {
    position: absolute;
    background: #F6F6F6;
    top: auto;
    left: 0;
    width: 100%;
    text-align: left;
    height: 0;
    overflow: hidden;
    margin-top: -20px
}

.og-expander:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 80px;
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg);
    margin-top: -45px
}

.og-expander-inner:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 80px;
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg);
    margin-top: -45px
}

.og-expander-inner {
    padding: 0;
    height: 100%;
    width: 100vw;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #F6F6F6;
    text-align: center
}

.og-expander-inner.clone-content {
    z-index: 1
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 100
}

.og-close::after, .og-close::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -20px
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.og-close:hover::after, .og-close:hover::before {
    background: #333
}

@media screen and (max-width: 830px) {
    .og-expander h3 {
        font-size: 32px
    }

    .og-expander p {
        font-size: 13px
    }

    .og-expander a {
        font-size: 12px
    }
}

@media screen and (max-width: 650px) {
    .og-fullimg {
        display: none
    }

    .og-details {
        float: none;
        width: 100%
    }
}

hr {
    display: block;
    clear: both;
    margin: 20px 0
}

#main-filter {
    background-color: #5dc1e5;
    background-image: url("../../img/placeholders/blue_bkg_texture.png");
    overflow: hidden;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    clear: both
}

#main-filter #tutorial {
    display: none;
    position: absolute;
    top: 60px;
    right: 100px;
    background-color: #fff;
    padding: 30px;
    max-width: 300px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 15px 15px #47A0C1
}

#main-filter #tutorial strong {
    display: block;
    text-transform: uppercase;
    color: #65b949;
    margin-bottom: 6px
}

#main-filter #tutorial::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-filter #tutorial span {
    vertical-align: middle;
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #65b949;
    border: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase
}

#main-filter-sections {
    display: block;
    margin: 0 auto;
    width: 960px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    z-index: 10
}

#main-filter-sections li {
    float: left;
    padding: 20px 30px;
    margin: 0;
    background-color: #3fadd5;
    color: #fff;
    cursor: pointer;
    text-align: center
}

#main-filter-sections li.active {
    background-image: url("../../img/placeholders/blue_bkg_texture.png")
}

#benefits {
    display: none
}

.drinks_legend {
    display: block;
    text-align: center;
    max-width: 660px;
    font-size: 12px;
    margin: 60px auto 180px
}

.drinks_legend strong {
    font-size: inherit
}

.drinks_legend p {
    margin-bottom: 5px;
    line-height: 18px
}

.main-filter-set {
    max-width: 960px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    color: #fff;
    padding: 20px;
    list-style: none;
    text-align: center;
    text-transform: uppercase
}

.main-filter-set li {
    padding: 15px;
    float: left;
    width: 16.5%;
    cursor: pointer;
    min-height: 150px;
    margin: 0
}

#type li {
    width: 25%
}

.main-filter-set li span {
    background-size: 58px 116px;
    display: block;
    width: 58px;
    height: 62px;
    margin: 0 auto 6px;
    overflow: hidden
}

.main-filter-set li span img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    margin-top: 6px
}

.main-filter-set li:hover span img {
    margin-top: -2px
}

.main-filter-set li.active span img {
    margin-top: -56px
}

ul#og-grid li {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
}

ul#og-grid li.hide {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
}

.hide-filter {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#ingredient {
    font-size: 16px;
    display: block;
    padding: 10px;
    border: 1px solid #CCC;
    min-width: 300px;
    margin: 25px auto
}

#search-filter {
    width: 410px;
    display: block;
    margin: 30px auto;
    position: relative;
    min-height: 54px
}

#search-filter ul.token-input-list {
    display: block;
    overflow: hidden;
    height: auto !important;
    margin: 0 auto;
    width: 400px;
    cursor: text;
    font-size: 16px;
    z-index: 999;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    position: relative;
    bottom: 0;
    z-index: 0
}

#search-filter ul.token-input-list li {
    list-style-type: none
}

#search-filter input#token-input-ingredient {
    width: 100% !important;
    min-width: 100%;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: 300;
    border: none;
    margin: 0
}

#search-filter ul.token-input-disabled, #search-filter ul.token-input-disabled li input {
    background-color: #E8E8E8
}

#search-filter ul.token-input-disabled li.token-input-token {
    background-color: #D9E3CA;
    color: #7D7D7D
}

#search-filter ul.token-input-disabled li.token-input-token span {
    color: #CFCFCF;
    cursor: default
}

#search-filter .token-input-input-token {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 40px
}

#search-filter li.token-input-token {
    overflow: hidden;
    height: auto !important;
    height: 1%;
    margin: 3px;
    padding: 5px;
    background-color: #65b949;
    color: #fff;
    cursor: default;
    display: inline-block
}

#search-filter li.token-input-token p {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 5px;
    width: inherit;
    line-height: inherit
}

#search-filter li.token-input-token span {
    float: right;
    color: #fff;
    cursor: pointer;
    margin-right: 0;
    font-size: 36px;
    line-height: 20px
}

#search-filter li.token-input-selected-token {
    background-color: #65b949;
    color: #fff
}

#search-filter li.token-input-selected-token span {
    color: #bbb
}

#search-filter div.token-input-dropdown {
    position: absolute;
    width: 400px !important;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-family: Verdana, sans-serif;
    z-index: 1
}

#search-filter div.token-input-dropdown p {
    margin: 0;
    padding: 8px
}

#search-filter div.token-input-dropdown ul {
    margin: 0;
    padding: 0
}

#search-filter div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 8px;
    list-style-type: none
}

#search-filter div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa
}

#search-filter div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff
}

#search-filter div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal
}

#search-filter div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #65b949;
    color: #fff
}

#view-all-sidebar {
    position: absolute;
    border-radius: 5px;
    margin-right: -200px;
    padding: 10px 40px 10px 20px;
    color: #fff;
    background-color: #5bbde1;
    text-transform: uppercase;
    z-index: 9999;
    cursor: pointer;
    max-width: 100px;
    text-align: center;
    line-height: 14px;
    -webkit-transition: all 1s ease 1.4s;
    transition: all 1s ease 1.4s;
    border: 2px solid #fff;
    float: right;
    right: 0;
    margin-top: 120px
}

#view-all-sidebar.active {
    margin-right: -20px
}

#searchFilters {
    display: block;
    width: 45px;
    background-color: #65b949;
    cursor: pointer;
    background-image: url("../../img/placeholders/icon_search.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    overflow: hidden;
    text-indent: -200px;
    bottom: 6px;
    right: 12px;
    margin: 0;
    padding: 0;
    position: absolute
}

#hints {
    text-align: center;
    background-color: #fff;
    padding: 0 30px 30px;
    display: none;
    margin-top: -30px
}

#hints p {
    max-width: 660px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px
}

#hints ul {
    list-style: none;
    padding: 0;
    margin: 40px 0px 0px 0px
}

#hints ul li {
    display: inline-block;
    color: #66B94B;
    text-transform: uppercase;
    cursor: pointer;
    width: 120px
}

#hints ul li img {
    margin: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#hints ul li:hover img {
    margin: 0 auto
}

.grid_item {
    position: relative;
    width: 100%;
    height: 24.33vw;
    max-width: 425px;
    max-height: 380px;
    min-height: 380px
}

.grid_item ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 4;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    bottom: 40px;
    position: absolute;
    color: #67b94c;
    font-size: 13px;
    line-height: 15px
}

.grid_item ul li > img {
    margin: 0 auto 5px;
    display: block
}

.grid_item > img {
    position: absolute;
    z-index: 4;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 100%;
    top: 0;
    left: 0
}

.grid_item > img + img {
    z-index: 2
}

.grid_item > img + img + img {
    z-index: 3;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.grid_item > img + img + img.topleft {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.grid_item > img + img + img.topright {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.grid_item > img + img + img.bottomright {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.grid_item > img + img + img.bottomleft {
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.grid_item > img + img + img + img {
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.grid_item.show-ing {
    -webkit-transition: all 1s linear 0s;
    transition: all 1s linear 0s
}

.grid_item.show-ing > img + img + img.bottomleft, .grid_item.show-ing > img + img + img.bottomright, .grid_item.show-ing > img + img + img.topleft, .grid_item.show-ing > img + img + img.topright {
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.grid_item.show-ing:hover > ul {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s
}

.grid_item.show-ing:hover > img {
    opacity: 1;
    -webkit-transform: scale(0.62);
    transform: scale(0.62);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.grid_item.show-ing:hover > img + img {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.grid_item.show-ing:hover > img + img + img {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.grid_item.show-ing:hover > img + img + img + img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.drink-info-box {
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
    display: none
}

.drink-info-box .quick-overview {
    width: 29%;
    margin-left: 3%;
    float: left;
    margin-top: 120px;
    position: relative;
    z-index: 50
}

.drink-info-box .quick-overview h2 {
    color: #67b94c;
    font-size: 52px;
    line-height: 54px;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 30
}

.drink-info-box .quick-overview p {
    color: #67b94c;
    font-size: 24px
}

.drink-info-box .quick-overview ul {
    padding: 0;
    margin: 40px 0px 30px 0px;
    display: block;
    color: #7d7d7d;
    font-size: 12px;
    text-transform: uppercase;
    width: 90%;
    overflow: hidden
}

.drink-info-box .quick-overview ul img {
    display: block;
    margin: 0 auto 5px
}

.drink-info-box .quick-overview ul + p {
    font-size: 12px;
    line-height: 18px;
    color: inherit
}

.drink-info-box .quick-overview ul li {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center
}

.drink-info-box .quick-overview ul li span {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0 auto 5px
}

.drink-info-box .quick-overview ul li span img {
    width: 100%
}

.drink-info-box .large-image {
    width: 68%;
    float: right
}

.drink-info-box .large-image img {
    min-width: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -15px;
    position: relative;
    z-index: 10
}

.drink-info-box .nutrition-info {
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #67b94c;
    background-image: url("../../img/bg_texture_green.png");
    color: #fff;
    padding: 60px 60px 20px;
    position: relative
}

.drink-info-box .nutrition-info::before {
    content: " ";
    position: absolute;
    display: block;
    width: 104%;
    height: 50px;
    margin-top: -90px;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    background-color: #f6f6f6;
    left: -5px
}

.drink-info-box .nutrition-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.drink-info-box .nutrition-info .kid, .drink-info-box .nutrition-info .org {
    display: none
}

.drink-info-box .nutrition-info .tabs-nav a {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #fff
}

.drink-info-box .nutrition-info .tabs-nav a.active, .drink-info-box .nutrition-info .tabs-nav a:hover {
    background-color: #76c33f
}

.drink-info-box .nutrition-info .tabs-nav a.active {
    pointer-events: none
}

.drink-info-box .nutrition-info .info-table ul {
    padding: 0;
    margin: 30px 0;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.drink-info-box .nutrition-info .info-table ul li {
    padding: 0;
    margin: 0 0 30px;
    width: 25%;
    float: left;
    text-transform: none
}

.drink-info-box .nutrition-info .info-table ul li strong {
    display: block;
    font-weight: 600;
    font-size: 36px
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(255, 255, 255, 0)
    }

    .featherlight:last-of-type {
        background: rgba(255, 255, 255, 0.9)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-content .caption {
        padding: 15px 0 0
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: none;
        padding: 0
    }

    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }

    .featherlight iframe {
        border: none
    }

    .featherlight * {
        box-sizing: border-box
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media (max-width: 1024px) {
    .og-grid li ul + span {
        bottom: 40px
    }

    .grid_item {
        min-height: 310px;
        max-height: 310px
    }

    .grid_item ul {
        display: none
    }

    .grid_item.show-ing:hover > span {
        opacity: 1
    }

    .drink-info-box .quick-overview {
        margin-top: 60px
    }
}

@media (max-width: 768px) {
    .og-grid li {
        width: 32%;
        max-height: 1260px
    }

    .og-expander {
        max-height: 960px
    }

    .og-grid li.og-expanded > a::after {
        bottom: -30px
    }

    .og-grid li:nth-child(3n+2) a::after {
        bottom: -25px
    }

    .og-grid li:nth-child(3n+3) a::after {
        bottom: -16px
    }

    .og-grid li:nth-child(3n+4) a::after {
        bottom: -32px
    }

    .drink-info-box .quick-overview h2 {
        font-size: 42px;
        line-height: 48px
    }

    .drink-info-box .quick-overview p {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 661px) {
    #view-all-sidebar.fixed {
        position: fixed;
        top: 0;
        left: auto;
        right: 0
    }
}

@media (max-width: 860px) {
    .drink-info-box .quick-overview {
        width: 36%
    }

    .drink-info-box .large-image {
        width: 60%
    }

    .og-expander-inner:after {
        content: " ";
        background-color: #67b94c;
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-image: url(../../img/bg_texture_green.png)
    }
}

@media (max-width: 660px) {
    #search-filter {
        width: 86%
    }

    #search-filter ul.token-input-list {
        width: 100%
    }

    #type li {
        width: 32.5%
    }

    #type li.crushed {
        margin-left: 32.5%
    }

    div.token-input-dropdown {
        width: 86% !important
    }

    #searchFilters {
        right: 6px
    }

    .og-grid > li {
        width: 47%;
        max-height: 2000px;
        margin: 0;
        min-height: 360px
    }

    .og-expander {
        max-height: 1600px;
        height: 2000px !important
    }

    .og-expanded {
        height: 2000px !important
    }

    #main-filter, .og-grid {
        font-size: 13px
    }

    #main-filter-sections li {
        width: 50vw;
        padding: 20px 15px;
        text-align: center;
        min-height: 86px;
        font-size: 18px
    }

    .main-filter-set {
        padding: 10px 0
    }

    .main-filter-set li {
        width: 32.5%;
        padding: 5px;
        min-height: 130px
    }

    .og-grid li ul + span {
        bottom: 55px
    }

    .grid_item {
        min-height: 340px;
        max-height: 340px
    }

    .drink-info-box {
        margin: 0;
        padding: 20px 0
    }

    .drink-info-box .large-image, .drink-info-box .quick-overview {
        width: 100%
    }

    .drink-info-box .quick-overview {
        margin: 20px 0 0;
        padding: 0 30px
    }

    .drink-info-box .quick-overview h2 {
        font-size: 36px;
        line-height: 38px;
        margin-top: 20px
    }

    .drink-info-box .quick-overview p {
        font-size: 18px
    }

    .drink-info-box .nutrition-info .info-table ul li {
        width: 50%
    }

    .drink-info-box .nutrition-info {
        padding: 60px 20px
    }

    .drink-info-box .quick-overview ul {
        margin: 20px 0;
        width: 100%;
        max-width: 240px
    }

    .drink-info-box .quick-overview ul + p {
        margin-bottom: 0
    }

    .drink-info-box .quick-overview ul li span {
        width: 35px;
        height: 35px
    }

    .og-expander a {
        font-size: 16px
    }

    .drinks_legend {
        text-align: left;
        padding: 30px;
        margin-bottom: 40px
    }

    .og-grid li.og-expanded > a::after {
        bottom: inherit
    }

    .og-grid li:nth-child(3n+2) a::after {
        bottom: inherit
    }

    .og-grid li:nth-child(3n+3) a::after {
        bottom: inherit
    }

    .og-grid li:nth-child(3n+4) a::after {
        bottom: inherit
    }

    .og-grid li:nth-child(even) a::after {
        bottom: -25px
    }

    .og-grid li:nth-child(odd) a::after {
        bottom: -30px
    }

    #view-all-sidebar {
        left: 0;
        right: 0;
        bottom: -60px;
        top: inherit;
        width: 100vw;
        border-radius: 0;
        max-width: none;
        padding: 15px;
        border: 0;
        border-top: 2px solid #fff;
        position: fixed
    }

    #view-all-sidebar.active {
        bottom: 0
    }

    #view-all-sidebar {
        bottom: -60px
    }

    #hints img {
        max-width: 100%
    }

    #hints ul li {
        width: 32%;
        margin-top: 15px
    }

    #hints ul li img {
        display: block;
        max-width: 45px;
        margin: 0 auto 5px
    }

    ul#og-grid li {
        -webkit-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s
    }

    ul#og-grid li.hide {
        opacity: 0;
        -webkit-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s
    }

    .drink-info-box .nutrition-info h3 {
        margin-top: -20px
    }

    .drink-info-box .nutrition-info .info-table ul li {
        margin-bottom: 20px
    }

    .drink-info-box .nutrition-info .info-table ul li strong {
        font-size: 30px
    }
}

@media (max-width: 460px) {
    .grid_item {
        min-height: 260px;
        max-height: 260px
    }

    .og-grid > li {
        min-height: 260px;
        max-height: 1600px
    }

    .og-expander {
        max-height: 1340px;
        height: 1340px !important
    }
}

@media (max-width: 375px) {
    #main-filter-sections li {
        padding: 20px 0px
    }
}

@media (max-width: 320px) {
    .grid_item {
        min-height: 180px;
        max-height: 180px
    }

    .og-expander a {
        font-size: 14px
    }

    .og-grid > li {
        min-height: 220px;
        max-height: 1460px
    }

    .og-expander {
        max-height: 1280px;
        height: 1280px !important
    }

    .og-grid li ul + span {
        bottom: 15px;
        font-size: 13px
    }

    .drink-info-box .nutrition-info .tabs-nav a {
        padding: 10px 8px
    }
}

/*# sourceMappingURL=maps/component.css.map */

html {
    font-size: 18px;
    -webkit-tap-highlight-color: transparent !important;
    height: 100%;
    overflow-x: hidden
}

body {
    font-family: "Assistant", sans-serif;
    font-size: 18px;
    letter-spacing: .75px;
    color: #595959;
    background-color: #ffffff;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 400
}

p {
    margin-bottom: 32px;
    line-height: 28px
}

h1 {
    font-size: 46px;
    margin-bottom: 16px
}

h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #7ac142;
    margin-bottom: 30px;
    font-weight: 400
}

h3 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 38px;
    color: #7ac142
}

h4 {
    font-size: 26px;
    margin-bottom: 16px
}

a {
    text-decoration: none;
    color: #7ac142
}

.boost-main-content .preloader {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.boost-main-content .drinks-container .preloader {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 960px;
    margin: 0 auto;
    z-index: 9999
}

.boost-main-content .drinks-container .preloader .spinner {
    width: 200px;
    margin: 0;
    height: 280px
}

.boost-main-content #blog-posts .preloader {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: transparent;
    top: auto;
    bottom: 40px
}

#drinks-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: 1s 0.4s;
    transition: 1s 0.4s
}

#drinks-overlay #progress {
    height: 10px;
    background: #70b046;
    position: absolute;
    width: 0;
    bottom: 0px
}

#drinks-overlay #progstat {
    font-size: 16px;
    position: absolute;
    top: 56%;
    margin-top: -40px;
    width: 100%;
    text-align: center
}

.secret-bits {
    background-color: #f5f5f5
}

.secret-bits .main-fold-angle:after {
    background-color: #f5f5f5
}

.secret-bits h2 {
    padding-left: 0.5%
}

.secret-bits ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 160px 0px;
    overflow: hidden
}

.secret-bits ul li {
    margin: 1%;
    width: 23%;
    float: left;
    background-color: #fff;
    padding: 40px 10px 20px 10px;
    height: 180px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase
}

.secret-bits ul li a {
    color: #565656
}

.secret-bits ul li strong {
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    height: 60px;
    font-weight: 600
}

.secret-bits ul li:hover {
    background-color: #7ac142
}

.secret-bits ul li:hover a {
    color: #fff
}

#all-jobs li div.description {
    display: none
}

#all-jobs li div.description p {
    text-align: left !important
}

.hint {
    font-size: 12px;
    line-height: 16px;
    text-align: left
}

.video-box, .intro {
    margin: 100px auto;
    max-width: 680px;
    padding: 0 20px
}

.intro {
    display: none;
    margin: 40px auto;
}

.suggest-a-location-form {
    margin: 80px auto;
    max-width: 680px;
    padding: 0 20px
}

.iframe-class {
    min-width: 490px;
    max-width: 490px
}

.block {
    margin: 0;
    padding: 120px 0;
    height: 66vh;
    min-height: 420px;
    position: relative;
    z-index: 10
}

.drinks ul.token-input-list {
    display: inline-block;
    overflow: hidden;
    height: auto !important;
    margin: 0px auto;
    width: 100%;
    cursor: text;
    z-index: 999;
    padding: 0px;
    background-color: #fff;
    list-style-type: none;
    clear: left
}

.drinks ul.token-input-list li {
    list-style-type: none
}

.drinks input#token-input-stores-input {
    width: 100% !important;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: none;
    border: none;
    margin: 0px;
    border: 1px solid #ccc
}

.drinks ul.token-input-disabled, .drinks ul.token-input-disabled li input {
    background-color: #E8E8E8
}

.drinks ul.token-input-disabled li.token-input-token {
    background-color: #D9E3CA;
    color: #7D7D7D
}

.drinks ul.token-input-disabled li.token-input-token span {
    color: #CFCFCF;
    cursor: default
}

.drinks .token-input-input-token {
    padding: 0px;
    margin: 0px
}

.drinks li.token-input-token {
    overflow: hidden;
    height: auto !important;
    margin: 5px 0px;
    padding: 5px;
    background-color: #f5f5f5;
    color: #8c8c8c;
    cursor: default;
    display: block
}

.drinks li.token-input-token p {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 5px;
    width: 85%;
    line-height: 18px
}

.drinks li.token-input-token span {
    float: right;
    color: #8c8c8c;
    cursor: pointer;
    margin-right: 5px;
    font-size: 20px;
    line-height: 26px
}

.drinks div.token-input-dropdown {
    position: absolute;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: -1px;
    cursor: default;
    z-index: 1
}

.drinks div.token-input-dropdown p {
    margin: 0;
    padding: 8px
}

.drinks div.token-input-dropdown ul {
    margin: 0;
    padding: 0
}

.drinks div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 8px;
    list-style-type: none;
    margin: 0px
}

.drinks div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa
}

.drinks div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff
}

.drinks div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal
}

.drinks div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #65b949;
    color: #fff
}

.boost-jobs-details-inner ul, .available-regions ul, .ticks {
    list-style: none;
    margin: 40px 0;
    text-align: left
}

.boost-jobs-details-inner ul li, .available-regions ul li, .ticks li {
    background-image: url("../../img/placeholders/icon_orange_tick.png");
    background-position: left 5px;
    background-repeat: no-repeat;
    list-style-position: outside;
    padding-left: 30px
}

.block-green {
    background-color: #78c148;
    color: #fff
}

.block-green h2 {
    color: #fff
}

.container .block-green-quote {
    background-color: #78c148;
    color: #fff;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 10%
}

.container .block-green-quote blockquote {
    padding: 0;
    margin: 0;
    font-size: 36px;
    line-height: 48px
}

.container .block-green-quote:after {
    content: "";
    background-color: #78c148;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: -300px;
    z-index: -1
}

.container .block-green-quote-full {
    background-color: #78c148;
    color: #fff;
    padding: 60px;
    text-align: center
}

.container .block-green-quote-full blockquote {
    padding: 0;
    margin: 0 auto;
    font-size: 36px;
    line-height: 48px;
    max-width: 660px
}

.fill-bkg {
    position: relative
}

.fill-bkg div {
    position: relative;
    z-index: 1
}

.fill-bkg::after {
    content: " ";
    top: -200px;
    left: -4vw;
    display: block;
    background-color: #812f8f;
    height: 800px;
    width: 60vw;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(4.6deg);
    transform: rotate(4.6deg)
}

.fill-bkg.orange::after {
    background-color: #000;
    left: 0
}

.height-auto {
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    min-height: 370px
}

.text-center {
    text-align: center
}

.text-center img {
    display: inline-block
}

.block + .block {
    z-index: 9
}

.block + .block + .block {
    z-index: 8
}

.block + .block + .block + .block {
    z-index: 7
}

.block + .block + .block + .block + .block {
    z-index: 6
}

.block + .block + .block + .block + .block + .block {
    z-index: 5
}

.block + .block + .block + .block + .block + .block + .block {
    z-index: 4
}

.block + .block + .block + .block + .block + .block + .block + .block {
    z-index: 3
}

.block + .block + .block + .block + .block + .block + .block + .block + .block {
    z-index: 2
}

.block + .block + .block + .block + .block + .block + .block + .block + .block + .block {
    z-index: 1
}

.block + .block + .block + .block + .block + .block + .block + .block + .block + .block + .block {
    z-index: 0
}

.sub-container {
    max-width: 1440px;
    margin: 0px auto
}

.sub-container.sides-off, .sub-container .sides-off {
    overflow: hidden
}

.sub-container.clear-top {
    clear: both
}

.sides-off {
    overflow: hidden
}

.vibe-bkg {
    height: 460px;
    min-height: 600px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    position: relative;
    overflow: hidden
}

.vibe-bkg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 112%;
    z-index: 0;
    background-image: url("../../img/placeholders/vibe_girls_banner.jpg");
    text-align: center;
    background-position: center top;
    top: -5%;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg)
}

.vibe-bkg .container {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg)
}

.main-fold {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative
}

.main-fold.no-margin {
    margin: 0
}

.main-fold.skew {
    -webkit-transform: skewY(-1.4deg);
    transform: skewY(-1.4deg);
    z-index: 100;
    padding: 0;
    min-height: 360px
}

.main-fold .six {
    max-width: 320px;
    text-align: center
}

.main-fold .six a.button {
    background-color: #ee923f;
    display: block;
    font-size: 22px;
    max-width: 240px;
    margin: 20px auto
}

.welcome .six a.button {
    padding: 0px;
    max-width: 250px
}

.main-fold-angle {
    background-image: url("../../img/banners/main_fold.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 25vw;
    position: relative;
    margin-bottom: 40px
}

.main-fold-angle:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 116%;
    left: -5%;
    bottom: -40px;
    height: 60px;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

.main-fold-angle img {
    position: absolute;
    bottom: 60px;
    right: 20%
}

.container.full h3 {
    font-size: 24px;
    font-weight: 600
}

.promo {
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    z-index: 8;
    margin-bottom: -160px;
    overflow: hidden;
    padding: 80px 0 140px
}

.promo .container {
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg)
}

.sub-fold {
    z-index: 8;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #77C148;
    -webkit-backface-visibility: hidden
}

.sub-fold img {
    max-width: 100%;
    position: relative;
    z-index: 1000
}

.sub-fold p {
    font-size: 22px;
    line-height: 32px
}

.sub-fold:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #77C148;
    width: 100%;
    height: 90px;
    z-index: 0
}

.sub-fold:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    background-color: #77C148;
    width: 100%;
    height: 70px;
    z-index: 0
}

.sub-fold .container {
    z-index: 15;
    position: relative
}

.sub-fold.flat-bottom:after {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg)
}

.sub-fold a.button {
    font-size: 22px;
    height: 44px;
    background-color: #f28321;
    position: relative;
    padding-right: 40px;
    float: right
}

.sub-fold a.button.no-float {
    float: none
}

.sub-fold a.button:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 20;
    top: 18px;
    right: 10px
}

.sub-fold a.button:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 20;
    bottom: 17px;
    right: 10px
}

.sub-fold a.button-primary, .sub-fold a.button-primary:hover {
    background-color: #812f8f
}

.sub-fold .six + .six a.button {
    float: left
}

.sub-fold .get-app {
    display: none;
    position: absolute;
    z-index: 5;
    top: -110px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 20px 30px 20px
}

.sub-fold .get-app img {
    max-width: 138px
}

.inner-get-app {
    max-width: 1440px;
    margin: 0 auto
}

.inner-get-app .get-app {
    position: absolute;
    z-index: 5;
    bottom: 110px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 20px 35px 20px
}

.inner-get-app .get-app img {
    max-width: 138px
}

#online-store {
    min-height: 1560px;
    margin-top: -100px;
    position: relative
}

#online-store iframe {
    position: relative;
    z-index: 1;
    min-height: 1720px
}

#online-store:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    background-color: #F9F9F9;
    top: -20px;
    z-index: 0
}

@media (max-width: 1340px) {
    #online-store iframe {
        min-height: 1700px
    }
}

@media (max-width: 1240px) {
    #online-store iframe {
        min-height: 1580px
    }
}

@media (max-width: 1140px) {
    #online-store iframe {
        min-height: 1540px
    }
}

@media (max-width: 1024px) {
    #online-store iframe {
        min-height: 1540px
    }
}

@media (max-width: 667px) {
    #online-store iframe {
        min-height: 2000px
    }
}

@media (max-width: 440px) {
    #online-store iframe {
        min-height: 1800px
    }
}

.downloads {
    color: #77C148;
    overflow: hidden;
    min-height: 360px;
    padding: 60px 0
}

.downloads ul {
    margin: 30px auto 60px auto;
    display: block;
    text-transform: uppercase;
    text-align: center
}

.downloads ul li {
    display: inline-block;
    padding: 10px 0
}

.downloads ul li a {
    color: #77C148;
    padding: 10px;
    margin: 0 15px
}

.downloads ul li + li {
    border-left: 1px solid #77C148
}

.sub-fold-footer {
    z-index: 8;
    padding: 0 0 100px;
    position: relative;
    z-index: 1
}

.sub-fold-footer .people {
    display: none;
    border-radius: 100px;
    margin-top: -100px;
    margin-bottom: 20px
}

.sub-fold-footer h4 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.sub-fold-footer .contact-info {
    font-weight: 600
}

.sub-fold-footer .contact-info a {
    color: #fff;
    font-weight: 600
}

.sub-fold-footer .contact-info img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 10px
}

.sub-fold-footer:before {
    content: "";
    position: absolute;
    top: -40px;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    background-color: #77C148;
    width: 100%;
    height: 100%;
    z-index: 0
}

.sub-fold-footer .container {
    z-index: 1;
    position: relative
}

.block.half-angle-container {
    max-height: none;
    height: auto;
    z-index: 0
}

.block.half-angle-container.orange .half-angle::after {
    background-color: #ee923f
}

.block.half-angle-container.grey .half-angle::after {
    background-color: #C4E9DF
}

.block.half-angle-container.grey img {
    margin-top: -50px
}

.block.half-angle-container .half-angle {
    min-height: 420px
}

.block.half-angle-container .half-angle * {
    position: relative;
    z-index: 1
}

.block.half-angle-container .half-angle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 160%;
    top: -160px;
    left: 52%;
    -webkit-transform: skewX(-14deg);
    transform: skewX(-14deg)
}

@media (max-width: 1140px) {
    .block.half-angle-container.grey img {
        width: 110%;
        margin-top: -15px
    }
}

.apply-now {
    margin-bottom: 60px
}

.apply-now .eight h3 {
    color: inherit
}

.apply-now .four p {
    margin: 0 0 15px
}

.apply-now .four p strong {
    display: block
}

.boost-guarantee-info {
    color: #fff;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.boost-guarantee-info h3 {
    color: #fff
}

.boost-guarantee-info strong {
    color: #78c148;
    display: block
}

.boost-guarantee-info .six {
    padding: 60px 40px 120px 15%;
    background-color: #70b046;
    width: 50%
}

.boost-guarantee-info .six + .six {
    padding: 60px 15% 120px 40px;
    background-color: #78c148;
    margin: 0
}

.boost-guarantee-info.angle {
    margin: -40px auto
}

.boost-guarantee-info.angle p {
    margin-top: -40px
}

.boost-guarantee-info.angle .six {
    background-color: #b16cad
}

.boost-guarantee-info.angle .six a {
    color: #fff;
    text-decoration: underline
}

.boost-guarantee-info .sub-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.boost-guarantee-info p {
    margin-bottom: 15px
}

.boost-guarantee-info .columns.img-block {
    padding: 0
}

.boost-guarantee-info .columns.img-block img {
    display: block;
    max-height: 560px;
    min-height: 560px
}

.boost-guarantee-info img {
    display: block;
    min-height: inherit;
    max-height: inherit
}

.message-from-janine {
    max-width: 760px;
    padding: 20px 20px 80px;
    margin: 0 auto
}

.message-from-janine h3 {
    text-align: center;
    margin-bottom: 60px
}

.contact-us-info {
    background-color: #fafafa;
    padding: 60px 20px;
    position: relative;
    min-height: 260px
}

.contact-us-info.combined-bottom {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: inherit
}

.contact-us-info.combined-bottom:after {
    display: none
}

.contact-us-info.combined-top {
    margin-top: 0;
    padding-top: 0;
    min-height: inherit
}

.contact-us-info.combined-top .six {
    padding-top: 30px
}

.contact-us-info strong {
    color: #78c148;
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.contact-us-info .six {
    text-align: right;
    width: 50%;
    padding-right: 40px;
    z-index: 1;
    line-height: 28px
}

.contact-us-info .six + .six {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
    margin: 0;
    border-left: 1px solid #dcdcdc
}

.contact-us-info:after {
    content: "";
    position: absolute;
    width: 116%;
    height: 60px;
    margin-left: -10%;
    background-color: #fafafa;
    bottom: -20px;
    -webkit-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    z-index: 0
}

.contact-other-info {
    color: #fff
}

.contact-other-info h3 {
    color: #fff
}

.contact-other-info strong {
    color: #78c148;
    display: block
}

.contact-other-info .six {
    padding: 60px 40px 120px 15%;
    background-color: #70b046;
    width: 50%
}

.contact-other-info .six + .six {
    padding: 60px 15% 120px 40px;
    background-color: #78c148;
    margin: 0
}

.contact-other-info .sub-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.contact-other-info p {
    margin-bottom: 15px
}

.contact-other-info .button {
    margin-top: 20px
}

.contact-other-info .columns.img-block {
    padding: 0
}

.contact-other-info .columns.img-block img {
    display: block;
    max-height: 560px;
    min-height: 560px
}

.contact-other-info .columns.img-block img.suggest-a-location {
    max-height: 640px
}

.celebs-header {
    margin: 0 auto 40px;
    max-width: 960px;
    overflow: hidden
}

.celebs-header .left {
    width: 50%;
    float: left
}

.celebs-header .left h3 {
    font-size: 26px;
    margin: 0;
    padding: 0;
    font-weight: 600
}

.celebs-header .right {
    width: 50%;
    float: right;
    text-align: right
}

.celebs-header .right p {
    font-size: 18px;
    margin: 7px 0px 0px 0px;
    padding: 0
}

.celebs-and-boost {
    max-width: 980px;
    padding: 0;
    margin: 0 auto 120px;
    overflow: hidden
}

.celebs-and-boost a {
    display: block;
    width: 100%
}

.celebs-and-boost li {
    width: 490px;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.celebs-and-boost li p {
    padding: 0 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    line-height: 30px
}

.celebs-and-boost li img {
    display: block
}

.celebs-and-boost .light {
    background-color: #F8F8F8
}

.celebs-and-boost .medium {
    background-color: #e7e7e7
}

.celebs-and-boost .grey {
    background-color: #565656;
    color: #fff
}

.celebs-and-boost .green {
    background-color: #67b94c;
    color: #fff
}

.celebs-and-boost .purple {
    background-color: #b16cad;
    color: #fff
}

.celebs-and-boost .dark-green {
    background-color: #1D8B39;
    color: #fff
}

.celebs-and-boost .img-right p {
    width: 50%;
    float: left;
    text-align: center
}

.celebs-and-boost .img-right p + p {
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.celebs-and-boost .img-right img {
    width: 100%;
    float: right
}

.celebs-and-boost .img-left p {
    width: 50%;
    float: right;
    text-align: center;
    padding: 0;
    margin: 0
}

.celebs-and-boost .img-left p img {
    width: 100%;
    margin: 0
}

.celebs-and-boost .img-left p + p {
    padding: 0 25px
}

.celebs-and-boost .img-left p + p img {
    width: auto;
    margin-top: 15px
}

.celebs-and-boost .img-left img {
    width: 50%;
    float: left
}

.boost-awards-grid {
    max-width: 980px;
    padding: 0;
    margin: 60px auto;
    overflow: hidden
}

.boost-awards-grid li {
    width: 490px;
    float: left;
    min-height: 307px;
    height: 307px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.boost-awards-grid li p {
    padding: 0 25px;
    margin: 0 auto;
    text-align: center;
    font-size: 19px;
    line-height: 30px
}

.boost-awards-grid li p span {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    font-size: 15px;
    line-height: 15px
}

.boost-awards-grid li img {
    display: block
}

.boost-awards-grid .lighter {
    background-color: #ffffff
}

.boost-awards-grid .light {
    background-color: #F8F8F8
}

.boost-awards-grid .medium {
    background-color: #f8f8f8
}

.boost-awards-grid .dark {
    background-color: #e7e7e7
}

.boost-awards-grid .grey {
    background-color: #565656;
    color: #fff
}

.boost-awards-grid .green {
    background-color: #67b94c;
    color: #fff
}

.boost-awards-grid .purple {
    background-color: #b16cad;
    color: #fff
}

.boost-awards-grid .green-light p {
    background-color: #1d8b39;
    color: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .green-light p span {
    color: #fff;
    width: 50%
}

.boost-awards-grid .green-light p + p {
    background-color: #f8f8f8;
    color: inherit
}

.boost-awards-grid .green-light p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .lightgreen-light p {
    background-color: #67b94c;
    color: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .lightgreen-light p span {
    color: #fff;
    width: 50%
}

.boost-awards-grid .lightgreen-light p + p {
    background-color: #fff;
    color: inherit
}

.boost-awards-grid .lightgreen-light p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .light-dark p {
    background-color: #f8f8f8;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .light-dark p span {
    width: 50%
}

.boost-awards-grid .light-dark p + p {
    background-color: #e7e7e7;
    color: inherit
}

.boost-awards-grid .light-dark p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .light-lighter p {
    background-color: #f8f8f8;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .light-lighter p span {
    width: 50%
}

.boost-awards-grid .light-lighter p + p {
    background-color: #fff;
    color: inherit
}

.boost-awards-grid .light-lighter p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .lighter-dark p {
    background-color: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .lighter-dark p span {
    width: 50%
}

.boost-awards-grid .lighter-dark p + p {
    background-color: #e7e7e7;
    color: inherit
}

.boost-awards-grid .lighter-dark p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .dark-green p {
    background-color: #e7e7e7;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .dark-green p span {
    width: 50%
}

.boost-awards-grid .dark-green p + p {
    background-color: #1d8b39;
    color: #fff
}

.boost-awards-grid .dark-green p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .dark-lightgreen p {
    background-color: #e7e7e7;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .dark-lightgreen p span {
    width: 50%
}

.boost-awards-grid .dark-lightgreen p + p {
    background-color: #64BB45;
    color: #fff
}

.boost-awards-grid .dark-lightgreen p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .light-lightgreen p {
    background-color: #f8f8f8;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .light-lightgreen p span {
    width: 50%
}

.boost-awards-grid .light-lightgreen p + p {
    background-color: #64BB45;
    color: #fff
}

.boost-awards-grid .light-lightgreen p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .purple-medium p {
    background-color: #b16cad;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .purple-medium p span {
    width: 50%
}

.boost-awards-grid .purple-medium p + p {
    background-color: #f8f8f8
}

.boost-awards-grid .purple-medium p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .light-purple p {
    background-color: #e7e7e7;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .light-purple p span {
    width: 50%
}

.boost-awards-grid .light-purple p + p {
    background-color: #b16cad;
    color: #fff
}

.boost-awards-grid .light-purple p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .purple-light p {
    background-color: #b16cad;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.boost-awards-grid .purple-light p span {
    width: 50%
}

.boost-awards-grid .purple-light p + p {
    background-color: #fff;
    color: inherit
}

.boost-awards-grid .purple-light p + p span {
    left: auto;
    right: 0;
    color: inherit
}

.boost-awards-grid .text-img p img {
    margin-top: 15px
}

.boost-awards-grid .text-img img + p, .boost-awards-grid .text-img p {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.boost-awards-grid .img-right p {
    width: 50%;
    float: left;
    text-align: center
}

.boost-awards-grid .img-right p span {
    width: 50%
}

.boost-awards-grid .img-right p + p {
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .img-right img {
    width: 100%;
    float: right
}

.boost-awards-grid .img-left p {
    width: 50%;
    float: right;
    text-align: center;
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.boost-awards-grid .img-left p img {
    width: 100%;
    margin: 0
}

.boost-awards-grid .img-left p span {
    width: 50%;
    left: auto;
    right: 0
}

.boost-awards-grid .img-left p + p {
    padding: 0 25px
}

.boost-awards-grid .img-left p + p img {
    width: auto;
    margin-top: 15px
}

.boost-awards-grid .img-left img {
    width: 50%;
    float: left
}

.boost-awards-grid .text-block p {
    width: 50%
}

.boost-awards-grid .text-block p span {
    width: 50%
}

.boost-awards-grid .img-text-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.boost-awards-grid .img-text-center img {
    max-width: 120px;
    margin: 0 auto 20px
}

.boost-awards-grid .img-text-center p {
    width: 75%
}

.boost-awards-grid .img-text-center p span {
    width: 100%
}

.testimonial-slider {
    display: none;
    position: relative;
    min-height: 360px;
    max-width: 960px;
    margin: 100px auto 0px auto;
    text-align: center
}

.testimonial-slider h3 {
    max-width: 460px;
    margin: 0 auto
}

.testimonial-slider #testimonials {
    margin: 20px 0 0;
    text-align: center
}

.testimonial-slider #testimonials .item {
    padding: 0 10px
}

.testimonial-slider #testimonials img {
    border-radius: 200px;
    max-width: 180px;
    margin: 30px auto 0
}

.testimonial-slider #testimonials.off {
    display: block;
    overflow: hidden
}

.testimonial-slider #testimonials.off .item {
    width: 50%;
    float: left;
    padding: 20px 40px
}

.testimonial-slider #testimonials.off .item p + p {
    text-align: left
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0
}

.testimonial-slider .owl-nav .owl-next, .testimonial-slider .owl-nav .owl-prev {
    position: absolute;
    opacity: 1;
    height: 50px;
    background-color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 60px;
    cursor: pointer
}

.testimonial-slider .owl-nav .owl-prev {
    left: -60px;
    background-image: url("../../img/placeholders/slider_arrow_left_green.png")
}

.testimonial-slider .owl-nav .owl-next {
    right: -60px;
    background-image: url("../../img/placeholders/slider_arrow_right_green.png")
}

.mobeel-slider {
    width: 90%;
    position: relative;
    min-height: 360px;
    margin: 40px auto;
    text-align: center
}

.mobeel-slider:before {
    position: absolute;
    content: "";
    width: 116%;
    height: 60px;
    background-color: #fff;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 20;
    top: -60px;
    left: -3%
}

.mobeel-slider #mobeel {
    margin: 20px 0 0;
    text-align: center
}

.mobeel-slider #mobeel .owl-item {
    padding: 0 10px;
    overflow: hidden;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 30px
}

.mobeel-slider #mobeel .owl-item.big {
    opacity: 1;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.mobeel-slider #mobeel img {
    margin: 30px auto 0
}

.mobeel-slider .owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0
}

.mobeel-slider .owl-nav .owl-next, .mobeel-slider .owl-nav .owl-prev {
    position: absolute;
    opacity: 1;
    height: 50px;
    background-color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 60px;
    cursor: pointer
}

.mobeel-slider .owl-nav .owl-prev {
    left: -60px;
    background-image: url("../../img/placeholders/slider_arrow_left_green.png")
}

.mobeel-slider .owl-nav .owl-next {
    right: -60px;
    background-image: url("../../img/placeholders/slider_arrow_right_green.png")
}

.boost-store-finder {
    max-width: 1440px;
    margin: 0px auto
}

.boost-store-finder .preloader {
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    margin-top: -15px
}

.boost-store-finder .preloader .spinner {
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
}

.boost-store-finder #boost-store-locator {
    overflow: visible;
    margin-top: 0
}

.boost-store-finder .boostjuice-search {
    padding-top: 40px;
    position: relative
}

.boost-store-finder .boostjuice-search:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
    top: -15px;
    left: 0px;
    background: #5cbfe3;
    background-image: url("../../img/placeholders/blue_bkg_texture.png")
}

#blog-posts {
    margin: 0px auto 80px auto
}

#blog-posts .preloader {
    margin: 0px 0px 60px 0px
}

#blog-posts .row {
    margin-bottom: 60px
}

#blog-posts .row .six {
    float: right;
    margin-left: 4%
}

#blog-posts .row .six + .six {
    float: left;
    margin-left: 0
}

#blog-posts .date {
    text-align: right;
    margin-bottom: 15px
}

#blog-posts h2 {
    font-size: 30px;
    line-height: 32px;
    color: #7ac142;
    margin: 30px 0 15px;
    font-weight: 600
}

#blog-posts .row h2 {
    margin-top: 8px
}

#blog-posts h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0;
    font-weight: 600
}

#blog-posts p {
    margin-bottom: 25px
}

#blog-posts p img {
    width: auto;
    max-width: 100%
}

#blog-posts img {
    width: 100%
}

#blog-posts a {
    color: #7ac142;
    text-decoration: underline
}

#blog-posts em {
    font-size: 15px;
    font-style: normal
}

#blog-posts.inner {
    margin-bottom: 180px
}

#blog-posts.inner h2 {
    margin-top: 0;
    margin-bottom: 30px
}

#popular-posts {
    padding-left: 20px;
    margin-bottom: 80px
}

#popular-posts .row {
    margin-bottom: 20px
}

#popular-posts img {
    width: 100%
}

#popular-posts h2 {
    font-size: 24px;
    line-height: 28px;
    color: #5dc1e6;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase
}

#popular-posts h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600
}

#popular-posts h3 a {
    color: #7ac142
}

#popular-posts p {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 18px
}

.thinking {
    background-color: #fff;
    background-image: url("../../img/rolling.gif");
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: center;
    margin-bottom: 100px
}

#end {
    display: none;
    background-color: #eee;
    padding: 20px 0 80px;
    text-align: center;
    margin-bottom: 0
}

.expander li {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
    margin-bottom: 30px
}

.expander li.show-details, .expander li:hover {
    color: #FD7901
}

.expander li::after {
    position: absolute;
    content: " ";
    background-image: url("../../img/placeholders/icon_orange_arrow_down_thick.png");
    background-size: auto 40%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    top: 0;
    right: 0
}

.expander li div {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease 0s;
    transition: max-height 0.8s ease 0s
}

.expander li div p {
    color: #888;
    margin-bottom: 0px
}

.expander li.show-details::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.expander li.show-details div {
    max-height: 560px;
    padding-bottom: 20px
}

.corrent-locations {
    padding: 60px 0;
    background-color: #f5f5f5
}

.corrent-locations h2 {
    margin-bottom: 40px
}

.corrent-locations ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.corrent-locations ul li {
    float: left;
    width: 25%;
    text-align: left
}

.available-regions {
    margin: 40px auto 100px;
    text-align: center;
    position: relative
}

.available-regions h2 {
    margin-bottom: 30px
}

.available-regions p {
    text-align: left
}

.boost-carousel.slider-around-the-world {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    z-index: 0;
    background-image: url("/img/placeholders/slider_slide_6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boost-carousel.slider-around-the-world:before {
    content: "";
    position: absolute;
    width: 116%;
    height: 40px;
    left: -5%;
    top: -20px;
    background-color: #fff;
    -webkit-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    z-index: 1
}

.boost-carousel.slider-around-the-world .owl-item div {
    position: relative
}

.boost-carousel.slider-around-the-world .owl-item div .slider-icon-1 {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1010;
    height: 40%;
    width: auto;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s
}

.boost-carousel.slider-around-the-world .owl-item div .slider-icon-2 {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    height: 90%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: auto
}

.boost-carousel.slider-around-the-world .owl-item div p {
    position: absolute;
    top: 225px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1001;
    height: 52%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: auto;
    color: #fff;
    max-width: 285px;
    text-align: center;
    line-height: 30px;
    font-size: 24px
}

.simple-inner {
    max-width: 760px;
    margin: 0px auto;
    padding: 0px 15px 100px 15px
}

.simple-inner ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.simple-inner li {
    padding-left: 25px;
    position: relative
}

.simple-inner li:before {
    position: absolute;
    top: -6px;
    left: 0px;
    content: "• ";
    font-size: 32px;
    line-height: 32px;
    color: #78c148
}

.angle {
    -webkit-transform: skewY(-1.4deg);
    transform: skewY(-1.4deg);
    margin-top: -20px
}

.angle a, .angle h3, .angle p {
    -webkit-transform: skewY(1.4deg);
    transform: skewY(1.4deg)
}

.angle-invert {
    -webkit-transform: skewY(1.4deg);
    transform: skewY(1.4deg);
    margin-top: -20px
}

.angle-invert a, .angle-invert h3, .angle-invert p {
    -webkit-transform: skewY(-1.4deg);
    transform: skewY(-1.4deg)
}

.angle-bottom {
    position: relative;
    margin-bottom: 50px
}

.angle-bottom:after {
    position: absolute;
    content: "";
    width: 116%;
    height: 80px;
    background-color: #fff;
    -webkit-transform: rotate(1.4deg);
    transform: rotate(1.4deg);
    z-index: 20;
    bottom: -50px;
    left: -5%
}

.getting-started {
    display: none;
    padding: 40px 0;
    background-color: #f5f5f5;
    position: relative
}

.getting-started h2 {
    margin-top: 20px
}

.getting-started p {
    max-width: 660px;
    margin: 40px auto
}

.getting-started.white-bg {
    background-color: #fff
}

.getting-started.white-bg:before {
    background-color: #fff
}

.getting-started.white-bg:after {
    position: absolute;
    content: "";
    width: 116%;
    height: 80px;
    background-color: #fff;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
    z-index: 20;
    bottom: -50px;
    left: -5%
}

.getting-started ol {
    text-align: left;
    list-style: none;
    margin: 30px 20px
}

.getting-started ol li {
    padding-left: 20px;
    line-height: 28px
}

.getting-started ol li span {
    color: #78c148;
    font-weight: 600;
    margin-left: -40px;
    width: 24px;
    text-align: right;
    display: inherit;
    float: left
}

.getting-started:before {
    position: absolute;
    content: "";
    width: 116%;
    top: -15px;
    height: 50px;
    background-color: #f5f5f5;
    margin-left: -5%;
    -webkit-transform: rotate(-1.4deg);
    transform: rotate(-1.4deg)
}

.quick-expression {
    padding: 80px 0px 80px 0px
}
.around-the-world-faq {
    background-color: #f5f5f5;
    display: none;
    padding: 80px 0 160px;
    margin-top: -40px
}

.jobs-faq {
    background-color: #f5f5f5;
    padding: 80px 0 160px;
    margin-top: -40px
}

.around-the-world-faq ul, .jobs-faq ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.around-the-world-faq ul div, .jobs-faq ul div {
    color: inherit
}

.around-the-world-faq h2, .jobs-faq h2 {
    text-align: center;
    margin-bottom: 30px
}

.boost-main-fold {
    height: 90vh;
    margin-top: -15vh;
    min-height: 960px;
    padding-top: 400px
}

.boost-main-fold:after {
    background-image: url("../../img/banners/main_fold.jpg");
    background-size: auto 100%;
    text-align: center;
    background-position: center 10vh;
    height: 90vh;
    min-height: 960px
}

.boost-main-fold:before {
    background-image: none
}

#get-my-location {
    background-image: url("../../img/placeholders/icon_auto_locate.png");
    background-repeat: no-repeat;
    background-position: 94% center;
    padding-right: 40px
}

.choice {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    padding: 0 10px
}

.pac-icon {
    display: none
}

.pac-item {
    padding-left: 15px
}

.pac-item:hover {
    background-color: #ee923f
}

.pac-item:hover * {
    color: #fff
}

.container-jobs {
    padding-top: 80px
}

.boost-jobs li p {
    color: #595959
}

.franchise-info {
    padding: 0 0 60px;
    background-color: #f6f6f6;
    position: relative
}

.franchise-info img {
    max-width: 100%;
    width: 100%
}

.franchise-info p {
    margin-bottom: 15px
}

.franchise-info h3 {
    margin: 40px 0
}

.franchise-info:before {
    position: absolute;
    content: "";
    width: 116%;
    height: 40px;
    background-color: #f6f6f6;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 20;
    top: -20px;
    left: -14%
}

.franchise-info ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0
}

.franchise-info ul li strong {
    font-weight: 600;
    display: block
}

.around-the-world-info {
    padding: 0 0 180px;
    background-color: #f6f6f6;
    position: relative
}

.around-the-world-info p {
    margin-bottom: 15px
}

.around-the-world-info h3 {
    position: relative;
    z-index: 1000
}

.around-the-world-info:before {
    position: absolute;
    content: "";
    width: 116%;
    height: 80px;
    background-color: #f6f6f6;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 20;
    top: -50px;
    left: -14%
}

.around-the-world-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.around-the-world-info ul li {
    width: 30.2%;
    float: left
}

.footer {
    min-height: 240px;
    text-align: center;
    position: relative;
    background-color: #fafafa;
    clear: both;
    padding: 40px 0
}

.footer a {
    position: relative
}

.footer img {
    max-width: 40px;
    margin: 0 10px
}

.footer p {
    margin-bottom: 0
}

.footer:before {
    position: absolute;
    content: "";
    width: 116%;
    height: 80px;
    background-color: #fafafa;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    z-index: 20;
    top: -50px;
    left: -14%
}

.footer .copyright {
    text-transform: uppercase;
    font-size: 14px;
    color: #8d6d52
}

.footer .copyright a {
    color: #8d6d52;
    text-decoration: none
}

.footer .footer-nav {
    position: relative;
    z-index: 30;
    text-transform: uppercase
}

.footer .footer-nav ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 40px 0 0
}

.footer .footer-nav ul li {
    float: left;
    display: inline-block;
    margin: 0 10px
}

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

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.spinner {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto
}

.double-bounce1, .double-bounce2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #67b94c;
    opacity: 0.6;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.available-franchise {
    z-index: 8;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #77C148;
    background-image: url("../../img/bg_texture_green.png")
}

.available-franchise h3 {
    color: #fff
}

.available-franchise p {
    font-size: 22px;
    line-height: 32px
}

.available-franchise ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    clear: both;
    overflow: hidden;
    text-align: center
}

.available-franchise ul ul {
    display: none
}

.available-franchise ul li {
    float: left;
    padding: 0px 5px 20px 5px
}

.available-franchise ul li a {
    color: #fff;
    display: inline-block;
    padding: 5px
}

.available-franchise:before {
    display: none;
    content: "";
    position: absolute;
    top: -40px;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
    background-color: #77C148;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../../img/bg_texture_green.png")
}

.available-franchise:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -40px;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    background-color: #77C148;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../../img/bg_texture_green.png")
}

.available-franchise .container {
    z-index: 1;
    position: relative
}

.boost-carousel {
    z-index: 1000;
    height: 560px;
    position: relative
}

.boost-carousel .owl-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg)
}

.boost-carousel .owl-nav .owl-prev, .boost-carousel .owl-nav .owl-prev:hover {
    position: absolute;
    left: 40px;
    opacity: 1;
    height: 50px;
    background-color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-image: url("../../img/placeholders/icon_arrow_left.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 60px;
    cursor: pointer
}

.boost-carousel .owl-nav .owl-next, .boost-carousel .owl-nav .owl-next:hover {
    position: absolute;
    right: 40px;
    opacity: 1;
    height: 50px;
    background-color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-image: url("../../img/placeholders/icon_arrow_right.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 60px;
    cursor: pointer
}

.boost-carousel div:not(.owl-nav) {
    height: 100%
}

.boost-carousel-vibe .slide-1 {
    background-image: url("/img/placeholders/slider_slide_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boost-carousel-vibe .slide-2 {
    background-image: url("/img/placeholders/slider_slide_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boost-carousel-vibe .slide-3 {
    background-image: url("/img/placeholders/slider_slide_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boost-carousel-vibe .slide-4 {
    background-image: url("/img/placeholders/slider_slide_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    background-position: center center
}

.boost-carousel-vibe .slide-5 {
    background-image: url("/img/placeholders/slider_slide_5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.boost-carousel-vibe .owl-item div {
    position: relative
}

.boost-carousel-vibe .owl-item div .slider-icon-1 {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1010;
    width: auto;
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s
}

.boost-carousel-vibe .owl-item.active .slider-icon-1 {
    opacity: 1;
    -webkit-animation: swinging 2.5s ease-in-out forwards infinite;
    animation: swinging 2.5s ease-in-out forwards infinite
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(10deg)
    }
}

@keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

#post-404 {
    padding: 220px 20px 80px 20px;
    max-width: 1140px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    min-height: 1220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

#post-404 h2 {
    color: #565656;
    margin: 0px auto;
    max-width: 660px
}

#post-404 h2 + img + h2 {
    margin-bottom: 60px;
    max-width: 420px
}

#post-404 img {
    max-width: 100%
}

#post-404 a {
    text-decoration: underline
}

#post-404 a + a {
    margin: 0px 120px
}

#post-404 a + a + a {
    margin: 0px 0px
}

@media (max-width: 1024px) {
    #post-404 {
        padding: 100px 20px 80px 20px;
        min-height: 680px
    }

    #post-404 h2 + img + h2 {
        margin-bottom: 30px
    }

    #post-404 a {
        margin: 20px 0px;
        display: block
    }

    #post-404 a + a, #post-404 a + a + a {
        margin: 20px 0px
    }
}

@media (max-width: 660px) {
    #post-404 h2 {
        font-size: 24px;
        line-height: 28px
    }

    .app.drinks header.boost-main, .warrior.drinks header.boost-main {
        display: none
    }

    .app.drinks #search-filter, .warrior.drinks #search-filter {
        display: none
    }

    .app.drinks #main-filter, .app.drinks #main-filter-sections li.active, .warrior.drinks #main-filter, .warrior.drinks #main-filter-sections li.active {
        background-image: none;
        background-color: #92be49
    }

    .app.drinks #main-filter-sections li, .warrior.drinks #main-filter-sections li {
        background-color: #88b046
    }

    .app.drinks #main-filter, .warrior.drinks #main-filter {
        overflow-x: auto
    }

    .app.drinks #type, .warrior.drinks #type {
        width: 400px
    }

    .app.drinks #type li, .warrior.drinks #type li {
        width: 100px;
        float: left
    }

    .app.drinks #type li.crushed, .warrior.drinks #type li.crushed {
        margin-left: inherit
    }

    .app.drinks #benefits, .warrior.drinks #benefits {
        width: 640px
    }

    .app.drinks #benefits li, .warrior.drinks #benefits li {
        width: 100px;
        float: left
    }

    .app.drinks .main-filter-set li, .warrior.drinks .main-filter-set li {
        min-height: 115px
    }

    .app.drinks .scroll-hint, .warrior.drinks .scroll-hint {
        position: relative
    }

    .app.drinks .scroll-hint::after, .warrior.drinks .scroll-hint::after {
        content: " ";
        display: block;
        width: 100vw;
        height: 20px;
        left: 00px;
        bottom: 10px;
        background-image: url(../../img/scroll_hint.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        position: absolute;
        opacity: 0.6
    }

    .app.drinks #view-all-sidebar, .app.drinks .drink-info-box .nutrition-info, .app.drinks .og-expander-inner:after, .warrior.drinks #view-all-sidebar, .warrior.drinks .drink-info-box .nutrition-info, .warrior.drinks .og-expander-inner:after {
        background-image: none;
        background-color: #92be49
    }

    .app.drinks .drink-info-box .nutrition-info .tabs-nav a.active, .app.drinks .drink-info-box .nutrition-info .tabs-nav a:hover, .warrior.drinks .drink-info-box .nutrition-info .tabs-nav a.active, .warrior.drinks .drink-info-box .nutrition-info .tabs-nav a:hover {
        background-color: #88b046
    }

    .app.drinks .text-center, .app.drinks .footer, .warrior.drinks .text-center, .warrior.drinks .footer {
        display: none
    }
}

.warrior.drinks #main-filter, .warrior.drinks #main-filter-sections li.active {
    background-image: url(../../img/pink_bkg_texture.png);
    background-color: #f4a598
}

.warrior.drinks header.boost-main, .warrior.drinks .footer {
    display: block
}

.warrior.drinks #search-filter {
    display: block
}

.warrior.drinks h3.warrior-title {
    max-width: 760px;
    text-align: center;
    margin: 20px auto;
    font-weight: 600;
    padding: 0px 60px
}

.warrior.drinks #main-filter-sections li {
    background-color: #f4a598;
    background-image: none
}

@media (min-width: 769px) {
    .about-us .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .available-franchise .container {
        position: relative
    }

    .available-franchise ul li a.active {
        background-color: #71C722
    }

    .available-franchise ul li a.active + ul {
        position: absolute;
        display: block;
        width: 100%;
        left: 0px;
        margin-top: 20px
    }

    .available-franchise ul li a.active + ul li {
        width: 30%;
        margin: 5px 1%;
        text-align: left;
        min-height: 56px;
        padding: 0
    }
}

@media (min-width: 1025px) {
    .hide-desktop {
        display: none
    }
}

@media (max-width: 1024px) {
    header {
        position: absolute
    }

    .boost-main-content .drinks-container .preloader .spinner {
        height: 130px
    }

    .boost-guarantee-info .six, .contact-other-info .six {
        padding-left: 4%
    }

    .contact-other-info .six + .six {
        padding-right: 4%
    }

    .boost-guarantee-info .columns.img-block img {
        max-height: 460px;
        min-height: 460px
    }

    .boost-store-finder #boost-store-locator.hide-stores {
        height: 460px
    }

    .boost-store-finder .boostjuice-search {
        padding-top: 30px
    }

    .hide-mobile, img.hide-mobile {
        display: none
    }

    .sub-fold {
        padding-top: 0px;
        margin-bottom: 60px
    }

    #viber-member-full-view .sub-fold {
        margin-bottom: 0px
    }

    .footer .copyright a {
        display: block;
        text-decoration: none;
        margin: 15px 0px
    }
}

.around-the-world + .sub-fold {
    margin-bottom: 0px
}

@media (max-width: 1000px) {
    .mobeel-slider #mobeel .owl-item {
        padding: 0;
        opacity: 1
    }
}

@media (max-width: 980px) {
    .boost-awards-grid, .celebs-and-boost {
        width: 100%
    }

    .boost-awards-grid li, .celebs-and-boost li {
        width: 50%
    }

    .boost-awards-grid li p, .celebs-and-boost li p {
        font-size: 16px;
        line-height: 24px
    }

    .celebs-header .left, .celebs-header .right {
        float: none;
        width: 100%;
        text-align: center
    }

    .celebs-header .left h3, .celebs-header .left p, .celebs-header .right h3, .celebs-header .right p {
        margin: 15px
    }

    .boost-store-finder #boost-store-locator.hide-stores {
        height: 410px
    }

    .boost-store-finder .boostjuice-search {
        padding-top: 30px
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden
    }

    .hide-mobile-small, img.hide-mobile-small {
        display: none
    }

    .boost-guarantee-info.angle-invert {
        margin-bottom: 40px
    }

    .container {
        width: 100%
    }

    .half-angle-container .six {
        float: left;
        width: 54%
    }

    .half-angle-container .six + .six {
        width: 46%
    }

    h1 {
        font-size: 36px;
        margin-bottom: 16px
    }

    h2 {
        font-size: 34px;
        margin-bottom: 16px
    }

    h3 {
        font-size: 28px;
        margin-bottom: 16px
    }

    h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .container {
        padding: 0px 40px
    }

    .container.full {
        padding: 0px;
        width: 100%
    }

    .container.full img {
        width: 100%;
        display: block
    }

    .container .row {
        margin-bottom: 40px
    }

    .container .row.fix-content {
        margin: 0px
    }

    .container .row .gap-top {
        margin-top: 40px
    }

    .container .left-fix, .container .right-fix {
        padding: 0px 40px
    }

    .container .block-green-quote-full {
        margin: -40px 0px
    }

    .container .block-green-quote, .container .block-green-quote-full {
        margin-top: -40px;
        padding: 0px 40px;
        text-align: left
    }

    .container .block-green-quote blockquote, .container .block-green-quote-full blockquote {
        font-size: 26px;
        line-height: 34px;
        padding: 30px 0px
    }

    .container .block-green-quote:after, .container .block-green-quote-full:after {
        display: none
    }

    .sub-fold p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px
    }

    .sub-fold img {
        max-width: 260px
    }

    .sub-fold a.button {
        height: 42px;
        font-size: 18px;
        min-width: 220px;
        padding-left: 15px;
        padding-right: 35px;
        margin: 20px auto 0px auto;
        float: none
    }

    .sub-fold a.button:before {
        top: 16px
    }

    .sub-fold a.button:after {
        bottom: 16px
    }

    .sub-fold .six + .six a.button {
        float: none
    }

    #viber-member-full-view .sub-fold {
        margin-bottom: 0px
    }

    #vibe-welcome {
        margin-bottom: 0px
    }

    .mobile-nav {
        padding: 0px;
        min-height: inherit
    }

    .mobile-nav > ul > li {
        width: 100%;
        text-align: left;
        padding: 0px;
        background-color: #f5f5f5;
        margin: 0px 0px 2px;
        font-family: 'Crete Round', serif;
        font-style: italic;
        background-image: url("../../img/icon-mini-arrow-right.png");
        background-repeat: no-repeat;
        background-position: 95% 16px
    }

    .mobile-nav > ul > li.active {
        background-image: url("../../img/icon-mini-arrow-down.png")
    }

    .mobile-nav > ul > li a {
        color: #8c8c8c;
        margin: 0px;
        padding: 15px 20px;
        display: block
    }

    .mobile-nav > ul > li + li {
        border-left: none
    }

    .mobile-nav > ul > li > ul > li {
        text-align: left;
        border-top: 2px solid #fff;
        padding: 0px;
        margin-bottom: 0px;
        width: 100%
    }

    .mobile-nav > ul > li > ul > li a {
        padding: 15px 20px 15px 40px
    }

    .fix-content .mobile-nav h3 {
        margin-bottom: 30px
    }

    #popular-posts {
        padding: 0px;
        margin: 20px 0px 0px;
        padding-left: 0px
    }

    .around-the-world-info {
        padding-bottom: 40px
    }

    .around-the-world-info ul li {
        width: 100%
    }

    .getting-started {
        padding: 40px 0px 10px 0px;
        margin-bottom: 40px
    }

    .getting-started .container, .getting-started .row {
        padding-bottom: 0px;
        margin-bottom: 0px
    }

    .getting-started.white-bg:after {
        bottom: -30px
    }

    .getting-started ol {
        padding: 0px 20px;
        margin: 0px
    }

    .mobile-nav-expander.active ul {
        display: block
    }

    .mobile-nav-expander a {
        display: block
    }

    .mobile-nav-expander a ul {
        display: none
    }

    .video-box, .intro {
        margin-bottom: 80px
    }

    .available-franchise {
        background-color: #fff;
        color: inherit;
        background-image: none
    }

    .available-franchise ul {
        width: 100%
    }

    .available-franchise h3 {
        color: #7ac142
    }

    .available-franchise:after, .available-franchise:before {
        background-color: #fff;
        background-image: none;
        color: inherit
    }

    .available-franchise .container {
        height: auto !important
    }

    .contact-us-info {
        min-height: 400px
    }

    .contact-us-info .six {
        width: 100%;
        text-align: left
    }

    .contact-us-info .six + .six {
        padding: 0;
        margin: 30px 0px 0px;
        border-left: none
    }

    .boost-guarantee .container {
        width: 100%;
        padding: 0px;
        margin: 0px
    }

    .boost-guarantee .container .row {
        margin: 0px
    }

    .boost-guarantee .container img {
        width: 100%
    }

    .fix-content h3 {
        margin: 0px auto
    }

    .around-the-world-faq, .jobs-faq {
        padding-bottom: 20px
    }

    .main-fold-angle {
        margin-bottom: 20px
    }

    .inner-get-app .get-app {
        width: 100%;
        bottom: 100px;
        text-align: center
    }

    .contact-info {
        padding-bottom: 0px
    }

    .contact-info .six, .contact-info .six + .six {
        width: 100%;
        text-align: left;
        padding: 0px;
        margin: 0px;
        float: none;
        border: none
    }

    .contact-info .six + .six {
        margin-top: 30px
    }

    .contact-info:after {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    .boost-guarantee-info .six, .boost-guarantee-info .six + .six, .contact-other-info .six, .contact-other-info .six + .six {
        width: 100%;
        text-align: left;
        padding: 20px 20px 40px 20px;
        margin: 0px;
        float: none;
        border: none;
        background-color: #78c148
    }

    .boost-guarantee-info .six + .six, .contact-other-info .six + .six {
        position: relative
    }

    .boost-guarantee-info .six + .six:before, .contact-other-info .six + .six:before {
        content: "";
        position: absolute;
        width: 116%;
        height: 35px;
        margin-left: -7%;
        background-color: #78c148;
        top: -15px;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
        z-index: 0
    }

    .boost-guarantee-info .columns.img-block, .contact-other-info .columns.img-block {
        padding: 0px
    }

    .boost-guarantee-info .columns.img-block img, .contact-other-info .columns.img-block img {
        min-height: inherit;
        max-height: inherit
    }

    .boost-guarantee-info img, .contact-other-info img {
        display: block;
        max-width: 100%;
        min-height: inherit;
        max-height: inherit
    }

    .contact-us-info + .contact-other-info .six {
        background-color: #70b046
    }

    .contact-us-info + .contact-other-info .six + .six {
        background-color: #78c148;
        padding-bottom: 80px
    }

    .boost-guarantee-info .six, .boost-guarantee-info .six + .six {
        padding: 60px 15% 120px 40px
    }

    .boost-guarantee-info .six p, .boost-guarantee-info .six + .six p {
        margin-top: 0px
    }

    .message-from-janine {
        padding: 20px 20px 60px
    }

    .message-from-janine h3 {
        text-align: left;
        margin-bottom: 20px
    }

    .contact-us-info.combined-bottom {
        margin-top: -80px
    }

    .downloads ul {
        max-width: 360px
    }

    .sub-fold .get-app {
        top: -130px
    }

    .expander li div, .expander li::after {
        -webkit-transition: all 0s ease 0s;
        transition: all 0s ease 0s
    }

    .boost-store-finder #boost-store-locator.hide-stores {
        height: 390px
    }

    .boost-store-finder .boostjuice-search {
        padding-top: 30px
    }

    .boost-carousel.slider-around-the-world .owl-item div p {
        max-width: 235px;
        font-size: 22px;
        line-height: 28px
    }

    .boost-carousel.slider-around-the-world .owl-item div .slider-icon-2 {
        height: 80%
    }

    #blog-posts {
        margin-bottom: 0px
    }

    #blog-posts p + a, #blog-posts p + a:hover {
        text-decoration: none;
        background-color: #72b248;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 15px;
        border-radius: 5px
    }

    #blog-posts p {
        margin-bottom: 25px
    }

    .secret-bits ul {
        margin: 0px 0px 160px 0px
    }

    .secret-bits ul li {
        width: 31.32%
    }

    #blog-posts.inner {
        margin-bottom: 60px
    }
}

@media (max-width: 760px) {
    .container {
        margin-bottom: 40px
    }

    .half-angle-container .six {
        float: none;
        width: 100%
    }

    .half-angle-container .six + .six {
        width: 100%;
        min-height: inherit
    }

    .half-angle-container .six + .six img {
        width: 100%
    }

    .promo {
        margin-bottom: -60px
    }

    .block.half-angle-container.orange .half-angle::after, .block.half-angle-container.grey .half-angle::after {
        display: none
    }

    .block.half-angle-container.grey img {
        margin-top: 0px
    }

    .angle-bottom:after {
        display: none
    }

    #map {
        display: none
    }

    .sub-fold.flat-bottom:after {
        -webkit-transform: skewY(2deg);
        transform: skewY(2deg)
    }

    .corrent-locations {
        padding: 40px 0px 0px 0px;
        background-color: #fff
    }

    #blog-posts h2 {
        margin-top: 0
    }

    .boost-awards-grid, .celebs-and-boost {
        width: 100%
    }

    .boost-awards-grid li, .celebs-and-boost li {
        width: 100%
    }

    .boost-awards-grid li p, .celebs-and-boost li p {
        font-size: 16px;
        line-height: 24px
    }

    .secret-bits .container {
        margin-bottom: 0px
    }

    .boost-awards-grid li {
        min-height: 66vw
    }

    .sub-fold:after {
        bottom: -50px
    }
}

@media (max-width: 660px) {
    .boost-logo img {
        max-width: 100px;
        margin-top: 18px
    }

    .drinks div.token-input-dropdown {
        width: 86%
    }

    .secret-bits ul {
        margin: 0px 0px 160px 0px
    }

    .secret-bits ul li {
        width: 48%;
        font-size: 16px;
        padding-top: 6vw
    }

    .quick-expression {
        padding: 0px
    }

    .boost-store-finder .boostjuice-search {
        padding: 20px 0px 0px 0px
    }

    .boost-awards-grid {
        margin: 20px 0px 60px 0px
    }

    .gap-mobile {
        margin: 0px 20px
    }

    .footer {
        padding-bottom: 60px
    }

    .footer:before {
        top: -10px;
        margin-left: 40px
    }

    .footer .footer-nav ul li {
        display: block;
        float: none;
        margin: 5px 0px
    }

    .footer .footer-nav ul li a {
        display: block;
        padding: 10px;
        font-weight: 700
    }

    .boost-home .main-fold .container {
        padding: 0;
        margin-bottom: 0
    }

    .boost-home .main-fold .container .row {
        margin-bottom: 0
    }

    .boost-home .main-fold .container .six {
        max-width: 100%
    }

    .boost-home .main-fold .container .six img {
        max-width: 180px;
        margin-top: 60px;
        max-width: 55vw
    }

    .boost-home .main-fold .container .six a.button {
        margin-top: 30px
    }

    .boost-home .sub-container {
        margin-top: -20px
    }

    .promo {
        padding: 40px 0
    }

    .vibe-bkg {
        padding-top: 60px;
        min-height: 500px
    }

    .vibe-bkg img {
        max-width: 180px
    }

    .vibe-bkg:before {
        background-size: auto 100%
    }

    .testimonial-slider #testimonials .item p {
        max-width: 260px;
        margin: 20px auto
    }

    .testimonial-slider .owl-nav .owl-prev {
        left: 0
    }

    .testimonial-slider .owl-nav .owl-next {
        right: 0
    }

    .boost-guarantee-info .six, .contact-other-info .six {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .six.join-us {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .boost-guarantee-info .six + .six {
        padding-top: 20px;
        padding-bottom: 60px
    }

    .boost-guarantee-info .six + .six:before, .contact-other-info .six + .six:before {
        margin-left: -14%
    }

    .inner-get-app .get-app {
        bottom: 0px
    }

    .container {
        padding: 0px 20px
    }

    .container .left-fix, .container .right-fix {
        padding: 0px 20px
    }

    .container .block-green-quote, .container .block-green-quote-full {
        padding: 0px 20px
    }

    .franchise-info {
        padding: 0px
    }

    .franchise-info h3 {
        margin-top: 10px
    }

    .franchise-info:before {
        height: 60px;
        top: -50px
    }

    .mobeel-slider {
        min-height: 220px;
        padding: 20px 0px;
        margin-top: 0px;
        margin-bottom: 20px
    }

    .mobeel-slider #mobeel {
        margin: 0px
    }

    .mobeel-slider:before {
        top: -10px;
        width: 120%;
        left: -12%;
        height: 40px
    }

    #mobeel-form .boostform {
        width: 100%
    }

    #mobeel-form #progressbar {
        width: 80%
    }

    .sub-fold .get-app {
        padding-top: 15px;
        top: -120px
    }

    .footer {
        padding-top: 30px
    }

    .footer:before {
        top: -25px;
        height: 40px
    }

    .celebs-header a {
        display: block
    }

    .boost-carousel {
        height: 460px
    }

    .boost-carousel.slider-around-the-world .owl-item div p {
        max-width: 180px;
        font-size: 16px;
        line-height: 22px;
        top: 190px
    }

    .boost-carousel.slider-around-the-world .owl-item div .slider-icon-2 {
        height: 70%
    }

    .boost-carousel .owl-nav .owl-prev, .boost-carousel .owl-nav .owl-prev:hover {
        left: 0px
    }

    .boost-carousel .owl-nav .owl-next, .boost-carousel .owl-nav .owl-next:hover {
        right: 0px
    }

    .boost-carousel-vibe .owl-item div .slider-icon-1 {
        max-width: 60%
    }

    .testimonial-slider {
        margin-bottom: 60px
    }

    .suggest-a-location-form {
        margin: 20px auto
    }

    .iframe-class {
        min-width: 100%;
        max-width: 100%
    }

    #blog-posts.inner {
        margin-bottom: 20px
    }

    .getting-started h2 {
        margin-top: 0px
    }
}

@media (max-width: 460px) {
    body {
        font-size: 16px
    }

    p {
        line-height: 26px
    }

    h1 {
        font-size: 34px;
        margin-bottom: 16px
    }

    h2 {
        font-size: 28px;
        margin-bottom: 16px
    }

    h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    h4 {
        font-size: 16px;
        margin-bottom: 16px
    }

    .franchise-info:before {
        height: 50px;
        top: -40px
    }

    .testimonial-slider .owl-nav .owl-next, .testimonial-slider .owl-nav .owl-prev {
        width: 30px
    }

    #my-vibe #vibe-summary {
        margin-bottom: 0px
    }

    #viber-member-full-view .sub-fold:after {
        height: 40px;
        bottom: -20px
    }
}

@media (max-width: 320px) {
    .franchise-info:before {
        height: 40px;
        top: -30px
    }

    .vibe-bkg {
        min-height: 460px;
        padding-top: 80px
    }
}

.main-fold {
    padding: 0;
    margin-bottom: -100px;
    min-height: 32vw;
    background-size: 100%;
    background-position-y: 30px
}

.main-fold-angle {
    background-size: 100%
}

.welcome {
    padding: 200px 0;
    background-size: cover
}

.boy_beach {
    background-image: url("../../img/banners/boy_beach_desktop.jpg")
}

.friends_side {
    background-image: url("../../img/banners/home_page_cover_image_desktop.jpg")
}

.pineapples_bike {
    background-image: url("../../img/banners/pineapples_bike_desktop.jpg")
}

.friends_backs {
    background-image: url("../../img/banners/home_page_cover_image_desktop.jpg")
}

.banner-find-us {
    background-image: url("../../img/banners/large_desktop_find_us_page.jpg")
}

.banner-own-a-boost {
    background-image: url("../../img/banners/guys_sofa_desktop.jpg")
}

.banner-about-boost {
    background-image: url("../../img/banners/pineapple_heads_desktop.jpg")
}

.banner-contact {
    background-image: url("../../img/banners/grass_girls_desktop.jpg")
}

.banner-health {
    background-image: url("../../img/banners/surfers_beach_desktop.jpg")
}

.banner-promo {
    background-image: url("../../img/banners/promo_desktop.jpg")
}

.around-the-world {
    background-image: url("../../img/banners/group_international_desktop.jpg")
}

.around-the-world-inner {
    background-image: url("../../img/banners/friends_laneway_desktop.jpg");
    margin-bottom: -2vw
}

.banner-news {
    background-image: url("../../img/banners/large_desktop_news_page.jpg")
}

.banner-drinks {
    background-image: url("../../img/banners/large_desktop_drink_page.jpg");
    margin-bottom: -10vw
}

.available-opportunities {
    background-image: url("../../img/banners/surfer_combi_desktop.jpg")
}

.work-for-boost {
    background-image: url("../../img/banners/large_desktop_work_at_boost.jpg")
}

.vibe-banner-bkg {
    background-image: url("../../img/banners/group_laneway_desktop.jpg")
}

.boost-mobeel {
    background-image: url("../../img/banners/friends_festival_desktop.jpg")
}

.banner-worrior {
    background-image: url("../../img/banners/warrior_desktop.jpg");
    margin-bottom: -10vw
}

@media (max-width: 1440px) {
    .main-fold {
        min-height: 47vw;
        background-position-y: 40px
    }

    .welcome {
        background-size: 100%;
        min-height: 64vw;
        padding: 180px 0px 12vw 0px
    }

    .welcome img {
        max-width: 260px
    }

    .boy_beach {
        background-image: url("../../img/banners/boy_beach_desktop_small.jpg")
    }

    .friends_side {
        background-image: url("../../img/banners/home_page_cover_image_desktop_small.jpg")
    }

    .pineapples_bike {
        background-image: url("../../img/banners/pineapples_bike_desktop_small.jpg")
    }

    .friends_backs {
        background-image: url("../../img/banners/home_page_cover_image_desktop_small.jpg")
    }

    .banner-find-us {
        background-image: url("../../img/banners/small_desktop_find_us_page.jpg");
        min-height: 46vw
    }

    .banner-about-boost {
        background-image: url("../../img/banners/pineapple_heads_desktop_small.jpg");
        min-height: 45vw
    }

    .banner-own-a-boost {
        background-image: url("../../img/banners/guys_sofa_desktop_small.jpg")
    }

    .banner-contact {
        background-image: url("../../img/banners/grass_girls_desktop_small.jpg")
    }

    .banner-health {
        background-image: url("../../img/banners/surfers_beach_desktop_small.jpg")
    }

    .banner-promo {
        background-image: url("../../img/banners/promo_desktop_small.jpg")
    }

    .around-the-world {
        background-image: url("../../img/banners/group_international_desktop_small.jpg")
    }

    .around-the-world-inner {
        background-image: url("../../img/banners/friends_laneway_desktop_small.jpg");
        margin-bottom: -5vw
    }

    .banner-news {
        background-image: url("../../img/banners/small_desktop_news_page.jpg")
    }

    .banner-drinks {
        background-image: url("../../img/banners/small_desktop_drink_page.jpg");
        margin-bottom: -14vw
    }

    .available-opportunities {
        background-image: url("../../img/banners/surfer_combi_desktop_small.jpg")
    }

    .work-for-boost {
        background-image: url("../../img/banners/small_desktop_work_at_boost.jpg")
    }

    .vibe-banner-bkg {
        background-image: url("../../img/banners/group_laneway_desktop_small.jpg")
    }

    .boost-mobeel {
        background-image: url("../../img/banners/friends_festival_desktop_small.jpg")
    }

    .banner-worrior {
        background-image: url("../../img/banners/warrior_small.jpg");
        margin-bottom: -14vw
    }

    .main-fold-angle {
        min-height: 35vw
    }
}

@media (max-width: 1024px) {
    .main-fold {
        min-height: 56vw;
        background-position-y: 0px
    }

    .main-fold-angle {
        min-height: 40vw
    }

    .welcome {
        padding: 10vw 0px 0px 0px;
        min-height: 70vw;
        background-size: 100%;
        height: 70vw
    }

    .welcome img {
        max-width: 25vw
    }

    .boy_beach {
        background-image: url("../../img/banners/boy_beach_tablet.jpg")
    }

    .friends_side {
        background-image: url("../../img/banners/home_page_cover_image_tablet.jpg")
    }

    .pineapples_bike {
        background-image: url("../../img/banners/pineapples_bike_tablet.jpg")
    }

    .friends_backs {
        background-image: url("../../img/banners/home_page_cover_image_tablet.jpg")
    }

    .banner-find-us {
        background-image: url("../../img/banners/tablet_find_us_page.jpg")
    }

    .banner-about-boost {
        background-image: url("../../img/banners/pineapple_heads_tablet.jpg")
    }

    .banner-own-a-boost {
        background-image: url("../../img/banners/guys_sofa_tablet.jpg")
    }

    .banner-contact {
        background-image: url("../../img/banners/grass_girls_tablet.jpg")
    }

    .banner-health {
        background-image: url("../../img/banners/surfers_beach_tablet.jpg")
    }

    .banner-promo {
        background-image: url("../../img/banners/promo_tablet.jpg")
    }

    .around-the-world {
        background-image: url("../../img/banners/group_international_tablet.jpg")
    }

    .around-the-world-inner {
        background-image: url("../../img/banners/friends_laneway_tablet.jpg");
        margin-bottom: -5vw
    }

    .banner-news {
        background-image: url("../../img/banners/tablet_news_page.jpg")
    }

    .banner-drinks {
        background-image: url("../../img/banners/tablet_drink_page.jpg");
        margin-bottom: -22.5vw
    }

    .available-opportunities {
        background-image: url("../../img/banners/surfer_combi_tablet.jpg")
    }

    .work-for-boost {
        background-image: url("../../img/banners/tablet_work_at_boost.jpg")
    }

    .vibe-banner-bkg {
        background-image: url("../../img/banners/group_laneway_tablet.jpg")
    }

    .boost-mobeel {
        background-image: url("../../img/banners/friends_festival_tablet.jpg")
    }

    .banner-worrior {
        background-image: url("../../img/banners/warrior_tablet.jpg");
        margin-bottom: -22.5vw
    }
}

@media (max-width: 660px) {
    .main-fold {
        margin-bottom: 0;
        min-height: 59vw
    }

    .main-fold-angle {
        min-height: 56vw
    }

    .welcome {
        min-height: 142vw;
        height: auto
    }

    .boy_beach {
        background-image: url("../../img/banners/boy_beach_mobile.jpg")
    }

    .friends_side {
        background-image: url("../../img/banners/home_page_cover_image_mobile.jpg")
    }

    .pineapples_bike {
        background-image: url("../../img/banners/pineapples_bike_mobile.jpg")
    }

    .friends_backs {
        background-image: url("../../img/banners/home_page_cover_image_mobile.jpg")
    }

    .banner-find-us {
        background-image: url("../../img/banners/mobile_find_us_page.jpg");
        min-height: 54vw
    }

    .banner-own-a-boost {
        background-image: url("../../img/banners/guys_sofa_mobile.jpg")
    }

    .banner-about-boost {
        background-image: url("../../img/banners/pineapple_heads_mobile.jpg");
        min-height: 54vw
    }

    .banner-contact {
        background-image: url("../../img/banners/grass_girls_mobile.jpg")
    }

    .banner-health {
        background-image: url("../../img/banners/surfers_beach_mobile.jpg")
    }

    .banner-promo {
        background-image: url("../../img/banners/promo_mobile.jpg")
    }

    .around-the-world {
        background-image: url("../../img/banners/group_international_mobile.jpg")
    }

    .around-the-world-inner {
        background-image: url("../../img/banners/friends_laneway_mobile.jpg")
    }

    .banner-news {
        background-image: url("../../img/banners/mobile_news_page.jpg")
    }

    .banner-drinks {
        background-image: url("../../img/banners/mobile_drink_page.jpg");
        margin-bottom: -16vw
    }

    .available-opportunities {
        background-image: url("../../img/banners/surfer_combi_mobile.jpg")
    }

    .work-for-boost {
        background-image: url("../../img/banners/mobile_work_at_boost.jpg")
    }

    .vibe-banner-bkg {
        background-image: url("../../img/banners/group_laneway_mobile.jpg");
        min-height: 58vw
    }

    .boost-mobeel {
        background-image: url("../../img/banners/friends_festival_mobile.jpg");
        min-height: 54vw
    }

    .banner-worrior {
        background-image: url("../../img/banners/warrior_mobile.jpg");
        margin-bottom: -16vw
    }
}

@media (max-width: 460px) {
    .vibe-banner-bkg {
        min-height: 62vw
    }
}

@-moz-document url-prefix() {
    .main-fold {
        background-size: cover !important
    }
    #autocomplete-box #boostjuice-search-btn {
        margin: 3px;
        right: 4px
    }
}

/*# sourceMappingURL=maps/boostjuice.css.map */
