body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
}

.breadcrumb {
	display: none!important;
}
.breadcrumb-container {
	display: none!important;
}
#main {
	margin-top: 0px!important;
}
.MyContent a{
	color:#000;
}
.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;
	background-image:url(img/background.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
@media only screen and (max-width:1024px) and (min-width:762px){
.MyContent {
	background-size: 150% auto;
}
}
@media only screen and (max-width:761px) {
.MyContent {
	background-image:url(img/background-mobile-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
}
/*------------------------------------------------------------*/
.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;
	margin-top:40px;
	margin-bottom:40px;
	color:#cea151;
}
@media only screen and (max-width:761px) {
.MyContent h1 {
	margin-top:166px;
	margin-bottom:30px;
}
}
/*------------------------------------------------------------*/
.MyContent h2{
	display: inline-block;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	margin: 20px;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-top:40px;
	margin-bottom:0px;
	color:#cea151;
}
/*------------------------------------------------------------*/
.MyContent h3{
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 1;
	margin:20px;
}
/*------------------------------------------------------------*/
.MyContent .MyBlock {
	text-align: center;
	overflow: hidden;
	width: 100%;
	
}
.MyContent .MyFullWidthBlock .Mobile{
	display:block;
	max-width:100%;
}

@media only screen and (min-width:762px) {
.MyContent .MyFullWidthBlock .Mobile{
	display:none;
}
}
@media only screen and (max-width:761px) {
.MyContent .MyFullWidthBlock .Desktop{
	display:none;
}
}
.MyContent .MyFullWidthBlock .Video{
	cursor:pointer;
	position:relative;
	display:inline-block;
}
.MyContent .MyFullWidthBlock .Video::after{
	content:" ";
	cursor:pointer;
	background-image:url(img/play-video.png);
	width:50px;
	height:50px;
	left:calc(50% - 25px);
	position:absolute;
	top:calc(50% - 25px);
}

.MyContent .MyFullWidthBlock {
	width: 1600px;
	margin-left:-175px;
}
@media only screen and (max-width:1249px) {
.MyContent .MyFullWidthBlock {
	width: 1600px;
	margin-left:calc(50% - 800px);
}
}
@media only screen and (max-width:761px) {
.MyContent .MyFullWidthBlock {
	width: 100%;
	margin-left:0;
}
}

.MyContent p.TextLink {
	margin:0;
	margin-top:40px;
	margin-bottom:40px;
}
@media only screen and (max-width:761px) {
.MyContent p.TextLink {
		margin-top:30px;
	margin-bottom:30px;
}
}
.MyContent p.TextLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	line-height: 1em;
	text-decoration:none;
}

.MyContent .MyBtnlink  {
	margin:0;
	padding:0;
}
.MyContent .MyBtnlink span ,
.MyContent .MyBtnlink a {
	background-color: #000;
	display: inline-block;
	color: #fff;
	padding: 16px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #000;
}
.MyContent .Wrapper{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	position:relative;
	z-index:2;
	max-width:1210px;
	margin:0 auto;
	padding-bottom: 220px;
}
@media only screen and (max-width:761px) {
.MyContent .Wrapper{
	background-image:url(img/background-mobile-bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	display: block;
	padding-bottom: 240px;
}
}
.MyContent .Wrapper img{
	display:block;
	max-width:100%;

}
.MyContent .Wrapper .Push{
	flex-basis:calc(33% - 40px);
	margin:20px;
}
@media only screen and (max-width:761px) {
.MyContent .Wrapper .Push{
		padding:20px;
		margin:0 auto;
}
}
/*DTW Edits*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.MyContent{
	margin-top: 90px;
}
}