/*---------------------------------------------*/
section.MyContainer {
	display:flex;
	max-width:1170px;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0 auto;
	
}

section.MyContainer p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 0 0;
	padding: 0;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book" , Helvetica, Arial, sans-serif;
}

section.MyContainer .MainTitle{
	flex-basis:100%;
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 8px;
	text-align:center;
	box-sizing:border-box;
	
}
@media screen and (max-width:761px){
section.MyContainer .MainTitle{
	font-size: 35px;
}	
}
section.MyContainer article{
	max-width:334px;
	flex-basis:100%;
	border:3px solid #e1e1e1;
	margin:19px;
	padding:0;
	display: block;
	position: relative;
	background-color: #FFFFFF;
	font-size: 0;
	text-align: center;
	padding-bottom:25px;
	
}

section.MyContainer .Visual{
	display:block;
	overflow:hidden;
	
}
section.MyContainer .Visual img{
	max-width:100%;
	display:block;
	transition:transform ease-in-out 0.5s;
	transform:scale(1);
}
section.MyContainer .LinkRedirect:hover .Visual img{
	transform:scale(1.1);
}

section.MyContainer .LinkRedirect{
	text-decoration:none;
	color:#000;
}

section.MyContainer .TagTitle {
	color: #be0f34;
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
	text-transform:uppercase;
}

section.MyContainer .BoutiqueTitle {
	color: #000;
	margin:0;
	padding:0;
	display: block;
	font-family: ClarinsRegular, Clarins;
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
	position: relative;
	text-transform:none;
}
section.MyContainer .LinkRedirect:hover .BoutiqueTitle{
	color:#be0f34; 
	
}
section.MyContainer .AdressText a{
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	border-bottom:1px solid #eaeaea;
	text-decoration:none;
	line-height: 1.6em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
}
section.MyContainer .AdressText a:hover{
	color:#be0f34;
	border-bottom:1px solid #be0f34;
}
section.MyContainer .TelText a{
	font-size:16px;
	line-height:1em;
	text-decoration:none;
	color:#000;
}
section.MyContainer .TelText a:hover{
	color:#be0f34;
	
}
	  
section.MyContainer .MyLink a {
	color: #000;
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	line-height: 14px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
section.MyContainer .MyLink a:hover {
	color: #be0f34;
	border-bottom: 1px solid #be0f34;
}
section.MyContainer .MyBtnLink {
	margin: 4px;
	color: #000;
	display: inline-block;
	clear: both;
	text-decoration: none;
	border: 2px solid #eaeaea;
	line-height: 12px;
	font-size: 12px;
	padding: 22px;
	padding-top: 19px;
	padding-bottom: 19px;
	transition: all 0.2s ease-in-out;
	background-color: #FFF;
	text-transform: uppercase;
}
section.MyContainer .MyBtnLink:hover {
	border: 2px solid #eaeaea;
	color: #FFF;
	background-color: #000;
}
section.MyContainer .MyBtnLink.Black {
	border: 2px solid #eaeaea;
	color: #FFF;
	background-color: #000;
}
section.MyContainer .MyBtnLink.Black:hover {
	background-color: rgba(0,0,0,0.5);
}
section.MyContainer .MyVisual {
	margin: 0;
	padding: 0;
}
/****DTW EDITS****/
h2.DTWMainTitle{
    flex-basis: 100%;
    color: #000;
    font-family: ClarinsRegular, Clarins;
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 8px;
    margin-top: 84px;
    text-align: center;
}
.primary-content h1 {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
section.MyContainer article {
    min-height: 499px;
}
section.MyContainer .AdressText{
	min-height: 60px;
}
section.MyContainer .BtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: black;
    cursor: pointer;
    transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
    border: 2px solid #000;
}
section.MyContainer .BtnLink a:hover{
	color: black;
  background-color: white;
}
section.MyContainer article {
    min-height: 440px;
}
section.MyContainer .MainTitle {
    font-size: 35px
}
section.MyContainer .MainTitle {
    margin-bottom: 5px;
    }
h2.DTWTitle {
    margin-bottom: 74px;
    width:100%;
    text-align: center;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	h2.DTWTitle{
    font-size: 19px;
	}
}

@media screen and (max-width:761px){
	br.DTW {
    display: none;
	}
	h2.DTWTitle {
    margin-bottom: 74px;
    width: 100%;
    padding: 14px;
    font-size: 17px;
    text-align: center;
}
section.MyContainer .MainTitle {
    font-size: 25px;
}
h2.DTWMainTitle {
    margin-top: 34px;
}
}

section.MyContainer p.DTWTitle {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight:normal;
    }


@media screen and (max-width:761px){   
section.MyContainer p{
        padding: 11px!important;
}
}


h2.DTWMainTitle {
    margin-top: 40px;
}