@-webkit-keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0; }

  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes slideIn {
  0% {
    margin-top: 20px;
    opacity: 0; }

  100% {
    margin-top: 0;
    opacity: 1; } }
.breadcrumb:first-child {
  margin: 30px 0 0; }

.royalSlider {  
/*    margin-top: 30px; removed by reynald to give way for super banner */
}
  .royalSlider h3 {
    font-family: inherit;
    font-size: 14px;
    color: inherit;
    text-transform: uppercase; }

  .rsBullets {
    margin: 0 auto;
    padding: 10px 0 20px; }

  .rsBullet {
    margin: 0 5px;
    width: auto !important;
    border: 0;
    background: none; }
    .rsBullet span {
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #D8D8D8; }

  .rsNavSelected {
    background: none; }
    .rsNavSelected span {
      -webkit-animation: none;
      animation: none; }

.pause span {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

@-webkit-keyframes progressBar {
  0% {
    width: 0; }

  100% {
    width: 100%; } }
@keyframes progressBar {
  0% {
    width: 0; }

  100% {
    width: 100%; } }
#slider-control {
  float: right;
  position: relative;
  right: 20px;
  bottom: 80px;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 36px;
  height: 36px;
  border: 1px solid #979797;
  background: white;
  color: black; }

.thumbnail-product {
  -webkit-animation: slideIn 0.35s;
  animation: slideIn 0.35s; }

#shopping-themes [class*="pure-u"] {
  padding: 0; }
  #shopping-themes [class*="pure-u"]:first-of-type strong {
    font-family: "Torino Modern W90 Regular";
    font-size: 30px; }
#shopping-themes a {
  display: block;
  position: relative;
  line-height: 0; }
#shopping-themes strong {
  position: absolute;
  bottom: 0;
	left: 0;
  width: 100%;
  padding: 10px;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  line-height: 1.5;
  color: white; }
#shopping-themes img {
  width: 100%; }

#shopping-themes .pure-u-md-1-3 strong {
  font-weight: 700;
}

@media (max-width: 979px) {
  .breadcrumb:first-child {
    margin: 100px 0 0; }

  .lead {
    margin-top: 0; }

  .royalSlider strong {
    font-size: 24px; }

  .inside-nav li {
    width: 22%; } }
@media (max-width: 767px) {
  .rsContainer {
    padding-top: 120px; }

  .royalSlider figcaption {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  .thumbnail-product .thumbnail-img, .thumbnail-product .thumbnail-info {
    float: none;
    width: 100%;
    padding: 0; }

  #shopping-themes [class*="pure-u"] {
    padding: 0 10px;
    width: 100%; }
    #shopping-themes [class*="pure-u"]:first-of-type strong {
      font-family: inherit;
      font-size: inherit; }

  .inside-nav li {
    width: 47%; } }
/* SPECIAL BREAKPOINT */
@media (max-width: 320px) {
  .breadcrumb:first-child {
    margin: 10px 0 0; } }
