/** LAYOUT **/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url('https://fonts.googleapis.com/css?family=Anton');
@media (max-width: 977px) {
  body {
    background-color: #f1f2f4;
  }
}
@media (min-width: 978px) {
  body {
    background-color: #f5f6f6;
  }
}
.container {
  width: 100%;
}
h1 {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 26px;
  color: #ffc600;
  font-weight: bold;
}
h2 {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 28px;
  color: #ffab5a;
  font-weight: bold;
}
h3 {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 40px;
  text-align: center;
  color: #b45557;
  font-weight: bold;
}
h3.text-center {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 42px;
  color: #FFF;
  letter-spacing: 3px;
}
p {
  color: #ffffff !important;
}
div.alert-info {
  border: none !important;
  margin-top: 3%;
  color: #ffffff !important;
}
div.text-center {
  font-family: 'Droid Sans', 'Arial Narrow', Arial, sans-serif;
}
div.h1-center {
  text-align: center;
}
div.alert {
  color: #ffffff !important;
  background-color: transparent !important;
}
div.caption {
  margin: 0 auto !important;
  text-align: center;
}
#topContentblank {
}
/** FORM **/
#formContainer, #AddressformContainer {
  background-color: #FEC045;
  margin: 0 auto;
  float: none;
  padding-left: 0;
  padding-right: 0;
  background-image: url('../images/johnlewis/jl-form-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}
#formContainer, #AddressformContainer > form {
  padding: 25px 0;
}
#formContainer, #AddressformContainer > form .reduce-padding > div {
  padding-left: 4px;
  padding-right: 4px;
}
#formContainer, #AddressformContainer > form .reduce-padding > div:first-child {
  padding-left: 15px
}
#formContainer, #AddressformContainer > form .reduce-padding > div:last-child {
  padding-right: 15px
}
#formContainer, #AddressformContainer h2 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 978px) {
  .container {
    padding: 0;
    overflow-x: hidden;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .full {
    margin-left: -15px;
    margin-right: -15px;
  }
  body {
    padding: 0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 484px) {
  #topContent {
    background-image: url('../images/johnlewis/johnlewis-hero-mobile3.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 55%;
    padding-bottom: 9%;
  }
  #formContainer {
    width: 310px;
    background-image: url('../images/johnlewis/jl-form-bg.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 34%;
  }
  #AddresstopContent {
    background-image: url('../images/johnlewis/johnlewis-hero-mobile3.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 35%;
    padding-bottom: 9%;
  }
  #AddressformContainer {
    width: 310px;
    background-image: url('../images/johnlewis/jl-form-bg.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0%;
  }
}
@media (min-width: 485px) and (max-width: 626px) {
  #topContent, #AddresstopContent {
    background-image: url('../images/johnlewis/johnlewis-hero-mobile3.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 234px;
    padding-bottom: 9%;
  }
  #formContainer, #AddressformContainer {
    margin: 0 auto;
    float: none;
    width: 85%;
    margin-top: 0%
  }
}
@media (min-width: 627px) and (max-width: 985px) {
  #topContent, #AddresstopContent {
    background-image: url('../images/johnlewis/johnlewis-xs-hero4.jpg') !important;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 29.5%;
    padding-bottom: 0;
  }
  #formContainer, #AddressformContainer {
    float: right;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 380px;
  }
}
@media (min-width: 986px) {
  #topContent, #AddresstopContent {
    background-image: url('../images/johnlewis/johnlewis-hero-bg-lg2.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 0%;
  }
  #formContainer, #AddressformContainer {
    float: right;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 380px;
  }
}
@media (min-width: 991px) {
  .container {
    width: 970px;
  }
  #topContent, #AddresstopContent {
    padding-top: 10px;
  }
  #formContainer, #AddressformContainer {
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 100px;
    width: 400px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/** BOTTOM CONTENT **/
#bottomContent {
  padding-top: 40px;
  background-color: #97c6b2;
  background-image: url('../images/johnlewis/footer-johnlewis4.jpg');
  background-repeat: no-repeat;
  background-position: top;
}
#bottomContent .thumbnail {
  background-color: inherit;
  border: none;
  text-align: center;
}
#bottomContent .icon {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  border-radius: 120px;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  background-color: #fff;
}
#bottomContent .icon .glyphicon {
  font-size: 60px;
}
#socialBox {
  margin-bottom: 20px;
}
#socialBox .share a {
  display: inline-block;
  margin: 0 3px;
}
#socialBox .share i {
  color: #fec045;
  font-size: 30px;
}
@media (min-width: 991px) {
  #socialBox {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  #bottomContent > .col-xs-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  #bottomContent .thumbnail p {
    padding-left: 56%;
    padding-top: 20px;
    width: 90%;
  }
  #bottomContent .thumbnail .icon {
    float: left;
    margin-left: 15%;
  }
  #socialBox {
    margin-top: 30px;
  }
}
/** ADDITIONAL **/
#additionalContainer .panel {
  padding: 0;
}
#additionalContainer .panel > div {
  padding-left: 7%;
  padding-right: 7%;
}
#additionalContainer hr {
  color: #666;
  margin: 0;
}
/** FOOTER **/
.footer-links {
  padding: 0 7%;
  padding-bottom: 20px;
}
.footer-links a {
  display: block;
  float: left;
  padding: 10px 15px;
}
/** OTHER **/
.box-shadow {
  -webkit-box-shadow: 3px 6px 10px #212121;
  -moz-box-shadow: 3px 6px 10px #212121;
  box-shadow: 3px 6px 10px #212121;
}
.center-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transparent {
  background-color: rgba(255, 255, 255, 0.1);
}