body, html {
	overflow-x: hidden;
	width: 100%;
}
.breadcrumb {
display:none;
}
#main {
    margin-top:0px;
}
.MyContent {
	width: 100%;
	display: block;
	position: relative;
	max-width: 1250px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	text-align: center;
	margin-bottom:40px;
}
.MyContent * {
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
.MyContent .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.MyContent h1 {
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width:1023px) {
.MyContent h1 {
font-size: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width:761px) {
.MyContent h1 {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	font-size: 35px;
}
}
/***************************************/

.MyContent .BtnLink a{
	text-align: center;
	background-color: #FFF;
	display: inline-block;
	color: #000;
	padding: 13px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	border: 2px solid #e5e5e5;
	min-width: 16px;
	margin-top: 20px;
}

@media only screen and (max-width:761px) {
.MyContent .BtnLink {
	display: block;
	white-space: nowrap;
}
}
/*-------------------------------------------*/
.MyContent #Block-HEADER {
	margin: 0px;
	position: relative;
	font-size: 0;
	width:2000px;
	margin-left:-375px;
	display: block;
}
.MyContent #Block-HEADER img {
	display: block;
	position:relative;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}


@media only screen and (max-width:1249px) {
.MyContent #Block-HEADER {
	width:160%;
	margin-left:-30%;
	max-width:2000px;
}
.MyContent #Block-HEADER img{
	display: block;
	position:relative;
	max-width:100%;
	
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-HEADER {
	width:200%;
	margin-left:-50%;
	max-width:2000px;
	
}
}



/*--------------------------------------------*/
.MyContent #Block-HEADER-TITLE  {

	width:2000px;
	margin-left:-375px;
	display: block;
}



@media only screen and (max-width:1249px) {
.MyContent #Block-HEADER-TITLE {
	width:160%;
	margin-left:-30%;
		max-width:1600px;
}

}

@media only screen and (max-width:1023px) {
.MyContent #Block-HEADER-TITLE {
	width:100%;
	margin-left:0%;
	margin-top:40px;
	margin-bottom:40px;
}
	
}
@media only screen and (max-width:761px) {
.MyContent #Block-HEADER-TITLE {
	background-image:url(img/background.jpg);
	background-size:cover;
}
	
}

.MyContent #Block-HEADER-TITLE img {
	display: block;
	position:relative;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width:1023px) {
.MyContent #Block-HEADER-TITLE img {
	width:160%;
	margin-left:-30%;
	max-width:1600px;
}
	
.MyContent #Block-HEADER-TITLE h1 {
	font-size: 40px;
	margin: 0;
}
}

@media only screen and (max-width:761px) {
.MyContent #Block-HEADER-TITLE img {
	display:none;
}

}
@media screen and (max-width: 761px) {
.MyContent #Block-HEADER-TITLE h1 {
	font-size: 35px;
	padding-top: 10px;
}
}

.MyContent #Block-HEADER-TITLE .FloatingBox {
	display:block;
	border:#952d51 10px solid;
	background-color:#FFF;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	padding:30px;
	max-width:850px;
	width:100%;
}
@media only screen and (max-width:1023px) {
	.MyContent #Block-HEADER-TITLE .FloatingBox {
	padding:30px;
	max-width:450px;
	width:100%;
}
}
@media only screen and (max-width:761px) {
	.MyContent #Block-HEADER-TITLE .FloatingBox {
	position:relative;
	top:auto;
	left:auto;
	-webkit-transform:none;
	transform:none;
	padding:20px;
	max-width:850px;
	width:calc(100% - 100px);
		margin-left:auto;
	margin-right:auto;
}

}

.MyContent #Block-HEADER-TITLE p.Text {
	color: #000;
	font-size: 18px;
	line-height: 1.4em;
	margin:20px;
	margin-top:15px;
	margin-bottom:40px;
}
@media only screen and (max-width:761px) {
	
.MyContent #Block-HEADER-TITLE p.Text {

	margin-bottom:20px;
}
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li{
	display:inline-block;
	padding:0;	
	font-size:18px;
	font-family:ClarinsRegular, Clarins;
	margin:10px;
}
@media only screen and (max-width:761px) {
	.MyContent #Block-HEADER-TITLE .FloatingBox ul li{
	margin:5px;
}
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li span.num{
	margin-top:10px;
	display:block;
	margin:0;
	padding:0;	
	font-size:22px;
	height:80px;
	width:80px;
	line-height:80px;
	background-size:contain;
	background-repeat:no-repeat;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(1){
color:#f95172;
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(2){
color:#ff623d;
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(3){
color:#b10d55;
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(1) span.num{
color:#f95172;	background-image:url(img/stat-1.png);
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(2) span.num{
color:#ff623d;	background-image:url(img/stat-2.png);
}
.MyContent #Block-HEADER-TITLE .FloatingBox ul li:nth-child(3) span.num{
color:#b10d55;	background-image:url(img/stat-3.png);
}
.MyContent #Block-HEADER-TITLE .BtnLink a{
	text-align: center;
	background-color: #FFF;
	display: inline-block;
	color: #000;
	padding: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	border: 2px solid #e5e5e5;

}

.MyContent #Block-HEADER-TITLE .Mentions{

	padding:0;
	color: #000;
	font-size: 10px;
	line-height: 10px;
	margin:20px;
	margin-top:40px;
	margin-bottom:0px;
}
@media only screen and (max-width:761px) {
	.MyContent #Block-HEADER-TITLE .Mentions{
	margin-top:20px;

}
}
/*-------------------------------------------*/
.MyContent #Block-INGREDIENTS {


}

.MyContent #Block-INGREDIENTS h1{

}
.MyContent #Block-INGREDIENTS .jcarousel{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;

}
.MyContent #Block-INGREDIENTS .jcarousel li{
border:0px solid;
}	
	
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS .jcarousel{
	padding-bottom:40px;

}	
	
}
.MyContent #Block-INGREDIENTS .Text{
	padding:0;
	position:relative;
	font-size:18px;

	margin-bottom:40px;
	margin-top:15px;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS .Text{
max-width:760px;
	margin:20px;
	width:calc(100% - 40px);

}	
}
.MyContent #Block-INGREDIENTS ul{
	margin:0;
	padding:0;
	list-style:none;
	
}
.MyContent #Block-INGREDIENTS ul li{
	display:inline-block;
	padding:0;	
    min-height: 450px;
    position: relative;
}
@media only screen and (max-width:1024px) {
.MyContent #Block-INGREDIENTS ul li{
   min-height: 470px;
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS ul li{
    min-height: 280px;
}
}
.MyContent #Block-INGREDIENTS ul li img{
	display:block;
	margin-left:auto!important;
	margin-right:auto!important;
	width:auto!important;
	float:none!important;
	
}
@media only screen and (max-width:1024px) {
.MyContent #Block-INGREDIENTS ul li img{
	width:200px!important;
	position: absolute;
	bottom: 0;
	left:calc(50% - 100px);
}

}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS ul li img{
	width:150px!important;
	left:calc(50% - 75px);
}

}
.MyContent #Block-INGREDIENTS ul li .IngredientBlock {
    display: inline-block;
    padding: 0;
    width: 280px;
	width:320px;
    vertical-align: top;
    position: absolute;
    left: calc(50% - 160px);
    bottom: 0;
}
@media only screen and (max-width:1024px) {
.MyContent #Block-INGREDIENTS ul li .IngredientBlock {
    width: 240px;
	left: calc(50% - 120px);
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS ul li .IngredientBlock {
 
}	
}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS .jcarousel-pagination{
display:block;
bottom:0;

}	
}
.MyContent #Block-INGREDIENTS p{
	margin:0;
position:relative;
}
@media only screen and (max-width:1024px) {
.MyContent #Block-INGREDIENTS p:first-child{
	min-height:316px;
}
.MyContent #Block-INGREDIENTS p:last-child{
	min-height:130px;
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-INGREDIENTS p:first-child{
	min-height:10px;
}
.MyContent #Block-INGREDIENTS p:last-child{
	min-height:10px;
}
}
.MyContent #Block-INGREDIENTS .Title{
	margin:0;
	color:#952d51;
	display:block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}


/*-------------------------------------------*/
@media only screen and (max-width:761px) {
.MyContent #Block-END{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-direction:column-reverse;
	flex-direction:column-reverse;
	-webkit-align-items:center;
	align-items:center;
}
}

.MyContent #Block-HOWTOAPPLY{
	max-width:600px;
	width:100%;
	vertical-align:top;
	display:inline-block;
	margin-top:80px;
}

@media only screen and (max-width:1249px) {
.MyContent #Block-HOWTOAPPLY  {
	margin-left: 0;
	width: 100%;
	max-width:500px;
}
}
@media only screen and (max-width:1024px) {
	.MyContent #Block-HOWTOAPPLY{

	margin-top:0px;
	
}
}

@media only screen and (max-width:761px) {
	.MyContent #Block-HOWTOAPPLY{

	margin-top:20px;
	
}
}
.MyContent #Block-HOWTOAPPLY h1{
	margin-top:20px;
}

.MyContent #Block-HOWTOAPPLY .Text {
    padding: 0;
    position: relative;
    font-size: 18px;
    margin-bottom: 80px;
    margin-top: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width:1249px) {
.MyContent #Block-HOWTOAPPLY .Text{
	padding:0;
	position:relative;
	font-size:18px;
	margin-bottom:40px;
	margin-top:25px;
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-HOWTOAPPLY .Text{
	padding:20px;
		margin-bottom:0px;
		font-size:16px;
		margin-left:20px;
	margin-right:20px;	margin-top:15px;
}
}


.MyContent #Block-HOWTOAPPLY .BtnLink{
	margin:0;
	padding:0px;
	
}

@media only screen and (min-width:1250px) {
.MyContent #Block-HOWTOAPPLY .BtnLink a{
	margin-top:32px;
	
}
}
.MyContent #Block-HOWTOAPPLY .VideoLink{
	margin:0;
	padding:0px;
	width:100%;
	display:block;
}
.MyContent #Block-HOWTOAPPLY .VideoLink a{
	
	display:inline-block;
	border:#f4eaed 10px solid;
	position:relative;
}

@media only screen and (max-width:1023px) {
.MyContent #Block-HOWTOAPPLY .VideoLink a{
	width:calc(100% - 40px);
	max-width:410px;
}
}
@media only screen and (max-width:761px) {
.MyContent .BtnLink a {

    margin-top: 15px;
}
}
.MyContent #Block-HOWTOAPPLY .VideoLink a img{

	display:block;
	position:relative;
	max-width:100%;
}
.MyContent #Block-HOWTOAPPLY .VideoLink a::before {
	content:" ";
	font-size: 0;
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(img/VideoPlayBtn.png);
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:2;
}
@media only screen and (max-width:1023px) {
.MyContent #Block-HOWTOAPPLY .VideoLink {
	background-image:none;
	background-position:top center;
	background-repeat:no-repeat;
}
}

/*-----------------------------------------------------*/
.MyContent #Block-EDITO{
	max-width:580px;

	vertical-align:top;
	display:inline-block;
	margin-top:80px;
	border:10px solid #f89fbe;
	padding-top:40px;
}
@media only screen and (max-width:1249px) {
.MyContent #Block-EDITO{
max-width:480px;
}
}
@media only screen and (min-width:1024px) {
.MyContent #Block-EDITO{
	margin-top:105px;
}
}
@media only screen and (max-width:761px) {
.MyContent #Block-EDITO{
	width:calc(100% - 40px);
	margin-top:20px;
}
}
.MyContent #Block-EDITO img{
	max-width:100%;
	display:block;
	position:relative;


}
.MyContent #Block-EDITO .BtnLink{
	padding:0;
	margin:0;
}
.MyContent #Block-EDITO .BtnLink a{

	margin:0;
}
.MyContent #Block-EDITO .Visual{
	margin:0;
}
.MyContent #Block-EDITO .Text{
	padding:0;
	position:relative;
	font-size:18px;
	margin-bottom:0px;
	margin-top:25px;
	margin-left:20px;
	margin-right:20px;
}
@media only screen and (max-width:761px) {
.MyContent #Block-EDITO .Text{
	margin-top:15px;
	padding:0px;
		margin-bottom:0px;
		font-size:16px;
}
}
