//CSS



html, body{
  height: 100%;
  margin:0; //needed for sticky logo
  padding:0; //needed for sticky logo
}
body { 
			background-image: url(/sfc3/images/rwd/brand-promo/DEFENDERBKGD_v2.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
			font-size: 16px;
  		font-family: 'Lato', sans-serif;
  		font-weight: 400;
  		line-height: 170%;
  
}


/*---------------------- 3 shoes ------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

/*clearfixes*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

#defender-series::after {
  content: "";
  clear: both;
  display: table;
}

.details_section::after {
  content: "";
  clear: both;
  display: table;
}

.container {
  position: relative;
  margin:0% 10%;
}


/*animation element*/

#shoeOne {
  animation-duration: .5s;
}
#shoeTwo {
  animation-duration: 1.5s;
}
#shoeThree {
  animation-duration: 2s;
}

.shoe {
  float: left;
  /*border: solid 1px #333;*/
  width: 32%;
  margin: 0% 1% 1% 0%;
  cursor: pointer;

}

.shoe img {
  width: 80%;
  margin: 0%;
  transition: transform 1s;
}

.shoe img:hover {
 transform: scale(1.2);
}

.shoe p {
  margin: 0%;
  width: 60%;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #11659a;
  padding:2%;
}



#defender-series img {
  	float: right;
  	width:25%;
  	margin:1% 2% 1% 0%;
}

#defender-title h3 {
  float: right;
  color: #fff;
}

/*----------- Video Section at Bottom ---------------*/

#video {
 margin:-7% 20% 5% 20%;
}

#video_section {
  margin:2% 0% 10% 0%;
}

#video_section h1 {
  color: #fff;
  font-weight: 400;
  font-size: 3vw;
}

.arrow img {
  width: 4%;
  margin: 1% 0% 1% 0%;
}

.arrow {
  animation-iteration-count: 5;
}


/*--------- shoe details --------------*/

.img_section h1 {
  color: #fff;
  font-weight: 400;
  font-size: 3vw;
}

.img_section img{
  float: left;
  width: 20%;
  margin: 2% 3% -2% 16%;
}


.details_section {
  background-color: #fff;
  padding: 2% 0% 2% 4%;
  /*display: flex;*/
  margin: 0% 15% 4% 15%;
}

.details_section p{
  float: left;
  width: 100%;
}

.details_section ul li:first-child {
  list-style-type: none;
  font-size: 40px;
  padding-bottom: 1%;
}

.details_section ul li {
  padding-right: 4%;
  font-size: 20px;
  font-weight: 100;
  line-height: 150%;
}

.button {
  background-color: #006c98;
  border: none;
  color: white;
  padding: 1% 0%;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  width: 30%;
  margin: 2% 0% 0% -1%;
  transition: transform 1s;
 
}

.button:hover {
 transform: scale(1.2);
}

/*-------- sticky logo in bottom right corner of broswer screen --------*/

#sticky-logo {
  position:fixed;
  right:0;
  bottom:-10px;
  margin:0;
  width:20%;

}

#sticky-logo img {
  width:100%;
}



/*-------------- end of desktop css -------------------*/


/*media queries for small devices*/


@media screen and (max-width: 678px){
 .shoe,
 .shoe:nth-of-type(odd),
 .shoe:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
 .shoe .right,
 .shoe .left,
 .shoe .content,
 .shoe .rating{
    text-align: center;
    float: none;
  }
  .shoe img{
    width: 100%;
    height: 100%;
    margin-bottom: 10%;
  }

  #defender-series img {
  	float: none;
  	width:100%;
  	margin:2% 3% 2% 0%;
  }

  .shoe p {
    margin: 0%;
    width: 100%;
    text-align: center;
}

/*----------shoe details -----------*/
#video_section h1 {
  color: #fff;
  font-weight: 400;
  font-size: 8vw;
  line-height: 120%;
  margin-top:0%;
}

.img_section h1 {
  color: #fff;
  font-weight: 400;
  font-size: 8vw;
  line-height: 120%;
  margin-top:-45%;
}

.img_section img{
  width: 60%;
  margin: 5% 0% 1% 20%;
}


.details_section {
  background-color: #fff;
  padding: 2% 0% 2% 4%;
  margin: 0% 7% 4% 7%;
}

.details_section p{
  float: left;
  width: 100%;
}

.details_section ul li:first-child {
list-style-type: none;
  font-size: 30px;
  padding-bottom: 4%;
  margin-left:-20px;
}

.details_section ul li {
  padding-right:6%;
  font-size:16px;
}
.button {
  background-color: #006c98;
  border: none;
  color: white;
  padding: 2% 0%;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  cursor: pointer;
  float: left;
  width: 80%;
  margin: 2% 0% 10% 8%;
 
}
.arrow img {
  width: 20%;
  margin: -1% 0% -30% 0%;
}
#video_section {
  margin:0%;

}
#video {
 margin:1% 0% 50% 0%;
}
  
}

