/* Global styles for Stacks
--------------------------------------------------------------------------------------- */
.contentstack {
	padding-top: 43px;
	padding-bottom: 50px;
	position: relative;
}

.pt_productdetails .contentstack {
	padding-top: 13px;
}

.contentstack-featurecards,
.contentstack-followus {
	width: 960px;
	margin-left: -5px;
}

.contentstack-featurecards {
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}

.contentstack-masthead {
	padding: 0;
}

.contentstack-videomasthead {
	padding-top: 0;
}

.videomasthead-icon-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 5;
	background:rgba(0,0,0,.4);
	border-radius: 50%;
 	width: 100px;
	height: 100px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.videomasthead-icon-wrapper:hover {
	background:rgba(0,0,0,.6);
}

.videomasthead-icon-wrapper:after {
	content: "";
	border-radius: 50%;
	position: absolute;
	border: 3px solid #fff;
	width: 88px;
	height: 88px;
	top: 6px;
	left: 6px;
}

.videomasthead-icon-wrapper .owl-videomasthead-icon {
	width: 0;
	height: 0;
	position: absolute;
}

.videomasthead-icon-wrapper .owl-videomasthead-icon {
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 21px solid #fff;
	top: 37px;
	left: 42px;
}

.contentstack-olapicugc {
	padding-top: 22px;
}

.pt_productdetails .contentstack-olapicugc {
	padding: 0;
}

.contentstack-technology {
	padding-top: 32px;
	padding-bottom: 46px;
}

.pt_productdetails .contentstack-technology {
	padding-top: 2px;
}

.storytelling-static,
.storytelling-noheader {
	padding-top: 45px;
}

.storytelling-full {
	padding-top: 42px;
}

.storytelling-full,
.storytelling-noheader,
.storytelling-full .contentstack-storytelling,
.storytelling-noheader .contentstack-storytelling {
	padding-bottom: 46px;
}

.pt_productdetails .storytelling-static .contentstack-storytelling,
.pt_productdetails .storytelling-noheader .contentstack-storytelling {
	padding-top: 15px;
}

.pt_productdetails .storytelling-full .contentstack-storytelling {
	padding-top: 12px;
}

.contentstack-signupstack {
	padding: 0;
}

.pt_productdetails .contentstack-signupstack {
	margin-top: -30px;
	padding: 0;
}

.contentstack-mediaslider {
	padding-top: 42px;
	padding-bottom: 46px;
}

.pt_productdetails .contentstack-mediaslider {
	padding-top: 12px;
}

.contentstack-miadidasusp {
	padding-top: 36px;
	padding-bottom: 50px;
}

.contentstack h2 {
	text-align: center;
}

.follow-us-owl-headline {
	margin: 0 0 40px;
}

/* Clearfix for wrapper of slots
--------------------------------------------------------------------------------------- */
#shp-slot-3,
#shp-slot-4,
#shp-slot-5,
#shp-slot-6,
#shp-slot-7,
#hp-slot-2,
#hp-slot-3,
#hp-slot-4,
#hp-slot-5,
#hp-slot-6,
#hp-slot-7,
#hp-slot-8,
#glp-slot-2,
#glp-slot-3,
#glp-slot-4,
#glp-slot-5,
#clp-slot-2,
#clp-slot-3,
#clp-slot-4,
#clp-slot-5,
#clp-slot-6,
#clp-slot-7,
#clp-slot-8,
#clp-slot-9,
#clp-slot-10 {
	width:100%;
	float:left;
	clear:both;
}

/* ICON VIDEO */
.video-icon-wrapper {
  background: rgba(0,0,0,.4);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
}
.video-icon-wrapper:hover {
  background: rgba(0,0,0,.6);
}
.video-icon-wrapper.icon-small {
  width: 48px;
  height: 48px;
}
.video-icon-wrapper.icon-medium {
  width: 80px;
  height: 80px;
}
.video-icon-wrapper.icon-big {
  width: 160px;
  height: 160px;
}

.video-icon-wrapper.icon-small:after,
.video-icon-wrapper.icon-medium:after,
.video-icon-wrapper.icon-big:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.video-icon-wrapper.icon-small:after {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  top: 4px;
  left: 4px;
}
.video-icon-wrapper.icon-medium:after {
  border: 3px solid #fff;
  width: 64px;
  height: 64px;
  top: 5px;
  left: 5px;
}
.video-icon-wrapper.icon-big:after {
  border: 4px solid #fff;
  width: 136px;
  height: 136px;
  top: 8px;
  left: 8px;
}

.video-icon-wrapper.icon-small .video-icon,
.video-icon-wrapper.icon-medium .video-icon,
.video-icon-wrapper.icon-big .video-icon {
  width: 0;
  height: 0;
  position: absolute;
}
.video-icon-wrapper.icon-small .video-icon {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  top: 16px;
  left: 18px;
}
.video-icon-wrapper.icon-medium .video-icon {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid #fff;
  top: 28px;
  left: 31px;
}
.video-icon-wrapper.icon-big .video-icon {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 42px solid #fff;
  top: 56px;
  left: 60px;
}
/* END of ICON VIDEO */

/* Light Carousel */

.light-carousel-container {
	width: 950px;
	margin: 0 auto;
}
.account-landing-slot .carousel-content-inner {
	padding: 0;
}

.carousel-title {
	font-size: 32px;
	line-height: 90%;
	text-align: center;
	margin: 0 0 10px 0;
}

.carousel-description {
	max-height: 28px;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #010101;
	text-align: center;
}
.no_search_result_slot .carousel-description {
	max-height: 100%;
}
.pt_productsearchresult .carousel-description {
	max-height: none;
}
.no_search_result_slot .light-carousel .jcarousel-control-prev,
.no_search_result_slot .light-carousel .jcarousel-control-next {
	top: 130px;
}

.jcarousel-holder {
	width: 950px;
	height: 455px;
	position: relative;
}
.jcarousel-holder.grid-segment {
	height: 380px;
	clear: both;
}

.jcarousel-pagination {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 100;
}

.jcarousel-pagination a {
	overflow: hidden;
	cursor: pointer;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 1px;
	padding: 4px;
	background: transparent;
	position: relative;
	text-indent: 999px;
}

.jcarousel-pagination a:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
	position: absolute;
}

.jcarousel-pagination a:hover:before {
	background: #000;
	cursor: default;
}
.jcarousel-pagination a.active:before {
	background: #0286cd;
}

.light-carousel-container .loading-small {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 410px;
}

.grid-segment .jcarousel {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 26px 5px 0;
	left: -5px;
	position: relative;
}
.jcarousel-holder.threefourth {
	width: 710px;
}
.jcarousel-holder.threefourth .jcarousel {
	left: -5px;
	width: 720px;
	height: 620px;
}
.grid-segment .jcarousel > .loading-small {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -32px;
}

.grid-segment .jcarousel > div {
	width: 20000px;
	height: 351px;
	position: relative;
	left: -5px;
}
.grid-segment .jcarousel > div > .loading-small {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
}

.grid-segment .jcarousel-control-prev,
.grid-segment .jcarousel-control-next {
	border: 1px solid #ebebeb;
	position: absolute;
	z-index: 1001;
	overflow: hidden;
	top: 127px;
	width: 28px;
	height: 28px;
	font-size: 28px;
	line-height: 9999px;
	text-align: center;
	color: #fff;
	background-color: #fff;
}

.grid-segment .jcarousel-control-prev:hover,
.grid-segment .jcarousel-control-next:hover {
	background-color: #025f8e;
	border: 1px solid #025f8e;
}

.grid-segment .jcarousel-control-prev {
	left: 0;
}
.grid-segment .jcarousel-control-next {
	right: 0;
}
.account-landing-slot .grid-segment .jcarousel-control-next {
	right: 0;
}
.grid-segment .jcarousel-control-prev:before,
.grid-segment .jcarousel-control-next:before {
	position: absolute;
	overflow: hidden;
	left: 4px;
	top: 4px;
	display: block;
	width: 18px;
	height: 18px;
	font-family: 'icomoonregular';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: #000;
}
.grid-segment .jcarousel-control-prev:before {
	content: "\e627";
}
.grid-segment .jcarousel-control-next:before {
	left: 6px;
	content: "\e628";
}

.grid-segment .jcarousel-control-prev:hover:before,
.grid-segment .jcarousel-control-next:hover:before {
	color: #fff;
}

.grid-segment .jcarousel-control-prev.inactive,
.grid-segment .jcarousel-control-next.inactive {
	background: #ebebeb;
	border: 1px solid #ebebeb;
	cursor: default;
	opacity: 0.8;
}

.grid-segment .jcarousel-control-prev.inactive:before,
.grid-segment .jcarousel-control-next.inactive:before {
	color: #c8cbcc;
}

.grid-segment .innercard .image,
.grid-segment .innercard.hover .image,
.grid-segment .innercard:hover .image {
	margin: 0 0 14px;
}

.last-visited-container .innercard .customizable,
.last-visited-container .innercard .personalizable,
.last-visited-container .innercard .product-info-wrapper .color-count,
.last-visited-container .innercard .color-carousel,
.last-visited-container .innercard .subtitle,
.last-visited-container .innercard .rating {
	display: none;
}

.grid-segment .innercard .price {
	max-width: 100%;
	float: none;
	margin: 0 auto;
}

/**
 * jCarousel product
 */
.jcarousel-wrapper {
	position: relative;
}

.jcarousel-wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}

.genderlanding .jcarousel-wrapper .jcarousel {
	width: 710px;
}
.jcarousel-wrapper .jcarousel > ul {
    width: 20000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-wrapper .jcarousel > ul > li {
    float: left;
    width: 950px;
    min-height: 300px;
    overflow: hidden;
}

.genderlanding .jcarousel > ul > li {
	width: 710px;
}


.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	top: 50%;
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 9999px;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin-top: -12px;
	opacity: 0.7;
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .3s ease-in-out;
    transition: opacity .3s ease-in-out, color .3s ease-in-out;
}
.jcarousel-wrapper .jcarousel-control-prev:hover,
.jcarousel-wrapper .jcarousel-control-next:hover {
	opacity: 1;
}
.jcarousel-wrapper .jcarousel-control-prev.inactive,
.jcarousel-wrapper .jcarousel-control-next.inactive {
	background-color: #999;
	cursor: default;
}
.jcarousel-wrapper .jcarousel-control-prev {
	left: 0;
}
.jcarousel-wrapper .jcarousel-control-next {
	right: 0;
}
.jcarousel-wrapper .jcarousel-control-prev:before,
.jcarousel-wrapper .jcarousel-control-next:before {
	position: absolute;
	overflow: hidden;
	top: 4px;
	display: block;
	width: 16px;
	height: 16px;
	font-family: 'icomoonregular';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.jcarousel-wrapper .jcarousel-control-prev:before {
	content: "\e627";
	left: 4px;
}
.jcarousel-wrapper .jcarousel-control-next:before {
	content: "\e628";
	right: 3px;
}

.jcarousel-wrapper .jcarousel-pagination {
	position: relative;
	margin-top: 16px;
}

.jcarousel a.showpopup:hover,
.ui-dialog a.showpopup:hover {
	text-decoration: none;
}
.jcarousel .contentasset>img {
	width: 100% !important;
	height: auto !important;
}
.j-heading {
	margin: 20px 60px 30px 60px;
	text-align: center;
}
.technology .j-heading {
	width: 100%;
	margin: 0 0 20px 0;
}

.j-title,
.contentstack .j-title {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 12px;
	letter-spacing: 6px;
	font-family: "adilight", Arial, Helvetica, Verdana, sans-serif;
}
.j-subtitle,
.j-what-it-is,
.j-short-desc,
.j-long-desc {
	font-family: 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
}
.j-subtitle,
.contentstack .j-subtitle,
.contentstack .j-what-it-is {
	font-size: 20px;
	font-family: "adilight", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
.j-what-it-is {
	font-size: 16px;
	font-family: "adilight", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
.j-subtitle span {
	color: #0286cd;
}

.j-title.black,
.j-subtitle.black {
	color: #000;
}
.j-title.dark-grey,
.j-subtitle.dark-grey {
	color: #363738;
}
.j-title.white,
.j-subtitle.white {
	color: #fff;
}
.j-title.blue,
.j-subtitle.blue {
	color: #0286cd;
}
.j-title.shop-red,
.j-subtitle.shop-red {
	color: #c53622;
}
.j-title.orange,
.j-subtitle.orange {
	color: #ffc000;
}
.j-title.light-grey-1,
.j-subtitle.light-grey-1 {
	color: #ebebeb;
}
.j-title.light-grey-2,
.j-subtitle.light-grey-2 {
	color: #c8cbcc;
}
.j-title.light-grey-3,
.j-subtitle.dark-grey {
	color: #9a9b9b;
}
.j-title.light-grey-4,
.j-subtitle.light-grey-4 {
	color: #616363;
}
.j-details {
	width: 412px;
	height: 310px;
	padding-top: 50px;
	margin-right: 84px;
}
.technology .j-illustration,
.technology .j-details {
    display: inline-block;
    vertical-align: top;
}
.technology .j-details {
    margin: 0 0% 0 0;
    text-align: left;
    width: 38%;
}
.contentstack .j-benefit {
	font-size: 32px;
}
.j-benefit {
	font: 31px/1 'adiblack', Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.contentstack .j-what-it-is {
	font-size: 16px;
}
.j-long-desc,
.contentstack .j-short-desc,
.contentstack .j-long-desc {
	font-size: 14px;
	line-height: 20px;
	color: #323b3f;
}
.j-short-desc {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.j-illustration {
	position: relative;
	width: 38%;
	height: 310px;
	text-align: center;
	margin-left: 80px;
	/*background: url('../images/adidas_desktop_sprite.png') no-repeat 0 0;*/
}
.technology .j-illustration {
    margin: 0px 8% 0 0;
}
.j-image {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 52px;
	left: 52px;
	width: 260px;
	height: 206px;
}
.j-image img {
	display: inline-block;
	width: 100%;
}

.j-logo span, .j-logo-title span {
	display: inline-block;
	overflow: hidden;
	min-width: 180px;
	max-width: 310px;
	font-size: 16px;
	font-family: "adilight", Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    height: 16px;
    text-transform: uppercase;
}
.owl-carousel .owl-item .j-logo span img {
	width: auto;
    height: 100%;
}

.j-logo img {
	display: inline-block;
	max-height: 42px;
}

.ui-dialog .j-illustration {
	/*margin-left: 75px;*/
	float: none;
	clear: both;
	margin: 0 auto;
}
.ui-dialog .j-details {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	margin-right: 0;
}
.ui-dialog .j-benefit,
.ui-dialog .j-what-it-is {
	text-align: center;
}

.no_search_result_slot .carousel-content-inner .carousel-description,
.no_search_result_slot .jcarousel-holder,
.no_search_result_slot .jcarousel {
	width: 620px;
}
.wide_carousel .no_search_result_slot .carousel-content-inner .carousel-description,
.wide_carousel .no_search_result_slot .jcarousel-holder,
.wide_carousel .no_search_result_slot .jcarousel {
	width: 960px;
	overflow: hidden;
}
.wide_carousel .no_search_result_slot .jcarousel {
	margin: 0;
	padding: 0;
}
.wide_carousel .no_search_result_slot .light-carousel-container .jcarousel-control-prev,
.wide_carousel .no_search_result_slot .light-carousel-container .jcarousel-control-next {
	top: 110px;
}
.wide_carousel .no_search_result_slot .light-carousel-container .jcarousel-control-prev {
	left: 0;
}
.no_search_result_slot .jcarousel-holder {
	left: 0;
	padding: 0;
}
.no_search_result_slot .light-carousel-container .jcarousel-control-prev,
.no_search_result_slot .light-carousel-container .jcarousel-control-next {
	top: 166px;
	margin: 0;
}
.no_search_result_slot .light-carousel-container .jcarousel-control-prev {
	left: 10px;
}
.no_search_result_slot .light-carousel-container .jcarousel-control-next {
	right: 10px;
}
.no_search_result_slot .jcarousel-holder .loading-small {
	left: 285px;
	margin-left: 0;
}

/* Outfit content asset */
.outfit-content-images {
	width: 950px;
	margin: 20px auto 10px;
}
.outfit-content-images-wrapper {
	position: relative;
}
.outfit-image {
	width: 950px;
}
.outfit-first-image,
.outfit-second-image {
	width: 475px;
	float: left;
	overflow: hidden;
}
.outfit-image img {
	margin: 0 auto;
}
.outfit-image img,
.outfit-first-image img,
.outfit-second-image img {
	display: block;
}
.outfit-brand-logo {
	position: absolute;
	top: 50%;
	left: 50%;
}
.outfit-content-images-wrapper .Originals {
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1200px -611px;
}
.outfit-content-images-wrapper .neo {
	width: 126px;
	height: 50px;
	margin: -25px 0 0 -63px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1134px -65px;
}
.outfit-content-images-wrapper .porsche {
	width: 170px;
	height: 70px;
	margin: -35px 0 0 -85px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -464px -417px;
}
.outfit-content-images-wrapper .performance{
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1200px -739px;
}
.outfit-content-images-wrapper .stella {
	width: 204px;
	height: 70px;
	margin: -35px 0 0 -102px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -220px -417px;
}
.outfit-content-images .carousel-content-inner {
	display: none;
}

/* image gallery*/
.imagegallery {width:951px; margin:0 auto; position:relative; overflow:hidden;}
.imagegalleryblock {width:316px; height:198px; float:left; display:inline-block;margin:0 1px 1px 0; position:relative;}
.js-image img {
	width:100%;
	vertical-align: top;
}
.imagegalleryblock .imagegalleryinf {
	opacity: 0;
	background: rgba(2,95,142,0.6);
	display: table;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.imagegalleryblock:hover .imagegalleryinf {opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.imagegalleryinf {position:absolute; top:0; left:0; height:100%; width:100%; text-align:center;}
.imagegalleryinf > a {display:table-cell; vertical-align:middle;}
.imagegallerylink {
	cursor: pointer;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.imagegallerytitle {
	font: 15px 'adiBlack', Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.imagegallerydetails {position:absolute; top:0; left:0; z-index:1; width:100%; max-height:398px;}
.imagegalleryzoomtext {background:#fff; border-top:1px solid #fff; position:absolute; bottom:15px; left:15px; padding:30px; width:335px; opacity:0.60; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);}
.imagegalleryzoomtext .primary-label {
	padding:0 46px 0 0;
}
.imagegalleryzoomtext .primary-label:hover {
    border: none;
}
.imagegalleryzoomtext .primary-label:after {
	top:2px;
}
.imagegalleryzoomtext .primary-label:hover:after {
	right: 20px;
}
.imagegallery .close {position:absolute; top:3px; right:5px; padding:3px; cursor:pointer;}
.imagegallery .close:hover {text-decoration: none;}
.imagegalleryzoomtitle {margin:0 0 9px; font:bold 15px 'adihausregular',Arial,Helvetica,Verdana,sans-serif; color:#000;}
.imagegalleryzoomtxt {margin:0 0 12px;}

/* product stack */
.product-stack {width:950px; margin:0 auto; padding:0 70px; position:relative;}
.product-stack .jcarousel-wrapper {height: 457px;}
.contentstack li {list-style: none;}
.product-stack .product-description {width: 400px; height: 400px; float:left;}
.product-stack .product-description .button-primary {color: #fff;}
.product-stack .product-description .primary-label {
	color: #000;
	padding-left: 0;
}
.product-stack .product-description p {font-size:14px; margin-bottom:0; text-align: left; font-weight: normal;}

.product-stack .product-description .adi-medium-grey {
	font-family: 'adilight', Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000;
}

.product-stack .personalizable {
  	display: inline-block;
  	font-size: 15px;
  	line-height: 17px;
  	padding: 0 27px 0 0;
  	margin: 0 0 6px;
  	position: relative;
}
.product-stack .personalizable:after {
	position: absolute;
	content: '';
	background: url('../images/adidas_desktop_sprite.png') no-repeat -536px -1403px;
	width: 21px;
	height: 17px;
	right: 0;
	top: 50%;
	margin: -9px 0 0;
}
.product-stack .customizable {
  	display: inline-block;
	font-size: 15px;
	line-height: 17px;
	padding: 0 20px 0 0;
	margin: 0 0 6px;
	position: relative;
}
.product-stack .customizable:after {
	background: url('../images/adidas_desktop_sprite.png') no-repeat -597px -1403px;
	width: 16px;
	height: 17px;
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	margin: -9px 0 0;
}
.product-stack .personalizable a, .product-stack .customizable a {color: #586268;}
.product-stack .personalizable a:hover, .product-stack .customizable a:hover {color: #586268; text-decoration: none;}
.product-stack .product-image {width: 400px; height: 400px; float:right;}
.product-stack .product-image a {display: block;}
.product-stack .product-image img {width: 100%; height: 100%; vertical-align: top;}

.contentstack .product-stack h2 {
	font-family: 'adiblack',Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: normal;
	margin: 0 0 11px;
	overflow: hidden;
	text-align: left;
	line-height: 34px;
}

.product-stack .price {
	margin:8px 0 20px;
	font-family: 'adilight', Arial, Helvetica, Verdana, sans-serif;
}
.product-stack .price .currency-sign-discounted,
.product-stack .price .discount-price {
	color: #c53622;
	font-size: 28px;
}
.product-stack .price .strike {
	font-size: 16px;
	text-decoration: line-through;
	color: #616363;
}

.product-stack .shopThisProduct {margin:0 0 8px;}
.pt_productdetails .product-segment.ContentAsset .para-intro { text-align: center; }
.pt_productdetails .product-segment.ContentAsset .product-stack h2 {text-align:left;}
.pt_productdetails .product-segment.ContentAsset .product-stack h2 + p {font-size:14px; line-height:24px; font-weight:normal; text-align:left; margin:0;}

.product-slider {
	position: relative;
	left: 50%;
	margin: -43px 0 -50px -2500px;
	width: 5000px;
	padding: 43px 0 50px;
}

.product-slider .jcarousel-wrapper {
	width: 950px;
	margin: 0 auto;
}

/* product stack light theme */
.product-slider-light {
	background: #000;
}

.product-slider-light .product-slider-in {
	width: 950px;
	margin: 0 auto;
}

.product-slider-light h2,
.product-slider-light .para-intro span,
.product-slider-light .para-normal,
.product-slider-light .price {
	color: #fff;
}

.product-slider-light .customizable a {
	color: #0286cd;
}

.product-slider-light .jcarousel-wrapper .jcarousel-control-prev,
.product-slider-light .jcarousel-wrapper .jcarousel-control-next {
	background-color: #fff;
}

.product-slider-light .jcarousel-wrapper .jcarousel-control-prev:before,
.product-slider-light .jcarousel-wrapper .jcarousel-control-next:before {
	color: #000;
}

.product-slider-light .bp-black {
	background-color: #0286CD;
	background-color: rgba(2, 134, 205, 0.8);
}

.product-slider-light .product-stack .product-description .primary-label {
	color: #fff;
}

/* Product Stack OWL */
.product-slider .owlcarousel-wrapper {
	width: 950px;
	margin: 0 auto;
}

.product-slider .owl-theme .owl-dots {
	margin: 16px 0 0;
}

.product-slider-light .owl-theme .owl-dot {
	background: #fff;
}

.product-slider-light .owl-theme .owl-prev,
.product-slider-light .owl-theme .owl-next {
	background: #fff;
}

.product-slider-light .owl-theme .owl-prev:before,
.product-slider-light .owl-theme .owl-next:before {
	color: #000;
}

/* End Product Stack OWL */

/* masthead */
.cat-landing-hero .contentstack p {
	line-height: 1.2em;
}

#main #clp-slot-2,
#main #clp-slot-3,
#main #clp-slot-4,
#main #clp-slot-5,
#main #clp-slot-6,
#main #clp-slot-7,
#main #clp-slot-8,
#main #clp-slot-9,
#main #clp-slot-10 {
	width: 950px;
	margin: 0 auto;
	float: none;
}

.home-page-slot-hero {
	position:relative;
}

#glp-slot-1.gen-landing-hero {
	width: 710px;
	position: relative;
	height: auto;
}

#glp-slot-1 .title-super{
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 10px;
}

#glp-slot-1 .masthead_container .masthead {
	margin: 0;
	padding: 0 40px;
	height: 314px;
	width: 345px;
}

#glp-slot-1 .masthead_container .masthead .headline {
	margin: 0 0 8px;
	min-height: 0;
	max-height: 98px;
	overflow: hidden;
}

#glp-slot-1 .masthead_container .headercover {
	display: none;
}

#glp-slot-1 .masthead_container .masthead .caption {
	margin: 0 0 20px;
	min-height: 0;
	overflow: hidden;
	max-height: 44px;
}

#glp-slot-1 .para-intro {
	margin: 0 0 20px;
	line-height: 21px;
}

#glp-slot-1 .masthead_container .masthead-cta {
	padding: 0 0 8px;
}

#clp-slot-1.cat-landing-hero .masthead_container{
	position: relative;
	height: 600px;
	margin: 0 0 -170px;
}
.cat-landing-hero .masthead_container{
	margin: 0;
	height: 600px;
}

.categorylanding .masthead_container,
.homepage .masthead_container {
	margin: 0 auto;
	height: 428px;
}
.plp-wrapper .masthead-placeholder {
	height: 354px;
}

.plp-wrapper .masthead_container {
	position: absolute;
	overflow: hidden;
}

.plp-wrapper .masthead_container .owl-item img {
	display: block;
	margin: 0 auto;
}
.masthead-owl-container .primary-label {
	border: 2px solid rgba(0, 0, 0, 0);
}

.masthead_video_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.masthead-placeholder.video {
	height: 570px;
}

.masthead_container .masthead-video-player {
	display: none;
}
.masthead_container.video #videoContainer {
	height: 100%;
}

.masthead_container.video .masthead-video-player {
	display: block;
	height: 535px;
	position: absolute;
	width: 950px;
	top: 26px;
	left: 50%;
	margin-left: -475px;
	z-index: 1002;
	background: #000;
}

.masthead_container.video .masthead-video-player .video-container {
	position: static !important;
}

.masthead_container .ui-dialog-titlebar-close,
.popup-video-container .ui-dialog-titlebar-close {
	top: -25px;
	right: 0;
	text-align: center;
}

.masthead_container .ui-dialog-titlebar-close:hover,
.popup-video-container .ui-dialog-titlebar-close:hover {
	cursor: pointer;
}

.masthead_container .ui-dialog-titlebar-close:before,
.popup-video-container .ui-dialog-titlebar-close:before {
	content: "\e62f";
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	color: #f1f1f1;
	font: normal normal normal 12px/1 'icomoonregular';
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#glp-slot-1 .masthead_container.video .masthead-video-player {
	margin-left: -595px;
}

.gen-landing-hero .masthead-placeholder {
	width: 710px;
	height: 360px;
}

.masthead_container {
	height: 830px;
	margin: 0 auto -337px;
	top: 0;
	width: 100%;
	left: 0px;
}

.masthead_container .masthead-cta {
	position: relative;
	z-index: 20;
}

.gen-landing-hero .masthead_container {
	height: 344px;
	margin:0 auto;
}

.masthead_container .jcarousel-wrapper {
	max-width: 1366px;
	margin: 0 0 0 -683px;
	left: 50%;
}

.masthead_container .jcarousel-wrapper .jcarousel {
	width: 100%;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel {
	height: 314px;
	min-height: 314px;
}

.masthead_container .jcarousel-wrapper .jcarousel li {
	width: 1366px;
	position: relative;
	padding: 0;
	height: 830px;
	min-height: 830px;
}

#plp .masthead_container .jcarousel-wrapper .jcarousel li {
	height: 600px;
	min-height: 600px;
	padding: 0 0 172px;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel li {
	width: 710px;
	height: 314px;
	min-height: 314px;
	padding: 0;
}

.cat-landing-hero .masthead_container .jcarousel-wrapper .jcarousel li,
.pt_staticcontentpage .categorylanding .masthead_container .jcarousel-wrapper .jcarousel li {
	height: 600px;
	min-height: 600px;
	position: relative;
}

.categorylanding .masthead_container .jcarousel-wrapper .jcarousel li,
.homepage .masthead_container .jcarousel-wrapper .jcarousel li{
	height: 428px;
	min-height: 400px;
}

.cat-landing-hero .masthead_container .masthead,
.pt_staticcontentpage .categorylanding .masthead_container .masthead {
	padding: 0 0 172px;
}

.categorylanding .masthead_container .masthead,
.homepage .masthead_container .masthead{
	padding: 0;
}

.cat-landing-hero .contentstack {
	margin: 0 auto;
}

.masthead_container .masthead-image-link {
	width: 1366px;
	height: 428px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.masthead_container .jcarousel-wrapper .jcarousel .ctas li {
	width: 100%;
	clear: both;
	min-height: 1px;
	overflow: visible;
	height: 43px;
	margin: 0 0 8px;
	line-height: 44px;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-prev:before,
.masthead_container .jcarousel-wrapper .jcarousel-control-next:before {
	top: 0;
	height: 75px;
	width: 60px;
	font-size: 75px;
	color: #000;
}

.masthead_container .jcarousel-wrapper .light:before,
.masthead_container .jcarousel-wrapper .boost:before {
	color: #fff;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel-control-prev:before,
.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel-control-next:before {
	top: 0;
	height: 24px;
	width: 20px;
	font-size: 24px;
	color: #000;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-prev:hover:before,
.masthead_container .jcarousel-wrapper .jcarousel-control-next:hover:before {
	color: #fff;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-prev.light:hover:before,
.masthead_container .jcarousel-wrapper .jcarousel-control-next.light:hover:before,
.masthead_container .jcarousel-wrapper .jcarousel-control-prev.boost:hover:before,
.masthead_container .jcarousel-wrapper .jcarousel-control-next.boost:hover:before {
	color: #000;
}

.masthead_container .masthead.countdown-enabled .headline {
	margin: 0 0 32px;
}

.masthead_container .masthead .hashTag {
	color: #fff;
	font: 22px/30px 'adiNeueBold', Arial, Helvetica, sans-serif;
}

.masthead_container .masthead.dark .hashTag {
	color: #000;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-prev,
.masthead_container .jcarousel-wrapper .jcarousel-control-next {
	background: none;
	height: 75px;
	width: 60px;
	margin: 0;
	color: #000;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-prev {
	left: 50%;
	top: 222px;
	margin: 0 0 0 -630px;
}

.masthead_container .jcarousel-wrapper .jcarousel-control-next {
	right: 50%;
	top: 222px;
	margin: 0 -618px 0 0;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel-control-prev {
	left: auto;
	top: 133px;
	margin:0;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel-control-next {
	right: 10px;
	top: 133px;
	margin: 0;
}

.masthead_container .jcarousel-wrapper .jcarousel-pagination,
#main .masthead_container .jcarousel-wrapper .jcarousel-pagination {
	position: absolute;
	left: 50%;
	top: 452px;
	height: 25px;
	padding: 6px 9px;
	border-radius: 15px;
	background-color: #666;
	background-color: rgba(0, 0, 0, .6);
	width: auto;
	font-size: 13px;
	line-height: 13px;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pt_categorylanding .masthead_container .jcarousel-wrapper .jcarousel-pagination,
.pt_categorylanding #main .masthead_container .jcarousel-wrapper .jcarousel-pagination,
.pt_productsearchresult #main .masthead_container .jcarousel-wrapper .jcarousel-pagination {
	top: 370px;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper .jcarousel-pagination {
	top: auto;
	left: 20px;
	right: 20px;
	height: auto;
	padding: 0;
	border: none;
	background: none;
}

#main #glp-slot-1 .jcarousel-wrapper .jcarousel-pagination,
#main div[id*="glp-slot"] .jcarousel-wrapper .jcarousel-pagination{
	bottom: -35px;
	background: none;
	right: auto;
	top: auto;
	width: 100%;
}
.genderlanding .jcarousel-pagination {
    bottom: 0 !important;
}

.masthead_container img {
	height: auto;
	width: 100%;
}

.masthead_container .masthead {
	position:absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -433px;
	padding:0 0 307px;
	height:100%;
}

.plp-wrapper .masthead_container .masthead {
	margin: 0 0 0 -480px;
	padding: 66px 0 172px;
}

.masthead_container .masthead > div {
	display: table;
	width: 425px;
	height: 100%;
	margin: 0 auto;
}

.masthead_container .masthead > div > div {
	display: table-cell;
	vertical-align: middle;
}

.masthead .countdown-containter {
	margin: 0 0 29px;
}

.gen-landing-hero .masthead_container .masthead > div {
	width: 345px;
}

.masthead_container .masthead .button-primary,
.masthead_container .masthead .primary-label {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.gen-landing-hero .masthead_container .masthead {
	width: 630px;
	margin: 40px;
	left: 0;
}

.gen-landing-hero .masthead_container .jcarousel-wrapper {
	margin: 0 auto;
	left: 0;
}

.gen-landing-hero .masthead_container.masthead-owl-container .owl-carousel {
	margin: 0;
	left: 0;
	width: 100%;
}

.gen-landing-hero .contentstack .masthead_container.masthead-owl-container a:hover {
	text-decoration: none;
}

.gen-landing-hero .masthead_container.masthead-owl-container .owl-stage-outer {
	height: 314px;
	min-height: 314px;
}

.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-prev:before,
.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-next:before {
	font-size: 24px;
	line-height: 314px;
}

.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-prev,
.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-next {
	padding: 314px 0 0;
}

.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-prev {
	left: 0;
}

.gen-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-next {
	right: 0;
}

.gen-landing-hero .masthead-owl-container .owl-theme .owl-dots {
	background: transparent;
	bottom: 10px;
	right: 286px;
}

.masthead_container .masthead .headline {
	position: relative;
	width: 425px;
	margin: 0 0 10px;
}

.gen-landing-hero .masthead_container .masthead .headline,
.gen-landing-hero .masthead_container .masthead .caption,
.gen-landing-hero .masthead_container .masthead .cta-container {
	width: 345px;
}

.gen-landing-hero .masthead_container .cta-container .button-primary span {
	white-space: nowrap;
}

.masthead_container .masthead .headline span {
	display: block;
	margin: 0 0 10px;
	color: #FFF;
}

.masthead_container .masthead.light .headline span {
	color: #FFF;
}

.masthead_container .masthead.dark .headline span {
	color: #000;
}

.masthead_container .masthead.originals .headline span {
	color: #0286cd;
}

.masthead_container .masthead.neo .headline span {
	color: #bfd730;
}

.masthead_container .masthead.boost .headline span {
	color: #ffdd00;
}

.masthead_container .masthead .caption {
	margin: 0 0 23px;
	position:relative;
	width:425px;
}

.masthead_container .masthead .cta-container {
	width: 425px;
}

.masthead_container .masthead .caption .para-intro {
	color: #fff;
	text-align: left;
}
.masthead_container .masthead.dark .caption .para-intro {
	color: #000;
}

.masthead_container .masthead .masthead-cta .primary-label {
	color: #FFF;
}
.masthead_container .masthead.dark .masthead-cta .primary-label {
	color: #000;
}

.masthead_container .masthead .masthead-cta .button-primary {
	color: #FFF;
	background-color: #0286cd;
	background-color: rgba(2, 134, 205, 0.8);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.masthead_container .masthead .masthead-cta .button-primary:hover {
	color: #FFF;
	background-color: #025f8e;
	background-color: rgba(2, 134, 205, 1);
}

.masthead_container .masthead .masthead-cta .button-primary span {
	color: #FFF;
}

.masthead_container .masthead.light .masthead-cta .button-primary {
	color: #FFF;
	background-color: #0286cd;
	background-color: rgba(2, 134, 205, 0.8);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.masthead_container .masthead.light .masthead-cta .button-primary:hover,
.masthead_container .masthead.light .masthead-cta .button-primary:focus {
	color: #FFF;
	background-color: #025f8e;
	background-color: rgba(2, 134, 205, 1);
}

.masthead_container .masthead.light .masthead-cta .button-primary span {
	color: #FFF;
}

.masthead_container .masthead.dark .masthead-cta .button-primary {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.masthead_container .masthead.dark .masthead-cta .button-primary:hover {
	background-color: rgba(0, 0, 0, 1);
}

.masthead_container .masthead.dark .masthead-cta .button-primary span {
	color: #FFF;
}

.masthead_container .masthead.originals .hashTag {
	color: #fff;
}

.masthead_container .masthead.originals .caption .para-intro {
	color: #fff;
}

.masthead_container .masthead.originals .masthead-cta .button-primary {
	color: #FFF;
	background-color: rgba(2, 134, 205, 0.8);
}

.masthead_container .masthead.originals .masthead-cta .button-primary span {
	color: #FFF;
}

.masthead_container .masthead.neo .masthead-cta .button-primary {
	color:#000;
	background-color: rgba(255, 255, 255, 0.7);
}

.masthead_container .masthead.neo .masthead-cta .button-primary span {
	color: #000;
}

.masthead_container .masthead.boost .masthead-cta .button-primary {
	color:#000;
	background-color: rgba(255, 255, 255, 0.7);
}

.masthead_container .masthead.boost .masthead-cta .button-primary span {
	color: #000;
}

.masthead_container .masthead-cta {clear:both; padding: 4px 0;}
.masthead_video_dialog {
	padding: 0;
}

.masthead_video_dialog .ui-dialog-title {
	display: none;
}

.masthead_container .masthead .caption .ParaMasthead,
.ParaMasthead {
	margin-top: 0;
	margin-bottom: 30px;
}

.masthead_container .masthead .headline .TitleCLP,
.TitleCLP {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Masthead Countdown */
.masthead .date-timer {
	float: left;
	padding: 0;          	/* need to verify */
	background: none;		/* need to verify */
}

.masthead .date-timer:before,
.masthead .date-timer:after,
.masthead .date-timer .clearfix {
	display: none;
}

.masthead .date-timer .date-timer-item {
	height: 74px;
	position: relative;
	float: left;
	background: rgba(235, 235, 235, 0.7);
	text-align: center;
}

.masthead .date-timer .countdown-days {
	margin-right: 10px;
}

.masthead .date-total-item-3 .countdown-days,
.masthead .date-total-item-2 .countdown-days,
.masthead .date-total-item-1 .countdown-days,
.masthead .date-total-item-2 .countdown-hours{
	width: 89px;
	padding: 5px 4px 5px 5px;
	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
	border-radius: 2px;
}

.masthead .date-total-item-3 .countdown-hours {
	width: 85px;
	-webkit-border-radius: 2px 0 0 2px;
 	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	padding: 5px 0 5px 5px;
}

.masthead .date-total-item-3 .countdown-minutes {
	width: 99px;
	-webkit-border-radius: 0 2px 2px 0;
 	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	padding: 5px 4px 5px 15px;
}

.masthead .date-total-item-3 .countdown-minutes:before {
	content: ':';
	width: 15px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	font: 30px/56px 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	color: #363738;
}

@media all and (-ms-high-contrast: none) {
	.masthead .date-total-item-3 .countdown-hours {
		border-radius: 0;
	}
}

.masthead .date-timer .t-num {
	width: 100%;
	display: block;
	padding: 0 0 4px 0;
}

.masthead .date-timer .t-num .left,
.masthead .date-timer .t-num .right {
	width: 39px;
	height: 51px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -840px -1649px;
	font: 30px/56px 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	color: #363738;
}

.masthead .date-timer .t-txt {
	display: block;
	font: 11px/12px 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
}
/* ENd Masthead Countdown */

/* Masthead OWL */
.masthead-owl-container {
	position: relative;
	overflow: hidden;
}
#container.pt_categorylanding .masthead-owl-container {
	overflow: visible;
}
.masthead-owl-container .owl-carousel {
	width: 1366px;
	margin-left: -683px;
	left: 50%;
	z-index: auto;
}
.masthead-owl-container .masthead {
	width: 425px;
}
.masthead-owl-container .owl-theme .owl-dots {
	height: 25px;
	padding: 6px 9px;
	position: absolute;
	right: 208px;
	top: 460px;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.masthead-owl-container .owl-theme .owl-dots .owl-dot.active {
	cursor: default;
}
.masthead-owl-container .owl-theme .owl-nav .owl-prev,
.masthead-owl-container .owl-theme .owl-nav .owl-next {
	width: 60px;
	padding: 592px 0 0;
	height: 0;
	top: 0;
	overflow: hidden;
	background: none;
	margin: 0;
}

.masthead-owl-container .owl-theme .owl-nav .owl-prev:before,
.masthead-owl-container .owl-theme .owl-nav .owl-next:before {
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	width: 100%;
	height: 100%;
	font-size: 75px;
	line-height: 592px;
}

.masthead-owl-container .owl-theme .owl-nav .owl-prev {
	left: 60px;
}
.masthead-owl-container .owl-theme .owl-nav .owl-prev:before {
	left: -6px;
}
.masthead-owl-container .owl-theme .owl-nav .owl-next {
	right: 60px;
}

.cat-landing-hero .masthead-owl-container .owl-theme .owl-dots {
	bottom: 190px;
}

#clp-slot-1.cat-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-prev:before,
#clp-slot-1.cat-landing-hero .masthead-owl-container .owl-theme .owl-nav .owl-next:before {
	line-height: 428px;
}

#container #clp-slot-1.cat-landing-hero .masthead-owl-container,
#container .cat-landing-hero .masthead-owl-container,
#container .masthead-owl-container
.categorylanding .masthead-owl-container,
#container .homepage .masthead-owl-container {
	height: auto;
}

#container .categorylanding .masthead-owl-container .masthead-owl-content,
#container .homepage .masthead-owl-container .masthead-owl-content {
	height: 428px;
}

.masthead-owl-container.light .owl-nav .owl-prev:before,
.masthead-owl-container.light .owl-nav .owl-next:before,
.masthead-owl-container.boost .owl-nav .owl-prev:before,
.masthead-owl-container.boost .owl-nav .owl-next:before {
	color: #fff;
}

.masthead-owl-container.light .owl-nav .owl-prev:hover:before,
.masthead-owl-container.light .owl-nav .owl-next:hover:before,
.masthead-owl-container.boost .owl-nav .owl-prev:hover:before,
.masthead-owl-container.boost .owl-nav .owl-next:hover:before {
	color: #c8cbcc;
}

.masthead-owl-container.dark .owl-nav .owl-prev:before,
.masthead-owl-container.dark .owl-nav .owl-next:before,
.masthead-owl-container.originals .owl-nav .owl-prev:before,
.masthead-owl-container.originals .owl-nav .owl-next:before,
.masthead-owl-container.neo .owl-nav .owl-prev:before,
.masthead-owl-container.neo .owl-nav .owl-next:before {
	color: #000;
}

.masthead-owl-container.dark .owl-nav .owl-prev:hover:before,
.masthead-owl-container.dark .owl-nav .owl-next:hover:before,
.masthead-owl-container.originals .owl-nav .owl-prev:hover:before,
.masthead-owl-container.originals .owl-nav .owl-next:hover:before,
.masthead-owl-container.neo .owl-nav .owl-prev:hover:before,
.masthead-owl-container.neo .owl-nav .owl-next:hover:before {
	color: #616363;
}

/* Static page */
#container.pt_staticcontentpage .categorylanding .masthead-owl-container .masthead-owl-content {
	height: auto;
}
#container.pt_staticcontentpage .cat-landing-hero .masthead_container {
	margin: 0 0 -170px;
	position: relative;
}

/* PLP Responsive Masthead */
.responsive-plp-wrapper .masthead-filter-container {
	clear: both;
	top: -24px;
	overflow: hidden;
	border: none;
	width: auto;
	margin: -75px auto 0;
}
.responsive-plp-wrapper .masthead-filter-container .owl-carousel {
	width: auto;
}
.responsive-plp-wrapper .masthead-filter-container .masthead-filter .owl-carousel .owl-stage-outer:after,
.responsive-plp-wrapper .masthead-filter-container .masthead-filter .owl-carousel .owl-stage-outer:before {
	display: none;
}
.responsive-plp-wrapper .masthead-filter-static .masthead-filter .owl-carousel .owl-stage-outer:before,
.responsive-plp-wrapper .masthead-filter-static .masthead-filter .owl-carousel .owl-stage-outer:after {
	width: 44px;
	display: block;
	background: rgba(0, 0, 0, 0.75);
}
.responsive-plp-wrapper .masthead-filter-static .masthead-filter .owl-carousel .owl-stage-outer:before {
	right: 0;
}
.responsive-plp-wrapper .masthead-filter-static .masthead-filter .owl-carousel .owl-stage-outer:after {
	left: 0;
}
.responsive-plp-wrapper .masthead-filter .owl-theme .owl-prev {
	left: 10px;
}
.responsive-plp-wrapper .masthead-filter .owl-theme .owl-next {
	right: 10px;
}
.responsive-plp-wrapper .masthead-owl-container .owl-carousel {
	width: 100%;
	margin: 0 auto;
	left: 0;
}
.plp-wrapper .responsive-plp-wrapper .masthead_container {
	position: relative;
	overflow: visible;
	height: auto;
	margin: -24px 0 24px;
}

.responsive-plp-wrapper .masthead_container .masthead-owl-content {
	background-position: 50% top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.responsive-plp-wrapper .masthead_container .masthead {
	position: static;
	padding: 0;
	margin: 0 auto;
}

.responsive-plp-wrapper .masthead_container .masthead > div {
	margin: 0;
}

@media screen and (max-width: 1279px) {
	.responsive-plp-wrapper .masthead_container .masthead {
		width: 950px;
	}
}

@media screen and (min-width: 1280px) {
	.responsive-plp-wrapper .masthead_container .masthead {
		width: 1190px;
	}
}


.responsive-plp-wrapper .masthead_container .masthead .title-super,
.responsive-plp-wrapper .masthead_container .masthead .para-intro {
	margin: 0;
}

.responsive-plp-wrapper #page_info_top {
	max-width: 100%;
	overflow: visible;
}
.responsive-plp-wrapper .masthead-placeholder {
	height: auto;
}
.responsive-plp-wrapper .wallpaper-enabled .breadcrumbs *,
.responsive-plp-wrapper .wallpaper-enabled .page-heading *,
.responsive-plp-wrapper .wallpaper-enabled .breadcrumbs a:hover,
.responsive-plp-wrapper .wallpaper-enabled .breadcrumbs a:focus {
	color: #000;
}
.responsive-plp-wrapper .wallpaper-enabled .breadcrumbs li:last-child {
	color: #9a9b9b;
}
.responsive-plp-wrapper .wallpaper-enabled .breadcrumbs .back {
	border-color: #000;
}

@media screen and (max-width: 1279px) {

	.responsive-plp-wrapper .masthead_container .masthead .headline {
		margin-bottom: 10px;
	}

	.responsive-plp-wrapper .masthead_container .masthead .caption {
		margin: 0 20px 14px 0;
	}
}

@media screen and (min-width: 1280px) {
	.responsive-plp-wrapper .masthead_container .masthead > div {
		width: 500px;
	}

	.responsive-plp-wrapper .masthead_container .masthead .headline,
	.responsive-plp-wrapper .masthead_container .masthead .caption,
	.responsive-plp-wrapper .masthead_container .masthead .cta-container {
		width: 100%;
	}

	.responsive-plp-wrapper .masthead_container .masthead .headline {
		margin-bottom: 20px;
	}

	.responsive-plp-wrapper .masthead_container .masthead .caption {
		margin: 0 20px 24px 0;
	}
}
/* END PLP Responsive Masthead */

/* END Masthead OWL */

/* video masthead */
.contentstack-videomasthead {
	padding-top: 0;
}
.videomasthead {
	min-height: 628px;
}
#clp-slot-1.cat-landing-hero .videomasthead .masthead_container,
.videomasthead .masthead_container {
    width: 100%;
    height: 768px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.videomasthead .masthead_container .masthead-image-link {
	height: 100%;
	margin-left: -683px;
	left: 50%;
}
.videomasthead .masthead_container.video .masthead-video-player {
    position: relative;
    top: 26px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1002;
    margin: 0;
}
.videomasthead .masthead_container.video .masthead-video-player .video-container {
	width: 100% !important;
}
.videomasthead .masthead_container .masthead {
	position: relative;
	left: 0;
	margin: 0;
	height: 768px;
	padding: 0;
	width: 100%;
	text-align: center;
}
.videomasthead .masthead_container .masthead .masthead-bottom {
	display: block;
	height: 530px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
.videomasthead .masthead_container .video-bg {
	position: relative;
	width: 1366px;
	height: 768px;
}
.videomasthead .masthead_container .masthead-bottom .masthead-table-style {
	height: 100%;
	width: 950px;
	margin: 0 auto;
	display: table;
	text-align:left;
}
.videomasthead .masthead_container .masthead-bottom .masthead-cell-style {
	display: table-cell;
	vertical-align: middle;
}
.videomasthead .cta-container .masthead-cta {
	padding: 0;
}
.videomasthead .cta-container .masthead-cta a {
	margin-top: 8px;
}
.videomasthead .cta-container .masthead-cta a:hover {
	text-decoration: none;
}
.videomasthead .cta-container .masthead-cta a.video-link:after {
	content: "\ea15";
}

.videomasthead_overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
}

.videomasthead_overlay .ui-dialog-titlebar-close {
	position: fixed;
	right: 0;
	top: 0;
    z-index: 9000;
    width: 52px;
    height: 52px;
    background: #fff;
}

.videomasthead_overlay .ui-dialog-titlebar-close:before {
	content: '\e62f';
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	font: normal normal normal 12px/1 'icomoonregular';
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	margin: -6px 0 0 -6px;
}

/* Musthead filters*/

.masthead-filter-container {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	height: 75px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.masthead-filter {
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
}

.masthead-filter-container .jcarousel {
	overflow: hidden;
	position: relative;
}

.masthead-filter-list {
	position: relative;
	width: 9999px;
}

.masthead-filter-list:after {
	content:' ';
	display: table;
	width: 100%;
}
.masthead-filter-item {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	float: left;
	height: 75px;
	padding: 10px 20px;
	text-align: center;
	width: 114px;
}

.masthead-filter-item.masthead-filter-item-active {
	background-color: #fff;
}

.masthead-filter-item:hover {
	background: #000;
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
	cursor: pointer;
}

.masthead-filter-item img {
	max-height: 55px;
}

.masthead-filter-control {
	display: none;
	font-size: 0;
	height: 75px;
	position: absolute;
	top: 0;
	width: 228px;
	background-color: #000;
	background-color: rgba(0,0,0,0.4);
}

.masthead-filter-container .jcarousel-control-prev {
	left: 0;
}

.masthead-filter-container .jcarousel-control-next {
	right: -1px;
}

.masthead-filter-container .jcarousel-control-prev:after,
.masthead-filter-container .jcarousel-control-next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	display: block;
	font-family: 'icomoonregular';
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 16px;
	line-height: 1;
	position: absolute;
	speak: none;
	text-align: center;
	text-transform: none;
	top: 20px;
	width: 16px;
}

.masthead-filter-container .jcarousel-control-prev:after {
	content:"\e627";
	right: 10px;
}

.masthead-filter-container .jcarousel-control-next:before {
	content:"\e628";
	left: 0;
}

.masthead-filter-container .owl-carousel {
	width: 912px;
	height: 75px;
	margin: 0 auto;
}

.masthead-filter .owl-carousel .owl-stage {
	margin: 0 auto;
}

.masthead-filter .owl-carousel .owl-stage-outer {
	overflow: visible;
	height: 75px;
}

.masthead-filter .owl-carousel .owl-stage-outer:after,
.masthead-filter .owl-carousel .owl-stage-outer:before {
	content: '';
	width: 228px;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.25);
	z-index: 100;
}

.masthead-filter .owl-carousel .owl-stage-outer:after {
	left: -228px;
}

.masthead-filter .owl-carousel .owl-stage-outer:before {
	right: -228px;
}

.masthead-filter .owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
}

.masthead-filter-link {
	display: inline-block;
}
.masthead-filter-link:focus{
    background: #000;
}

.masthead-filter .owl-theme .owl-prev,
.masthead-filter .owl-theme .owl-next {
	background: transparent;
}

.masthead-filter .owl-theme .owl-prev {
	left: -28px;
}

.masthead-filter .owl-theme .owl-next {
	right: -28px;
}

.masthead-filter .owl-theme .owl-prev::before,
.masthead-filter .owl-theme .owl-next::before {
	font-size: 25px;
	height: 25px;
	width: 25px;
	left: 0;
	top: 0;
}

.masthead-filter .owl-theme .owl-prev.disabled::before,
.masthead-filter .owl-theme .owl-next.disabled::before {
	color: #999;
}

@media screen and (max-width: 1365px) {
	.masthead-filter-container {
		width: 950px;
	}

	.masthead-filter-container .owl-carousel {
		width: 950px;
	}

	.masthead-filter .owl-carousel .owl-stage-outer {
		overflow: hidden;
	}

	.masthead-filter-item {
		padding: 10px 10px;
		width: 119px;
	}

	.masthead-filter-control {
		width: 238px;
	}

	.masthead-filter .owl-theme .owl-prev {
		left: 0;
	}

	.masthead-filter .owl-theme .owl-next {
		right: 0;
	}

	.masthead-filter .owl-carousel .owl-stage-outer:after,
	.masthead-filter .owl-carousel .owl-stage-outer:before {
		display: none;
	}
}

/* END video masthead */

/* Feature Cards */
.quicklinks-three-columns {
	width: 710px;
	margin: 0 auto;
}
.account-landing-slot .contentstack {
	width: 693px;
}

.feature-cards {
	width: 230px;
	height: 362px;
	float: left;
	position: relative;
	overflow:hidden;
	margin: 0 5px 32px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.feature-cards-double {
	width:470px;
}

/* Featurecards Popup Video (ECOMIT-11551) */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup-video-container {
   visibility: hidden;
   background-color: #000;
}
.popup-video-container.opened {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    transform: scale(1);
}
/* Fix for Fullscreen YT Chrome bug */
.popup-video-container.webkit-fix {
    -webkit-animation: none !important;
    animation: none !important;
}

.feature-cards-video .popup-video {
    position: relative;
}

.feature-cards-video .popup-video .video-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}
.feature-cards-popup-video.ui-dialog {
    background-color: transparent;
    box-shadow: none;
}
.feature-cards-popup-video.ui-dialog .ui-widget-header {
    border-bottom: none;
    min-height: initial;
}
.feature-cards-popup-video.ui-dialog .ui-dialog-title {
    padding: 0;
}
.feature-cards-popup-video.ui-dialog .ui-dialog-titlebar-close {}
.feature-cards-popup-video.ui-dialog .ui-dialog-titlebar-close:before {
    color: #f1f1f1;
}
.feature-cards:hover,
.contentstack #videocontent:hover,
.feature-cards.focus {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.contentstack #videocontent {margin:0;}
.feature-cards-title {text-align:center; margin:13px 0 -2px;}
.feature-cards-link {text-align:center; display:block; color:#025F8E;}
.feature-cards-double-bar {margin:-15px 0 0 0; width:100%;}
.feature-cards-double-bar .hoverBlock {background:#fff; z-index:1000; position:relative; text-align:center; padding:0 15px 24px; display:none;}
.feature-cards-double-bar .hoverBlock .para-small {margin:0 0 16px;}
.feature-cards-double-bar .hoverBlock .title-22 {margin:0 0 4px; padding:12px 0 0;}
.hoverBlock .feature-cards-link {margin:0 0 -3px;}
.feature-cards-double:hover .feature-cards-double-bar {position:absolute;bottom:0;}
.feature-cards-double:hover .hoverBlock {display:block;}
.feature-cards-bar {background:#fff; height:15px; opacity:0.7; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}
.feature-cards-bar > div {width:28px; margin:0 auto; padding:4px 0 0;}
.feature-cards-bar span {border-bottom:1px solid #9a9b9b; display:block; margin:0 0 2px; height:1px;}
.contentstack #videocontent {float:left; margin:0 0 0 10px; height:340px;}
.contentstack #videocontent .video-call-to-action {display:block; margin:17px 0 0;}
.contentstack #videocontent .video-call-to-action .description {color:#000; font:19px 'adiNeueBold',Arial,Helvetica,Verdana,sans-serif; }

/* Contentstack text formatting*/
.contentstack a {color: #0286cd;}
.contentstack a:hover,
.contentstack a:focus {color: #025f8e;}
.contentstack .imagegalleryblock a:hover {text-decoration: none;}
.contentstack a.features-cards-title,
.contentstack a.features-cards-title:hover,
.contentstack a.features-cards-title:focus {
	color: #000;
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
}
.contentstack .cta-container .button-primary:hover,
.contentstack .cta-container .button-brd:hover {
	text-decoration: none;
}

/* Meadia Slider (hotspots) */
.media-slider {
	overflow: visible;
	position: relative;
	width: 1366px;
	left: -208px;
}
.media-slider .singleasset {
	margin: 0 auto;
	width: 950px;
	top: 170px;
	position: relative;
}

.media-slider .singleasset .featurevideo {
	margin:0 auto;
}

.media-slider-placeholder {
	width: 950px;
	height: auto;
	position:relative;
}

.media-slider .jcarousel-wrapper .jcarousel > ul > li {
	height: auto;
	width:auto;
	position:relative;
	overflow:visible;
}
.media-slider .jcarousel {
	width: 100%;
	overflow: visible;
}
.media-slider .media-slider-heading {
	display: none;
	z-index: 9;
	bottom: 0;
	width: 100%;
	font:bold 13px/16px 'adihausregular',Arial,Helvetica,Verdana,sans-serif;
	color:#363738;
	background:#fff;
	margin:16px 0 0;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:15px;
}

.media-slider .center .media-slider-heading {
	display: block;
}

.media-slider .media-slider-image {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	overflow: hidden;
	position: relative;
	height: 474px;
	width: 952px;
}
.media-slider li > .ytcontainer,
.media-slider li > div[id*="video"],
.media-slider li > div[id*="video"] > div[id*="video"],
.media-slider li div[id*="video_wrapper"] > div,
.media-slider li div[id*="displayarea"] > div[id*="display"] {
	width: 950px !important;
	height: 474px !important;
	overflow: hidden;
}
.media-slider li div[id*="displayarea"] > div[id*="controlbar"] {
	left: 77px !important;
	width: 796px !important;
}
.media-slider li div[id*="displayarea"] div[id*="display_iconBackground"] {
	left: 450px !important;
}
.media-slider .jcarousel-wrapper .jcarousel-pagination {
	position: static;
	margin: 17px 0 0;
}
.media-slider .jcarousel-wrapper .jcarousel-control-next {
	left:50%;
	margin:-43px 0 0 451px;
	z-index: 102;
}
.media-slider .jcarousel-wrapper .jcarousel-control-prev {
	margin:-43px 451px 0 0;
	right:50%;
	left:auto;
	z-index: 102;
}

.media-slider .hotspot .hockeycard {
	margin: -191px 0 0 -194px;
}

.media-slider .hotspotWrapper {
	z-index: 1000;
}

.media-slider .active .hotspots {
	cursor: default;
}

.media-slider .media-slider-blur .hotspots .hotspot {
	display: none;
}

.media-slider .owl-item:not(.center) .hotspot:hover:after {
	border-color: inherit;
}

.media-slider .owl-item:not(.center) .hotspot:hover .hockeycard {
	display: none;
}

.media-slider li:not(.active) .media-slider-image img,
.media-slider .owl-item:not(.center) .media-slider-image img,
.additional-slide img {
	-webkit-filter:blur(5px);
    -moz-filter:blur(5px);
    -ms-filter:blur(5px);
    -o-filter:blur(5px);
    filter: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQoJPGZpbHRlciBpZD0iYmx1ciI+DQoJCTxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiIC8+DQoJPC9maWx0ZXI+DQo8L3N2Zz4=#blur');
    filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5);
    position: absolute;
    top: -1px;
    left: -1px;
    width: 951px;
    clip: rect(1px, 951px, 475px, 1px);
}
.media-slider .additional-slide {
	position: absolute;
}
.media-slider .additional-slide.leftElement {
	left: -745px;
	z-index: 0;
}
/*Media slider OWL*/
.media-slider-placeholder .right-arrow-hide .owlcarousel-wrapper .owl-next,
.media-slider-placeholder .left-arrow-hide  .owlcarousel-wrapper .owl-prev {
	display: none;
}
.media-slider-placeholder .hotspots .hotspot {
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.media-slider-placeholder .hotspots .hotspot:after {
	border: 2px solid #000;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 5px;
	background-image: none;
}
.media-slider-placeholder .hotspots .hotspot:hover:after {
	border-color: #0286cd;
}

.media-slider-placeholder .hotspots .hotspot:hover .hockeycard {
	display: block;
}

.media-slider-placeholder .owlcarousel-wrapper .owl-dots {
	margin-top: 16px;
}

.media-slider.hotSpotVisible .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.media-slider.owlCarouselEnabled .owl-nav {
	width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -475px;
}

.media-slider .ytcontainer img {
    position: absolute;
}
.media-slider .ytcontainer .video-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
}
.media-slider .ytcontainer .video-icon-wrapper.icon-big {
    margin-top: -80px;
    margin-left: -80px;
}


.mediaslider-wrapper .media-slider-header {
	text-align: center;
}

.mediaslider-wrapper .media-slider-header,
.mediaslider-wrapper .media-slider-placeholder {
	width: 960px;
	margin: 0 auto;
}

/* Homepage components */
.hp .masthead_container .headercover,
.pt_categorylanding .cat-landing-hero .masthead_container .headercover {
	bottom: 0;
	position: absolute;
	height: 336px;
	width: 100%;
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(64%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.pt_categorylanding .cat-landing-hero .masthead_container .headercover {
	height: 180px;
}

.pt_staticcontentpage .usp-header {
	position: relative;
	z-index: 2;
}
.pt_staticcontentpage .categorylanding {
	position: static;
}
.pt_staticcontentpage .feature-cards-double {
	z-index: 2;
}

.pt_staticcontentpage .contentstack-masthead {
	padding-top: 0;
}

.home-page-slot-hero .contentstack {
	margin: 0 auto;
	padding: 0;
}

.home-page-slot-hero .masthead_container .masthead-cta .bp-blue {
	background-color: rgba(2,134,205,0.7);
}

.home-page-slot-hero .masthead_container .masthead-cta .bp-blue:hover {
	background-color: rgba(0, 102, 153, .8);
}

.feature-cards .features-cards-title {
	width: 100%;
	margin: 24px 0 6px;
	text-align: center;
	font-size: 18px;
}

.feature-cards .features-cards-title,
.homepage .feature-cards .feature-cards-link {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.homepage .feature-cards .feature-cards-link {
	color: #0286cd;
}

.feature-cards .feature-cards-link {
	text-transform: capitalize;
}

.feature-cards .feature-cards-link:hover,
.feature-cards .feature-cards-link:focus {
	color: #025f8e;
	text-decoration: underline;
}

/* Media Queries for iPad landscape mode */
@media all and (max-width: 1024px) and (min-width: 950px) {
	#clp-slot-1.cat-landing-hero .masthead_container {
		margin: 0 auto -190px;
	}
}

/* Product Finder */
.contentstack-productfinder {
	max-width: 1542px;
	padding: 0;
	margin: 0;
	position: relative;
}

#main .contentstack-productfinder {
	margin: 0 -291px;
}

.productfinder-wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 130px 0;
}

.globalcomponent > .productfinder-wrapper {
	max-width: 1542px;
	width: auto;
}

.productfinder-intro {
	margin: 0;
	padding: 26px 291px 30px;
	color: #000;
	position: relative;
}

.productfinder-intro .productfinder-title {
	border-bottom: 1px dotted;
	margin: 0 0 30px;
	padding: 0 0 16px;
	text-align: center;
}

.productfinder-intro .productfinder-intro-left {
	float: left;
	padding: 20px 0 0;
	width: 330px;
}

.productfinder-intro .productfinder-intro-left .para-normal {
	padding: 0 0 24px;
	margin: 0;
}

.productfinder-intro .productfinder-intro-left .para-normal p {
	text-align: left;
	font: normal 14px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
}

.productfinder-intro .button-primary,
.productfinder-intro .button-primary:hover {
	color: #fff;
	text-decoration: none;
}

.productfinder-intro .productfinder-image {
	float: right;
	width: 540px;
	height: 285px;
}

.productfinder-intro .productfinder-start {
	margin: 0 0 10px;
}

.productfinder-intro .productfinder-cta,
.productfinder-intro .productfinder-cta:hover {
	color: #000;
}

.productfinder-answer {
	float: left;
	margin: 0 10px 20px;
	text-align: center;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	width: 210px;
	min-height: 250px;
	position: relative;
	z-index: 100;
	padding: 10px 0;
}

.productfinder-answer .answer-image {
	display: block;
	margin: 0 auto;
}

.productfinder-answer .answer-title {
	font: normal 18px/1 'adiLight', Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin: 9px 1px 1px 1px;
}
.productfinder-answer.selected .answer-title {
	font-family: 'adiBlack', Arial, Helvetica, Verdana, sans-serif;
	margin: 9px 1px 1px 1px;
}

.productfinder-answer p {
	color: #fff;
	line-height: 16px;
	margin: 5px 0 2px;
}

.productfinder-answer:hover,
.productfinder-answer.selected {
	box-shadow: 0 0 60px;
	z-index: 200;
}

.productfinder-answer .answer-hoverimage {
	display: block;
	width: 190px;
	height: 190px;
	margin: 0 auto;
}

.productfinder-questions .pf_learn_button {
	font-size: 16px;
	font-weight: 400;
}

.productfinder-questions .productfinder-title {
	text-align: center;
	margin: 24px 0;
	font: 32px/90% 'adiLight', Arial, Helvetica, Verdana, sans-serif;
}
.productfinder-subtitle {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: center;
	margin: -8px 0 16px 0;
}

.productfinder-recommendations-container {
	position: relative;
}

.productfinder-recommendations-container .pf-loading {
	display: none;
	text-align: center;
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 20px;
	margin: 0 0 0 -35px;
	background: #fff;
	padding: 5px;
	z-index: 1000;
	border-radius: 6px;
}

.pf-loading #loading-overlay-spinner {
	position: relative;
}

.productfinder-recommendations {
	background-image: url('../images/productfinder-recommendations.png');
	background-repeat: repeat-x;
	text-align: center;
}
.productfinder-recommendations .productfinder-recommendations-title, .productfinder-recommendations .productfinder-notfound-title {
	color: #000;
}
.productfinder-recommendations #top-paging,
.productfinder-recommendations #bottom-paging {
	width: 950px;
}

.productfinder-recommendations .pagesize {
	float: left;
    margin: 0 0 0 41%;
}
.productfinder-recommendations .paging {
	float: right;
}

.productfinder-recommendations .owlcarousel-wrapper {
	width: 960px;
	margin: 0 auto;
}

.productfinder-recommendations > h3 {
	margin: 16px 0;
	color: #fff;
	text-align: center;
}

.productfinder-recommendations > .productfinder-caption {
	color: #fff;
	text-align: center;
}

.productfinder-recommendations .grid-segment .jcarousel > div {
	width: 30000px;
}

.productfinder-recommendations .hotspots {
	left: 0;
	top: 0;
	width: 470px;
}

.productfinder-recommendations .hotspots .hotspot {
	width: 39px;
	height: 39px;
	margin: -20px 0 0 -20px;
}

.productfinder-recommendations .hotspots .hotspot:after {
	width: 39px;
	height: 39px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1321px -1542px;
	transition: none;
}

.productfinder-recommendations .hotspots .hotspot-container {
	width: 360px;
	margin: 20px 0 0 68px;
	background: #fff;
	border: 10px solid #000;
	padding: 16px;
	display: none;
	position: relative;
}

.productfinder-recommendations .hotspots .hotspot-container:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent #000 transparent transparent;
	left: -34px;
	top: -10px;
}

.productfinder-recommendations .hotspots .hotspot.hover .hotspot-container {
	display: block;
}

.productfinder-recommendations .hotspots .hotspot.hover:after {
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1242px -1542px;
	width: 39px;
	height: 39px;
}

.productfinder-recommendations .hotspots .hotspot-headline {
	font: 22px/1 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 8px;
}

.productfinder-recommendations .hotspots .hotspot-subheadline {
	font: 14px/1 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	color: #616363;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.productfinder-recommendations .hotspots .hotspot-caption {
	font: 14px/20px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
}

.productfinder-recommendations .jcarousel-holder {
	margin: 0 auto;
}

.productfinder-recommendations .jcarousel-holder.grid-segment {
	height: 202px;
}

.productfinder-recommendations .jcarousel-holder.grid-segment .jcarousel {
	padding: 0;
}

.productfinder-recommendations .owl-carousel .owl-stage-outer {
	height: 240px;
}

.productfinder-question {
	color: #fff;
	text-align: center;
	background-position: 50% 53px;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 53px;
}

.productfinder-question:first-child {
	border-top: 1px dotted #fff;
}

.productfinder-question .question {
	font: 20px/1 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	height: 53px;
	text-align: center;
	cursor: pointer;
}

.productfinder-question .question .question-title {
	color: #fff;
	display: block;
	padding: 16px 0 0;
	font-size: 24px;
}

.productfinder-question-color6 .question .question-title {
	color: #9a9b9b;
}

.productfinder-question .productfinder-title {
	margin: 0;
	line-height: 1;
}

.productfinder-question .productfinder-description {
	max-width: 942px;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff;
	font: 14px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
}

.productfinder-question .choose {
	float: none;
	margin: 20px auto;
}

.productfinder-question .productfinder-description a {
	color: #fff;
	text-decoration: underline;
}

.productfinder-question .productfinder-answers {
	display: none;
}

.productfinder-question .selected-answer {
	color: #0286cd;
	float: right;
	font-weight: 400;
	cursor: pointer;
}

.productfinder-question .answer-text {
	color: #9a9b9b;
	font-size: 18px;
	padding: 19px 0 0;
	display: block;
}

.productfinder-question .answer-text span {
	color: #9a9b9b;
}

.productfinder-question-color3 .answer-text,
.productfinder-question-color3 .answer-text span {
	color: #fff;
}

.productfinder-question .answer-text strong {
	color: #fff;
	font-weight: normal;
}

.productfinder-question.answered {
	background-position: 50% 50%;
}

.productfinder-question.answered .question {
	border-bottom: 1px solid #fff;
}

.productfinder-question.opened {
	background-position: 50% 53px;
	height: auto;
	min-height: 413px;
	position: relative;
	background-size: cover;
}

.productfinder-question.opened.useOwl {
	height: auto;
	padding-bottom: 28px;
}

.productfinder-question.opened .question {
	margin: 0 0 30px;
}

.productfinder-question.opened .productfinder-description {
	position: relative;
	z-index: 210;
}

.productfinder-question.opened .productfinder-answers {
	display: inline-block;
}

.productfinder-question .description-wrapper {
	padding: 28px 0 0 0;
}

.productfinder-question .button-primary.disabled,
.productfinder-question .button-primary.disabled:hover,
.productfinder-question .button-primary[disabled],
.productfinder-question .button-primary[disabled]:hover {
	background-color: #474747;
}

.productfinder-question .button-primary.disabled:hover:after,
.productfinder-question .button-primary[disabled]:hover:after {
	right: 20px;
}

.productfinder-question .description-block {
	width: 672px;
    margin: 0 auto;
}

.productfinder-question .option-description {
	width: 672px;
	height: 144px;
    background: rgba(0, 0, 0, .3);
    padding: 24px 30px;
    position: relative;
    font: 700 16px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.productfinder-question .option-description.mobile:before {
    content: '';
    width: 58px;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 28px solid rgba(0, 0, 0, .3);
    position: absolute;
	top: -28px;
    left: 50%;
    margin: 0 0 0 -29px;
}
.productfinder-question .option-description .arrowelement:before {
    content: '';
    width: 58px;
    height: 0;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-bottom: 28px solid rgba(0, 0, 0, .3);
    position: absolute;
	top: -28px;
    left: 50%;

}
.productfinder-question .option-description .arrowelement.staticArrow {
    left: 50%;
    margin-left: -58px;
}
.productfinder-question .option-description .arrowelement {
    display: block;
    position: absolute;
    top: 0px;
    width: 58px;
}
.productfinder-question .description-block .choose {
	margin: 20px auto 0;
    float: none;
}
.productfinder-question .description-block .choose:after {
	transform: rotate(90deg);
}
.productfinder-question .description-block .choose:hover:after {
	right: 20px;
}
.productfinder-question .owl-dots {
	display: none;
}

.productfinder-question .owl-theme .owl-prev:before,
.productfinder-question .owl-theme .owl-next:before {
    font-size: 48px;
    width: 26px;
    height: 48px;
    overflow: visible;
    top: 0;
    left: -11px;
    opacity: .5;
}
.productfinder-question .owl-theme .owl-prev,
.productfinder-question .owl-theme .owl-next {
    background: none;
    width: 26px;
	height: 48px;
    bottom: 145px;
    top: auto;
    cursor: pointer;
}
.productfinder-question .owl-prev.disabled,
.productfinder-question .owl-next.disabled {
	display: none;
}
.productfinder-question .owl-theme .owl-prev {
	margin: 0 0 0 -393px;
	left: 50%;
}
.productfinder-question .owl-theme .owl-next {
    margin: 0 -393px 0 0;
    right: 50%;
}

.productfinder-question .productfinder-answers .owl-item {
	width: 210px;
	min-height: 240px;
	float: left;
}

.productfinder-question .productfinder-answers .owl-stage-outer {
	width: 230px;
}

.productfinder-question-color1,
.productfinder-question-color1 .question {
	background-color: #000;
}

.productfinder-question-color2,
.productfinder-question-color2 .question {
	background-color: #616363;
}

.productfinder-question-color3,
.productfinder-question-color3 .question {
	background-color: #9a9b9b;
}

.productfinder-question-color4,
.productfinder-question-color4 .question {
	background-color: #c8cbcc;
}

.productfinder-question-color5,
.productfinder-question-color5 .question {
	background-color: #ebebeb;
}

.pf-launcher {
	color: #fff;
	font: 22px/22px 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
	height: 230px;
	margin: 0 0 10px;
	padding: 40px;
	text-align: center;
	position: relative;
}

.pf-launcher:hover {
	cursor: pointer;
}

.pf-launcher:before {
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1114px -1251px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -9px;
	top: 0;
	width: 18px;
	height: 10px;
	content: '';
}

.pf-launcher span {
	display: block;
	font: 700 16px/20px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	padding: 20px 0 0;
	text-transform: uppercase;
	cursor: pointer;
}

.pf-launcher span:after {
	background: url('../images/adidas_desktop_sprite.png') no-repeat -765px -1403px;
	margin: 0 0 0 6px;
	bottom: -2px;
	position: relative;
	width: 16px;
	height: 16px;
}

.contentstack .productfinder-close {
	background: none repeat scroll 0 0 #e6e6e6;
	height: 26px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 26px;
	z-index: 900;
}

.contentstack .productfinder-close:after {
	color: #000;
	content: '\e62f';
	font: 400 18px/26px 'icomoonregular';
	text-align: center;
	cursor: pointer;
	display: block;
	width: 26px;
}

.contentstack .productfinder-close:hover {
	text-decoration: none;
}

.collections {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}

.collections h3,
.productfinder-recommendations h3 {
	color: #fff;
	min-height: 100px;
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 20px;
	line-height: 1;
}

.productfinder-recommendations-title, .productfinder-notfound-title {
    font-size: 20px;
    margin: 20px auto 0;
    text-align: center;
}

.collections.collection-opened {
	margin: 0 auto 475px;
}

.collections.collection-center .owl-stage {
	margin: 0 auto;
}

.collection-container {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 182px;
	margin: 0;
	border: 1px solid #bec1c2;
	background-color: #fff;
	color: #000;
}

.collection-container .collection-preview {
	cursor: pointer;
	position: relative;
}

.collection-container .collection-preview > img {
	height: 120px;
	width: 100%;
}

.collection-container .collection-preview .title {
	font: 18px/14px 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	margin: 17px 12px 0;
}

.collection-container .collection-preview .collection-arrow {
	position: absolute;
	width: 55px;
	height: 44px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1147px -1542px;
	left: 50%;
	top: 181px;
	margin: 0 0 0 -27px;
	z-index: 300;
}

.collection-details {
	text-align: left;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 351px;
	width: 100%;
	height: 365px;
	width: 950px;
	margin: 0 0 0 -475px;
}

.collection-details .ctaImage {
	position: absolute;
	left: 0;
	top: 0;
	width: 470px;
}

.collection-details .ctaImage img {
	width: 470px;
}

.collection-details-container {
	padding: 0 0 0 496px;
}

.collection-details-container .title {
	font: 32px/1 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 4px;
}

.collection-details-container .subTitle {
	font: 15px/1 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 17px;
	padding: 0 0 16px;
	border-bottom: 1px solid #ccc;
}

.collection-details-container .caption {
	font: 14px/20px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 0 0 32px;
	margin: 0 0 19px;
}

.collection-details-container .productfinder-cta {
	margin: 0 0 10px 0;
}

.collection-details-container .productfinder-cta .button-primary {
	border: none;
	color: #0286cd;
	margin: 0;
	float: none;
	text-decoration: underline;
	font: normal 15px/18px 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
	height: 18px;
}

.collection-details-container .productfinder-cta .button-primary:hover {
	padding: 0 20px 0 0;
	margin: 0;
}

.collection-details-container .productfinder-cta .button-primary:hover span {
	margin: 0;
}

.collection-details-container .productfinder-cta .button-primary:hover:after {
	color: #0286cd;
	text-decoration: none;
}

.collection-details-container .productfinder-cta .button-primary:after {
	width: 18px;
	height: 18px;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1089px -1542px;
	margin: 0;
}

.collection-details-container .productfinder-cta span {
	padding: 0 5px 0 0;
	color: #0286cd;
	text-transform: none;
}

.productfinder-products-result h3 {
	color: #616363;
	text-align: left;
	font-size: 26px;
	line-height: 1;
	margin: 0;
}

.productfinder-products-result .hockeycard {
	height: 380px;
}

.productfinder-products-result .jcarousel-holder.grid-segment {
	height: auto;
}

.productfinder-products-result .jcarousel-holder.grid-segment .jcarousel {
	padding: 21px 5px 0;
}

.ui-dialog.pf_learn {
	display: none;
}

.productfinder-tooltip {
	display: none;
	position: absolute;
	width: 394px;
	background: #fff;
	color: #000;
	padding: 20px;
	z-index: 300;
	text-align: left;
}

.productfinder-tooltip:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: -8px;
	margin: 0 0 0 -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}

.productfinder-tooltip .close {
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 120;
	top: 0;
	right: 0;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.productfinder-tooltip .close:hover {
	color: #333;
}

.productfinder-tooltip .close:before {
	content: '\e61c';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 10px/1 'icomoonregular';
}

.productfinder-tooltip .hotspot-image {
	width: 354px;
	height: 180px;
	margin: 0 0 14px;
}

.productfinder-tooltip .hotspot-image img {
	width: 100%;
	height: 100%;
}

.productfinder-tooltip .hotspot-headline {
	font: 22px/1 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 3px;
}

.productfinder-tooltip .hotspot-subheadline {
	font: 14px/1 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
	margin: 0 0 14px;
}

.productfinder-tooltip .hotspot-description {
	line-height: 20px;
}

/* Single Search */
.singleSearch {
	min-height: 90px;
}

.singleSearch .productfinder-recommendations {
	background: none;
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
}

.singleSearch .productfinder-recommendations > h3 {
	color: #000;
}

.singleSearch .productfinder-recommendations .jcarousel-holder.grid-segment {
	height: auto;
}

.productfinder .innercard .product-info-wrapper,
.productfinder .innercard.hover .product-info-wrapper {
	text-align: left;
}

.productfinder .fourcolumn {
	width: 960px;
}

.contentstack .productfinder a:hover {
	text-decoration: none;
}

.productfinder .product-grid-area {
	padding: 20px 0 0 0;
}

/* END of Product Finder */

/*signup-container*/
.ui-dialog .signup-container {
	width: auto;
}
.signup-container {
	margin-bottom: 15px;
	margin-left: -2025px;
	position: relative;
	width: 5000px;
}

.signup-container .signupandsave_complete {
	text-align: center;
	padding: 20px 0;
}
.signup-container .signup-container-inner {
	position: relative;
}
.signup-container-inner-content h3 {
	font-size: 18px;
	font-family: 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
    line-height: 1.1;
    margin-bottom: 32px;
    text-align: left;
    text-transform: uppercase;
}

.signup-container .without-image h1 {
	text-align: center;
	margin-bottom: 24px;
}

.signup-container h1 {
	margin-bottom: 20px
}
.signup-container-inner-content .email {
	width: 300px;
}
.signup-container .signup-container-bg {
	position: absolute;
	left: 0;
	width: 100%;
}
.signup-container .newsletter-component {
	display: table;
	margin: 0 auto;
	padding: 45px 20px 50px;
	position: relative;
	width: 990px;
	z-index: 1;
}
#dialogcontainer .signup-container .newsletter-component {
	width: 100%;
}
.signup-container .signup-stack-image {
	display: table-cell;
	vertical-align: middle;
	width: 410px;
}
.signup-container .signup-stack-image img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.signup-container .signup-container-inner-content {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	padding-left: 70px;
}
.signup-container label,
.signup-container .label {
	line-height: 24px;
}
.signup-container .newslettersubmitmen {
	margin-left: 20px;
}
.signup-container .formfield.birthday {
	margin-bottom: 30px;
}
.signup-container .caption {
	padding-top: 8px;
}
.globalcomponent .signup-container .newsletter-component.signupandsavecontentenchanted h1 {
	text-align: left;
}
.loading_wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url("../images/loading-small.gif") no-repeat scroll center center;
	min-height: 80px;
	display: none;
	left: 0;
	top: 0;
	z-index: 3;
}
.signup-container .email_signup .signupandsave_start {
	position: relative;
	width: 320px;
}
.signup-container .email_signup .signupandsave_start input {
	height: 38px;
	line-height: normal;
	padding: 0 10px;
}
.signup-container .email_signup .signupandsave_start input:focus,
.signup-container .email_signup .signupandsave_start .errorclient input {
	padding: 3px 45px 0 10px;
}
.signup-container .email_signup .signupandsave_start .button-primary:after {
	color: #fff;
	content: "\e628";
	height: 34px;
	left: 0;
	line-height: 34px;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 34px;
}
.signup-container .email_signup .signupandsave_start .button-primary {
	height: 34px;
	padding: 0;
	position: absolute;
	top: 33px;
	right: 1px;
	width: 34px;
	border: none;
	z-index: 11;
}
.signup-container .email_signup .signupandsave_start .button-primary span {
	display: none;
}
.signup-container .email_signup .signupandsave_start .email_field {
	width: 320px;
}
.signup-container .signupandsave_start .ffSelectMenuMid {
	max-height: 150px;
}
.signup-container .formfield.birthday.signup-age {
	display: inline-block;
}
.signup-container .asking-showdialog,
.signup-container .signup-showdialog {
	color: #000;
	float: right;
	font-size: 20px;
	position: relative;
	right: -10px;
	top: -30px;
	cursor: pointer;
}
.signup-container .asking-showdialog:after,
.signup-container .signup-showdialog:after {
	content: "\e601";
	font-family: icomoonregular;
	position: absolute;
}
.signup-container .ui-dialog {
	color: #000;
}
.signup-container .subscribeinfo {
	padding-top: 30px;
}
.signup-container .newsletter-component .value.errorclient:before {
	margin-top: 30px;

}
.signup-container .asking-dialog {
	display: none;
	z-index: 5;
	bottom: 45px;
	left: 140px;
	width: 250px !important;
}
.signup-container .asking-dialog .button-primary {
	background: #000;
}
.signup-container .signupandsave_start .asking-dialog p {
	color: #000;
	text-align: left;
}
.signup-container .signup-showdialog {
	float: none;
	margin-left: 10px;
	position: static;
}

.signup-container .signup-showdialog,
.signup-container .signup-showdialog:hover,
.signup-container .asking-showdialog,
.signup-container .asking-showdialog:hover,
.signup-container .signup-container-inner-content .subscribeinfo a.signup-showdialog,
.signup-container .signup-container-inner-content .subscribeinfo a.signup-showdialog:hover {
	text-decoration: none;
}
.signup-container .signupandsave_start .formfield {
	min-height: 0;
}
/*signup-container without image*/
.signup-container .without-image {
	width: 990px;
	margin: 0 auto;
}
.signup-container .without-image .newsletter-component {
	display: block;
	padding-top: 42px;
	padding-bottom: 48px;
}
.signup-container .without-image .signup-container-inner-content {
	display: block;
	width: 490px;
	margin: 0 auto;
	padding-left: 0;
}
.signup-container .without-image .email_signup .signupandsave_start {
	margin: 0 auto;
}
.signup-container .without-image .newsletter-component .errormessage {
	text-align: left;
}

.ui-dialog .signup-container .without-image,
.ui-dialog .signup-container .signup-container-inner-content {
    padding: 0;
    width: 410px;
}

.ui-dialog .signup-container .without-image .button-primary {
	background: #0286cd;
}
.ui-dialog .signup-container .without-image .button-primary:hover {
	background: #025f8e;
}
/*end of signup-container without image*/
/* SEO PANEL
--------------------------------------------------------------------------------------- */
.plp-seo-wrapper {
	border-top: 1px solid #ccc;
	padding: 30px 0 0;
}
.plp-seo-content-block{
	width: 980px;
	margin: 0 auto;
}
.expandable-content {
	position: relative;
}
.expandable-content .main-area {
	overflow: hidden;
	color: #5C5C5C;
	font-size: 14px;
	line-height: 24px;
}
.expandable-content .expand-control {
	float: right;
	font-weight: normal;
	position: static;
  	clear: right;
	right: 0;
	bottom: 0;
	background: #fff;
	padding-left: 15px;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
}

.expandable-content .pipe{
    width:0px;
    float:right

}

.expandable-content.expanded .expand-control {
	background: none;
}

/* Story Telling static content
--------------------------------------------------------------------------------------- */
.storytelling-static,
.storytelling-noheader,
.storytelling-full {
	position: relative;
}

.storytelling-static .storytelling-inner {
	width: 950px;
	position: relative;
	float: none !important;
	margin: 0 auto;
}

.storytelling-static .storytelling-image {
	width: 480px;
	float: left;
}

.storytelling-static .storytelling-image + .storytelling-content {
	width: 430px;
}

.storytelling-static .storytelling-content {
	float: right;
}

.storytelling-static .right .storytelling-image {
	float: right;
}

.storytelling-static .right .storytelling-content {
	float: left;
}

.storytelling-static .storytelling-image img {
	vertical-align: top;
}

.storytelling-static .storytelling-content .headline h2 {
	font-size: 48px;
	line-height: 48px;
	margin: -3px 0 32px 0;
	text-align: left;
}

.storytelling-content .para-intro {
	margin: 0;
}

.storytelling-content .description h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	text-align: left;
}

.storytelling-content .description p {
	font-size: 13px;
    line-height: 24px;
    margin: 0 0 24px 0;
    text-align: left;
}

.storytelling-content .cta-container {
	margin: 8px 0 0 0;
}

.storytelling-content .cta-container .button-primary {
	color: #fff;
	text-decoration: none;
}

/* Story Telling Carousel
--------------------------------------------------------------------------------------- */
.contentstack-storytelling .stackheader {
	width: 950px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.contentstack-storytelling .stackheader h2 {
	margin: 0 0 16px 0;
}

.contentstack-storytelling .stackheader a {
	text-transform: lowercase;
}

.storytelling-stack {
	width: 950px;
	margin: 0 auto;
}

.storytelling-stack .storytelling-inner {
	width: 950px;
	padding: 0 80px;
}

.storytelling-stack .storytelling-image {
	width: 400px;
	float: left;
}

.storytelling-stack .storytelling-image + .storytelling-content {
	width: 350px;
}

.storytelling-stack .storytelling-content {
	float: right;
}

.storytelling-stack .right .storytelling-image {
	float: right;
}

.storytelling-stack .right .storytelling-content {
	float: left;
}

.storytelling-stack .storytelling-content .headline h2 {
	font-size: 32px;
	line-height: 32px;
	margin: -2px 0 14px 0;
	letter-spacing: -0.02ex;
	text-align: left;
}

.storytelling-stack .owl-dots {
	margin-top: 16px;
}

/* Story Telling Theme configuration
--------------------------------------------------------------------------------------- */

/* Light Theme */
.contentstack-storytelling .storytelling-content .headline h2,
.contentstack-storytelling .storytelling-content .description h5,
.contentstack-storytelling .storytelling-content .description p,
.contentstack-storytelling .stackheader h2,
.contentstack-storytelling .stackheader p {
	color: #363738;
}

.contentstack-storytelling .cta-container .button-primary {
	background-color: rgba(0, 0, 0, 0.9);
}

/* Dark Theme */
.storytelling-static.storytelling-light:before {
	border-top: 1px solid #646464;
}

.storytelling-light:before {
	content: "";
	width: 5000px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2500px;
	background: #000;
}

.storytelling-light .storytelling-content .headline h2,
.storytelling-light .storytelling-content .description h5,
.storytelling-light .storytelling-content .description p,
.storytelling-light .stackheader h2,
.storytelling-light .stackheader p {
	color: #fff;
}

.storytelling-light .cta-container .button-primary {
	background-color: rgba(2, 134, 205, 0.8);
}

.storytelling-light .owl-carousel .owl-nav .owl-prev:before,
.storytelling-light .owl-carousel .owl-nav .owl-next:before {
	color: #000;
}

.storytelling-light .owl-carousel .owl-nav .owl-prev,
.storytelling-light .owl-carousel .owl-nav .owl-next {
	background: #fff;
}

.storytelling-light .owl-carousel .owl-nav .disabled {
	background: #5d5d5d;
}

.storytelling-light .owl-carousel .owl-dots .owl-dot {
	background: #bfbfbf;
}

/* Follow Us Social Icons */
.follow-us-container .media-carousel-container {
	overflow: hidden;
	width: 958px;
}
.follow-us-container .media-slider-placeholder {
	width: auto;
}
.follow-us-container .item .follow-us-social {
	width: 240px;
	height: 200px;
	float: left;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	text-align: center;
}
.follow-us-container .item .social-image {
	height: 110px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.follow-us-container .item .social-image:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -45px;
	background-image: url('../images/adidas_desktop_sprite.png');
	width: 90px;
	height: 50px;
}
.follow-us-container .item .youtube .social-image:after {
	background-position: -1200px -1123px;
}
.follow-us-container .item .facebook .social-image:after {
	background-position: -910px -1313px;
}
.follow-us-container .item .twitter .social-image:after {
	background-position: -1200px -995px;
}
.follow-us-container .item .instagram .social-image:after {
	background-position: -130px -1313px;
}
.follow-us-container .item .soundcloud .social-image:after {
	background-position: -780px -1313px;
}
.follow-us-container .item .tumblr .social-image:after {
	background-position: -650px -1313px;
}
.follow-us-container .item .google .social-image:after {
	background-position: -520px -1313px;
}
.follow-us-container .item .pinterest .social-image:after {
	background-position: -390px -1313px;
}
.follow-us-container .item .sinaweibo .social-image:after {
	background-position: -260px -1313px;
}
.follow-us-container .item .vine .social-image:after {
	background-position: -1200px -867px;
}
.follow-us-container .item .vk .social-image:after {
	background-position: 0px -1313px;
}
.follow-us-container .vk .social-button table {
	margin: 0 auto;
}
.follow-us-container .social-button * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.follow-us-container .facebook .social-button {
	width: 85px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.follow-us-container .item .social-label {
	font: 14px/18px 'adiBlack',Arial,Helvetica,Verdana,sans-serif;
	margin: 6px 0 16px;
	text-transform: uppercase;
}
.follow-us-container .media-slider .jcarousel-wrapper .jcarousel-control-prev {
	top: 41px;
	margin: 0 451px 0 0;
}
.follow-us-container .media-slider .jcarousel-wrapper .jcarousel-control-next {
	top: 41px;
	margin: 0 0 0 451px;
}
.follow-us-container .jcarousel-wrapper .jcarousel > ul {
	margin-left: -1px;
}
.follow-us-container .jcarousel-wrapper .jcarousel > ul > li {
	padding: 0;
	min-height: 200px;
}
.follow-us-container .jcarousel-wrapper .jcarousel-pagination {
	margin: 24px auto 0;
	padding: 0;
	font-size: 0;
}

.follow-us-container .cuttedContainer .follow-us-social:last-child {
	border-right: none;
}

.followus-placeholder {
	text-align: center;
}

.followus-placeholder ul {
	text-align: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}

.followus-placeholder .item {
	float: left;
}

.item.follow-us-first-item .follow-us-social {
	border-left: none;
}

.item.follow-us-last-item .follow-us-social {
	border-right: none;
}

/*Follow us OWL*/
.follow-us-container .owl-stage-outer {
	width: 956px;
}

.follow-us-container .owl-stage {
	margin-left: -1px;
}

.follow-us-container .owl-item .follow-us-social {
	width: 240px;
	height: 200px;
	float: left;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	text-align: center;
}

.follow-us-container .owl-item .social-image {
	height: 110px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.follow-us-container .owl-item .social-image:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -45px;
	background-image: url('../images/adidas_desktop_sprite.png');
	width: 90px;
	height: 50px;
}

.follow-us-container .owl-item .social-label {
	font: 16px/18px 'adiNeueBold', 'Arial', 'Helvetica', 'Verdana', 'sans-serif';
	margin: 6px 0 16px;
}
.follow-us-container .owl-item .youtube .social-image:after {
	background-position: -1200px -1123px;
}
.follow-us-container .owl-item .facebook .social-image:after {
	background-position: -910px -1313px;
}
.follow-us-container .owl-item .twitter .social-image:after {
	background-position: -1200px -995px;
}
.follow-us-container .owl-item .instagram .social-image:after {
	background-position: -130px -1313px;
}
.follow-us-container .owl-item .soundcloud .social-image:after {
	background-position: -780px -1313px;
}
.follow-us-container .owl-item .tumblr .social-image:after {
	background-position: -650px -1313px;
}
.follow-us-container .owl-item .google .social-image:after {
	background-position: -520px -1313px;
}
.follow-us-container .owl-item .pinterest .social-image:after {
	background-position: -390px -1313px;
}
.follow-us-container .owl-item .sinaweibo .social-image:after {
	background-position: -260px -1313px;
}
.follow-us-container .owl-item .vine .social-image:after {
	background-position: -1200px -867px;
}
.follow-us-container .owl-item .vk .social-image:after {
	background-position: 0px -1313px;
}

.follow-us-container .vk .social-button table {
	margin: 0 auto;
}

.follow-us-container .social-button * {
	box-sizing: content-box;
}

.follow-us-container .facebook .social-button {
	width: 85px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.follow-us-container .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.follow-us-container .owl-theme .owl-prev,
.follow-us-container .owl-theme .owl-next {
	top: 53px;
}

.follow-us-container .owl-theme .owl-prev {
	left: 5px;
}

.follow-us-container .owl-theme .owl-next {
	right: 5px;
}

.follow-us-owl-container .owl-theme .owl-dots {
	margin: 24px 0 0;
}

/* masthead double */
.masthead_container .double-masthead-center > div,
.masthead_container .double-masthead-sides > div {
	width: auto;
	height: auto;
	display: block;
}

.masthead_container .double-masthead-center > div > div,
.masthead_container .double-masthead-sides > div > div {
	display: block;
	vertical-align: baseline;
}

.masthead_container .double-masthead-center {
	width: 400px;
	margin-left: -200px;
	top: 20px;
}

.masthead_container .double-masthead-center .caption .para-intro {
	text-align: center;
}

.masthead_container .double-masthead-center .center-masthead {
	width: 400px;
	position: relative;
	min-height: 200px;
	background: rgba(255, 255, 255, 0.6);
	margin: 33px auto;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.masthead_container .double-masthead-center.light .center-masthead,
.masthead_container .double-masthead-center.neo .center-masthead,
.masthead_container .double-masthead-center.boost .center-masthead {
	background: rgba(0, 0, 0, 0.6);
}

.masthead_container .double-masthead-center .center-masthead:before,
.masthead_container .double-masthead-center .center-masthead:after {
	content: ' ';
	display: block;
	width: 400px;
	height: 0;
	position: absolute;
}

.masthead_container .double-masthead-center .center-masthead:before {
	border-top: 42px inset transparent;
	border-right: 400px solid rgba(255, 255, 255, 0.6);
	left: 0;
	top: -42px;
}

.masthead_container .double-masthead-center .center-masthead:after {
	border-bottom: 20px inset transparent;
	border-left: 400px solid rgba(255, 255, 255, 0.6);
	right: 0;
	bottom: -20px;
}

.masthead_container .double-masthead-center.light .center-masthead:before,
.masthead_container .double-masthead-center.neo .center-masthead:before,
.masthead_container .double-masthead-center.boost .center-masthead:before {
	border-right-color: rgba(0, 0, 0, 0.6);
}

.masthead_container .double-masthead-center.light .center-masthead:after,
.masthead_container .double-masthead-center.neo .center-masthead:after,
.masthead_container .double-masthead-center.boost .center-masthead:after {
	border-left-color: rgba(0, 0, 0, 0.6);
}

.masthead_container .double-masthead-center .center-masthead .headline {
	width: auto;
}

.masthead_container .double-masthead-center .center-masthead .caption {
	width: auto;
	padding: 0 30px;
}

.masthead_container .double-masthead-sides {
	width: 952px;
	margin-left: -476px;
	padding: 0;
	top: 50px;
}

.masthead_container .double-masthead-sides .title-super {
	font-size: 48px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.masthead_container .double-masthead-sides > div > div {
	overflow: hidden;
}

.masthead_container .double-masthead-sides .left-masthead {
	width: 476px;
	float: left;
}

.masthead_container .double-masthead-sides .left-masthead .para-intro {
	text-align: left;
}

.masthead_container .double-masthead-sides .right-masthead {
	width: 476px;
	float: right;
	text-align: right;
}

.masthead_container .double-masthead-sides .right-masthead .para-intro {
	text-align: right;
	padding: 0 0 15px;
}

.masthead_container .double-masthead-sides .headline {
	width: auto;
	margin: 0;
	padding: 0;
}

.masthead_container .double-masthead-sides .hashtag {
	padding: 0 0 15px;
}

.masthead_container .double-masthead-sides .caption {
	width: auto;
	margin: 0;
	padding: 0;
}

.masthead_container .double-masthead-sides .cta-container {
	width: auto;
}

.masthead_container .double-masthead-sides .masthead-cta {
	padding: 0;
	margin-bottom: 8px;
}
/* end of masthead double */

/* Product launch calendar */
.product-launch-calendar {
	position: relative;
}
.plc-hidden-content {
	position: absolute;
	left: -10000px;
}
.plc-header {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #c8cbcc;
}
.plc-header h1 {
	color: #59646a;
}
.plc-header .released-upcomming-filter a:hover:before,
.plc-header .released-upcomming-filter .selected:before{
	color: #000;
	text-decoration: none;
}
.plc-header .released-upcomming-filter a {
	color: #000;
	cursor: pointer;
    text-decoration: none;
    border: 1px solid #c8cbcc;
    float: left;
    margin: 0 -1px -1px 0;
    min-width: 210px;
    text-align: center;
    padding: 0 10px;
    height: 49px;
    font: 16px/48px 'adiblack', Arial, Helvetica, Verdana, sans-serif;
}
.plc-header .released-upcomming-filter a:hover {
	color: #000;
}
.plc-grid {
	width: 960px;
}
.released-upcomming-filter {
	margin-top: -10px;
   	float: left;
}
.plc-header .released-upcomming-filter .selected {
	color: #025f8e;
	border-bottom: 3px solid #025f8e;
}

.plc-spinner-wrapper {
	position: absolute;
	bottom: -96px;
	left: 50%;
	margin-left: -32px;
}

.plc-grid .plc-card {
	overflow: hidden;
	height: 414px;
	margin: 0 10px 10px 0;
	position: relative;
	float: left;
}
.plc-grid .plc-card.one-by-two {
	width: 470px;
}
.plc-grid .plc-card.one-by-one {
	width: 230px;
}
.plc-grid .month {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 54px;
	letter-spacing: -1px;
	z-index: 10;
	opacity: 1;

	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.plc-grid .plc-card .date {
	margin-top: 45px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.plc-grid .plc-card .date .date-link {
	display: block;
	font-weight: normal;
	font-size: 100px;
	color: #fff;
	text-align: center;
	font-family: 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}
.plc-grid .plc-card .plc-wrap-link {
	display: block;
	position: relative;
	cursor: pointer;
	height: 100%;
	max-height: 270px;
  	overflow: hidden;
}
.plc-grid .plc-card img {
	opacity: 1;
	display: block;
	width: 100%;
  	position: absolute;
  	bottom: 0;
  	max-height: 100%;
}
.plc-grid .plc-card .figcaption {
	width: 100%;
	height: 144px;
    background-color: #fff;
	z-index:5;
	border: 1px solid #c8cbcc;
	border-top: none;
}
.plc-grid .plc-card .date-timer {
	width: 189px;
	margin: 0 auto;
	float: none;
}
.plc-grid .plc-card .countdown-containter,
.plc-grid .plc-card .quantity-message {
	display:none;
}
.plc-grid .plc-card .title-22 {
	text-align: center;
	margin: 0;
	height: 53px;
	overflow: hidden;
}
.plc-grid .plc-card .title-22 a {
	display: block;
	padding: 13px 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
.plc-subtitle {
	font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0 0;
}
.plc-grid .plc-card .feature-cards-link .plc-link {
	color:#fff;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	display: block;
	padding: 0;
	text-decoration: none;
	background: none;
	float: none;
  	text-align: center;
}
.plc-grid .plc-card .feature-cards-link .plc-link span {
	color: #000;
	padding: 6px 26px 6px 0;
	text-align: center;
}
.plc-grid .plc-card .feature-cards-link .plc-link:hover {
	text-decoration: none;
}
.plc-grid .plc-card .feature-cards-link .plc-link:before {
	background: none;
}
.plc-grid .plc-card .feature-cards-link .plc-link:after {
	display: none;
}
.plc-grid .plc-card .feature-cards-link .plc-link span:after {
	content: "\e600";
}
.product-segment .product-launch-calendar {
	margin: 0;
}
/* Product launch calendar NO-TOUCH / CSSTRANSFORM / DESKTOP VERSION */
.no-touch.csstransforms .plc-grid .plc-card {
	height: 270px;
}
.no-touch.csstransforms .plc-grid .plc-card:hover .date {
	opacity: 0;

	-webkit-transform: scale3d(0.8, 0.8, 1);
	-moz-transform: scale3d(0.8, 0.8, 1);
	-o-transform: scale3d(0.8, 0.8, 1);
	-ms-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);

    -webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.no-touch.csstransforms .plc-grid .plc-card .date {
	opacity: 1;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.no-touch.csstransforms .plc-grid .plc-card:hover img {
	opacity: 0;

	-webkit-transform: scale3d(2, 2, 1);
	-moz-transform: scale3d(2, 2, 1);
	-o-transform: scale3d(2, 2, 1);
	-ms-transform: scale3d(2, 2, 1);
	transform: scale3d(2, 2, 1);

	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.no-touch.csstransforms .plc-grid .plc-card img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.no-touch.csstransforms .plc-grid .plc-card .figcaption {
	opacity: 0;

	position: absolute;
	top: 0;
	left: 0;
	height: 270px;
	padding: 0 30px;
	display: table;
	z-index: 3;
	background: transparent;
	margin: 0;
	border: none;

	-webkit-transform: scale3d(0.8, 0.8, 1);
	-moz-transform: scale3d(0.8, 0.8, 1);
	-o-transform: scale3d(0.8, 0.8, 1);
	-ms-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);

	-webkit-transform-origin: 50% -100%;
	-moz-transform-origin: 50% -100%;
	-o-transform-origin: 50% -100%;
	-ms-transform-origin: 50% -100%;
	transform-origin: 50% -100%;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.no-touch.csstransforms .plc-grid .plc-card:hover .figcaption {
	opacity: 1;

	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);

	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.no-touch.csstransforms .plc-grid .plc-card .countdown-containter {
	margin: 0 0 0 -21px;
	position: relative;
	left: 9px;
	display: block;
}

.no-touch.csstransforms .plc-card:hover .month {
	opacity: 0;
}
/* END Product launch calendar NO-TOUCH / CSSTRANSFORM / DESKTOP VERSION */

/* Product launch calendar NO-TOUCH / CSSTRANSFORM / DESKTOP VERSION
   Product launch calendar NO-TOUCH / NO-CSSTRANSFORM / DESKTOP VERSION */

.no-touch.csstransforms .plc-grid .plc-card .copy,
.no-touch.no-csstransforms .plc-grid .plc-card .copy {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.no-touch.csstransforms .plc-grid .plc-card .quantity-message,
.no-touch.no-csstransforms .plc-grid .plc-card .quantity-message,
.no-touch.csstransforms .plc-grid .plc-card .out-of-stock-msg,
.no-touch.no-csstransforms .plc-grid .plc-card .out-of-stock-msg {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 26px;
	position: relative;
	margin: 0 0 45px;
}
.no-touch.csstransforms .plc-grid .plc-card .out-of-stock-msg,
.no-touch.no-csstransforms .plc-grid .plc-card .out-of-stock-msg {
	padding: 0 0 30px;
}
.no-touch.csstransforms .plc-grid .plc-card .quantity-message:after,
.no-touch.no-csstransforms .plc-grid .plc-card .quantity-message:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	background: url('../images/adidas_desktop_sprite.png') no-repeat -870px -1251px;
	width: 30px;
	height: 14px;
	margin: 0 0 0 -15px;
}
.no-touch.csstransforms .plc-grid .plc-card .copy .title-22,
.no-touch.no-csstransforms .plc-grid .plc-card .copy .title-22 {
	margin: 15px 0 9px;
	height: auto;
}
.no-touch.csstransforms .plc-grid .plc-card.one-by-one .copy .title-22,
.no-touch.no-csstransforms .plc-grid .plc-card.one-by-one .copy .title-22 {
	margin: 15px -20px 9px;
}
.no-touch.csstransforms .plc-grid .plc-card .copy .title-22,
.no-touch.no-csstransforms .plc-grid .plc-card .copy .title-22,
.no-touch.csstransforms .plc-grid .plc-card .copy .title-22 a,
.no-touch.no-csstransforms .plc-grid .plc-card .copy .title-22 a {
	color: #fff;
	padding: 0;
	letter-spacing: 1px;
}
.no-touch.csstransforms .plc-subtitle,
.no-touch.no-csstransforms .plc-subtitle  {
	color: #fff;
    margin: 0 0 13px 0;
}
.no-touch.csstransforms .plc-grid .plc-card .feature-cards-link,
.no-touch.no-csstransforms .plc-grid .plc-card .feature-cards-link {
	padding: 18px 0 0;
	color: #fff;
	border-top: 1px solid #fff;
}
.no-touch.csstransforms .plc-grid .plc-card .feature-cards-link {
	padding-top: 6px;
}
.no-touch.csstransforms .plc-grid .plc-card .feature-cards-link .plc-link,
.no-touch.no-csstransforms .plc-grid .plc-card .feature-cards-link .plc-link {
	color:#fff;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	display: block;
	padding: 0;
	text-decoration: none;
	background: none;
	float: none;
}
.no-touch.csstransforms .plc-grid .plc-card .feature-cards-link .plc-link span,
.no-touch.no-csstransforms .plc-grid .plc-card .feature-cards-link .plc-link span {
	font-size: 13px;
	color: #fff;
}
.no-touch.csstransforms .plc-grid .plc-card .feature-cards-link .keep-me-posted:after,
.no-touch.no-csstransforms .plc-grid .plc-card .feature-cards-link .keep-me-posted:after {
	content: "";
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -1000px -1251px;;
}
/* END Product launch calendar NO-TOUCH / CSSTRANSFORM / DESKTOP VERSION
   END Product launch calendar NO-TOUCH / NO-CSSTRANSFORM / DESKTOP VERSION */

/* Product launch calendar NO-TOUCH / NO-CSSTRANSFORM / DESKTOP VERSION */
.no-touch.no-csstransforms .plc-grid .plc-card {
	height: 270px;
}
.no-touch.no-csstransforms .plc-grid .plc-card .figcaption,
.no-touch.no-csstransforms .plc-grid .plc-card:hover .date,
.no-touch.no-csstransforms .plc-grid .plc-card:hover img {
	display: none;
}
.no-touch.no-csstransforms .plc-grid .plc-card:hover .figcaption {
	background: none repeat scroll 0 0 transparent;
    display: table;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
}
.no-touch.no-csstransforms .plc-grid .plc-card .countdown-containter {
	display: block;
}
.no-touch.no-csstransforms .plc-card:hover .month {
	display: none;
}
/* END Product launch calendar NO-TOUCH / NO-CSSTRANSFORM / DESKTOP VERSION */

/* Overlay Product launch calendar */
.productLaunchOverlay .signup-container {
	margin: 0;
}
.productLaunchOverlay .signup-container .formfield .value,
.productLaunchOverlay .signup-container .formfield .button-primary {
	z-index: 1001;
}
/* END Overlay Product launch calendar */

/* END Product launch calendar */

/* Athletic Stack */
.athletic {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.athletic .athleteCategories {
	display: none;
}

.athletic .ffSelectWrapper {
	margin: 0 0 24px 5px;
}

.athletic .selected-arrow,
.athletic .floating-arrow {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 314px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #363738 transparent;
	z-index: 20;
	-moz-transform: scale(0.9999);
}

.athletic .floating-arrow {
	visibility: visible;
	display: none;
	left: 0;
	top: 0;
	margin: 0;
	z-index: 10;
}

.athletic .athletic-row {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	position: relative;
}

.athletic .athletic-row.active .athleteContainer {
	content: '';
	position: absolute;
	left: -203px;
	top: 322px;
	width: 1366px;
	background: #363738;
}

.athletic .wide-box,
.athletic .square-box {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #fff;
	height: 312px;
}

.athletic .wide-box {
	width: 470px;
}

.athletic .square-box {
	width: 230px;
}

.athletic .box-link {
	display: block;
	height: 312px;
	text-decoration: none;
	overflow: hidden;
	color: #000;
	outline: none;
}

.athletic .box-link:hover {
	text-decoration: none;
	color: #000;
}

.athletic .box-in {
	position: relative;
}

.athletic .box-image {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
	overflow: hidden;
	height: 230px;
	position: relative;
}

.athletic .box-image .image-label {
	padding: 7px 7px 4px;
	background: rgba(200, 203, 204, 0.4);
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
	font: 13px/1 'adihausbold', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}

.athletic .box-link img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	z-index: 1;
}

.athletic .box-link:hover .box-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.athletic .active .marked .box-image {
	margin-top: 82px;
}

.athletic .box-title {
	display: block;
	font: 20px/1 'adiBlack', Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	height: 82px;
	padding-top: 14px;
	border: 1px solid #c8cbcc;
	border-top: none;
	position: relative;
	text-transform: uppercase;
}

.athletic .box-title:after {
	display: block;
	content: '\e630';
	font: 13px/1 'icomoonregular';
	position: absolute;
	bottom: 8px;
	margin-left: -6px;
	left: 50%;
	speak: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.athletic .layer {
	width: 1366px;
	display: none;
	position: absolute;
	left: -203px;
	top: 322px;
	z-index: 15;
}

.athletic .layer h2 {
	text-align: center;
	color: #fff;
	margin: 30px 0 27px;
}

.athletic .layer .layer-close {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 208px;
	top: 28px;
	border: 1px solid #9a9b9b;
	color: #9a9b9b;
	text-decoration: none;
	outline: none;
}

.athletic .layer .layer-close:after {
	content: '\e62f';
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	font: 23px/32px 'icomoonregular';
	speak: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.athletic .layer .layer-close:hover {
	color: #c8cbcc;
	border-color: #c8cbcc;
}

.athletic .layer .athlete-stack {
	width: 952px;
	height: 953px;
	margin: 0 auto;
	background-color: #000;
	position: relative;
}

.athletic .layer .athlete-stack-in {
	width: 950px;
	height: 952px;
	position: absolute;
	left: 1px;
	top: 1px;
	background-color: #000;
}

.athletic .layer .layer-big-left-square-box,
.athletic .layer .layer-top-wide-box,
.athletic .layer .layer-bottom-wide-box,
.athletic .layer .layer-left-small-square-box,
.athletic .layer .layer-right-small-square-box,
.athletic .layer .layer-wide-box,
.athletic .layer .layer-wide-bottom-box,
.athletic .layer .layer-left-bottom-square-box,
.athletic .layer .layer-right-bottom-square-box {
	position: absolute;
}

.athletic .layer .layer-big-left-square-box {
	width: 475px;
	height: 475px;
	left: 0;
	top: 0;
	background: #fff;
}

.athletic .layer .layer-big-left-square-box .layer-image-box,
.athletic .layer .layer-big-left-square-box .layer-video-box {
	width: 475px;
	height: 475px;
}

.athletic .layer .layer-top-wide-box {
	width: 474px;
	height: 267px;
	background: #fff;
	left: 476px;
	top: 0;
}

.athletic .layer .layer-top-wide-box .layer-image-box,
.athletic .layer .layer-top-wide-box .layer-video-box {
	width: 474px;
	height: 267px;
}

.athletic .layer .layer-bottom-wide-box {
	width: 474px;
	height: 207px;
	background: #fff;
	left: 476px;
	top: 268px;
}

.athletic .layer .layer-bottom-wide-box .layer-image-box,
.athletic .layer .layer-bottom-wide-box .layer-video-box {
	width: 474px;
	height: 207px;
}

.athletic .layer .layer-left-small-square-box,
.athletic .layer .layer-right-small-square-box,
.athletic .layer .layer-left-bottom-square-box,
.athletic .layer .layer-right-bottom-square-box {
	width: 237px;
	height: 237px;
	background: #fff;
}

.athletic .layer .layer-left-small-square-box .layer-image-box,
.athletic .layer .layer-left-small-square-box .layer-video-box,
.athletic .layer .layer-right-small-square-box .layer-image-box,
.athletic .layer .layer-right-small-square-box .layer-video-box,
.athletic .layer .layer-left-bottom-square-box .layer-image-box,
.athletic .layer .layer-left-bottom-square-box .layer-video-box,
.athletic .layer .layer-right-bottom-square-box .layer-image-box,
.athletic .layer .layer-right-bottom-square-box .layer-video-box {
	width: 237px;
	height: 237px;
}

.athletic .layer .layer-left-small-square-box .layer-text-box div,
.athletic .layer .layer-right-small-square-box .layer-text-box div,
.athletic .layer .layer-left-bottom-square-box .layer-text-box div,
.athletic .layer .layer-right-bottom-square-box .layer-text-box div {
	padding: 0 20px;
}

.athletic .layer .layer-left-small-square-box .layer-text-box div p,
.athletic .layer .layer-right-small-square-box .layer-text-box div p,
.athletic .layer .layer-left-bottom-square-box .layer-text-box div p,
.athletic .layer .layer-right-bottom-square-box .layer-text-box div p {
	text-align: center;
	font: 18px/24px 'adiBlack', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}

.athletic .layer .layer-text-box {
	width: 100%;
	height: 100%;
	display: table;
}

.athletic .layer .layer-text-box div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}

.athletic .layer .layer-text-box div p {
	margin: 0;
	font: normal 16px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

.athletic .layer .layer-text-box div b,
.athletic .layer .layer-text-box div strong {
	font-weight: 700;
}

.athletic .layer .ctaContainer {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.athletic .layer .ctaContainer > div {
	display: table-cell;
	vertical-align: middle;
}

.athletic .layer .ctaContainer .layoutHeadline {
	font: 22px/28px 'adiNeueBold', Arial, Helvetica, Verdana, sans-serif;
}

.athletic .layer .layer-left-small-square-box {
	left: 0;
	top: 476px;
}

.athletic .layer .layer-wide-box,
.athletic .layer .layer-wide-bottom-box {
	width: 474px;
	height: 237px;
	background: #fff;
	left: 238px;
	top: 476px;
}

.athletic .layer .layer-wide-box .layer-image-box,
.athletic .layer .layer-wide-box .layer-video-box,
.athletic .layer .layer-wide-bottom-box .layer-image-box,
.athletic .layer .layer-wide-bottom-box .layer-video-box {
	width: 474px;
	height: 237px;
}

.athletic .layer .layer-wide-bottom-box {
	left: 0;
	top: 714px;
}

.athletic .layer .layer-right-small-square-box {
	left: 713px;
	top: 476px;
}

.athletic .layer .layer-right-bottom-square-box {
	right: 0;
	top: 714px;
}

.athletic .layer .layer-left-bottom-square-box {
	left: 475px;
	top: 714px;
}

.athletic .layer .layer-image-box,
.athletic .layer .layer-video-box {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 25;
}

.athletic .layer .layer-image-box img {
	width: 100%;
	height: 100%;
}

.athletic .layer-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	z-index: 35;
	-moz-transform: scale(0.9999);
}

.athletic .layer-arrow:after {
	width: 0;
	height: 0;
	border-style: solid;
	content: ' ';
	position: absolute;
}

.athletic .layer-arrow-left {
	border-width: 22px 22px 22px 0;
	border-color: transparent #000 transparent transparent;
	left: -22px;
	top: 50%;
	margin-top: -22px;
}

.athletic .layer-arrow-left:after {
	border-width: 21px 21px 21px 0;
	border-color: transparent #fff transparent transparent;
	left: 1px;
	top: -21px;
}

.athletic .layer-arrow-right {
	border-width: 22px 0 22px 22px;
	border-color: transparent transparent transparent #000;
	right: -22px;
	top: 50%;
	margin-top: -22px;
}

.athletic .layer-arrow-right:after {
	border-width: 21px 0 21px 21px;
	border-color: transparent transparent transparent #fff;
	right: 1px;
	top: -21px;
}

.athletic .layer-arrow-top {
	border-width: 0 22px 22px 22px;
	border-color: transparent transparent #000 transparent;
	left: 50%;
	margin-left: -22px;
	top: -22px;
}

.athletic .layer-arrow-top:after {
	border-width: 0 21px 21px 21px;
	border-color: transparent transparent #fff transparent;
	left: -21px;
	top: 1px;
}

.athletic .layer-arrow-bottom {
	border-width: 22px 22px 0 22px;
	border-color: #000 transparent transparent transparent;
	left: 50%;
	margin-left: -22px;
	bottom: -22px;
}

.athletic .layer-arrow-bottom:after {
	border-width: 21px 21px 0 21px;
	border-color: #fff transparent transparent transparent;
	left: -21px;
	bottom: 1px;
}
/* END of Athletic Stack */

/* Editorial Stack */
.contentstack-editorial {
	width: 952px;
}

.editorial {
	width: 952px;
	margin: 0 auto;
}

.editorial-headline {
	margin: 0 0 24px;
	text-align: center;
}

.editorial-copy {
	margin: 0 0 24px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
}

.editorial .light {
	background: #000;
	color: #fff;
}

.editorial .light p {
	color: #fff;
}

.editorial .button-primary {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.editorial .light .button-primary span,
.editorial .light .button-primary {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
}

.editorial .light:hover .button-primary {
	background: rgba(255, 255, 255, 1);
}

.editorial .light .button-primary span {
	background: none;
}

.editorial .dark {
	background: #ebebeb;
	color: #000;
}

.editorial .dark p {
	color: #000;
}

.editorial .dark .button-primary {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.editorial .dark:hover .button-primary {
	background: rgba(0, 0, 0, 1);
}

.editorial .originals {
	background: #000;
	color: #fff;
}

.editorial .originals p {
	color: #fff;
}

.editorial .originals .button-primary {
	background: #0286cd;
	background: rgba(2, 134, 205, 0.7);
	color: #fff;
}

.editorial .originals:hover .button-primary {
	background: rgba(2, 134, 205, 1);
}

.editorial .hotspots {
	left: 0;
}

.editorial .cta-block-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}

.editorial .bp-black {
	color: #fff;
}

.editorial-block {
	float: left;
	position: relative;
}

.editorial-block:hover .button-primary:after {
	right: 15px;
}

.editorial-block-big {
	width: 952px;
	height: 476px;
}

.editorial-block-big.right {
	padding-left: 556px;
}

.editorial-block-big.left {
	padding-left: 85px;
}

.editorial-block-big .editorial-block-content {
	width: 360px;
}

.subheadline-position-below .editorial-block-headline {
	margin: 0 0 12px;
}

.subheadline-position-below .editorial-block-subheadline {
	margin: 0 0 22px;
}

.subheadline-position-above .editorial-block-headline {
	margin: 0 0 30px;
}

.subheadline-position-above .editorial-block-subheadline {
	margin: 0 0 6px;
}

.editorial-block-medium {
	width: 476px;
	height: 476px;
}

.editorial-block-medium .editorial-block-content-in {
	padding: 0 85px;
}

.editorial-block-big .editorial-block-headline,
.editorial-block-medium .editorial-block-headline {
	text-align: left;
	font-family: 'adiblack',Arial,Helvetica,Verdana,sans-serif;
    letter-spacing: 1px;
}

.editorial-block-big .editorial-block-subheadline,
.editorial-block-medium .editorial-block-subheadline {
	font: 18px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
}

.editorial-block-big .editorial-block-copy p,
.editorial-block-medium .editorial-block-copy p {
	text-align: left;
	font: 16px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 20px;
}

.editorial-block-big .editorial-block-copy p:last-child,
.editorial-block-medium .editorial-block-copy p:last-child {
	margin: 0;
}

.editorial-block-big .cta-block-container,
.editorial-block-medium .cta-block-container {
	margin: 30px 0 0;
}

.editorial-block-small {
	width: 476px;
	height: 238px;
}

.editorial-block-small.editorial-block-video {
    overflow: hidden;
}

.editorial-block-small.editorial-block-video .video-frame {
    width: 100%;
    position: absolute;
    z-index: 10;
}
.editorial-block-small.editorial-block-video .video-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 50;
}

.editorial-block-extrasmall {
	width: 238px;
	height: 238px;
}

.group-section {
	float: left;
	width: 476px;
	height: 476px;
}

.group-section .editorial-block-small {
	width: 100%;
	height: 50%;
}

.group-section .editorial-block-extrasmall {
	width: 50%;
	height: 50%;
}

.editorial-block-small .editorial-block-headline,
.editorial-block-extrasmall .editorial-block-headline {
	margin: 5px;
	text-align: center;
}

.editorial-block-small .editorial-block-subheadline,
.editorial-block-extrasmall .editorial-block-subheadline {
	text-align: center;
	margin: 0;
}

.editorial-block-small .cta-block-container,
.editorial-block-extrasmall .cta-block-container {
	text-align: center;
	margin: 10px 20px 0;
}

.editorial-block-small .cta-link {
	float: none;
	display: inline-block;
	font-family: 'adihausbold',Arial,Helvetica,Verdana,sans-serif;
}

.editorial-block-small .cta-link.button-primary {
	font-family: 'adiBlack',Arial,Helvetica,Verdana,sans-serif;
}

.editorial-block-extrasmall .cta-link {
	font-family: 'adihausbold',Arial,Helvetica,Verdana,sans-serif;
	width: 100%;
    padding: 12px 0;
    display: block;
}

.editorial-block-small .cta-link span,
.editorial-block-extrasmall .cta-link span {
	padding: 0 2.6rem 0 1rem;
	position: relative;
	line-height: 1;
	display: inline-block;
}

.editorial-block-small .cta-link.button-primary span {
	padding: 0;
	position: static;
}
.editorial-block-small .cta-link.button-primary span:after {
	display: none;
}

.editorial-block-small .cta-link span:after,
.editorial-block-extrasmall .cta-link span:after {
	content: '\e600';
	font-family: 'icomoonregular';
    font-size: 16px;
    height: 16px;
    margin: -8px 0 0;
    right: 15px;
    top: 50%;
    width: 16px;
    z-index: 1;
    position: absolute;
}

.editorial-block-extrasmall .cta-link.button-primary {
	font-family: 'adiBlack',Arial,Helvetica,Verdana,sans-serif;
}
.editorial-block-extrasmall .cta-link.button-primary:after {
	content: '';
}

.editorial-block-small .editorial-block-copy {
	padding: 0 15px;
	text-align: center;
}

.editorial-block-content {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	height: 100%;
}

.editorial-block-content-in {
	display: table-cell;
	vertical-align: middle;
}

.editorial-block-image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.editorial-block-image img {
	width: 100%;
	height: 100%;
}

/* END of Editorial Stack */


/* Hotspots */
.hotspots {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.hotspots .active {
	background-color: #0286cd;
}

.hotspots .hockey-cards {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.hotspots .hotspot {
	position: absolute;
	z-index: 1000;
}

.hotspots .hotspot:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1022;
}

.hotspots .hotspot .hockeycard {
	height: auto;
	background: #fff;
	position: absolute;
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hotspots .hotspot .hockeycard .image {
	float: none;
}

.hotspots .hockeycard:hover,
.hotspots.hockey-cards:hover {
 display: block;
}

.hotspots .hotspot.hover {
	z-index: 1023;
	width: 30px;
	height: 30px;
}

.hotspots .hotspot.hover .hockeycard {
	display: block;
	opacity: 1;
}

.hotspots .innercard {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hotspots .innercard .personalizable,
.hotspots .innercard .color-carousel,
.hotspots .innercard .color-count,
.hotspots .innercard .divider-hor-top,
.hotspots .innercard .title,
.hotspots .innercard .subtitle,
.hotspots .innercard .customizable,
.hotspots .innercard .rating,
.hotspots .innercard .product-link {
	display: none;
}

.hotspots .innercard.hover .color-carousel {
	display: none;
}

.hotspots .innercard.hover .buttons {
	display: block;
	margin: 0;
}

.hotspots .innercard .price {
	float: none;
	text-align: center;
}

.hotspots .innercard .buttons {
	display: block;
	margin: 0;
	width: 100%;
	opacity: 1;
}

.hotspots .innercard .buttons .ffSelectWrapper {
	margin: 0 0 20px;
}

.hotspots .innercard.show-sizes.hover .buttons button,
.hotspots .innercard.show-sizes.hover .buttons .add-to-cart,
.hotspots .innercard.show-sizes.hover .buttons .button-loading {
	width: 100%;
	margin: 0;
}

/* Hotspots desktop version */

.hotspots .hotspot:after {
	width: 32px;
	height: 32px;
	background: url('../images/adidas_desktop_sprite.png') no-repeat -72px -1470px;
}

.hotspots .hockeycard {
	width: 210px;
	margin: 0px;
}

.hotspots .hockeycard .image {
	margin: 0 0 10px;
}

.hotspots .hockeycard .image,
.hotspots .hockeycard .image img,
.hotspots .hockeycard .image a {
	max-width: 210px;
	min-height: 190px;
	height: auto;
}

.hotspots .hockeycard .price {
	margin: 0 0 10px;
}

.hockey-cards .hotspot.hover {
	opacity: 0.6;
}

.hotspots .hotspot.hover:after {
	background-position: -1px -1471px;
}

.hotspots .innercard .product-info-wrapper {
	padding: 0 10px;
}

.hotspots .innercard.hover .buttons {
	padding: 0 0 10px;
}

.hotspots .innercard .buttons {
	padding: 0 0 10px;
}

.hotspots .innercard .buttons .ffSelectWrapper {
	width: 100%;
}

.owl-carousel .owl-item .hotspots img.show {
	display: block;
}

.owl-carousel .owl-item .hotspots img.hide {
	display: none;
}

.hockey-cards.notplaced{
    display: none;
}

/* END of Hotspots */

/* Redirect popup */

.ui-dialog.redirect-overlay {
	max-width: 330px;
}

#ui-dialog-title-dialogcontainer.ui-dialog-title {
	display: block;
}

.redirect-overlay .redirect-content-wrapper .redirect-content {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 24px;
}
/* END of Redirect popup */

/*Olapic*/
.olapic-pagination ul {
    margin: 0!important;
    font-size: 0;
}
/* miadidas - USP stack
--------------------------------------------------------------------------------------- */
/* USP stack */
.contentstack-miadidasusp .uspstack-wrapper h2,
.pt_productdetails .miProductDescription .miproduct-description h2 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 5px;
	text-align: center;
}

.contentstack-miadidasusp .product-description-intro,
.miProductDescription .product-description-intro {
	font: 18px/24px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	color: #616363;
	margin-bottom: 20px;
	text-align: center;
}

.contentstack-miadidasusp .uspstack-wrapper h2 + .product-module-box-wrapper,
.pt_productdetails .miProductDescription .miproduct-description h2 + .product-module-box-wrapper {
	padding-top: 20px;
}

.product-module-box-wrapper {
	overflow: hidden;
	border-bottom: 3px solid #343b40;
}

.product-module-box-wrapper .product-module-box {
	width: 317px;
	float: left;
	border-left: 1px dotted #c8cbcc;
	padding: 0 0 9999px;
	margin: 0 0 -9999px;
}

.product-module-box-wrapper .product-module-box-light {
	background: #fff;
}

.product-module-box-wrapper .product-module-box-dark {
	background: #f9f9f9;
}

.product-module-box-wrapper .product-module-box:first-child {
	width: 316px;
	border: none;
}

.product-module-box-wrapper .product-module-images {
	margin: 0 0 37px;
}

.product-module-box-wrapper .product-module-images img {
	vertical-align: top;
}

.product-module-box-wrapper .product-module-content {
	padding: 0 30px 22px;
	text-align: center;
}

.product-module-box-wrapper .product-module-box h3 {
	color: #000;
	margin-bottom: 23px;
}

.product-module-box-wrapper .product-module-box p {
	font-size: 14px;
	line-height: 24px;
	color: #616363;
	margin: 0 0 17px;
}

.product-module-box-wrapper .product-module-box .primary-label {
	float: none;
	display: inline-block;
	padding-right: 25px;
	color: #000;
}

.product-module-box-wrapper .product-module-box .primary-label:hover {
	padding-right: 23px;
}

.product-module-box-wrapper .product-module-box .primary-label:after {
	right: 0;
}

.product-module-box-wrapper .product-module-box .primary-label:hover:after {
	right: -2px;
}

.product-module-box-wrapper .product-module-box .primary-label:hover span {
	text-decoration: underline;
}
/* END of uspstack */

/* Shoprunner
--------------------------------------------------------------------------------------- */
/* PDP Shoprunner */
.pt_productdetails .shoprunner-wrapper {
	padding: 8px 0 8px 7px;
	border-top: 1px dotted #c8cbcc;
	border-bottom: 1px dotted #c8cbcc;
}
#buy-block .shoprunner-wrapper + .small-callout-container .callout-bars .callout-bar:first-child {
	border: none;
}
.pt_productdetails .shoprunner-wrapper .srd_a {
	color: #226ebb;
	text-decoration: none;
}
.pt_productdetails .shoprunner-wrapper .srd_a:hover {
	text-decoration: underline;
}
.pt_productdetails .shoprunner-wrapper .srd_a_wrap {
	color: #226ebb;
}

/* Cart Shoprunner */
.cart-shoprunner-block {
	padding: 10px;
	margin-bottom: 32px;
    border: 10px solid #ebebeb;
}
.cart-wrapper .cart-shoprunner-block .srd_h_background {
	padding: 0;
    background-color: #fff;
}
.cart-wrapper .shoprunner-attribute {
	margin: 8px 0 0;
}
/* Checkout Shoprunner */
.delivery-shoprunner-block {
	clear: both;
    border: 10px solid #ebebeb;
    padding: 10px;
    margin-bottom: 20px;
}
.shoprunner-attribute {
	margin: 3px 0 8px;
}
.shoprunner-shipping-method {
	display: inline-block;
}
/* END Shoprunner */

/* Product Exclusion Callout
--------------------------------------------------------------------------------------- */
/* Product Exclusion Callout */
.product-exclusion-callout {
	padding: 6px 0;
	border-top: 1px dotted #C8CBCC;
}

.pt_productdetails .product-exclusion-callout {
	margin-top: -5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #C8CBCC;
}

.dialog_minicartoverlay .product-exclusion-callout {
	width: 206px;
	float: right;
	margin: 4px 10px 0 0;
	border-bottom: 1px dotted #C8CBCC;
}

.pt_cart .line-item .product-exclusion-callout {
	width: 489px;
	float: right;
	margin: 16px 0 6px;
	padding: 13px 0 0 0;
}

.exclusion-callout-image {
	width: 24px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.exclusion-callout-image img {
	display: block;
}

.exclusion-callout-text {
	display: inline-block;
	font: 13px/16px 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	color: #9a9b9b;
	vertical-align: middle;
}

.pt_productdetails .exclusion-callout-text {
	width: 276px;
}

.dialog_minicartoverlay .exclusion-callout-text {
	width: 172px;
}

.pt_cart .exclusion-callout-text {
	width: 444px;
}
/* END Product Exclusion Callout */

.plp-owl-carousel-container .owl-carousel .loading-small,
.contentstack-productcarousel .owl-carousel .loading-small {
	display: block;
	margin: 0 auto;
}

.contentstack-productcarousel .carousel-title {
	letter-spacing: 6px;
	font-family: "adilight", Arial, Helvetica, Verdana, sans-serif;
}

/*Rating*/
.rating,
.bv_ratings {
	line-height: normal;
	white-space: nowrap;
}

.innercard .rating {
	float: right;
	padding: 2px 0 0;
}

.rating-stars-container {
	display: inline-block;
	vertical-align: top;
	width: 5.6em;
	position: relative;
	font-size: 11px;
	height: 1em;
	overflow: hidden;
}

.bv_ratings {
	padding: 0 0 13px;
}
.bv_ratings .rating-stars li {
	padding-left: 0.2em;
}
.bv_ratings .vmargin15 {
	line-height: normal;
}

.bv_ratings .rating-stars-container {
	font-size: 18px;
	width: 5.7em;
}

.rating-stars {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.rating-stars li {
	text-align: left;
	color: #ffb500;
	width: 1.15em;
	padding-left: 0.15em;
	display: inline-block;
	vertical-align: top;
	font-size: 1em;
	background: #fff;
}
.rating-stars li:first-child {
	padding-left: 0;
	width: 1em;
}
.rating-stars li:before {
	font-family: 'adiPictoRegular';
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-rendering: auto;
}

.rating-stars-filled {
	z-index: 1;
}
.rating-stars-filled li:before {
	content: '\E608';
}

.rating-stars-empty li:before {
	content: '\E905';
}

.rating-stars-count,
.bazaarvoice-review-link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 0.3em;
}

.rating-stars-count {
	top: 0.1em;
	font-family: 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #9a9b9b;
}

.bazaarvoice-review-link {
	top: 0.4em;
	font-family: 'adihausregular', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

.bazaarvoice-review-link:hover {
	text-decoration: underline;
}

.review-link-new {
	padding-left: 0;
}