body, html {
	overflow-x: hidden;
	width: 100%;
}

.My-Content .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.My-Content h1 {
	display: inline-block;
	font-family: "Times New Roman";
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

@media only screen and (max-width:1023px) {
.My-Content h1 {
	font-size: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width:761px) {
.My-Content h1 {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	font-size: 35px;
	line-height: 35px;
}
}

/*-------------------------------------------*/

.My-Content {
	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;
}
.My-Content * {
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.My-Content #BlockHeader {
	width: 2000px;
	margin-left: -375px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;

}


.My-Content #BlockHeader p {
	position:absolute;
	bottom:20%;
	right:50%;
	margin:0;
	padding:0;
	border-top:1px solid #FFF;
	display:inline-block;
	text-align:right;
	color:#FFF;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
	padding-top:6px;
	margin-right:-173px;
}
@media screen and (max-width: 1249px) {
	.My-Content #BlockHeader p {
	bottom: 20%;
	right: 630px;
	margin-right: 0;
}
}
@media screen and (max-width: 1023px) {
	.My-Content #BlockHeader p {
	bottom: 20%;
	right: 65vw;
	margin-right: 0;
}
}

@media screen and (max-width: 761px) {
	.My-Content #BlockHeader p {
		bottom: 20%;
	right: 66vw;
	margin-right: 0;
}
}
@media screen and (max-width: 360px) {
	.My-Content #BlockHeader p {
font-size:10px;
right: 210px;
		bottom: 15px;
}
}

.My-Content #BlockHeader img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	
}

@media screen and (max-width: 1249px) {
.My-Content #BlockHeader {
	width: 100%;
	margin-left: 0px;
	text-align: right;
	margin-right: 0px;
	overflow: hidden;
}
.My-Content #BlockHeader img {
	max-width: 1600px;
	width: 1600px;
	margin-left: calc(50% - 800px);
}
}

@media screen and (max-width: 1023px) {

.My-Content #BlockHeader img {
	max-width: 1600px;
	width: 156%;
	margin-left: -28%;
	
}
}

@media screen and (max-width: 360px) {

.My-Content #BlockHeader img {
    width: 550px;
    margin-left: calc(50% - 275px);
}
}



/*-------------------------------------------*/

.My-Content #BlockPackshot {
	background-color: #FFF;
	text-align: center;
	position: relative;
	display: block;
	font-size: 0;
	margin-top:25px;
	width: 2000px;
	margin-left: -375px;
	max-width: 2000px;
	overflow:hidden;
	margin-bottom:0px;
	padding-bottom:40px;
}
.My-Content #BlockPackshot::after{
	content:" ";
	background-image:url(img/loupe-background.png);
	width:564px;
	height:1039px;
	position:absolute;
	bottom:-859px;
	left:0;
}
@media screen and (max-width: 1249px) {
.My-Content #BlockPackshot {

	width: 100%;
	margin-left:0;
}	

.My-Content #BlockPackshot::after{
		left:calc(50% - 800px);
}

}
@media screen and (max-width: 761px) {
.My-Content #BlockPackshot {
	margin-bottom:0px;
	width: 100%;
	margin-left:0;
}	
.My-Content #BlockPackshot::after{
	display:none;
}
}
.My-Content #BlockPackshot .InlineBlock {
	display: inline-block;
	vertical-align: middle;
	width:calc(50% - 20px);
	margin: 10px;
	max-width:514px;
}
.My-Content #BlockPackshot .InlineBlock h2 {
	margin: 0;
	font-family: "Times New Roman";
	font-size: 25px;
	line-height: 25px;
	color: #000;
	font-weight: normal;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}
.My-Content #BlockPackshot .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;
}
.My-Content #BlockPackshot .InlineBlock p.Text {
	margin: 0px;
	font-size: 14px;
	line-height:1.4em;
	max-width:400px;
}
@media screen and (max-width: 761px) {
.My-Content #BlockPackshot .InlineBlock p.Text{
max-width:760px;
	}
	
}
.My-Content #BlockPackshot .InlineBlock img {
	max-width: 100%;
	width: auto;
}
@media screen and (max-width: 761px) {
	.My-Content #BlockPackshot .InlineBlock img {
	max-width: 68%;
width: auto;
margin-right: 32%;
	}
	
}
.My-Content #BlockPackshot .InlineBlock:last-child {
	text-align: left;
}

@media screen and (max-width:1249px) {
.My-Content #BlockPackshot .InlineBlock {
	width: calc(50% - 40px);
}
.My-Content #BlockPackshot .InlineBlock:last-child {
	width: calc(50% - 40px);
	margin-right:auto;
	margin-left:auto;
}
}

@media screen and (max-width: 761px) {
.My-Content #BlockPackshot .InlineBlock {
	max-width: 761px;
	display: block;
	width: auto;
	margin: 20px;
	text-align: center;
	margin-bottom:0;
	margin-top:0;
}
.My-Content #BlockPackshot .InlineBlock:last-child {
	text-align: center;
	width: calc(100% - 40px);
}
}


.My-Content #BlockPackshot ul.CheckBox {
	display: block;
	padding:20px;
	border:2px solid  #333333;
	margin-top:20px;
	max-width:350px;
}

@media screen and (max-width: 761px) {
.My-Content #BlockPackshot ul.CheckBox {
	padding: 15px;
	max-width:760px;
}
}
.My-Content #BlockPackshot 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: 16px;
}
.My-Content #BlockPackshot ul.CheckBox li:hover {
	background-image: url(img/checkbox.png);
}

/*---------------------------------------------------------*/
.My-Content #FAQ-Content {
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	position: relative;
	display: block;
	text-align: center;
	min-width: 300px;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	width: calc(100% - 10px);
	padding-bottom: 60px;
	background-color:#47c0ac;
	/*overflow:hidden;*/
	transition:background-color ease-in-out 1s;

}
.My-Content #FAQ-Content.HasSelected {
	background-color:#e4f6f3;
}

.My-Content #FAQ-Content::before{
	content:" ";
	background-image:url(img/loupe-background.png);
	width:564px;
	height:1039px;
	position:absolute;
	top:-180px;
	left:0;
}
@media screen and (max-width: 1249px) {

.My-Content #FAQ-Content::before{
		left:calc(50% - 800px);
}
}
@media screen and (max-width: 761px) {

.My-Content #FAQ-Content::before{
	display:none;
}
}
.My-Content #FAQ-Content{
	width: 2000px;
	margin-left: -375px;
	max-width: 2000px;
	padding-top:40px;

}

@media screen and (max-width: 1249px) {
.My-Content #FAQ-Content {
	width: 100vw;
	margin-left:0;
	
}
}

@media screen and (max-width: 761px) {
.My-Content #FAQ-Content {
	margin-top: 10px;
	padding-bottom:20px;
	padding-top:30px;
}
}

.My-Content #FAQ-Content h1{
	color:#FFF;
}
.My-Content #FAQ-Content p.TextIntro{
	color:#FFF;
	font-size:16px;
	line-height:1.4em;
	margin:10px;
	margin-bottom:40px;
}
.My-Content #FAQ-Content p.LoadMoreBtnLink {
	margin: 30px;
	position:relative;
	z-index:10;
}
.My-Content #FAQ-Content p.LoadMoreBtnLink a {
	background-color: #FFF;
	display: inline-block;
	color: #000;
	padding: 18px;
	padding-right: 20px;
	padding-left: 20px;
	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;
}
.My-Content .block {
	display: inline-block;
	width: calc(100% - 22px);
	/*background:linear-gradient(to top, #369283, #47c0ac);*/
	background-color:#FFF;
	text-align: center;
	margin: 10px;
	position: relative;
	padding: 1px;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;/*transform: translate3d(0, 0, 0);*/
}
.My-Content .block:first-child {
	margin-top: 0;
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
.My-Content .block .zone {
	display: block;
	width: 100%;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.My-Content .block.Selected .zone {
	/*display: none;
	
	background-color: rgb(0, 0, 0, 0.5); */
	clear: both;
	top: 0px;
	left: -2000px;
	height: 2000px;
	width: 4000px;
	position: fixed;
	z-index: 1;
}

@media screen and (max-width: 761px) {
.My-Content .block {
	width: calc(100% - 14px);
	margin: 5px;
	margin-bottom: 10px;
	transition: none;
}
}
.My-Content .block.Selected {
	z-index: 100;
	cursor: default;
	transform-style: flat;
	-webkit-transform: none;
	transform: none;
}
.My-Content .block:hover {
	/*background-color: #bbb;
	transition: all 2s;*/
}
.My-Content .block.Blur {

	/*background: linear-gradient(to top, #FFF, #FFF);*/
}
.My-Content .block.Blur:hover {
	transition: none;
}
.My-Content .block p.Visual {
	margin: 10px;
	margin-bottom:0;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	perspective: 400px;
	perspective-origin: center center;
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	background-color:#FFF;
}
@media screen and (max-width: 761px) {
.My-Content .block p.Visual {
	margin: 5px;
}
}
.My-Content .block p.Visual img {
	transform-style: preserve-3D;
	transition: transform 0.6s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
}
.My-Content .block:hover p.Visual img {
	-webkit-transform: translate3d(0, 0, 30px);
	transform: translate3d(0, 0, 30px);
}
.My-Content .block.Blur p.Visual img {
	-webkit-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);

}
.My-Content .block.Blur p.Visual  {
	opacity:0.5;
}
.My-Content .block.Selected p.Visual  {
	opacity:0.5;
}

.My-Content .block.Blur:hover p.Visual img {
	-webkit-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
}
.My-Content .block h3.Text {
	margin: 0;
	padding: 15px;
	background-color: #FFF;
	text-align: left;
	display: block;
	position: relative;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #000;
	z-index: 2;
	/*margin-top: -1px;*/
	font-weight: normal;
}
.My-Content .block.Blur h3.Text  {
	opacity:0.5;
}
.My-Content .block.Selected h3.Text  {
	opacity:0.5;
}
@media screen and (max-width: 761px) {
.My-Content .block h3.Text {
	font-size: 12px;
		padding: 5px;
		padding-top:10px;
		padding-bottom:10px;
}
}
.My-Content .block h3.Text::before {
	content: "“";
	font-size: 70px;
	font-family: "Times New Roman";
	color: #be0f34;
	position: absolute;
	line-height: 70px;
	top: -20px;
	left: 5px;
}


@media screen and (max-width: 761px) {
.My-Content .block h3.Text::before {
		top: -25px;
}
}


.My-Content .block .FloatingInfo {
	display: block;
	position: absolute;
	width: calc(100% - 4px + 20px);
	height: calc(100% - 4px);
	transition: all 0.5s ease-in-out;
	opacity: 0;
	background-color:#47c0ac;
	
	z-index: 3;
	top: 0px;
	border: #47c0ac 2px solid;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.My-Content .Selected .FloatingInfo {
	width: calc(200% - 2px + 20px);
	height: calc(100% - 2px);/* calc(100% - 2px);*/
	height:280px;
	opacity: 1;
}

@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo {
	width: calc(200% + 8px);
		height:auto;
}
}
.My-Content .FloatingInfo .wrapper {
	opacity: 0;
	position: relative;
}
.My-Content .block .close_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background-image: url(img/close_btn.svg);
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 3;
}
.My-Content .block .close_btn.white {
	background-image: url(img/close_btn_white.svg);
}
.My-Content .Selected .FloatingInfo .wrapper {
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0.5s;
	background-color: #FFF;
	min-height: calc(100% - 180px);
	border: 20px #47c0ac solid;
	box-shadow: 0 2px 0 #47c0ac, 2px 2px 0 #47c0ac, -2px 2px 0 #47c0ac;
	padding-top:70px;
	padding-bottom:70px;
}
#Block-2 .FloatingInfo .wrapper{
padding-top: 30px;
padding-bottom: 30px;
}
#Block-4 .FloatingInfo .wrapper{
padding-top: 30px;
padding-bottom: 30px;
}
#Block-5 .FloatingInfo .wrapper{
padding-top: 30px;
padding-bottom: 30px;
}

#Block-7 .FloatingInfo .wrapper{
padding-top: 45px;
padding-bottom: 10px;
}
@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo .wrapper {
	border: 10px #47c0ac solid;
	min-height: 0;
	padding: 15px;
	border-top: 10px #47c0ac solid;
	border-bottom: 10px #47c0ac solid;
	padding-top: 15px!important;
	padding-bottom: 30px!important;
}
}
.My-Content .Selected .FloatingInfo .wrapper:nth-child(4){
	margin-top:-20px;
	min-height:350px;
}
@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo .wrapper:nth-child(4){
	margin-top:-10px;
	min-height:0;
}
}
.My-Content .FloatingInfo p {
	display: none;
	height: 10px;
	transition: display 0s linear 1s;
}
.My-Content .Selected .FloatingInfo p {
	display: block;
	height: auto;
}
.My-Content .Selected .FloatingInfo p.Mentions {
	margin:0;
	color: rgba(0, 0, 0, 0.5);
	font-size: 10px;
	line-height:11px;
	padding-top:10px;
}
.My-Content .FloatingInfo .Product {
	display: none;
	overflox: hidden;
}
.Selected .FloatingInfo .Product {
	display: block;
	padding-left: 200px;
	text-align: left;
	padding-bottom: 0px;
}

@media screen and (max-width: 761px) {
.Selected .FloatingInfo .Product {
  display: block;
  padding-bottom:0px;
  padding-left: 50%;
  padding-top: 110px;
  text-align: left;
}
}
.My-Content .Selected .FloatingInfo .Packshot {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 32px;
}

@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo .Packshot  {
bottom: 5px;
	right: calc(50% + 20px);
	left:auto;	
}
.My-Content .Selected .FloatingInfo .Packshot img {
	width: 80px;
		
}
}
.My-Content .Selected .FloatingInfo .ProductName {
	margin: 0;
	font-family: "Times New Roman";
	font-size: 18px;
	line-height: 18px;
	color: #be0f34;
	padding-top:20px;
}
.My-Content .Selected .FloatingInfo .ProductPrice {
	margin: 0;
	font-size: 14px;
	margin-top: 15px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	min-height: 14px;
}
.My-Content .Selected .FloatingInfo p.ProductBtnLink {
	margin: 0;
	margin-top: 15px;
}
.My-Content .Selected .FloatingInfo p.ProductBtnLink a {
	background-color: #000;
	display: inline-block;
	color: #FFF;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

.My-Content .Selected .FloatingInfo p.BtnLink {
	margin: 0;
	margin-top: 15px;
}
@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo p.BtnLink {
	margin-bottom: 20px;
}	
}
.My-Content .Selected .FloatingInfo p.BtnLink a {
	background-color: #000;
	display: inline-block;
	color: #FFF;
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}
.My-Content .FloatingInfo h3 {
	color: #000;
	font-family: "Times New Roman";
	font-size: 25px;
	line-height: 25px;
	margin: 0;
	display: block;
	font-weight: normal;
	position: relative;
	padding: 40px;
	padding-top: 0px;
	padding-bottom:20px;
}
.My-Content .FloatingInfo h3.Title {
	color: #fff;
	background-color:#47c0ac;
	font-size:25px;
padding-bottom: 10px;
padding-top: 30px;
}
@media screen and (max-width: 761px) {
.My-Content .FloatingInfo h3 {
		padding: 0px;
		padding-top: 20px;
	padding-bottom: 20px;
	font-size: 21px;
	line-height: 21px;
}
}

.My-Content .FloatingInfo h4 {
	color: #000;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	display: block;
	font-weight: normal;
	position: relative;
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.My-Content .FloatingInfo a.VideoLink::before {
	content: " ";
	background-image: url(img/video-play.png);
	width: 50px;
	height: 50px;
	bottom: 15px;
	left: 15px;
	z-index: 2;
	position: absolute;
}
.My-Content .FloatingInfo a.VideoLink {
	display: block;
	width: 285px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 25px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo a.VideoLink {
	max-width: 285px;
	width: auto;
}
.My-Content .FloatingInfo a.VideoLink img {
	width: 100%;
}
}
.My-Content .FloatingInfo p.FAQ-Text {
	margin: 0;
	font-size: 14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	padding: 30px;
	padding-top: 0;
	padding-bottom:0px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo p.FAQ-Text {
	padding: 0px;
	padding-top: 0px;
}
}
.My-Content .FloatingInfo p.FAQ-Text img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.My-Content .FloatingInfo ul.CheckBox {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 30px;
	padding-top: 0px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo ul.CheckBox {
	padding: 15px;
}
}
.My-Content .FloatingInfo 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;
}
.My-Content .FloatingInfo p.Ingredient {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: -20px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo p.Ingredient {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 15px;
}
.My-Content .FloatingInfo p.Ingredient img {
	display: inline-block;
	height: 180px;
	position: relative;
}
}
.My-Content .FloatingInfo p.FAQ-Text.With-Ingredient {
	display: inline-block;
	text-align: left;
	width: calc(100% - 248px);
	padding: 0 30px 30px 20px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo p.FAQ-Text.With-Ingredient {
	text-align: center;
	padding: 20px;
	padding-top: 0px;
	width: auto;
}
}

.My-Content .FloatingInfo h3.With-Product {
	text-align: left;
	padding-left: 200px;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo h3.With-Product {
	text-align: center;
	padding: 0px;
	padding-bottom: 20px;
		padding-top: 20px;
}
}

.My-Content .FloatingInfo p.FAQ-Text.With-Product {
	text-align: left;
	padding-left: 200px;
	/*min-height: 160px;*/
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo p.FAQ-Text.With-Product {
	text-align: center;
	padding: 20px;
	padding-top: 0px;
}
}
.My-Content .FloatingInfo p.TextLink {
	font-size: 11px;
	padding-bottom: 20px;
}
.My-Content .FloatingInfo p.TextLink a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #EEE;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}
.My-Content .FloatingInfo p.TextLink a:hover {
	color: #be0f34;
	border-bottom: 1px solid #be0f34;
}
.My-Content .FloatingInfo .red {
	color: #be0f34;
}
.My-Content .Blur {
	/*filter: blur(2px);*/
	opacity:0.5;
}
.My-Content #col-01 .FloatingInfo {
	left: 0;
}
.My-Content #col-02 .FloatingInfo {
	left: 0;
}

@media screen and (max-width: 761px) {
.My-Content #col-02 .FloatingInfo {
	right: 0;
	left: auto;
}
}
.My-Content #col-03 .FloatingInfo {
	right: 0;
}
.My-Content #col-04 .FloatingInfo {
	right: 0;
}
.My-Content .block img {
	display: block;
	max-width: 100%;
}
.My-Content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#source {
	display: none;
}
.My-Content ul li.block {
	list-style: none;
	padding: 0;
	display: inline-block;
}
.My-Content .column {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	max-width: 278px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media screen and (max-width: 1023px) {
.My-Content .column {
	width: 33%;
}
}

@media screen and (max-width: 761px) {
.My-Content .column {
	width: calc(50% - 5px);
	-webkit-transform-style: flat;
	transform-style: flat;
}
}
.My-Content .FloatingInfo .Stats {
	/*padding-bottom: 30px;*/
	display: none;
}

@media screen and (max-width: 761px) {
.My-Content .FloatingInfo .Stats {
	padding-bottom: 0px;
}
}
.My-Content .Selected .FloatingInfo .Stats {
	margin: 0;
	display: block;
}

@media screen and (max-width: 761px) {
.My-Content .Selected .FloatingInfo .Stats {
	margin-top: -5px;
}
}
.My-Content .Stats .groupTitle {
	font-size: 11px;
	display: block;
	text-transform:uppercase;
	padding:10px;
}
.My-Content .Stats ul {
	font-size: 0px;
	display: block;
}
.My-Content .Stats ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

@media screen and (max-width: 761px) {
.My-Content .Stats ul li {
	margin-top: 0px;
}
}
.My-Content .stat {
	font-size: 30px;
	display: inline-block;
	position: relative;
	margin: 0.1em;
	padding-top: 3.5em;
	width: 3.5em;
	background-color: #fbdfdb;
	border-radius: 1.75em;
	/*margin-bottom:1em;*/
	letter-spacing: -0.05em;
}
.My-Content .stat::before {
	content: " ";
	width: 3.5em;
	height: 3.5em;
	border-radius: 1.75em;
	background-color: #be0f34;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	clip: rect(0px, 1.75em, 3.5em, 0);
	z-index: 2;
	transition: transform ease-in-out 2s;
	-webkit-transform: rotate(0turn);
	transform: rotate(0turn);
	-webkit-backface-visibility: hidden;
}
.My-Content .stat::after {
	content: " ";
	width: 3.5em;
	height: 3.5em;
	border-radius: 1.75em;
	background-color: #fbdfdb;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	clip: rect(0px, 1.75em, 3.5em, 0);
	z-index: 3;
	-webkit-backface-visibility: hidden;
}
.stat[value="03"]::before {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(0.03turn);
	transform: rotate(0.03turn);
}
.stat[value="03"]::after {
	z-index: 3;
	background-color: #fbdfdb;
	left: -1px;
}

.stat[value="07"]::before {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(0.07turn);
	transform: rotate(0.07turn);
}
.stat[value="07"]::after {
	z-index: 3;
	background-color: #fbdfdb;
	left: -1px;
}

.stat[value="13"]::before {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(0.13turn);
	transform: rotate(0.13turn);
}
.stat[value="13"]::after {
	z-index: 3;
	background-color: #fbdfdb;
	left: -1px;
}
.My-Content .stat[value="70"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.7turn);
	transform: rotate(0.7turn);
}
.My-Content .stat[value="70"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*.My-Content .stat[value="81"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.81turn);
	transform: rotate(0.81turn);
}
.My-Content .stat[value="81"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
.My-Content .stat[value="90"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.90turn);
	transform: rotate(0.90turn);
}
.My-Content .stat[value="90"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*.My-Content .stat[value="83"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.83turn);
	transform: rotate(0.83turn);
}
.My-Content .stat[value="83"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
.My-Content .stat[value="87"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.87turn);
	transform: rotate(0.87turn);
}
.My-Content .stat[value="87"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*.My-Content .stat[value="86"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.86turn);
	transform: rotate(0.86turn);
}
.My-Content .stat[value="86"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);*/
	.My-Content .stat[value="80"]::before {
	z-index: 3;
	background-color: #be0f34;
	-webkit-transform: rotate(0.80turn);
	transform: rotate(0.80turn);
}
.My-Content .stat[value="80"]::after {
	z-index: 2;
	background-color: #be0f34;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.My-Content .stat .num {
	color: #be0f34;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	width: calc(3.5em - 0.2em);
	height: calc(3.5em - 0.2em);
	border-radius: 100%;
	background-color: #FFF;
	display: block;
	line-height: calc(3.5em - 0.2em);
	text-align: center;
	position: absolute;
	top: 0.1em;
	left: 0.1em;
	z-index: 4;
}
.My-Content .stat .num sup {
	font-size: 0.25em;
position: absolute;
top: 50%;
margin-top: -1.5em;
line-height: 1em;
z-index: 2;
}
.My-Content .Stats .text {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 5px;
	text-align: center;
}
@media screen and (max-width: 1024px) {
.My-Content .Stats .text {
	font-size: 12px;
}
}
.My-Content .product-tile {
	color: #999;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	position: relative;
	text-align: left;
}


/*---------------------------------------------------------------*/
#BlockRoutine h2{
	padding-top:30px;
	font-size:35px;
	font-family: "Times New Roman";
	font-weight:normal;
	line-height:1em;
	margin:20px;
}
@media only screen and (max-width:1024px) {
#BlockRoutine h2{
	padding-top:30px;
}
}
@media only screen and (max-width:761px) {
#BlockRoutine h2{
	padding-top:20px;
}
}
#BlockRoutine .ProductWrapper{
	width:320px;
	display:block;
	position: relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
@media only screen and (max-width:1023px) {
#BlockRoutine .ProductWrapper{
	width:240px;

}
}

#BlockRoutine .ProductWrapper h3{
	box-sizing:border-box;
	margin:0;
	padding:20px;
	display:block;
	font-size:35px;
	font-family: "Times New Roman";
	font-weight:normal;
	line-height:1em;
	border-bottom:0px solid;
	text-transform:none;
	text-align:center;
	
}
#BlockRoutine .ProductWrapper h3 span{
	color:#be0f34;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
#BlockRoutine .ProductWrapper .Packshot{
	width:250px;
	display:block;
	position: relative;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	height:320px;
}
@media only screen and (max-width:1023px) {
#BlockRoutine .ProductWrapper .Packshot{
	width:240px;
	height:280px;
}
}
#BlockRoutine .ProductWrapper .Packshot img{
	position: absolute;
	width:auto!important;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1;
	
}
@media only screen and (max-width:1023px) {
#BlockRoutine .ProductWrapper .Packshot img{
	max-width:100%;
	max-height:100%;
}
}

#BlockRoutine .ProductName{
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	display:block;
	line-height:1em;
	padding-top:10px;
}
@media only screen and (max-width:761px) {
#BlockRoutine .ProductName{
	padding-top: 40px;
}
}

#BlockRoutine .ProductPrice{
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	display:block;
	line-height:1em;
	padding-top:20px;
}
#BlockRoutine .BtnShopLink{
	margin:0;
	padding:0;
	text-align:center;
	padding-top:10px;
}

#BlockRoutine .BtnShopLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	line-height: 14px;
}


/*
#BlockRoutine .BtnShopLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
}
*/
#BlockRoutine{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width:1023px) {
#BlockRoutine{
	max-width:760px;
}
	
}
/*@media only screen and (max-width:761px) {
#BlockRoutine .jcarousel-pagination {
    bottom: auto;
    top: 365px;
}
}*/
@media only screen and (max-width:761px) {
#BlockRoutine .jcarousel-pagination {
    bottom: auto;
    top: 390px;
}
}

#BlockRoutine  .products-pagination.jcarousel-control-next,#BlockRoutine  .products-pagination.jcarousel-control-prev{
	z-index:2;
}