/* CSS Table of Contents (In Order):
	- Global Resets
	- Page Structure (Layout Divs)
	- Default CSS
	- jQuery Default CSS
	- Header/Footer Elements
	- Homepage
*/

#c-spot {
    height: auto!important;
	min-height:516px;
}





/*Cspot */
.Cat2-Cspot{
	margin:0;
	padding:0;
	margin-bottom:60px;
	border:2px solid #ecedee;
	max-height:516px;
	overflow-y:hidden;
	max-width:448px;
	margin-left:auto;
	margin-right:auto;
}

.Cat2-Cspot img{
	width:100%;
	max-width:448px;
}

/* Title */
.Cat2-Cspot .wrapper-V{
	height:120px;
	display:block;
	vertical-align:middle;
	display:block;
	position:relative;
	line-height:120px;
	padding-top:10px;
}
.Cat2-Cspot h3{
	margin:0;
	vertical-align:middle;
	font-size:33px;
	line-height:1em;
	font-family:ClarinsRegular;
	font-weight:normal;
	text-align:center;
	color:#000;
	padding-left:20px;
	padding-right:20px;
	/*padding-top:20px;*/
	display:inline-block;
}
@media screen and (max-width: 761px) {
	.Cat2-Cspot h3{
			font-size:25px;
	}
}
/* Horizontal padding for P tag */
.Cat2-Cspot p {
	text-align:center;
	padding:10px;
}

/* Redirection link */
.Cat2-Cspot p .btn{
	text-transform:uppercase;
	border-bottom:#d4d4d4 1px solid;
	font-size:11px;
	color:#000;
}
.Cat2-Cspot p .btn:hover{
	border-bottom:#be0f34 1px solid;
	color:#be0f34;
}




/*----------Cat2-Aspot-----------*/
.Cat2-Aspot{
	margin:0;
	padding:0;
	margin-bottom:60px;
	list-style:none;
}
@media screen and (max-width: 1249px) {
	.Cat2-Aspot{
		overflow:hidden;
	}
}
@media screen and (max-width: 761px) {
	.Cat2-Aspot{
		display:none;
		overflow:hidden;
	}
}

.Cat2-Aspot .visual{
	height:100%;
	display:block;
	position:absolute;
	width:2000px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 100%;
	margin-left:-375px;
	text-align:center;
	left:0px;
}
/* margin for Tablet version */
@media screen and (max-width: 1023px) {
	.Cat2-Aspot .visual{
		left:50%;
		margin-left:-1000px;
	}
}
.Cat2-Aspot .visual img{
	height:100%;
}
.Cat2-Aspot img.js-loaded{
	width:auto!important;
}
.Cat2-Aspot .slider-nav{
	width:100%;
	position:absolute;
	display:block;
	bottom:0px;
}

.Cat2-Aspot .slider-nav img{
	width:100%;
	display:block;
	
}
.Cat2-Aspot .slider-nav ul{
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	height:100%;
	width:100%;
	top:0;
	left:0;
}

.Cat2-Aspot .slider-nav ul li{
	display:block;
	float:left;
	width:33.33%;
	position:relative;
	
}

.Cat2-Aspot .slider-nav ul li a{
	display:block;
	background-color:rgba(255,255,255,0.4);
	border:6px solid rgba(255,255,255,0);
	height:58px;
}

.Cat2-Aspot .slider-nav ul li.selected a{
	background-color:rgba(255,255,255,0);
	border:6px solid #be0f34;
}

.Cat2-Aspot .slide{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	width:100%;
	text-align:right;
}
.Cat2-Aspot .slide.selected{
	display:block;
}

.Cat2-Aspot .white-block{
	background-color:#FFF;
	display:inline-block;
	position:relative;
	text-align:left;

	margin-right:80px;
	margin-top:80px;
	margin-bottom:80px;
	/* ---------------------- */
	padding-top:40px;
	padding-bottom:100px;
	/* ---------------------- */
	width:368px;
	min-height:230px;
	vertical-align:top;
}
/* margin for Tablet version */
@media screen and (max-width: 1023px) {
	.Cat2-Aspot .white-block{
		margin-right:60px;
		margin-top:60px;
		margin-bottom:60px;
	}
}

/* Title */
.Cat2-Aspot .white-block h2{
	margin:0;
	font-size:50px;
	line-height:1em;
	font-family:ClarinsRegular;
	font-weight:normal;
	text-align:left;
	color:#000;
	padding-left:40px;
	 letter-spacing: -0.015em;
}

/* Horizontal padding for P tag */
.Cat2-Aspot .white-block p{
	padding-left:40px;
	padding-right:40px;
}

/* Bold text on the top title */
.Cat2-Aspot .white-block p strong{
	
}
/* Content text */
.Cat2-Aspot .white-block  p.text-content{
	width:288px;
	font-size:14px;
	line-height:22px;
}
/* Redirection link */
.Cat2-Aspot .white-block  p.text-link a{
	text-transform:uppercase;
	border-bottom:#bfbfbf 1px solid;
	font-size:11px;
	line-height:1em!important;
	color:#000;
}
.Cat2-Aspot .white-block  p.text-link a:hover{
	border-bottom:#be0f34 1px solid;
	color:#be0f34;
}



/* PLP Related Content Mobile*/
.plp-gridtile-view .search-result-items li.grid-tile.related-content {
	width: 100%;
	min-height: auto;
}

.plp-gridtile-view .plp-related-content-container {
	display: inline-block;
	border: 8px solid #e5e5e5;
}

.plp-related-content-container div[id^="ytapiplayer"],
.plp-related-content-container .YTthumbnail {
	margin: 0;
	height: auto !important;
}

.plp-related-content-container .YTthumbnail {
	position: static;
}

.plp-related-content-container div[id^="ytapiplayer"] {
	background: none;
	width: 100% !important;
}

.plp-related-content-container .YTVideoPreview {
	transform: none;
	width: 100% !important;
	height: 100% !important;
}

.plp-related-content-container .YTbtnlaunchplayer {
	width: 44px;
	height: 44px;
	margin-top: -68px;
	background-position: -10px -10px;
	background-color: rgba(255, 255, 255, 0.8);
}

.plp-related-content-container .YTplayer.restyle .YTbtnlaunchplayer {
	left: 4px;
	margin-top: -68px;
}

.plp-related-content-text-container {
	padding: 16px 10px;
	box-sizing: border-box;
}

.plp-related-content-text {
	font-size: 14px;
	margin: 2px 0 15px;
	letter-spacing: 0.02em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

.plp-related-content-link {
	color: #000;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #bfbfbf;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

.plp-related-content-link:hover {
	color: #be0f34;
	box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #be0f34;
}

/* Related content Tablet */
@media only screen and (min-width: 762px) {
	.plp-related-content-container {
		height: 180px;
	}

	.plp-related-content-video,
	.plp-related-content-text-container {
		width: 50%;
		float: left;
		height: 100%;
		display: inline-block;
	}

	.plp-related-content-text-container {
		padding: 21px 10px 16px 15px;
	}

	.plp-related-content-text {
		margin: 4px 0 10px;
	}

	.plp-related-content-container div[id^="ytapiplayer"],
	.plp-related-content-container .YTthumbnail {
		height: 100% !important;
	}

	.plp-related-content-container .YTplayer.restyle .YTbtnlaunchplayer {
		left: 10px;
		margin-top: -58px;
	}
}


/* Related content Desktop */
@media only screen and (min-width: 1024px) {
	.plp-related-content-video {
		width: 32.5%;
	}

	.plp-related-content-text-container {
		width: 67.5%;
		padding: 21px 10px 16px 18px;
	}

	.plp-related-content-text {
		margin: 6px 0 20px;
	}
}
/* End PLP Related Content*/


