.A-Spot-Main,
.A-Spot-Secondary{
	display:none;
}
.Aspot-Block .A-Spot-Main,
.Aspot-Block .A-Spot-Secondary{
	display:block;
}
/**********ASPOT BLOCK********/
.Aspot-Block {
	display: block;
	position: relative;
	height: 452px;
	overflow: hidden;
	/*margin-left: -175px;*/
	width: 1600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	cursor:pointer;
}

@media screen and (max-width: 1599px) {
.Aspot-Block {
	margin-left: 0;
	width: 100%;
}
}

@media screen and (max-width: 1249px) {
.Aspot-Block {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	max-width:1024px;
	height: auto;
}
}

@media screen and (max-width: 1024px) {
.Aspot-Block {
	height: auto;
}
}
/********************************/
.Aspot-Block .Wrapper {
	margin: 0;
	padding: 0;
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1249px) {
.Aspot-Block .Wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
}
/********************************/
.Aspot-Block .Wrapper article {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: relative;
}
/********************************/
.Aspot-Block .Wrapper article .BoxContent {
	position: absolute;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-align:end;
	-ms-flex-align:end;
	 align-items:flex-end;
}
/********************************/
.Aspot-Block .Wrapper article .BoxContent p.Title {
	line-height: 1em;
	font-family: ClarinsRegular, Clarins;
	margin: 0;
	margin-bottom: 0.25em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
		display:block;
		width:100%;
	
}
/********************************/
.Aspot-Block .Wrapper article .BoxContent p.Tag {
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	color: #be0f34;
	text-transform: uppercase;
		display:block;	width:100%;
}
/********************************/
.Aspot-Block .Wrapper article .BoxContent p.Text {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
		display:block;	width:100%;
}
/********************************/
.Aspot-Block .Wrapper article .BoxContent p.BtnLink {
	margin: 0;
	margin-top: 20px;
		display:block;	width:100%;
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper article .BoxContent p.BtnLink {
	margin-top: 15px;
}
}
.Aspot-Block .Wrapper article .BoxContent p.BtnLink 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: 16px 26px;
	display: inline-block;
	line-height: 14px;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	border: 2px solid #000;
}

@media screen and (max-width: 1023px) {
.Aspot-Block .Wrapper article .BoxContent p.BtnLink a {
	padding: 11px 30px;
	box-sizing: border-box;
}
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper article .BoxContent p.BtnLink a {
	min-width: 160px;
}
}
.Aspot-Block .Wrapper article .BoxContent p.BtnLink a:hover {
	background-color: transparent;
	color: #000;
	border: 2px solid #8b8b8b;
}
/********************************/
.Aspot-Block .Wrapper figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
	z-index: 1;
}
/********************************/
/*******    ASPOT MAIN   ********/
/********************************/

.Aspot-Block .Wrapper .A-Spot-Main {
	text-align: left;
	margin-right: 10px;
	width: 921px;
}

@media screen and (max-width: 1599px) {
.Aspot-Block .Wrapper .A-Spot-Main {
	width: calc(746px + 50vw - 625px - 20px);
}
}

@media screen and (max-width: 1249px) {
.Aspot-Block .Wrapper .A-Spot-Main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
}
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent {
	text-align: right;
	right: 30px;
	top: 30px;
	height: calc(100% - 60px);
	-webkit-box-align: right;
	-ms-flex-align: right;
	-ms-grid-row-align: right;
	align-items: right;
	width: calc(50% - 30px);
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
}
}
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent p.Title {
	font-size: 50px;

}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent p.Title {
	font-size: 30px;
}
}
.Aspot-Block .Wrapper .A-Spot-Main figure {
	text-align: center;
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Main figure {
	max-width: 375px;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
}
.Aspot-Block .Wrapper .A-Spot-Main figure img {
	width: 1024px;
	margin-left: calc(50% - 512px);
}

@media screen and (max-width: 1249px) {
.Aspot-Block .Wrapper .A-Spot-Main figure img {
	width: 100%;
	margin-left: 0;
}
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Main figure img {
	max-width: 532px;
	width: 142vw;
}
}
/********************************/
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent p.Text {
	font-size: 16px;
	margin-bottom: 10px;
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Main .BoxContent p.Text {
	font-size: 13px;
	margin-bottom: 0px;
}
}
/********************************/
/******* ASPOT SECONDARY ********/
/********************************/
.Aspot-Block .Wrapper .A-Spot-Secondary {
	text-align: left;
	width: 669px;
	height: 221px;
}

@media screen and (max-width: 1599px) {
.Aspot-Block .Wrapper .A-Spot-Secondary {
	width: calc(494px + 50vw - 625px);
}
}


@media screen and (max-width: 1249px) {
.Aspot-Block .Wrapper .A-Spot-Secondary {
	width: calc(50% - 5px);
}
}

@media screen and (max-width: 1023px) {
.Aspot-Block .Wrapper .A-Spot-Secondary {
	height: 165px;
}
}

@media screen and (max-width: 761px) {
.Aspot-Block .Wrapper .A-Spot-Secondary {
	display: none;
}
}
.Aspot-Block .Wrapper .A-Spot-Secondary figure img {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 669px;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent {
	text-align: center;
	right: 20px;
	top: 20px;
	background-color: #FFF;
	height: calc(100% - 40px);
	min-width: 300px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 1249px) {
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent {
	right: 20px;
	top: 20px;
	height: calc(100% - 40px);
	min-width: 300px;
	width: 300px;
}
}

@media screen and (max-width: 1023px) {
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent {
	right: 15px;
	top: 15px;
	height: calc(100% - 30px);
	min-width: 200px;
	width: 200px;
}
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.Title {
	font-size: 24px;
	margin-top: 25px;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.Text {
	/*padding-left: 15px;
	padding-right: 15px;*/
	width: calc(100% - 30px);
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.BtnLink {
	margin-top: 0px;
	margin-bottom: 25px;
	justify-self: self-end;
}

@media screen and (max-width: 1023px) {
.Aspot-Block .Wrapper .A-Spot-Secondary figure img {
	height: 185px;
	width: auto;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.BtnLink {
	margin-bottom: 15px;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.Title {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
}
.Aspot-Block .Wrapper .A-Spot-Secondary .BoxContent p.Text {
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
}
