body{
	margin: 0;
	padding: 0;
	/*font-family: 'Gotham A', 'Gotham B', sans-serif !important;*/
}
.mainContainer{
	max-width: 971px !important;
	margin: 0 auto;
	color:#fff;
}
#pagesCreative-recreation img {width: 100%;}
.video video{
	width: 100%;
	object-fit: inherit;
}
.bg-white{
	background-color: transparent !important;
}
#pagesCreative-recreation{background: url('../img/background_CR_JD_Landing-neww.jpg') #000 no-repeat !important;
	background-size: contain !important;
	background-position: center center;
	background-repeat: no-repeat;
	}
	.contentContainer{font-family: 'Gotham A', 'Gotham B', sans-serif !important;}
.container-test{
	float: none;
	max-width: 971px;
	margin: 0 auto;
}
#pagesCreative-recreation button{
	background: #fff;
    font-weight: 500;
    padding: 2% 6%;
    margin-top: 7%;
    margin-left: 41%;
}
.col-half{
	width: 50%;
	display: inline-block;
	float: left;
}
.banner{
	background: #000;
	color: white;
	max-width: 971px;
	overflow: auto;
	padding: 2% 0;
}
.banner h1{
	font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.col-two-third{width:65%;margin-left: 1%;display: inline-block;float: left;}
.col-one-third{width:33%;margin-left: 1%;display: inline-block;float: left;}

#shoe-slider{
	float: left;
	max-width: 971px;
	background-image: url('../img/slider-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#shoe-slider .slides{
	width: 100%;
	height: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-transform: translateX(-415px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#shoe-slider .slides li{
	float: left;
	width: 600px;
	height: 100%;
	position: relative;
}

#shoe-slider .slides li .slide-item{
	position: relative;
	z-index: 2;
	margin-top: 80px;
	-webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#shoe-slider .slides li .slide-item img{
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0) scale(1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#shoe-slider .slides li .slide-item:hover + .caption{
	opacity: 1;
	visibility: visible;
	top: 20%;
}

#shoe-slider .slides li .slide-item:hover img{
	-webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.05, 1.05);
  transform: translateZ(0) scale(1.05);
}


#shoe-slider .slides li .caption{
	opacity: 0;
	visibility: hidden;
	position: absolute;	
	left: 0;
	top: 15%;
	width: 100%;
	z-index: 3;
	-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#shoe-slider .slides li .caption .caption-inner{
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	color: white;
}

#shoe-slider .slider-controls a{
	position: absolute;
	height: 100%;
	width: 100px;
	top: 0;
	margin: 0;
	padding: 0;
	opacity: .7;
	cursor: pointer;
	z-index: 10;
	background: rgba(0,0,0,0);
	-webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#shoe-slider .slider-controls a .arrow{
	background-image: url('../img/arrow.png');
	background-size: initial;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block;
}

#shoe-slider .slider-controls a:hover{
	opacity: 1;
	background: rgba(0,0,0,0.3);
}

#shoe-slider .slider-controls a.slider-left{
	left: 0;
}

#shoe-slider .slider-controls a.slider-left.first-slide{
	opacity: .3;
	background: rgba(0,0,0,0);
}

#shoe-slider .slider-controls a.slider-left.first-slide:hover{
	opacity: .3;
	background: rgba(0,0,0,0);
}

#shoe-slider .slider-controls a.slider-right{
	right: 0;
	-ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.display-table{
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.title-text{
	display: block;
	font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

.small-text{
	display: block;
	font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}