@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,800');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body, html {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

p {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.5; 
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    line-height: 1.3;
}
.txt_white_shadow {
    text-shadow: 2px 2px 3px  #FFF;
}
.txt_black_shadow {
    text-shadow: 2px 2px 3px  #000;
}


/* ******************************************************************* */
/* ******************************************************************* */
/* INTRO */
/* ******************************************************************* */
/* ******************************************************************* */

.customership_intro {
    display: block;
	background-color: #FFF;
	background-image: url(../img/bg/opportunity/bg-balance.jpg);
	background-size: cover;
	background-position: bottom left;
	background-repeat: none;
	height: auto;
	position: relative;
	margin-top: -100px;
	text-align: center;
	padding: 50% 0 0;	
}
.customership_intro_txt {
	position: absolute;
	top:25%;
	right: 7%;
	width: 35%;
	text-align: center;
	color: #000;
	padding-bottom: 40px;
}
.customership_intro_txt h1 {
	font-weight: 800; 
	font-size: 28px;
	text-transform: uppercase; 
	line-height: 1.2; 
}

.customership_intro_txt h2 { 
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5; 
}

/* ******************************************************************* */
/* ******************************************************************* */
/* PREMIUM */
/* ******************************************************************* */
/* ******************************************************************* */
.premium_intro2 {
	background: top right url(../img/bg/customerships/bg_premium_intro.jpg) no-repeat;
	background-size: cover;
	margin: -200px 0px 0px 0px;
	padding: 200px 0 0 0;
	min-height: 1000px;
}
	.premium_intro_txt2 h2 {
		font-weight: 300;
		line-height: 1.3;
	}
    .premium_intro_txt2 p {
        font-size: 1.4em;
        font-weight: 300;
        line-height: 1.5; 
    }
    
.premium_intro {
	position: relative;
	clear: both;
	margin: 10px 0px 0px 0px;	
    padding: 0;
	overflow: hidden;
    background: #343334;
}
.premium_intro_txt {
	color: #FFF;
	padding: 20px;
	display: block;
	width: 90%;
	max-width: 700px;
	margin: 10% auto 0 auto;
	z-index: 2;
    text-align: center;
}
.premium_intro_txt hr {
    margin: 40px auto;
    width: 55%;
}
.premium_img_welcome { 
    display: block;
    width: 50%; 
    margin: 10px auto;
}
.premium_intro_img {
    text-align: right;
}
.premium_intro_txt h3 {
    text-transform: uppercase;
    font-size: 3rem;
}
.premium_intro_txt h5 {
    font-size: 24px;
}
.premium_intro_txt p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5; 
    text-align: center;
}

.premium_contract {
	background: bottom left url(../img/bg/customerships/bg_premium_subscriptions.jpg) no-repeat;
	background-size: cover;
    color: #FFF;
}
.premium_contract img {
	width: auto;
	height: 100%;
	max-height: 20px;
    margin: 5px auto 0px auto;
}
.premium_features img {
    height: 30px;
    width: auto;
}
.premium_features ul {
    list-style: none;
}
.premium_features ul li:before {
    list-style-type: "\F26A";
    content: "\F26A";
    font-family: bootstrap-icons !important;
    margin-right: 10px;
}

.premium_benefits_mobile { display: none;}
.premium_benefits {
    background: #69b5b7;
	background-size: cover;
}

@media (max-width: 1400px) { 
    .premium_benefits h2 { font-size: 2rem;}
    .premium_benefits p { font-size: 1.2rem;}
}
@media (max-width: 1300px) { 
    .premium_benefits h2 { font-size: 1.6rem;}
    .premium_benefits p { font-size: 1.1rem;}
}
@media (max-width: 1200px) { 
    .premium_features img {
        height: 20px;
        width: auto;
    }    
}
@media (max-width: 992px) { 
    .premium_benefits {
        min-height: none;
    }
    .premium_benefits .vh-100 {
        height: auto;

    }
    .premium_intro2 {
        margin: 0;
        padding: 0;
        min-height: 768px;
        height: 50vh!important;
    }
	.premium_benefits_mobile {
		display: block;
	}
	.premium_benefits {
		background-image: none;
		background: #6ab5b8;
	}
}

@media (max-width: 768px) { 
    .premium_intro2 {
        height: auto!important;
    }
}
/* ******************************************************************* */
/* ******************************************************************* */
/* Nutritional components */
/* ******************************************************************* */
/* ******************************************************************* */

.components {
    margin: 7% auto 50px auto;
    width: 90%;
    max-width: 900px;
}
.components img { margin: 0 auto; }
.components h2 {
    text-align: center;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 1.4;
}
.components .row {
    margin-top: 40px;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* VIDEO */
/* ******************************************************************* */
/* ******************************************************************* */

.avp {
    margin-top: 10%;
    margin-bottom: 10%;
}
.avp_txt {
	margin-top: 15%;
	width: 75%;
	padding: 0 40px;
}

.avp img {
    padding-right: 50px!important;
}
.avp_txt p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5; 
    text-align: center;
}
.avp_txt .btn-promo:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #00baff;
}

.btn-promo {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 20px;
	width: 150px;
	color: #FFF;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
}
.btn-promo:hover { color: #CCC; }

/* ******************************************************************* */
/* ******************************************************************* */
/* VIP slider */
/* ******************************************************************* */
/* ******************************************************************* */

.caption1 {
    left: 53%;
    width: 36%;
    top: 33%;
}
.caption1 h1 {
    font-size: 2.6vw;
    color: #000;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: none;
}

.caption2 {
    left: 10%;
    width: 50%;
    top: 35%;
}
.caption2 h1 {
    font-size: 2.6vw;
    color: #000;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: none;
}

.caption3 {
    left: 15%;
    width: 70%;
    top: 15%;
    /*
    background-color: rgba(0, 0, 0, 0.8);
    */
    height: 200px;
}
.caption3 h1 {
    font-size: 2.6vw;
    color: #FFF;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1)!important;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: none;
}

/* ******************************************************************* */
/* ******************************************************************* */
/* VIP join */
/* ******************************************************************* */
/* ******************************************************************* */


.vip_join {
    width: 90%;
    margin: 50px auto;
    text-align: center;
}
.vip_join h2 {
	font-weight: 800; 
	font-size: 28px;
	text-transform: uppercase; 
	line-height: 1.2; 
}
.vip_join p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5; 
}
.vip_join .row {
    margin-top: 40px;
}
.vip_join h3 {
  font-size: 1.6vw;
/*  font-size: 18px;*/
    font-weight: 300;
    line-height: 1.4;
}
.btn-join {
    margin-top: 20px;
    border-radius: 0;
    padding: 10px 20px;
}
.vip_join .container {
    margin: 50px auto;
    width: 90%;
    max-width: 700px;
}
.vip_join img {
    margin: 30px auto 40px auto;
}

.btn-joinvip {
    border-radius:  0;
    background: #fcb212;
    color: #FFF;
    border: 1px solid #fcb212;
    margin-top: 10px;
}
.btn-joinvip:hover {
    background: #FFF;
    color: #666;
    border: 1px solid #fcb212;
}
/* ******************************************************************* */
/* ******************************************************************* */
/* Preferred Customer */
/* ******************************************************************* */
/* ******************************************************************* */

.preferred_customer {
    margin-top: 10px;
	background-image: url(../img/bg/customerships/bg-preferredcustomer4.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: none;
	height: auto;
	position: relative;
	text-align: center;
	padding: 55% 0 0;	
}
.preferred_customer_txt {
	position: absolute;
	top:15%;
	right: 10%;
    width: 35%;
	text-align: center;
	color: #000;
}
.preferred_customer_txt h2 {
	font-weight: 800; 
	font-size: 28px;
	text-transform: uppercase; 
    line-height: 1.2; 
    color: #000;
}
.preferred_customer_txt p { 
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5; 
}

.preferred_customer_txt .btn-promo:hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #c661a5;
}


.ordering {
    text-align: center;
}
.ordering { max-width: 1000px; margin: 0px auto; padding-top: 5%; }
.ordering a { color: #337ab7!important; }
.ordering a:hover { color: #666!important; text-decoration: underline; }
.ordering p { color: #666; text-align: center!important; }
.ordering .fa { color: #666; font-size: 50px; margin-bottom: 10px; }

.modal {
	top: 150px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 2000px) {  
    .customership_intro_txt h1, .vip_join h2,
    .preferred_customer_txt h2 { font-size: 3em; }
    .customership_intro_txt h2, .vip_txt p,
    .avp_txt p, .vip_join p, .preferred_customer_txt p { font-size: 26px; }
    .btn-promo, .btn-joinvip { margin: 20px 0px; font-size: 18px; }
    .item img { width: 100%; }
    .vip_join .container, { max-width: 800px; }
}
/* Large devices (desktops, smaller than 992px) */
@media (max-width: 1200px) {  
    .premium_intro_txt {
        margin-top: 5%;
    }
}


@media (max-width: 992px) { 
    .wellbeing {
        height: 50vh!important;
        max-height: auto;
    }
    .premium_intro2 {
        background: bottom center url(../img/bg/customerships/bg_premium_intro_mobile.jpg) no-repeat;
        background-size: cover;
    }
    .premium_intro_txt {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .customership_intro { margin-top: 0; }
    .customership_intro_txt { top: 10%; width: 40%; right: 5%; }
    .customership_intro_txt h1 { font-size: 16px; padding: 0; margin: 0 0 10px 0; }
    .customership_intro_txt h2 { font-size: 16px; padding: 0; margin: 0 0 10px 0; }
    
    .vip_packs h2 { font-size: 16px; }
    .vip_packs h3, .vip_packs h5 { font-size: 14px; }

    .components .col-xs-3 { width: 24%; text-align: center; font-size: 14px;  }
    .components h2 { font-size: 16px; }

    .body_video_txt { margin-top: 10%; }
    .body_video_txt { font-size: 14px; }
    
    .caption1 { top: 25%; }

    .vip_join .row { margin-top: 0; }   
    .vip_join img {
        margin: 0 auto 10px auto;
        padding: 0;
    }
    .vip_join h2 { font-size: 18px; }
    .vip_join h3 { 
        font-size: 16px; 
        margin: 0;
        padding: 0;
    }
    .vip_join p { font-size: 14px; }
    .vip_join .container { width: 70%; }
    .btn-joinvip, .btn-promo { font-size: 14px; }
    .preferred_customer_txt { top: 15%; }
    .preferred_customer_txt h2 { font-size: 18px; }
    .preferred_customer_txt p { font-size: 16px; }
    
    h1, h2, .premium_intro_txt2 h2 { font-size: 22px; }
    h3, h4 { font-size: 20px; }
    h5, p, .premium_intro_txt2 p {font-size: 18px;}

}

/* Medium devices (tablets, smaller than 768px) */
@media (max-width: 768px) {  
    .wellbeing {
        height: 40vh!important;
        max-height: auto;
    }
    .contracts .row-eq-height {
        display: block;        
    }
    .customership_intro {
        background-repeat: no-repeat;
        background-position-x: -50px;
    }
    .customership_intro_txt { 
        top: 10%;
        width: 50%; 
        right: 5%;
		background: rgba(255, 255, 255, 0.4);
		padding: 10px 20px 0px 40px;
    }
    .customership_intro_txt h2 { font-size: 14px; }

    .vip_txt { width: 96%; }
    .vip_packs { margin: 40px auto 40px; }    
    .components .col-xs-3 { width: 48%; text-align: center; }
    .preferred_customer_txt { top: 10%; width: 45%; }
    .preferred_customer_txt h2 { font-size: 16px; }
    .preferred_customer_txt p { font-size: 14px; }

    .caption3 { height: 150px; }

}

/* Small devices (landscape phones, smaller than 576px) */
@media (max-width: 660px) {
    .premium_features ul li { font-size: 14px; }
  
    .customership_intro {
        padding: 90% 0 0;	
        background-repeat: no-repeat;
        background-position-x: 0px;
    }
    .customership_intro_txt { 
        top: 5%;
        width: 90%; 
        right: 5%;
        left: 5%;
		padding: 10px 20px 0px 40px;
		background: rgba(255, 255, 255, 0.6);
    }
    .avp_txt {
        width: 96%;
    }
    .avp img { padding: 0!important;}
    .vip_packs .col-xs-12 {
        float: none;
        width: 90%;
        margin: 10px auto 20px auto;
    }
    .vip_packs h2, .vip_packs h3 {
        padding: 0;
        margin: 10px 0px 0px 0px;
    }
    .vip_packs h5 { margin-top: 10px; }
    .components { width: 96%; }
    .components img { width: 90%; margin: 10px auto; }
    .components .col-xs-3 {               
        width: 49%;
		font-size: 12px;
        text-align: center;
        word-wrap: break-word;
    }
    .body_video .col-xs-12 {
        float: none!important;
        width: 96%;
        margin: 0 auto;
    }
    .videobox {
        width: 100%;
        margin: 0;
    }
    .body_video img {
        padding-right: 0!important;
        width: 100%;
    }
    .body_video_txt {
        width: 96%;
        margin: 10px auto;
    }
    .body_video_txt h2 { 
        font-size: 14px; 
        padding: 0;
        margin: 0 0 10px 0;
    }
    .btn-promo { 
        width: 100px;
        font-size: 14px; 
        padding: 10px 20px;
    }
	.carousel-indicators { display: none;}
	.carousel-inner { padding-bottom: 75px;  }
	.carousel-control {
		clear: both;
		top: auto!important;
		bottom: 0px;
		display: block;
		border-radius: 0;
		width: 49%!important;
		width: auto;
        margin: 50px 0px 20px 0px;
        background: #333!important;
        opacity: 1;
		height: 50px;
	}
	.carousel-control span.glyphicon {
		color: #FFF!important;
		font-size: 25px!important;
	}
    .caption1 {
        top: 10%;
        width: 45%;
    }
    .caption1 h1, .caption2 h1, .caption3 h1 { font-size: 14px; }
    .caption2 { top: 15%; }
    .caption3 { 
        height: 100px; 
        margin: 0;
        padding: 0px 20px;
    }
    .vip_join img {
        margin: 20px auto 10px auto;
        padding: 0;
    }
    .vip_join .container {
        width: 96%;
    }
    .btn-joinvip {
		white-space: normal;
    }
    .preferred_customer {
        padding: 0px 20px 20px 20px;
        position: relative;	
    }
    .preferred_customer_txt {
        width: 96%;
        left: auto;
        right: auto; 
        position: relative;
		background: rgba(255, 255, 255, 0.6);
		padding: 20px 20px 10px 20px;
    }
    .preferred_customer_txt h2 { margin: 0 0 10px 0; padding: 0; }
    .preferred_customer_txt p { margin: 0 0 10px 0; padding: 0; }
    .btn-promo {
        width: auto;
		white-space: normal;
        word-wrap: break-word;
    }
}

@media (max-width: 480px) {  
    .customership_intro { 	padding: 130% 0 0; }
}.video-container {
	position: absolute;
	top: 0;
	z-index: -1;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: fill;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}