/****************************
-- Spotlight --
****************************/
.spotlight {
  position: relative;
}

.spotlight .container{
    max-width: 100%;
    padding: 0;
}

.spotlight .grid > .col{
  background-size: cover;
  background-position:  center;
  color: #fff;
  display: inline-block;;
  height: 550px;
  padding: 100px 30px;
  position: relative;
  width: 100%;
}

.spotlight .col p,
.spotlight .col .h2,
.spotlight .col .btn {
  z-index: 2;
  color: #fff;
  position: relative;
}

.spotlight .spotlight_item_background {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top:0;
  z-index: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.spotlight .col:hover .spotlight_item_background{
  opacity: 0;
}

.spotlight .grid > .col:nth-of-type(odd) .spotlight_item_background {
    background-color: rgba(19, 112, 171, 0.7);
}

.spotlight .grid > .col:nth-of-type(even) .spotlight_item_background {
    background-color: rgba(75, 167, 208, 0.7);
}

.spotlight .col .btn {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {
  .spotlight .grid > .col {
    height: 700px;
    padding: 100px 45px;
    width: 33.33%;
  }
}

@media screen and (min-width: 1440px) {
  .spotlight .grid > .col {
    padding: 100px 90px 90px;
  }
}

/****************************
-- Warranty --
****************************/
.warranty {
  background-color: #262626;
  color: #fff;
  position: relative;
}

.warranty .container {
  padding-top: 100px;
  padding-bottom:  100px;
}

.warranty .container > div {
  display: block;
}

.warranty .warranty_image .img-wrap {
  height: 150px;
  width: 150px;
  margin: 0 auto 50px;
}

.warranty .warranty_image .img-wrap img{
  width: 100%;
  height: 100%;
}

.warranty .warranty_content {
  text-align: center;
}

.warranty .warranty_button {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .warranty .container {
    padding-bottom:  120px;
  }

  .warranty .container>div {
    display: inline-block;
  }

  .warranty .warranty_image,
  .warranty .warranty_button {
    width: 20%;
    margin-top: 0px;
  }

  .warranty .warranty_content {
    width: 60%;
    padding: 0 50px;
    text-align: left;
  }

  .warranty .warranty_content p {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .warranty .warranty_content .topline:before {
    left: auto;
    right: auto;
  }
}
