body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.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;
	z-index:1;
}
.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 */
}
.MyBlock {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:80px;
}
@media only screen and (max-width:761px) {
.MyBlock {
	margin-bottom:30px;
}
}
.MyContent .MyFullWidthBlock {
	width: 2000px;
	margin-left: -375px;
}

@media only screen and (max-width:1249px) {
.MyContent .MyFullWidthBlock {
	width: 100%;
	margin-left: 0px;
}
}
.MyContent .FullWidthBannner {
	font-size: 0;
	line-height: 0;
}
.MyContent .FullWidthBannner img {
	width: 100%;
	max-width: 1600px;
	display: inline-block;
}

@media only screen and (max-width:1249px) {
.MyContent .FullWidthBannner img {
	width: 128%;
	margin-left: -14%;
}
}

@media only screen and (max-width:1023px) {
.MyContent .FullWidthBannner img {
	
}
}

@media only screen and (max-width:761px) {
.MyContent .FullWidthBannner img {
	width: 1000px;
	margin-left: calc(50% - 500px);
}
}
/**********************************************/
.MyContent h1 {
	line-height: 1em;
	font-size: 50px;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}
@media only screen and (max-width:761px) {
.MyContent h1 {
	font-size: 35px;
}
}

.MyContent h1 .em {
	font-size: 0.6em;
	display: block;
}
/**********************************************/

.MyContent .MyBlockHeader {
	margin-bottom:40px;
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockHeader {
	margin-bottom:20px;
}
}
/**********************************************/

.MyContent .MyBlockFocusProduct {
	font-size: 0px;
}

@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct {
	font-size: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
}
.MyContent .MyBlockFocusProduct h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	line-height: 1em;
	font-size: 35px;
	text-align: left;
	display: block;
	/*max-width: 330px;*/
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct h2 {
	font-size: 25px;
	text-align:center;
}
}
.MyContent .MyBlockFocusProduct .InlineBlock {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 20px;
	width: calc(50% - 40px);
	max-width: 400px;
}

.MyContent .MyBlockFocusProduct .InlineBlock.ProductFluid{
		text-align: right;
}

@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct .InlineBlock.ProductFluid{
		text-align: center;
}
}
@media only screen and (max-width:1023px) {
.MyContent .MyBlockFocusProduct .InlineBlock {
	
	
}
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct .InlineBlock {
	width: calc(100% - 40px);
	margin-bottom:0;
	text-align:center;
}
}
.MyContent .MyBlockFocusProduct .InlineBlock img {
	max-width: 100%;
}

@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct .InlineBlock img {
	max-width: 80%;
	margin-left:25%;

}

}
.MyContent .MyBlockFocusProduct .InlineBlock p.Text {
	margin:0;
	margin-top:20px;
	font-size:14px;
	line-height:1.4em;
max-width: 360px;
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct .InlineBlock p.Text {
	max-width: 761px;
}
}
.MyContent .MyBlockFocusProduct .InlineBlock:nth-child(2) {
	text-align: left;
}
@media only screen and (max-width:761px) {
.MyContent .MyBlockFocusProduct .InlineBlock:nth-child(2) {
	text-align:center;
}
}
.MyContent .MyBlockFocusProduct ul.CheckBox {
	display: inline-block;
	border: 2px solid #c19a6f;
	padding: 30px;
	max-width: 300px;
	width: calc(100% - 60px);
	margin-top: 30px;
}

@media screen and (max-width: 761px) {
.MyContent .MyBlockFocusProduct ul.CheckBox {
	padding: 15px;
}
}
.MyContent .MyBlockFocusProduct ul.CheckBox li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	background-image: url(img/checkbox.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 38px;
	min-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
.MyContent .MyBlockFocusProduct .Couvrance {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 25px;
  padding-top: 10px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 761px) {
	.MyContent .MyBlockFocusProduct .Couvrance {
	text-align: center;

}
}
.MyContent .MyBlockFocusProduct .Couvrance .symbol {
	display: inline-block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 27px;
	vertical-align: middle;
	margin-left: 10px;
}
.MyContent .MyBlockFocusProduct .Couvrance .symbol:last-child {
	margin-left: 10px;
}
.MyContent .MyBlockFocusProduct .Couvrance .circle {
	display: inline-block;
	width: 23px;
	border: 2px solid #e6c3a1;
	height: 23px;
	border-radius: 23px;
	vertical-align: middle;
	margin-right: -10px;
	background-color: #FFF;
}
.MyContent .MyBlockFocusProduct .Couvrance .filled {
	background-color: #e6c3a1;
}
.MyContent .MyBlockFocusProduct .Secret-Logo {
	margin: 0;
	padding: 0;
	background-color: #e6c3a1;
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	color: #FFF;
	text-align: center;
	line-height: 140px;
	font-size:14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
@media screen and (max-width: 761px) {
.MyContent .MyBlockFocusProduct .Secret-Logo {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	display: block;
	margin-left:auto;
		margin-right:auto;
			font-size:10px;
}
}
.MyContent .MyBlockFocusProduct .Secret-Logo span {
	display: inline-block;
	line-height: 1.2em;
	font-size: 1.4em;
	vertical-align: middle;
	text-transform: uppercase;
}

.MyContent .MyBlockFocusProduct .Secret-Logo strong {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight: normal;
	display: block;
		font-size: 1.1em;
	letter-spacing: 0.1em;
}
.MyContent .MyBlockFocusProduct .Secret-Text {
	margin: 0;
	padding: 0;
	color: #e6c3a1;
	font-size: 14px;
	width: calc(100% - 160px);
	display: inline-block;
	text-align: left;
	padding-left: 20px;
	max-width: 300px;
	vertical-align: middle;
}
@media screen and (max-width: 761px) {
	.MyContent .MyBlockFocusProduct .Secret-Text {
	width: calc(100% - 20px);
	display: inline-block;
	text-align: left;
	padding: 10px;
	max-width: 760px;
	padding-bottom:20px;
}
}
.MyContent .MyBlockFocusProduct .Btn-Link a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	display: inline-block;
	margin: 0;
	font-weight: 400;
	padding: 15px 30px;
	border: 2px solid #e5e5e5;
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 761px) {
	.MyContent .MyBlockFocusProduct .Btn-Link  {
		padding:20px;
	
}

}




/**********************************************/

.MyContent .MyIngredient {
	font-size: 0px;
	margin-bottom: 0px;
}
.MyContent .MyIngredient h1{
	margin-bottom: 20px;
}

@media only screen and (max-width:761px) {
.MyContent .MyIngredient {
	
}
}
.MyContent .MyIngredient h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	line-height: 1em;
	font-size: 35px;
	display: block;
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
}
@media only screen and (max-width:761px) {
.MyContent .MyIngredient h2 {
	font-size: 25px;
	text-align:center;
}
}
.MyContent .MyIngredient .InlineBlock {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 20px;
	width: calc(50% - 40px);
	max-width: 580px;
}

@media only screen and (max-width:1023px) {
.MyContent .MyIngredient .InlineBlock {
	display:block;
	vertical-align: top;
	text-align: center;
	margin: 20px;
	width: calc(100% - 40px);
	max-width: 1023px;
}
}


.MyContent .MyIngredient .InlineBlock p.Text {
	font-size:16px;
	margin:0;
	line-height:30px;
}

@media only screen and (max-width:1023px) {
.MyContent .MyIngredient .InlineBlock p.Text {
	font-size:14px;
	margin:0;
	line-height:1.4em;
}
}

.MyContent .MyIngredient .InlineBlock {
	text-align:right;
	
}
@media only screen and (max-width:1023px) {
.MyContent .MyIngredient .InlineBlock {
	text-align:center;
	
}
}
.MyContent .MyIngredient .InlineBlock:last-child {
	text-align:left;
}

@media only screen and (max-width:1023px) {
.MyContent .MyIngredient .InlineBlock:last-child {
	text-align:center;
}

}
.MyContent .MyIngredient .InlineBlock p.Ingredient {
	margin:0;
	font-size:16px;
	float:right;
	text-align:right;
	position:relative;
}

@media only screen and (max-width:1023px) {
.MyContent .MyIngredient .InlineBlock p.Ingredient {
	width:100%;
	
}

.MyContent .MyIngredient .InlineBlock p.Ingredient img {
	width:calc(100% + 40px);
	margin-left:-20px;
}

}
.MyContent .MyIngredient .InlineBlock p.Ingredient span{
	position:absolute;
	font-size:12px;
	
}
.MyContent .MyIngredient .InlineBlock p.Ingredient .Ingredient-1{
	top:25%;
	left:32%;
}
.MyContent .MyIngredient .InlineBlock p.Ingredient .Ingredient-2{
		bottom:10%;
	right:40%;
}
.MyContent .MyIngredient .InlineBlock p.Ingredient .Ingredient-3{
	top:25%;
	left:85%;
}
.MyContent .MyIngredient .InlineBlock p.Ingredient .Ingredient-4{
	top:72%;
	left:22%;
}
.MyContent .MyIngredient .InlineBlock p.Ingredient .Ingredient-5{
	top:72%;
	left:25%;
}
.MyContent .MyIngredient .InlineBlock:last-child p.Ingredient {
	float:left;
	text-align:left;
}


/**********************************************/

.MyContent .MyBlockEdito {
	font-size:0;
	margin-bottom:50px;
}
@media (max-width:761px) {
.MyContent .MyBlockEdito {
	margin-bottom:0px;
}
}
.MyContent .MyBlockEdito .InlineBlock {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	margin: 20px;
	width: calc(35% - 40px);
}

@media (max-width:1023px) {
	.MyContent .MyBlockEdito .InlineBlock {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	margin: 20px;
	width: calc(100% - 40px);
}
}
.MyContent .MyBlockEdito .InlineBlock:first-child {
	text-align: right;
	width: calc(25% - 40px);
}
@media (max-width:1023px) {
.MyContent .MyBlockEdito .InlineBlock:first-child {
	text-align: center;
	width: calc(100% - 40px);
}
}
.MyContent .MyBlockEdito .InlineBlock:last-child {
	text-align: left;
	width: calc(25% - 40px);
}
@media (max-width:1023px) {
.MyContent .MyBlockEdito .InlineBlock:last-child {
	text-align: center;
	width: calc(100% - 40px);
}
}

.MyContent .MyBlockEdito .InlineBlock img{
	max-width:100%;
}


.MyContent .MyBlockEdito h2 {
	margin: 0;
	padding: 0;
	color:#be0f34;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	line-height: 1em;
	font-size: 35px;
	display: block;
	clear:both;
	padding-top:30px;
	padding-bottom:15px;
	
	
	
}
@media (max-width:1023px) {

.MyContent .MyBlockEdito h2 {
	padding-top:0px;
	padding-bottom:15px;
}
}

.MyContent .MyBlockEdito p.Text {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-size: 14px;
	display: block;
	margin-bottom:30px;
}

.MyContent .MyBlockEdito .InlineBlock p.Ingredient {
	margin:0;
	font-size:16px;
	float:right;
	text-align:right;
	position:relative;
	display:block;
}
@media (max-width:1023px) {
.MyContent .MyBlockEdito .InlineBlock p.Ingredient{
	width:480px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
}
@media (max-width:761px) {
.MyContent .MyBlockEdito .InlineBlock p.Ingredient{
	width:280px;
}
}
.MyContent .MyBlockEdito .InlineBlock p.Ingredient span{
	position:absolute;
	font-size:14px;
	
}
.MyContent .MyBlockEdito .InlineBlock p.Ingredient .Ingredient-5{
	bottom:18%;
	left:76%;
}

/**********************************************/

.MyContent .MySteps {
	min-height:500px;
}

#Block-Steps-jcarousel  ul {
    min-height: 450px;
}
.MyContent .MySteps h1{
	margin-bottom:50px;
}
.MyContent .MySteps ul li .Step{
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
	
	
}
.MyContent .MySteps ul li .Step img{
	width:auto;
		display:block;
	margin-left:auto;
	margin-right:auto;
}
.MyContent .MySteps ul li .Step .num{
	display:block;
	font-size:40px;
	line-height:40px;
	color:#be0f34;
}

/**********************************************/

.MyContent .MyResults {
	
}

.MyContent .MyResults h1{
	margin-bottom:30px;
}
.MyContent .MyResults p.Mentions{
	font-size:10px;
	opacity:0.5;
	line-height:12px;
	display:block;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
}
.MyContent .MyResults p.Text {
	padding: 0;
	line-height: 1.4em;
	font-size: 14px;
	display: block;
	margin:20px;
	color:#be0f34;
	position:relative;
	text-align:left;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

@media (max-width:761px) {
	.MyContent .MyResults p.Text {

	width:100%;

}

}
.MyContent .MyResults p.Text span{
	vertical-align:middle;
	display:inline-block;
	max-width:220px;
}
@media (max-width:761px) {
.MyContent .MyResults p.Text span.TextBefore{
display:block;
	margin:20px;
	margin-left:auto;
margin-right:auto;
text-align:center;

}
}
.MyContent .MyResults p.Text .Box {
  border-bottom: 2px solid #be0f34;
  border-top: 2px solid #be0f34;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  margin: 20px;
  padding: 10px 0;
  text-align: right;
}
@media (max-width:761px) {
	.MyContent .MyResults p.Text .Box {


	display:block;
	margin:20px;
	margin-left:auto;
margin-right:auto;

}
}
.MyContent .MyResults p.Text .Box .num{
	font-size:75px;
	position:relative;
	height:75px;
	line-height:75px;
}
.MyContent .MyResults p.Text .Box .num sup {
  font-size: 12px;
  line-height: 12px;
  margin-left: -10px;
  position: absolute;
  top: 0;
}
.MyContent .MyResults  h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-transform:uppercase;
	display: block;
	font-weight:normal;

	
}

.Stats-Block {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  vertical-align: top;
  width: 320px;
}
@media (max-width:761px) {
.Stats-Block {
	display:block;
	position: relative;
	margin-left: auto;
	margin-right:  auto;
	padding-bottom:  20px;
padding-top:  40px;
}
}
.Stats-Block .Terms {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	display: block;
	padding: 15px;
	opacity: 0.5;
}

@media (max-width:761px) {
.MyContent .MyResults p.Mentions {
	padding-top: 30px;

}

}

.Stats-Block .num sup {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  padding-bottom: 18px;
  vertical-align: middle;
}
.Stats-Block ul {
	padding: 0;
	margin: 0;
	text-align: center;

}
.Stats-Block ul li {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.Stats-Block .num {
	border-radius: 50%;
	font-size: 28px;
	width:106px;
	height:106px;
	display: block;
	border: 2px solid #f9ebef;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 10px;
}
.Stats-Block .num strong {
	background-color: #FFF;
	border-radius: 50%;
	color: #be0f34;
	font-size: 28px;
	font-weight: normal;
	height: 106px;
	left: 0;
	line-height: 106px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 106px;
	z-index: 202;
	letter-spacing: -1px;
}
.Stats-Block .num::after {
	background-color: #be0f34;
	border-radius: 50%;
	clip: rect(0px,55px , 110px, 0px);
	content: "";
	height: 110px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 110px;
	z-index: 201;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}
.Stats-Block .num::before {
	background-color: #be0f34;
	border-radius: 50%;
	clip: rect(0px,110px, 110px, 55px);
	content: "";
	height: 110px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 110px;
	z-index: 200;
}

/*----25%---*/


.num.p25::after {
	background-color: #000;
    clip: rect(0px, 55px, 110px, 0px);
    z-index: 201;
	-webkit-transform: none;
	transform: none;
}
.num.p25::before {
	background-color: #be0f34;
    clip: rect(0px, 110px, 110px, 55px);
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
	-webkit-animation: Anim25 1s ease-out both;
	animation: Anim25 1s ease-out both;
}
@keyframes Anim25 {
from {-webkit-transform:rotate(-180deg);
transform:rotate(-180deg);
}
to {-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
}
}

/*----83%---*/
.num.p83::after {
	animation: Anim82 1s ease-out both;
}
.num.p83::before {
}
@keyframes Anim83 {
from {-webkit-transform:rotate(-180deg);
transform:rotate(-180deg);
}
to {-webkit-transform:rotate(-61.2deg);
transform:rotate(-61.2deg);
}
}

/*----87%---*/
.num.p87::after {
	animation: Anim87 1s ease-out both;
}
.num.p87::before {
}
@keyframes Anim87 {
from {
-webkit-transform:rotate(-180deg);
transform:rotate(-180deg);
}
to {
-webkit-transform:rotate(-46.8deg);
transform:rotate(-46.8deg);
}
}

/*----93%---*/
.num.p93::after {
	-webkit-animation: Anim93 1s ease-out both;
	animation: Anim93 1s ease-out both;
}
.num.p93::before {
}
@keyframes Anim93 {
from {
	-webkit-transform:rotate(-180deg);
transform:rotate(-180deg);
}
to {
	-webkit-transform:rotate(-25.2deg);
transform:rotate(-25.2deg);
}
}

/**********************************************/
.MyContent .MyProductRoutine {
	text-align: center;
	margin-bottom:100px;
}

@media only screen and (max-width:761px) {
	.MyContent .MyProductRoutine {
		padding-bottom:20px;
	}
	.MyContent .MyProductRoutine .jcarousel ul{
	height:450px;	
	}
}


.MyContent .MyProductRoutine .BlockProduct {
	display:block;
	vertical-align: top;
	text-align: center;
	width:320px;
		margin-left:auto;
	margin-right:auto;

}

.MyContent .MyProductRoutine  .BlockProduct h2 {
	line-height: 35px;
	font-size: 35px;
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width:761px) {
	.MyContent .MyProductRoutine  .BlockProduct h2 {
	line-height:30px;
	font-size: 30px;
	
}
}
.MyContent .MyProductRoutine  .BlockProduct  h2 .num {
	color: #be0f34;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
@media only screen and (max-width:761px) {
	.MyContent .MyProductRoutine  .BlockProduct h2 .num {
	/*display:block;*/
}
}
.MyContent .MyProductRoutine .Visual{
	height:270px;
	position:relative;
	width:320px;
	display:block;
	margin-bottom:40px;
}
.MyContent .MyProductRoutine .Visual img{
	max-width:100%;
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.MyContent .MyProductRoutine  .BlockProduct .Text {
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.MyContent .MyProductRoutine .TextLink  {
margin:0;
margin-bottom:20px;
}

.MyContent .MyProductRoutine .TextLink a {
	display: inline-block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-bottom: #d4d4d4 1px solid;
	font-size: 11px;
	line-height: 12px;
	position: relative;
	text-decoration: none;
	color: #000;
}
.MyContent .MyProductRoutine .product-tile .TextLink a {
	padding: 11px 9px;
	line-height: 14px;
	display: inline-block;
	color:#000;
	text-align: center;
	border: 2px solid #e5e5e5;
	text-transform: uppercase;
}
.MyContent .MyProductRoutine .product-tile .TextLink a:hover {
	border: 2px solid #8b8b8b;
	opacity: .7;
}



.MyContent .jcarousel-control-prev,  .MyContent .jcarousel-control-next{
	top:calc(50% - 25px);
}

.MyContent .jcarousel-pagination{
	display:none;
}

@media only screen and (max-width:761px) {
.MyContent .jcarousel-pagination{
	display:block;
	bottom:0;
}
}

#primary .MyBlockFocusProduct .InlineBlock p.Title {
color: #be0f34;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
}