.image_hover {
    background-color: #010A35;
}

.grid_item {
    position: relative;
    width: 100%;
    height: 24.33vw;
    max-height: 215px;
    min-height: 215px;
    background-color: #010A35;
}

.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 .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;
    }
}

.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 p {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 5px;
    width: 85%;
    line-height: 18px;
}

.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;
}

.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);
}

.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%;
}

.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: block;
    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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.available-franchise p {
    font-size: 22px;
    line-height: 32px;
}

.boost-carousel {
    z-index: 1000;
    height: 560px;
    position: relative;
}

.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;
    }
}

.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 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,
    .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;
    }
    .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;
    }
}

@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;
    }
}

@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;
    }
}

@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 */