.My-Spa-Content {
	display: block;
	width: 100%;
	min-width: 320px;
	text-align: center;
	padding-bottom:60px;
}
.My-Spa-Content .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.My-Spa-Content h1 {
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 60px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	padding-left:20px;
	padding-right:20px;
	margin:0;
}
.My-Spa-Content h1 span.red {
	color: #be0f34;
}

@media only screen and (max-width:761px) {
.My-Spa-Content h1 {
font-size: 50px;
	padding: 10px;

}
.My-Spa-Content h1 span.red {
	display: block;
}
}
.My-Spa-Content h2 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: normal;
	line-height: 50px;
	font-family: ClarinsRegular, Clarins;
}

@media only screen and (max-width:761px) {
.My-Spa-Content h2 {
	font-size: 35px;
	line-height: 35px;
}
}
.My-Spa-Content h2 span {
	display: inline-block;
}
.My-Spa-Content p.TextIntro {
	font-size: 22px;
	padding: 0;
	margin: 20px;
	text-align: center;
	margin-top:10px;
}
@media only screen and (max-width:761px) {
.My-Spa-Content p.TextIntro {
	font-size: 18px;
}
}
.My-Spa-Content p.Text {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
.My-Spa-Content p.Terms {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 1.4em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
.My-Spa-Content p.Link a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.4em;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
}
.My-Spa-Content p.Link a:hover {
	color: #be0f34;
	border-bottom: 1px solid #be0f34;
}
.My-Spa-Content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0px;
}
.My-Spa-Content ul li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}
.My-Spa-Content .MyBlockFullWidth {
	display: block;
	width: 2000px;
	position: relative;
	margin-left: -375px;
	margin-right: auto;
	background-color: #FFF;
	text-align: center;
}

@media only screen and (max-width:1249px) {
.My-Spa-Content .MyBlockFullWidth {
	width: 100%;
	margin-left: auto;
}
}
.FullWidthBanner {
	z-index: 1;
}
.FullWidthBanner img {
	width: auto;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1249px) {
.FullWidthBanner img {
	left: 50%;
	transform: translateX(-50%);
}
}

@media only screen and (max-width:1023px) {
.FullWidthBanner img {
	width: 140%;
}
}

@media only screen and (max-width:761px) {
.FullWidthBanner img {
	width: 130%;
	margin-left: -10%;
}
}
.My-Spa-Content .MyBlock {
	display: block;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	font-size: 0;/*for inline-alignment*/
}
.FloatingBox {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	width: calc(50% - 60px);
	padding: 30px;
	background-color: #FFF;
}

@media only screen and (max-width:1023px) {
.FloatingBox {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	width: calc(60% - 60px);
	padding: 30px;
	background-color: #FFF;
}
}

@media only screen and (max-width:761px) {
.FloatingBox {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: calc(100% - 100px);
	margin: 20px;
	margin-top: -30px;
	text-align: center;
}
}
/*-----------------------------------------*/
#Block-Text {

	max-width: 1170px;
	padding-bottom: 30px;
	font-size:0;
}
#Block-Text  .InlineBlock{
	display: inline-block;
	width:calc(50% - 40px);
	max-width:524px;
	margin:20px;
	vertical-align:top;
	font-size:14px;
	position:relative;

}
@media only screen and (max-width:761px) {
	#Block-Text  .InlineBlock{

	width:calc(100% - 40px);


}
}
#Block-Text img{
	max-width:100%;
}
#Block-Text .BtnLink{
	margin:0;
	display:block;
	padding:0;
	text-align:center;
	padding-bottom: 40px;
	padding-top: 20px;
}
#Block-Text .BtnLink a{
	margin:0;
	display:inline-block;
	padding:16px 30px;
	font-size:11px;
	line-height:18px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color:#FFF;
	background-color:#000;
}
#Block-Text .Visual{
	margin:0;
	display:block;
	padding:0;
}
#Block-Text .logo{
	top:0;
	left:0;
	position:absolute;
}
@media only screen and (max-width:761px) {
#Block-Text {
	padding-top: 0px;
		padding-bottom: 0px;
}
}

@media only screen and (max-width:761px) {
#Block-Text h2 {
	font-size: 30px;
	line-height: 30px;
	width: calc(100% - 40px);
	margin-left: 20px;
}
}
#Block-Text p.Text {
	padding: 20px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
@media only screen and (max-width:761px) {
#Block-Text p.Text {

}	
}
#Block-Text ul {
	border: #e5e5e5 2px solid;
	padding:0px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	padding-top:10px;
	padding-bottom:10px;
}

@media only screen and (max-width:761px) {
#Block-Text ul {
		padding:0px;
	margin-left:0px;
	-webkit-flex-direction:column;
	flex-direction:column;

}
}
#Block-Text ul li {
	padding: 0px;
	font-size: 12px;
	width: 33%;
	/* -webkit-flex: 1; */
	/* flex: 1; */
	letter-spacing: -0.05em;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (max-width:761px) {
#Block-Text ul li {
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
}
}
#Block-Text p.Link {
	padding: 20px;
		padding-left: 0px;
	padding-right: 0px;
}
.Block-Soins {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	text-align: left;
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 80px);
	margin-bottom: 40px;
}

@media only screen and (max-width:1023px) {
.Block-Soins {
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
	margin-bottom: 20px;
}
}

@media only screen and (max-width:761px) {
.Block-Soins {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
}
.Block-Soins h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:761px) {
.Block-Soins h2 {
	font-size: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0;
}
}
.Block-Soins .Visual {
	width: 100%;
	display: block;
	position: relative;
}

@media only screen and (max-width:1023px) {
.Block-Soins .Visual {
	display: block;
	position: relative;
	overflow-x: hidden;
}
}

@media only screen and (max-width:761px) {
.Block-Soins .Visual {
	text-align: center;
}
}
.Block-Soins img {
	max-width: 100%;
}

@media only screen and (max-width:1023px) {
.Block-Soins img {
	margin-left: -12%;
}
}

@media only screen and (max-width:761px) {
.Block-Soins img {
	margin-left: 0%;
}
}
.Block-Soins p.Link {
	padding: 0;
	margin: 0;
	padding-top: 20px;
}
.Block-Soins p.Title {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1em;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 30px;
}

@media only screen and (max-width:761px) {
.Block-Soins p.Title {
	padding-top: 10px;
	padding-bottom: 20px;
}
}
#Block-FAQ {
	padding-top: 30px;
	max-width: 940px;
}
#Block-FAQ h3 {
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	font-family: "Gotham SSm Book A", "Gotham SSm Book B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
	padding: 20px;
	padding-right: 60px;
	text-align: left;
	text-transform: uppercase;
}
@media only screen and (max-width:761px) {
	#Block-FAQ h3 {
		font-size: 14px;
		padding-right: 40px;
	}
}
#Block-FAQ h3::after {
	content: "+";
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 65px;
	width: 60px;
	text-align: center;
}
#Block-FAQ .Selected h3::after {
	content: "-";
}
#Block-FAQ p {
	display: none;
}
#Block-FAQ .Selected p {
	color: #8b8b8b;
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0 20px 20px;
	text-align: left;
}
#Block-FAQ h3 .red {
	color: #be0f34;
	display: inline-block;
	width: 20px;
}
#Block-FAQ .Tab:first-child {
	border-top: #e5e5e5 4px solid;
	padding: 0px;
}
#Block-FAQ .Tab {
	border-bottom: #e5e5e5 4px solid;
	padding: 0px;
	position: relative;
}