@charset "UTF-8";
/*
	Chic Outlet Shopping® Villages
	Copyright (c) 2014 Value Retail PLC. All Rights Reserved. 
*/
/*
.container {
  @include container-fixed();

  @media (min-width: $screen-sm-min) {
    width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
    width: $container-md;
  }
 
  @media (min-width: $screen-lg-min) {
    width: $container-lg;
  }
 
}
*/
/*
.container-fluid {
  @include container-fixed();
}
*/
/*
.row {
  @include make-row();
}
*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
#content *, #content *:before, #content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body#campaign.step-into-the-story,
body#home.step-into-the-story {
  /* ----- Typography ----- */
  /* ----- General Styles ----- */
  /* .heading */
  /* ----- Book ----- */
  /* ----- Sections ----- */
  /* .products-categories */
  /* .products-highlight */
  /* .products-item */
  /* .products-list */
  /* .products-influencer */
  /* .influencers-item */
  /* widget */
}
body#campaign.step-into-the-story #content-container,
body#home.step-into-the-story #content-container {
  font-family: 'Lato', Arial, sans-serif;
}
body#campaign.step-into-the-story h2,
body#campaign.step-into-the-story h4,
body#campaign.step-into-the-story .serif,
body#campaign.step-into-the-story .village-book .options li a,
body#campaign.step-into-the-story .home-slideshow .highlight a,
body#home.step-into-the-story h2,
body#home.step-into-the-story h4,
body#home.step-into-the-story .serif,
body#home.step-into-the-story .village-book .options li a,
body#home.step-into-the-story .home-slideshow .highlight a {
  font-family: 'Playfair Display', serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
body#campaign.step-into-the-story h2,
body#home.step-into-the-story h2 {
  text-align: center;
  font-style: italic;
  overflow: hidden;
  font-size: 30px;
  /* h2.separator */
}
body#campaign.step-into-the-story h2.separator span,
body#home.step-into-the-story h2.separator span {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
body#campaign.step-into-the-story h2.separator span:before, body#campaign.step-into-the-story h2.separator span:after,
body#home.step-into-the-story h2.separator span:before,
body#home.step-into-the-story h2.separator span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #dbdbdb;
  top: 50%;
  width: 600px;
}
body#campaign.step-into-the-story h2.separator span:before,
body#home.step-into-the-story h2.separator span:before {
  right: 100%;
  margin-right: 15px;
}
body#campaign.step-into-the-story h2.separator span:after,
body#home.step-into-the-story h2.separator span:after {
  left: 100%;
  margin-left: 15px;
}
body#campaign.step-into-the-story .heading,
body#home.step-into-the-story .heading {
  padding-top: 20px;
  padding-bottom: 30px;
}
body#campaign.step-into-the-story .heading p,
body#home.step-into-the-story .heading p {
  text-align: center;
}
body#campaign.step-into-the-story .village-intro,
body#home.step-into-the-story .village-intro {
  margin-bottom: 25px;
}
body#campaign.step-into-the-story .village-book,
body#home.step-into-the-story .village-book {
  background: url(../images/stepintothestory/village-book.jpg) top center no-repeat;
  min-height: 850px;
  padding-top: 70px;
}
body#campaign.step-into-the-story .village-book h2,
body#home.step-into-the-story .village-book h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
body#campaign.step-into-the-story .village-book h2.first,
body#home.step-into-the-story .village-book h2.first {
  margin-top: -20px;
}
body#campaign.step-into-the-story .village-book a,
body#home.step-into-the-story .village-book a {
  text-decoration: none;
}
body#campaign.step-into-the-story .village-book .page.left,
body#home.step-into-the-story .village-book .page.left {
  padding-right: 40px;
}
body#campaign.step-into-the-story .village-book .page.right,
body#home.step-into-the-story .village-book .page.right {
  padding-left: 40px;
}
body#campaign.step-into-the-story .village-book .options,
body#home.step-into-the-story .village-book .options {
  margin: 0;
  padding: 0;
}
body#campaign.step-into-the-story .village-book .options li,
body#home.step-into-the-story .village-book .options li {
  float: left;
  display: block;
  width: 50%;
  margin-bottom: 5px;
}
body#campaign.step-into-the-story .village-book .options li a,
body#home.step-into-the-story .village-book .options li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  line-height: 32px;
}
body#campaign.step-into-the-story .village-book .options li a span,
body#home.step-into-the-story .village-book .options li a span {
  width: 32px;
  height: 32px;
  background: #000;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
body#campaign.step-into-the-story .village-book .options li a.car i,
body#home.step-into-the-story .village-book .options li a.car i {
  background-position: 0 0;
}
body#campaign.step-into-the-story .village-book .options li a.taxi i,
body#home.step-into-the-story .village-book .options li a.taxi i {
  background-position: -20px 0;
}
body#campaign.step-into-the-story .village-book .options li a.train i,
body#home.step-into-the-story .village-book .options li a.train i {
  background-position: -40px 0;
}
body#campaign.step-into-the-story .village-book .options li a.bus i,
body#home.step-into-the-story .village-book .options li a.bus i {
  background-position: -60px 0;
}
body#campaign.step-into-the-story .village-book .options li a.plane i,
body#home.step-into-the-story .village-book .options li a.plane i {
  background-position: -80px 0;
}
body#campaign.step-into-the-story .village-book .options li a i,
body#home.step-into-the-story .village-book .options li a i {
  display: block;
  margin: 6px auto;
  width: 20px;
  height: 20px;
  line-height: 0;
  background: url(../images/sprites/mayday-transport-options.gif);
}
body#campaign.step-into-the-story .village-book .list span,
body#home.step-into-the-story .village-book .list span {
  display: block;
  text-align: center;
}
body#campaign.step-into-the-story .village-book .list .image,
body#home.step-into-the-story .village-book .list .image {
  margin-bottom: 10px;
}
body#campaign.step-into-the-story .village-book .list .title,
body#home.step-into-the-story .village-book .list .title {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 5px;
}
body#campaign.step-into-the-story .village-book .opening-hours ul,
body#home.step-into-the-story .village-book .opening-hours ul {
  margin: 0;
  list-style: none;
}
body#campaign.step-into-the-story .village-book .opening-hours ul li,
body#home.step-into-the-story .village-book .opening-hours ul li {
  position: relative;
}
body#campaign.step-into-the-story .village-book .opening-hours ul li span,
body#home.step-into-the-story .village-book .opening-hours ul li span {
  float: right;
  font-weight: bold;
}
body#campaign.step-into-the-story .home-slideshow .highlight a,
body#home.step-into-the-story .home-slideshow .highlight a,
body#home.step-into-the-story #highlight-boxes a {
  position: relative;
  display: block;
}
body#campaign.step-into-the-story .home-slideshow .highlight span,
body#home.step-into-the-story .home-slideshow .highlight span,
body#home.step-into-the-story #highlight-boxes span {
  position: absolute;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  padding: 5px 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  background: url(../images/background/blank_black_85.png);
}

body#home.step-into-the-story #highlight-boxes .title {
	font-family: 'Playfair Display', serif;
}

body#campaign.step-into-the-story .home-slideshow .highlight img,
body#home.step-into-the-story .home-slideshow .highlight img,
body#home.step-into-the-story #highlight-boxes img {
  width: 100%;
}
body#campaign.step-into-the-story .home-message,
body#home.step-into-the-story .home-message {
  padding: 20px 0 10px;
}
body#campaign.step-into-the-story .home-parallax,
body#home.step-into-the-story .home-parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 100%;
}
body#campaign.step-into-the-story .home-social,
body#home.step-into-the-story .home-social {
  padding: 20px 0;
}
body#campaign.step-into-the-story .home-products,
body#home.step-into-the-story .home-products {
  padding: 20px 0;
}
body#campaign.step-into-the-story .home-products a,
body#home.step-into-the-story .home-products a {
  display: block;
  text-decoration: none;
}
body#campaign.step-into-the-story .home-products a.influencer,
body#home.step-into-the-story .home-products a.influencer {
  border: 1px solid #000;
  text-align: center;
}
body#campaign.step-into-the-story .home-products .products-categories span,
body#home.step-into-the-story .home-products .products-categories span {
  display: block;
}
body#campaign.step-into-the-story .home-products .products-categories a .title,
body#home.step-into-the-story .home-products .products-categories a .title {
  padding-top: 10px;
  font-style: normal;
  color: #000;
}
body#campaign.step-into-the-story .home-products a.product,
body#home.step-into-the-story .home-products a.product {
  /* .title */
  /* .brand */
  /* .summary */
  /* .image */
  /* .brand */
  /* .price */
}
body#campaign.step-into-the-story .home-products a.product span,
body#home.step-into-the-story .home-products a.product span {
  display: block;
}
body#campaign.step-into-the-story .home-products a.product .title,
body#home.step-into-the-story .home-products a.product .title {
  font-style: italic;
  font-size: 18px;
}
body#campaign.step-into-the-story .home-products a.product .brand,
body#home.step-into-the-story .home-products a.product .brand {
  margin-bottom: 10px;
}
body#campaign.step-into-the-story .home-products a.product .summary,
body#home.step-into-the-story .home-products a.product .summary {
  margin-bottom: 10px;
}
body#campaign.step-into-the-story .home-products a.product .image,
body#home.step-into-the-story .home-products a.product .image {
  margin-bottom: 20px;
}
body#campaign.step-into-the-story .home-products a.product .image img,
body#home.step-into-the-story .home-products a.product .image img {
  width: 100%;
}
body#campaign.step-into-the-story .home-products a.product .brand,
body#home.step-into-the-story .home-products a.product .brand {
  text-transform: uppercase;
}
body#campaign.step-into-the-story .home-products a.product .price strong,
body#home.step-into-the-story .home-products a.product .price strong {
  font-size: 22px;
  font-weight: 300;
}
body#campaign.step-into-the-story .ugc-heading,
body#home.step-into-the-story .ugc-heading {
  text-align: center;
  margin-bottom: 40px;
}
body#campaign.step-into-the-story .products-categories,
body#home.step-into-the-story .products-categories {
  margin-bottom: 50px;
}
body#campaign.step-into-the-story .products-categories a,
body#home.step-into-the-story .products-categories a {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #a0a0a0;
}
body#campaign.step-into-the-story .products-categories a:hover, body#campaign.step-into-the-story .products-categories a.active,
body#home.step-into-the-story .products-categories a:hover,
body#home.step-into-the-story .products-categories a.active {
  color: #000;
}
body#campaign.step-into-the-story .products-highlight,
body#home.step-into-the-story .products-highlight {
  text-align: center;
}
body#campaign.step-into-the-story .products-highlight h2,
body#home.step-into-the-story .products-highlight h2 {
  margin: 0;
}
body#campaign.step-into-the-story .products-highlight h3,
body#home.step-into-the-story .products-highlight h3 {
  margin: 0 0 50px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
body#campaign.step-into-the-story .products-highlight h3 span,
body#home.step-into-the-story .products-highlight h3 span {
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  font-size: 30px;
  margin: 20px 0;
}
body#campaign.step-into-the-story .products-highlight .image,
body#home.step-into-the-story .products-highlight .image {
  margin-bottom: 50px;
}
body#campaign.step-into-the-story .products-item,
body#home.step-into-the-story .products-item {
  /* .price */
}
body#campaign.step-into-the-story .products-item h2,
body#home.step-into-the-story .products-item h2 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  line-height: 1;
}
body#campaign.step-into-the-story .products-item h2 span,
body#home.step-into-the-story .products-item h2 span {
  text-transform: none;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}
body#campaign.step-into-the-story .products-item .price strong,
body#home.step-into-the-story .products-item .price strong {
  font-size: 22px;
  font-weight: 300;
}
body#campaign.step-into-the-story .products-list .item,
body#home.step-into-the-story .products-list .item {
  /* .title */
  /* .brand */
  /* .summary */
  /* .image */
  /* .brand */
  /* .price */
}
body#campaign.step-into-the-story .products-list .item span,
body#home.step-into-the-story .products-list .item span {
  display: block;
}
body#campaign.step-into-the-story .products-list .item a,
body#home.step-into-the-story .products-list .item a {
  text-decoration: none;
  display: block;
  height: 330px;
  text-align: center;
}
body#campaign.step-into-the-story .products-list .item .title,
body#home.step-into-the-story .products-list .item .title {
  font-style: italic;
  font-size: 18px;
}
body#campaign.step-into-the-story .products-list .item .brand,
body#home.step-into-the-story .products-list .item .brand {
  margin-bottom: 10px;
}
body#campaign.step-into-the-story .products-list .item .summary,
body#home.step-into-the-story .products-list .item .summary {
  margin-bottom: 10px;
}
body#campaign.step-into-the-story .products-list .item .image,
body#home.step-into-the-story .products-list .item .image {
  margin-bottom: 20px;
}
body#campaign.step-into-the-story .products-list .item .image img,
body#home.step-into-the-story .products-list .item .image img {
  width: 100%;
}
body#campaign.step-into-the-story .products-list .item .brand,
body#home.step-into-the-story .products-list .item .brand {
  text-transform: uppercase;
}
body#campaign.step-into-the-story .products-list .item .price strong,
body#home.step-into-the-story .products-list .item .price strong {
  font-size: 22px;
  font-weight: 300;
}
body#campaign.step-into-the-story .products-influencer,
body#home.step-into-the-story .products-influencer {
  padding-bottom: 30px;
}
body#campaign.step-into-the-story .products-influencer h4,
body#home.step-into-the-story .products-influencer h4 {
  text-align: left;
  font-style: normal;
  margin: 0 0 15px;
  line-height: 34px;
  font-size: 28px;
}
body#campaign.step-into-the-story .products-influencer h4 span,
body#home.step-into-the-story .products-influencer h4 span {
  display: block;
  font-style: italic;
  font-size: 20px;
}
body#campaign.step-into-the-story .influencers-item,
body#home.step-into-the-story .influencers-item {
  padding-top: 20px;
}
body#campaign.step-into-the-story .influencers-item h2,
body#home.step-into-the-story .influencers-item h2 {
  text-align: left;
  font-style: normal;
  margin: 0 0 15px;
  line-height: 34px;
}
body#campaign.step-into-the-story .influencers-item h2 span,
body#home.step-into-the-story .influencers-item h2 span {
  display: block;
  font-style: italic;
  font-size: 24px;
}
body#campaign.step-into-the-story #widget-form,
body#home.step-into-the-story #widget-form {
  position: relative;
  width: 265px;
}
body#campaign.step-into-the-story .widget-input,
body#home.step-into-the-story .widget-input {
  position: absolute;
  height: 30px;
  width: 230px;
}
body#campaign.step-into-the-story .widget-btn,
body#home.step-into-the-story .widget-btn {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .com-media.slideshow.fullsize .content {
    height: auto !important;
  }

  .com-media.slideshow.fullsize .slide {
    height: auto !important;
  }

  .com-media.slideshow.fullsize .highlight {
    position: relative;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .com-media.slideshow.fullsize .content {
    height: auto !important;
  }

  .com-media.slideshow.fullsize .slide {
    height: auto !important;
  }

  .com-media.slideshow.fullsize .highlight {
    position: relative;
    bottom: auto;
  }

  body#home.step-into-the-story #content-container {
    padding-top: 50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .com-background-xmas {
    display: none;
  }

  .home-parallax {
    display: none;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body#home.step-into-the-story .home-parallax {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sits-products-list .item a {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .row {
    margin-left: -20px;
  }

  .com-featured .signup .row,
  .com-featured .signup,
  .row.heading {
    margin-left: 0;
  }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,
  .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-bottom: 20px;
  }

  .sits-products-list .item a {
    height: auto !important;
  }

  /* Village  page*/
  body#campaign.step-into-the-story .village-book, body#home.step-into-the-story .village-book {
    background: none;
    min-height: none;
    padding-top: 0;
  }

  body#campaign.step-into-the-story .village-book .page.left, body#home.step-into-the-story .village-book .page.left {
    padding-right: 0;
  }

  body#campaign.step-into-the-story .village-book .page.right, body#home.step-into-the-story .village-book .page.right {
    padding-left: 0;
    margin-top: 40px;
  }

  section.village-intro img {
    display: none;
  }

  section.village-intro {
    margin-bottom: 0 !important;
  }

  /* Festive Gifts */
  span.image img {
    width: 100%;
  }

  body#campaign.step-into-the-story .products-list .item,
  body#home.step-into-the-story .products-list .item {
    text-align: center;
  }

  .home-widget .row.listing .item.span4 {
    margin-bottom: 0 !important;
  }

  .com-featured .signup {
    text-align: center;
  }

  .com-featured .signup form {
    padding: 0 20px;
  }

  .com-media.slideshow.fullsize .slide {
    background-size: auto 100%;
  }

  body#campaign.step-into-the-story .products-list .item a, body#home.step-into-the-story .products-list .item a {
    height: auto;
    text-align: centre;
  }

  body#home.step-into-the-story #content-container, body#campaign.step-into-the-story #content-container {
    padding-bottom: 0px !important;
  }

  body#home.step-into-the-story #widget-form {
    width: 90%;
  }

  body#home.step-into-the-story .widget-input {
    position: relative !important;
    width: 100%;
  }

  body#home.step-into-the-story .widget-btn {
    position: absolute;
    right: 23;
  }
}



/** signup form home page**/

body#home.step-into-the-story .home-slideshow .highlight {
	text-align:center; 
	color: #fff;
	}
	
body#home.step-into-the-story .home-slideshow .highlight h2 {
	font-size:25px;
	margin:0;
	}
body#home.step-into-the-story .home-slideshow .highlight #widget-form {
	width:auto;
	margin-bottom:0;
	}
body#home.step-into-the-story .home-slideshow .highlight .row.signup { 
	background-color: #151718;
	margin: 0 0 0 20px;
	padding: 10px 0;
	}
	
body#home.step-into-the-story .home-slideshow .highlight .row.signup .span12 { 
	margin-left: 0;
	}
	
body#home.step-into-the-story .home-slideshow .highlight .row.signup .span12 p {
	margin: 0 0 12px 0;

	}
	
body#home.step-into-the-story .highlight .widget-input,
body#home.step-into-the-story .highlight .widget-btn {
	position:relative;
	}
	
body#home.step-into-the-story .highlight .widget-btn {
	background: #878787;
	border: none;
	color: #fff;
	text-transform: capitalize;
	margin: -10px 0 0 6px;
	padding: 5px 10px;
	-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;
  }
  
body#home.step-into-the-story .highlight .widget-btn:hover {
	background: #fff;
	color: #000;
	}
  
#highlight-boxes {
	margin:15px;
	}



