/*!
 * Walkers v1.0.0
 * Copyright 2015 Walkers
 */

 .notification
 {
  background-color:#e2011f;
  position:absolute;
  overflow:hidden;
  width:100%;
  height:100%;
  z-index:61;
  -webkit-transform: translate3d(0,0,0);
}

.notification.noJs
{
  display:none;
}

.no-js .notification.noJs
{
  display:block;
}

.notification .content
{
  font-size:1.5625em;
  margin:0 0 0 -30%;
  position:absolute;
  text-align:center;
  padding:25px 50px;
  background:#fff;
  color:#FF9326;
  width:60%;
  top:100px;
  left:50%;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.notification .content h2
{
  line-height:1.2em;
  margin:0 0 1em;
  color: #eb3c45;
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-weight: 300;
  font-size: 28px;
}

.notification .content p
{
  line-height: 1.5;
  margin: 30px 30px;
  color: #666666 !important;
}

 .notification a
 {
  color:#eb3c45;}



@font-face {
    font-family: 'LaysMedium';
    src: url('../Fonts/lays-medium-webfont.eot');
    src: url('../Fonts/lays-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/lays-medium-webfont.woff2') format('woff2'),
         url('../Fonts/lays-medium-webfont.woff') format('woff'),
         url('../Fonts/lays-medium-webfont.ttf') format('truetype'),
         url('../Fonts/lays-medium-webfont.svg#laysregular') format('svg');
/*    font-weight: normal;
    font-style: normal;*/

}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  font-weight: 200 !important;
  color: #666666 !important;
  line-height: 1.2 !important;
  background-color: #F2F2F2 !important;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}

h1 {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-weight: 400;
  font-size: 34px;
}

h2 {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-weight: 300;
  font-size: 28px;
}

h3 {
  font-family: 'Roboto', 'Arial', serif;
  font-weight: 300;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 2px;
}

h4,
h5,
h6 {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  color: #666666;
  word-wrap:break-word;
}
a:hover,
a:focus {
  color: #0085a1;
}
a img:hover,
a img:focus {

}

blockquote {
  color: #808080;
  font-style: italic;
}

hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}

footer {
  background-color: #fff;
  padding-top: 10px;
}

footer ul
{
    padding:0;
}

footer li {
  color: #626666;
  display: inline;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 5px;

}

.hero-img {
  max-width: 777px !important;
  max-height: 530px !important;
}

#terms-list li {
   margin:0 0 10px 0;
}

.answer {
    display:none;
}

.orange {
  color: #fbc000;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar-brand img {
  width: 45px !important;
  height: auto;
  margin-top: 5px;
}

.margin-top-2 { margin-top: 2px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-75 { margin-top: 75px; }
.margin-top-100 { margin-top: 100px; }

.margin-bottom-2 { margin-bottom: 2px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-100 { margin-bottom: 100px; }

.bottom-spacer {
  padding-bottom: 10px;
}

.top-spacer {
  padding-bottom: 20px;
}

#carousel-section  {
  background: #ECECEC;
  min-height: 200px;
}

#mopup-section {
  background: #ffffff;
  min-height: 250px;
}

#speak-section {
  background: #ffffff;
  min-height: 250px;
}

#speak-section .row
{
  margin-left:0;
  margin-right:0;
}

.navbar {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 0px;
  border: 0 !important;
}

.navbar-default {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
}

.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #f2f2f2;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: titlecase;
}
.navbar-default .navbar-nav > li > a.active {
	color:#FFE131;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fbc000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fbc000;
  background-color: #f2283e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fbc000;
  background-color: #f2283e;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #f2283e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 25px;
  height: 4px;
  -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #f2f2f2;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.row.sm-gutters {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.row.sm-gutters [class^="col-"],
.row.sm-gutters [class*=" col-"]{
  padding-right: 15px;
  padding-left: 15px;
}

.radial-red-bg {
    /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(center, circle closest-side, #FF6E6E 0%, #DF3B30 100%);

  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center, circle closest-side, #FF6E6E 0%, #DF3B30 100%);

  /* Opera */
  background-image: -o-radial-gradient(center, circle closest-side, #FF6E6E 0%, #DF3B30 100%);

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FF6E6E), color-stop(1, #DF3B30));

  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center, circle closest-side, #FF6E6E 0%, #DF3B30 100%);

  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(circle closest-side at center, #FF6E6E 0%, #DF3B30 100%);

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blackBkg {
  background-color:#DF3B30!important;
  background-image:none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.whiteBg {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.product-info {
  min-height: 1px;
}

.product-info h1 {
  margin-top: 0px
}

.product-info h1 {
  color: #ffe95d;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 0px
}

.product-info h2 {
  color: #ffe95d;
  letter-spacing: 1px;
  margin-top: 0px
}

.product-info h3 {
  color: white;
  margin-bottom: 0px;
}

.product-info p {
  margin-top: 10px;
}

.product-info-left-panel {
  background-color: #005094;
  padding: 50px;
  min-height: 833px;
  min-height: 850px;
}

.product-info-right-panel {
  background-color: #0066aa;
  padding: 50px;
  min-height: 833px;
  min-height: 850px;
}

.nutri-values {
  font-size: 92%;
  margin-top: 3px;
}


/*Walkers blue section*/
.product-detail-container {
  display: table;
  width: 100%;
}

.product-detail-container .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.left-blue {
  display: table-cell;
  background: #1D4289;
  float: none;
  padding-right: 15px;
  padding-top: 25px;;
  padding-bottom: 25px;
  width: 50%;
  vertical-align: top;
}

.right-blue {
  display: table-cell;
  vertical-align: top;
  background: #345595;
  float: none;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 50%;
  vertical-align: top;
}

.col-left-blue {
  float: right;
}

.col-right-blue {
  float: left;
}

#intro-cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: -17%;
  min-height: 500px;
  max-height: 800px;
  position: relative;
}

.white-cover {
  background-color: #fff;
}

#mopup-section .container .white-cover{
    background-color:#0057a4;
    text-align:center;
}

#mopup-section .container .white-cover .col-sm-5
{
    padding-left:0;
}

#mopup-section .container .white-cover .col-sm-7 img {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle; 
    margin-top: 86px;
}

#mopup-section .container .white-cover .yellow-button
{
    background-color:#38a8e0;
    color:#ffffff;
    margin-top:20px;
    margin-bottom:30px;
}

#mopup-section .container .white-cover .yellow-button:hover
{
    background-color:#2a7da6;
}
#walkers-cover {
  background-image: url(../img/PacksRipLockUp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  min-height: 670px;
}

.product-additional-info {
  padding-bottom: 50px;
}

.bigheading {
  font-weight: 400 !important;
  font-size: 34px;
}

.medheading {
  font-weight: 300 !important;
  font-size: 24px;
}

.social-icon {
  font-weight: 800 !important;
  font-size: 48px;
}

.text-regular {
  line-height: 1.4em;
  font-size: 16px;
}

.social-box {
 min-height: 210px;
 padding-left: 25px;
 padding-right: 25px;
 padding-top: 30px;
 padding-bottom: 15px;
}

.fb-box {
 color: #fff;
 background-color: #00843C;
}

.twitter-box {
  color: #fff;
  background-color: #1D4289;
}

.youtube-box {

 color: #fff;
 background-color: #DF3B30;
}


.white {
  color: #fff;
}

.black {
  color: #000;
}

.dark-gray {
  color: #403333;
}


/* yellow */

.yellow {
  color: #FFE030;
}

.yellow-button {
  background-color: #F58E2C;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}

a.yellow-button:hover {
    color: white;
    background-color: orange;
}

.yellow-box {
  color: #fff;
  background-color: #fbc000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* red */

.red {
  color: #DF3B30;
}

.red-bg {
  background-color: #DF3B30;
}

section#carousel-section div.container a.red-button {
	margin-top:30px;
}

.red-button {
  color: #fff;
  background-color: #f92e38;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 18px;
  text-decoration: none;
  bottom: 0;

}

.wide-red-box {
  color: #fff;
  background-color: #DF3B30;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.purple-button {
  color: #fff;
  background-color: #CE0F69;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 18px;
  text-decoration: none;
  bottom: 0;

}

.red-box {
  color: #fff;
  background-color: #DF3B30;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.yellow-box {
  color: #fff;
  background-color: #F68D2D;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}

.red-box .btn
{
    color:#ffffff;
}

.red-box p, .yellow-box p
{
    font-size:20px;
}

/* green */

.green {
  color: #2aa54a;
}

.green-bg {
  background-color: #2aa54a;
}

.green-box {
  color: #fff;
  background-color: #2aa54a;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}


/* blue */

.blue {
  color: #1675d7;
}

.blue-bg {
  background-color: #1675d7;
}

.blue-box {
  color: #fff;
  background-color: #1675d7;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blue-button {
  background-color: #172F76;
  color: white;
  font-weight: 400;
  text-decoration: none;
}

a.blue-button:hover {
    color: #eee;
    background-color: blue;
}

.button-container .blue-button
{
	margin-top:20px;
}

/*Contact */

.contact-green-box {
  color: #fff;
  background-color: #00843C;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-yellow-box {
  color: #fff;
  background-color: #F68D2D;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-red-box {
  color: #fff;
  background-color: #DF3B30;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-blue-box {
  color: #fff;
  background-color: #1D4289;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-green-box .btn{
  color: #fff;
  background-color: #1D4289;
}

.contact-yellow-box .btn{
  color: #fff;
  background-color: #CE0F69;
}

.contact-red-box .btn{
  color: #fff;
  background-color:#F68D2D;
}

.contact-blue-box .btn{
  color: #fff;
  background-color: #DF3B30;
}

/** FAQ **/

.faq-question {
  margin: 0px;
  display: inline-block;
  cursor: pointer;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 35px;
  text-indent: -25px;
  position: relative;
}

.faq-icon {
  margin-right: 10px;
  font-size:12px;
}

.faq-answer-container {
  height: 0px;
  display: none;
  padding: 0px;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}

.faq-answer {
  color: #fff;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;

}

.faq-answer p {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
 }

.faq {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2 !important;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faq a:link {
  text-decoration: none;
  outline: 0;
}

.faq a:hover{
  text-decoration: none;
  outline: 0;
}

.faq a:visited{
  text-decoration: none;
  outline: 0;
}

.faq a:active{
  text-decoration: none;
  outline: 0;
}

.faq-bg {
  color: #fff;
  background-color: #DF3B30;
}

.faq-bg a {
  color: #ffbc00;
}

.faq-heading {
  padding: 10px 15px;
}

.faq-button {
  color: #fff !important;
  background-color: none;
  border: solid 1px #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*** Walkers Boxes Colors ***/

.walkers-cheese {
  background-color: #154B87;
}

.walkers-salted {
  background-color: #E6261D;
}

.walkers-vinegar {
  background-color: #1d7b3a;
}

.walkers-prawn {
  background-color: #DD5280;
}

.walkers-roast-chicken {
  background-color: #da7520;
}

.walkers-smoky-bacon {
  background-color: #9E4058;
}

.walkers-worcester {
  background-color: #603182;
}

.walkers-onion {
  background-color: #BCBB27;
}

.walkers-ketchup {
  background-color: #B2130E;
}

.walkers-sour-cream {
  background-color: #FFE79F;
}

.walkers-cheddar {
  background-color: #E97C33;
}

.walkers-salt-shake {
  background-color: #315093;
}


/*** Extra Crunchy Boxes Colors ***/

.crunchy-cheese {
  background-color: #0056A2;
}

.crunchy-prawn {
  background-color: #D61A77;
}

.crunchy-vinegar {
  background-color: #008046;
}

.crunchy-salted {
  background-color: #D51B23;
}

.crunchy-bbq {
  background-color: #791F2C;
}

.crunchy-onion {
  background-color: #9DBF1E;
}

/*** Mix Ups Boxes ***/

.mixups-onion {
  background-color: #9DBF1E;
}

.mixups-cheese {
  background-color: #98A9E1;
}

.mixups-sweet {
  background-color: #EC609F;
}

.mixups-bacon {
  background-color: #A5242D;
}

.mixups-spicy {
  background-color: #E97C33;
}

.mixups-sweet-spicy {
  background-color: #DD0C15;
}

.mixups-worcester {
  background-color: #315093;
}

/*** Deep Ridged Box Color ***/

.deep-ridged {
  background-color: #000000;
}

/*** Deep Ridged Boxes Font Color ***/

.deep-ridged-steak {
  background-color: #EF7D00;
}

.deep-ridged-vinegar {
  background-color: #53AF32;
}

.deep-ridged-onion {
  background-color: #009FE3;
}

.deep-ridged-salted {
  background-color: #E30614;
}

/*** Pops Boxes ***/

.pops-original {
  background-color: #E2011F;
}

.pops-bacon {
  background-color: #B54F00;
}

.pops-onion {
  background-color: #ABB100;
}

.pops-prawn {
  background-color: #B6539E;
}

/*** Max Boxes ***/

.max-paprika {
  background-color: #F07D36;
}

.max-hot {
  background-color: #B92B29;
}

.max-cheese {
  background-color: #006EA9;
}

/*** Crinkles Boxes ***/

.crinkles-salted {
  background-color: #E12825;
}

.crinkles-onion {
  background-color: #0072B2;
}

.crinkles-vinegar {
  background-color: #009D58;
}

/*** Pops Boxes ***/

.baked-salted {
  background-color: #CA1B23;
}

.baked-cheese {
  background-color: #28539C;
}

.baked-vinegar {
  background-color: #00873D;
}

/*** Ranges Boxes ***/

.walkers-range {
  background-color: #154b87;
}

.deep-ridged-range {
  background-color: #000000;
}

.pops-range {
  background-color: #e2011f;
}

.mixups-range {
  background-color: #38a9e1;
}

.max-range {
  background-color: #ef7d36;
}

.baked-range {
  background-color: #29539d;
}

.crunchy-range {
  background-color: #d71a78;
}

.crinkles-range {
  background-color: #009d58;
}

.others-filler {
  background-color: #e5e5e5;
}


.others-range {
  background-color: #91C1DC;
}

/*** Generic Product Boxes ***/
.product-blue {
  background-color: #0b5db2;
}

.product-gray {
  background-color: #232221;
}

.product-pink {
  background-color: #e2011f;
}

.product-maroon {
  background-color: #ae3638;
}

.product-orange {
  background-color: #e5501f;
}

.product-red {
  background-color: #e02729;
}

.product-light-red {
  background-color: #d04936;
}

.walkers-sour-cream {
  background-color: #FFE79F;
}

.walkers-cheddar {
  background-color: #E97C33;
}

.walkers-salt-shake {
  background-color: #315093;
}

/*** Our Range Product Boxes ***/
.package-spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.packaging-our-range {
  margin-top: 20%;
  position: absolute;
  bottom: -10%;
  width: 100%;
}

.product-our-range {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  padding-top: 15px;
  padding-left: 10px;
}

.product-box {
  height: 310px;
  width: 230px;
}

.our-range-filler-text-heading {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 30px;
  color: #eb3c45;
  padding-top: 15px;
  padding-left: 15px;
}

.product-box-filler {
  min-height: 310px;
  max-height: 310px;
}

.our-range-filler-text {
  font-family: 'Roboto', 'Arial', serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  color: #666666;
  padding-top: 15px;
  padding-left: 15px;
}

/*** Product Boxes ***/

.packaging {
  margin-top: 18%;
}

.packaging-over-hang {
  margin-top: 8%;
}

.product-our-range {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-size: 26px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  padding-top: 15px;
  padding-left: 10px;
}

.product {
  font-family: 'LaysMedium', 'Roboto', 'Arial', serif;
  font-weight: 200;
  font-size: 24px;
  color: #fbc000;
  text-transform: uppercase;
  padding-top: 15px;
  padding-left: 15px;
  line-height: 30px;
  height: 75px;
}


.product-box {
  height: 310px;
  width: 230px;
}

.product h2 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}
/*Others */

.fa-circle
{
  font-size: 20px !important;
  margin-right: 10px;
}

.icon-none, .icon-None {
  margin-right: 30px;
}

.icon-red, .icon-Red {
  color: #E30002;
}

.icon-orange, .icon-Orange  {
  color: #FAB504;
}

.icon-green, .icon-Green {
  color:#01FD5A;
}

.icon-yellow, .icon-Yellow  {
  font-size: 12px !important;
  color: #FFE030;
  margin-right: 3px;
  vertical-align: !middle;
}

.led-red, .led-Red {
    margin: 2px auto;
    width: 12px;
    height: 12px;
    background-color: #FF5050;
    border-radius: 50%;
}

.led-yellow, .led-Orange {
    margin: 2px auto;
    width: 12px;
    height: 12px;
    background-color: #FDA60B;
    border-radius: 50%;
}

.led-green, .led-Green {
    margin: 2px auto;
    width: 12px;
    height: 12px;
    background-color: #24FF4A;
    border-radius: 50%;
}

.disabled, .Disabled {
  opacity: 0.5;
}

.product-green {
  background-color: #00a15b;
}

.contact-iframe {
  border: 0;
  width: 50%;
  height: 50%;
}

/*div.container iframe {
	width:100%;
	height:950px;
}
*/
.global-footer {

  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#productInfoCollapse .row
{
  margin-left: 0;
  margin-right: 0;
}

.social-boxes a
{
  text-decoration: none;
}

/*Contact Section */

.contact iframe {
    width: 100%;
    border: 0;
    overflow-x: hidden;
}

.contact iframe {
    height: 1500px;
}

.contact-prod-info iframe {
    width: 100%;
    border: 0;
    overflow-x: hidden;
}

.contact-prod-info iframe {
  height: 1525px;
}

.narrow-page {
    margin: 0 auto;
    position: relative;
    height: 100%
}

.narrow-page {
    max-width: 90%;
}

.walkers-lunch-header {
    position: relative;
    width:100%;
}

.container.walkers-lunch-header{
    padding-left: 0;
    padding-right: 0;
}

.ExploreTheRangeCss
{
  z-index:9;
  text-align:center;
  padding:1% 0 2% 0;
  font-size:16px;
  
}

.carouselBtnWrp
{
	background-color:#313133!important;
    color: #ffffff!important;
	font-weight:bold;
	border:none;
	padding:1%;
    display:none;
    margin:0 auto;
    max-width:200px;
}

.ExploreTheRangeCss a
{
	background-color:#313133!important;
    color: #ffffff!important;
	font-weight:bold;
	border:none;
	padding:1%;
    display:none;
    margin:0 auto;
    max-width:200px;
}
.ExploreTheRangeCss a:hover
{
	color: #b7a2a2!important;
    background-color:white!important;
    text-decoration:none!important;
}

.carouselBtnWrp.showButton
{
	display:block;
}

.desktopHero .slick-dots {
    bottom: 20px!important;
    position: relative;

}

.desktopHero .slick-prev {
	float:left;
}

.desktopHero .slick-next  {
	float:right;
}

.desktopHero .slick-prev, .desktopHero .slick-next {

  margin-top:-25px;
  z-index:10;
  position:relative;
}

.desktopHero {
	display:block;
	}
	
/*.mobileHero {
	display:none;
	}*/

#cookie-dropdown {
  /*width: 100%;
  background: #f6e6b4; 
  background: -moz-linear-gradient(top,  #f6e6b4 0%, #fffbba 89%, #848484 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(89%,#fffbba), color-stop(100%,#848484));
  background: -webkit-linear-gradient(top,  #f6e6b4 0%,#fffbba 89%,#848484 100%); 
  background: -o-linear-gradient(top,  #f6e6b4 0%,#fffbba 89%,#848484 100%); 
  background: -ms-linear-gradient(top,  #f6e6b4 0%,#fffbba 89%,#848484 100%); 
  background-color:#ffffff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  min-height: 38px;*/
    background: #b5121b;
    
    line-height: 24px;
    color: black;
    text-align: center;
    /*max-width: 1440px;*/
    margin: 0 auto;
}

#cookie-dropdown .cookie-message {
  /*max-width: 940px;
  margin: 0 auto;
  display: block;
  position: relative;
  min-height: 18px;
  margin-bottom: 20px;*/
  min-height:40px;
}
#cookie-dropdown .cookie-message p.cookie-close {
  margin-left:20px;
  text-align: right;
  color: #ECD3AE;
}

#cookie-dropdown .cookie-message p.cookie-close span
{
    margin-right:5px;
    top:2px;
}

#cookie-dropdown .cookie-message p {
    font-family: 'Trebuchet MS';
    line-height: 50px;
  /*color: #444;*/
  /*display: block;
  float: left;
  line-height: 1.2em;
  margin: 0 !important;
  min-height: 1.2em;
  width: 90%;
  font-size: 16px;
  top: 10px;
  position: relative;*/
    margin: 0;
    padding: 0;
    color: white;
    vertical-align: bottom;
    /*margin-left: 203px;*/
    position: relative;
    display:inline-block;
    font-size: 13px;
}
#cookie-dropdown .cookie-message p a{
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    vertical-align: bottom;
}

.product-recall-close{
	width:30px;height:30px;position:absolute;top: -16px;right: -16px;border-radius:50%;text-align:center;font-weight: bold;line-height: 27px;color:#ffffff;border: 2px solid #ffffff;background-color:#b5121b;
}
.productRecall
{
	color:#ffffff;
	background-color:#b5121b;
	font-weight: bold;
	text-align: center;
	padding: 0px 5px;
	z-index: 531;
	position: absolute;
	bottom: -80px;
	left: 0;
}

.slick-slide .productRecall
{
	color:#ffffff;
	background-color:#b5121b;
	font-weight: bold;
	text-align: center;
	padding: 0px 5px;
	z-index: 531;
	position: absolute;
	    bottom: 0;
    left: 0;
    margin: 0;
}


@media screen and (max-width: 320px) {

    .narrow-page {
        max-width: 95%;
    }

}

/*@media all and (max-width:420px) {
	.desktopHero {
	display:none;
	}
	
.mobileHero {
	display:block;
	}
	}
*/

@media (min-width: 420px) and (max-width: 550px) {

  .contact-prod-info iframe {
      height: 1380px;
  }
}

@media (min-width: 551px) and (max-width: 550px) {

  .contact-prod-info iframe {
      height: 1380px;
  }
}

@media screen and (min-width: 577px) {
    .form-horizontal .control-label {
        width: 200px;
        text-align: right;
    }
    .form-horizontal .controls {
        margin-left: 220px;
        clear: none;
    }
    textarea.span4 {
        width: 286px;
    }
}

@media screen and (min-width: 579px) {
    .contact iframe {
        height: 975px;
    }

    .contact-prod-info iframe {
        height: 1125px;
    }
}

@media all and (max-width:768px) {

.desktopHero .slick-dots {
  bottom:0px!important;

}

.desktopHero .slick-prev, .desktopHero .slick-next {

  margin-top:0px;
}

.desktopHero .row {
    margin-left: 0;
    margin-right: 0;
}

}

@media screen and (min-width: 1361px) {
    .narrow-page {
        max-width: 85%;
    }
}

@media screen and (min-width: 1680px) {

    .contact iframe {
        height: 1050px;
    }

    .contact-prod-info iframe {
        height: 1110px;
    }
}
