/*
 * Go Local Extra Stylesheet - Designed and developed by PixelPulse Media
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
.proxima {
  font-family: proxima-nova, helvetica, arial;
}
.red {
  color: #d3232a;
}
.yellow {
  color: #fcee23;
}
.green {
  color: #3bb54a !important;
}
label.error {
  display: none !important;
}
#thanks {
  display: none;
  background-color: #e8facb;
  padding: 5px;
  border: 1px solid #9bbd66;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #4c6d18;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  position: relative;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  font-family: nimbus-sans, HelveticaNeue, Helvetica-Neue, arial;
  background: url(images/grey-bg.png) repeat;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #324d8d;
  text-decoration: none;
}
a:visited {
  color: #435e9c;
}
a:hover {
  color: #06e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
.clearfix:after,
#course_page:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* IE6 */* html .clearfix {
  height: 1%;
}
/* IE7 */*:first-child + html .clearfix {
  min-height: 1px;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* LayerSlider Styles */
.ls-inner {
  position: relative;
}
.ls-inner,
.ls-layer {
  position: absolute;
  overflow: hidden;
  top: 10px;
}
.ls-layer {
  display: none;
}
.ls-active,
.ls-animating {
  display: block !important;
}
.ls-bottom-nav-wrapper a {
  outline: none;
}
.ls-nav-prev,
.ls-nav-next {
  outline: none;
}
/* ==|== MAIN STYLES =======================================================
   Main styles
   ========================================================================== */
.bg-image {
  width: 100%;
  position: absolute !important;
  top: 0px;
  left: 0px;
  display: block;
  overflow: hidden;
}
.bg-image img {
  display: block;
  margin: 0px auto;
}
.clear {
  clear: both;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 30px;
  width: 240px;
}
#register-news {
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 30px;
  width: 470px;
  margin-left: -235px;
  background: white;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  z-index: 2501;
  padding: 15px;
  -moz-box-shadow: 0 0 15px 5px black;
  -webkit-box-shadow: 0 0 15px 5px black;
  box-shadow: 0 0 15px 5px black;
}
#register-news p {
  width: 48%;
  float: left;
  margin: 0px;
}
#register-news span {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
#register-news input[type="text"].error {
  border: 1px solid #d3232a !important;
}
#register-news input[type="email"].error {
  border: 1px solid #d3232a !important;
}
#register-news input[type="text"] {
  float: left;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #c5c5c5;
  padding: 0px 10px;
  color: #c5c5c5;
  width: 210px !important;
}
#register-news input[type="text"]:focus {
  border: 1px solid #3bb54a;
  color: black;
}
#register-news input[type="email"] {
  float: left;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #c5c5c5;
  padding: 0px 10px;
  color: #c5c5c5;
  width: 210px !important;
}
#register-news input[type="email"]:focus {
  border: 1px solid #3bb54a;
  color: black;
}
#register-news input[type="submit"] {
  margin: 10px auto;
  display: block;
  height: 34px !important;
  width: 64px;
}
#wrapper {
  width: 1010px;
  margin: 0px auto 0px auto;
  height: auto;
  min-height: 1271px;
  background-color: white;
  position: relative;
  padding-bottom: 80px;
}
#forgot-password {
  visibility: hidden;
  position: fixed;
  left: 50%;
  width: 470px;
  margin-left: -300px;
  background: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 2501;
  padding: 25px 15px;
  -moz-box-shadow: 0 0 15px 5px black;
  -webkit-box-shadow: 0 0 15px 5px black;
  box-shadow: 0 0 15px 5px black;
  top: 100px;
}
#forgot-password input[type="text"].error {
  border: 1px solid #d3232a !important;
}
#forgot-password p {
  width: 100%;
  float: left;
  margin: 0px;
}
#forgot-password span {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
#forgot-password input[type="text"] {
  float: left;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #c5c5c5;
  padding: 0px 10px;
  margin-left: 30px;
  color: #c5c5c5;
}
#forgot-password input[type="text"]:focus {
  border: 1px solid #3bb54a;
  color: black;
}
#forgot-password input[type="submit"] {
  float: left;
  margin-left: 10px;
  height: 34px !important;
}
.reveal-modal-bg {
  background: url(images/bg.png);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  z-index: 2500;
}
#login {
  width: 100%;
  min-height: 5px;
  background-color: #d3232a;
  position: relative;
  top: 0px;
  left: 0px;
}
#login .login-form {
  width: 980px;
  margin: 0px auto 0px auto;
  height: 150px;
  display: none;
  color: white;
  padding-top: 5px;
}
#login .login-form p {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
#login .login-form .login-title {
  font-weight: bold;
  font-size: 28px;
  float: left;
  text-shadow: 1px 1px 1px #7d0003;
  letter-spacing: -0.04em;
}
#login .login-form .form-wrap {
  background-color: #b60910;
  /*background-color: @green;*/

  width: 570px;
  padding: 10px;
  height: 53px;
  float: left;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
#login .login-form .form-wrap input[type="text"] {
  padding: 0px 10px;
  width: 226px !important;
  outline: none;
}
#login .login-form .form-wrap input[type="password"] {
  padding: 0px 10px;
  width: 226px !important;
  outline: none;
}
#login .login-form .form-wrap input[type="submit"] {
  display: inline-block;
  background-color: #d3232a;
  color: white;
  padding: 3px 10px 3px 10px;
  float: right;
  border: 0px;
  outline: 0px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#login .login-form .form-wrap input[type="submit"]:hover {
  background-color: #3bb54a;
}
#login .login-form .explain {
  width: 350px;
  float: right;
  height: 150px;
}
#login .login-form .explain #join-us-button {
  width: 138px;
  height: 43px;
  display: block;
  background: url(images/join-us.png) no-repeat;
  margin-top: 15px;
}
.ui-tabs-hide {
  display: none;
}
.inner {
  width: 980px;
  height: auto;
  margin: 0px auto 0px auto;
  background-color: white;
  padding: 0px 15px 0px 15px;
}
.inner .right-content {
  width: 260px;
  float: right;
}
.inner .left-content {
  width: 670px;
  float: left;
  padding: 15px 15px 15px 0px;
}
.inner .left-content.media {
  width: 980px !important;
}
.inner .left-content.media .item {
  float: left;
  width: 300px;
  margin-right: 40px;
}
.inner .left-content.media .item.nomargin {
  margin-right: 0px !important;
}
.inner .left-content.media .item span {
  width: 300px;
  color: black;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.inner .left-content.media .separator {
  background: #41B34F;
  height: 2px;
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0px;
}
.inner .left-content h1 {
  font-size: 38px;
  letter-spacing: -0.05em;
  font-weight: 900;
  display: inline-block !important;
  float: left;
  margin: 0px;
  padding-right: 10px;
  letter-spacing: -0.07em;
}
.inner .left-content h2.title {
  color: #d3232a;
  font-weight: 300;
  font-size: 38px;
  display: inline-block;
  float: left;
  letter-spacing: -0.07em;
  margin: 0px;
}
.inner .left-content p {
  font-size: 14px;
  padding-top: 15px;
  margin: 0px;
  width: 100%;
  float: left;
}
.inner .left-content ul {
  font-size: 14px;
  float: left;
  margin: 0px;
  width: 100%;
}
.inner .left-content ul li {
  float: left;
  width: 100%;
  margin-top: 15px;
}
header {
  padding-top: 20px;
  position: relative;
}
header #retailer-area-top {
  background-color: #d3232a;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  color: white;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  font-size: 14px;
}
header #retailer-area-top a {
  color: white;
}
header #logo {
  width: 250px;
  height: 80px;
  float: left;
  color: #d3232a;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-right: 80px;
  margin-top: 20px;
}
header #newsletter {
  width: 310px;
  background-color: #fcee23;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  float: left;
  height: 34px;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  color: #d3232a;
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
  padding: 6px 0px 0px 10px;
}
header .header-box {
  float: right;
  width: 320px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  height: 70px;
  margin-top: 30px;
  line-height: 3px;
}
header .header-box #register-button {
  color: white;
  float: right;
  background: #fcee23;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  height: 20px;
  margin-top: 18px;
  padding: 20px 20px 5px 20px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  color: #d3232a;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
}
header .header-box #register-button:hover {
  background: #3bb54a;
  color: white;
  text-decoration: none;
}
header .header-box input[type="text"] {
  border: 0px;
  outline: 0px;
  height: 26px;
  width: 250px;
  padding-left: 5px;
  color: #c5c5c5;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
}
header .header-box input[type="text"]:focus {
  color: black;
}
header .header-box input[type="submit"]:hover {
  background: #11881f;
}
header .header-box .facebook-button {
  display: block;
  width: 188px;
  height: 38px;
  background: url(images/fb-button.png) no-repeat;
  margin-top: 10px;
}
header #geofinder_form {
  display: block !important;
}
header #store-finder {
  width: 310px;
  padding: 6px 0px 5px 10px;
  float: left;
  background-color: #3bb54a;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  height: 34px;
  margin-top: 15px;
  display: block;
}
header #store-finder input[type="text"].error {
  border: 1px solid #d3232a !important;
}
header nav {
  width: 100%;
  height: 35px;
  border-bottom: 5px solid #d3232a;
  margin-top: 35px;
}
header nav a.active {
  background-color: #d3232a !important;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  color: white !important;
  padding: 3px 10px 3px 10px;
}
header nav a {
  color: #d3232a !important;
  font-size: 18px;
  float: left;
  margin-right: 48px;
  text-align: center;
  list-style: none;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
header nav a:hover {
  text-decoration: none;
  color: #3bb54a;
}
#home-slider {
  width: 980px;
  height: 310px;
  position: relative !important;
  margin-top: 15px;
}
#home-slider #back-drop {
  background: url(images/slider-bg.png) no-repeat;
  position: absolute;
  z-index: 100;
  width: 980px;
  height: 330px;
  margin: 0px !important;
}
#home-slider .image {
  position: absolute;
  z-index: 50;
  float: left;
}
#home-slider .text {
  width: 360px;
  height: 230px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 150;
  text-align: center;
  color: white;
  line-height: 60px;
  padding-top: 10px;
  text-shadow: 1px 1px 2px #7d0003;
  background: transparent !important;
}
#home-slider .narrative {
  width: 200px;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  color: white;
  position: absolute;
  bottom: 0px;
  right: 15px;
  margin-left: -100px;
  z-index: 150;
}
#home-slider .price-second {
  width: 330px;
  height: 230px;
  margin: 0px auto 0px auto;
  position: relative;
  font-weight: 900;
  letter-spacing: -0.04em;
  font-size: 90px;
}
#offer-section {
  width: 690px;
  height: auto;
  margin-top: 20px;
  float: left;
}
#offer-section .no-margin {
  margin-right: 0px !important;
}
#offer-section .bg {
  width: 268px;
  height: 207px;
  background: url(images/product-bg.png) no-repeat;
  position: absolute;
  z-index: 100;
}
#offer-section .image {
  float: left;
  overflow: hidden;
  width: 230px;
  height: 215px;
}
#page-title {
  width: 980px;
  height: 320px;
  position: relative !important;
  margin-top: 15px;
  overflow: hidden;
}
#page-title #back-drop {
  background: url(images/slider-bg-2.png) no-repeat;
  position: absolute;
  z-index: 100;
  width: 980px;
  height: 320px;
  margin: 0px !important;
}
#page-title .image {
  position: absolute;
  z-index: 50;
  right: 20px;
  top: 5px;
}
#page-title .text {
  width: 330px;
  height: 230px;
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 150;
  text-align: left;
  color: white;
  line-height: 40px;
  padding-top: 50px;
  text-shadow: 1px 1px 1px #7d0003;
}
#page-title .text h1 {
  font-size: 47px;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 0px;
}
#page-title .text p {
  line-height: 20px;
}
#page-title .text input {
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #c5c5c5;
  padding: 0px 10px;
  color: #c5c5c5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 30px;
  width: 240px;
}
#page-title .text input:focus {
  border: 1px solid #3BB54A;
  color: black;
}
#page-title .text input[type=submit] {
  color: #d3232a;
  background-color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 40px;
  outline: 0px;
  border: 0px;
  font-weight: 900;
}
#stores .top-nav {
  width: 100%;
  float: left;
}
#stores .top-nav a {
  float: right;
  display: block;
  padding: 5px 10px;
  background: #d3232a;
  color: white;
  text-decoration: none;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
}
#stores .top-nav a:hover {
  background: #3bb54a;
}
#stores h1 {
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 900;
  display: inline-block;
  float: left;
  margin-bottom: 0px;
}
#stores #distance {
  float: right;
  display: inline-block;
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 900;
  padding-top: 25px;
}
#stores .address {
  float: left;
  font-size: 13px;
}
#stores .address p {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
#stores #postcode {
  visibility: hidden;
  position: fixed;
  left: 50%;
  width: 470px;
  margin-left: -235px;
  background: white;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  z-index: 2501;
  padding: 15px;
  -moz-box-shadow: 0 0 15px 5px black;
  -webkit-box-shadow: 0 0 15px 5px black;
  box-shadow: 0 0 15px 5px black;
}
#stores #postcode p {
  width: 100%;
  float: left;
  margin: 0px;
}
#stores #postcode span {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  font-size: 30px;
  letter-spacing: -0.05em;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
}
#stores #postcode input[type="text"] {
  float: left;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #c5c5c5;
  padding: 0px 10px;
  margin-left: 40px;
  color: #c5c5c5;
}
#stores #postcode input[type="text"]:focus {
  border: 1px solid #3bb54a;
  color: black;
}
#stores #postcode input[type="submit"] {
  float: left;
  margin-left: 10px;
  height: 34px !important;
}
#stores .reveal-modal-bg {
  background: url(images/bg.png);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  z-index: 2500;
}
#stores .directions-wrap {
  padding: 15px 15px;
  background: #f0f0f0;
  display: block;
  margin-top: 20px;
}
#stores .directions-wrap .directionswrap-inner {
  width: 100%;
  float: left;
  margin: 0px;
}
#stores .directions-wrap h3 {
  width: 100%;
  max-width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  margin-bottom: 15px;
  margin-top: 0px;
}
#stores .directions-wrap input[type="text"] {
  margin-left: 10px;
  padding: 0px 10px;
  color: #c5c5c5;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  outline: none;
  border: 1px solid #8f8f8f;
}
#stores .directions-wrap input[type="text"]:focus {
  color: black;
  border: 1px solid #3BB54A;
}
#stores .directions-wrap input[type="submit"] {
  height: 34px;
}
#stores .trip-overview {
  float: left;
  margin: 20px 0px 0px 0px;
  background: #f0f0f0;
  padding: 15px;
}
#stores .trip-overview span {
  float: left;
  background: white;
  padding: 10px;
}
#stores .directions {
  float: right;
  text-decoration: none;
  clear: both;
}
#stores #store-info {
  background-color: #f3f3f3;
  width: 380px;
  float: right;
  height: auto;
  min-height: 260px;
  padding: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#stores #store-info img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
}
#stores #store-info .left-column {
  width: 170px;
  float: left;
  height: auto;
  color: #d3232a;
  font-weight: 700;
  letter-spacing: -0.05em;
  padding-bottom: 10px;
  text-align: right;
}
#stores #store-info .right-column {
  width: 195px;
  float: right;
  height: auto;
  padding-bottom: 10px;
}
footer {
  border-top: 5px solid #d3232a;
  width: 980px;
  height: 50px !important;
  display: block;
  clear: both;
  margin-top: 20px !important;
  padding-bottom: 10px;
  text-align: center;
  color: #949494;
  font-size: 13px;
  padding-top: 20px !important;
  bottom: 10px;
  position: absolute;
}
#retailer-area {
  padding-top: 15px;
}
#retailer-area h1 {
  font-size: 32px;
  letter-spacing: -0.04em;
  display: inline-block;
  float: left;
  margin: 0px;
}
#retailer-area #name {
  font-weight: 300;
  color: #d3232a;
  font-size: 32px;
  display: inline-block;
  float: left;
  padding-left: 15px;
}
#retailer-area .wrapper {
  background-color: #e9e9e9;
  padding: 15px;
  width: 950px;
  height: auto;
  margin-top: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
}
#retailer-area .wrapper .inner-wrap {
  width: 700px;
  height: auto;
  float: right;
}
#retailer-area .wrapper .read-more {
  background-color: #3bb54a;
  color: white;
  display: inline-block;
  float: left;
  padding: 3px 10px 3px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
#retailer-area .wrapper .article-data {
  color: #919191;
  font-size: 12px;
}
#retailer-area .wrapper .retailer-content#title {
  margin-bottom: 0px !important;
  width: 690px !important;
}
#retailer-area .wrapper .retailer-content {
  width: 670px;
  float: right;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#retailer-area .wrapper .retailer-content h1 {
  padding: 0px;
  margin: 0px;
  font-size: 34px;
  display: block;
  clear: both;
  letter-spacing: -0.08em;
}
#retailer-area .wrapper .retailer-content h2 {
  padding: 0px;
  margin: 0px;
  letter-spacing: -0.08em;
}
#retailer-area .wrapper .retailer-content h3 {
  color: #d3232a;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}
#retailer-area .wrapper .retailer-content p {
  font-size: 14px;
}
#retailer-area .wrapper .retailer-content .article {
  width: 300px;
  float: left;
  height: auto;
}
#retailer-area .wrapper .retailer-content .article h3 {
  font-size: 15px;
  color: #d3232a;
}
#retailer-area .wrapper .box.large h3 {
  color: #d3232a;
  font-size: 15px !important;
}
#retailer-area .wrapper #stores-dash .address {
  width: 150px;
  float: left;
}
#retailer-area .wrapper .box {
  width: 300px;
  float: left;
  padding: 15px;
  background-color: white;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}
#retailer-area .wrapper .box h3 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
#retailer-area .wrapper .box h2 {
  padding: 0px;
  margin: 0px;
  letter-spacing: -0.08em;
}
#retailer-area .wrapper .box p {
  font-size: 14px;
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
}
#retailer-area .wrapper .box ul {
  padding: 0px;
  margin: 10px 0px;
}
#retailer-area .wrapper .box ul li {
  list-style: none;
  background: url(images/file-icons.png) no-repeat left center;
  padding: 5px 0px 5px 30px;
  color: #0352b2;
  font-size: 14px;
  border-bottom: 1px dotted silver;
  font-weight: bold;
}
#retailer-area .wrapper #menu {
  background-color: #d3232a;
  float: left;
  width: 200px;
  height: auto;
  padding: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
}
#retailer-area .wrapper #menu ul {
  padding: 0px;
}
#retailer-area .wrapper #menu ul li {
  list-style: none;
  width: 97%;
  height: 30px;
  color: white;
  background-color: #b60910;
  margin-bottom: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 5px 0px 0px 10px;
}
#retailer-area .wrapper #menu ul li:hover {
  background-color: #3bb54a;
  cursor: pointer;
}
#retailer-area .wrapper #menu ul li a {
  color: white;
}
#retailer-area .wrapper #menu ul li a:hover {
  text-decoration: none;
}
input[type="submit"] {
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  background-color: #d3232a;
  color: white;
  padding: 7px 8px 7px 8px;
  font-weight: bold;
  font-size: 14px;
  border: 0px;
  outline: 0px;
}
input[type="submit"]:hover {
  background-color: #3bb54a;
}
#comments #comment_form {
  border-top: 1px dotted silver;
  padding-top: 10px;
}
#comments #comment_form label {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}
textarea {
  border: 1px solid silver;
  width: 660px;
  margin-bottom: 15px;
}
.comment {
  padding: 10px;
  background-color: #e8f1f5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 97%;
  height: auto;
  margin-bottom: 10px;
}
.comment p {
  padding: 0px 0px 10px;
  margin: 0px;
  color: #3b596a;
}
.comment .avatar {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.comment .data {
  font-size: 12px !important;
}
#shout-about .error {
  color: #d3232a;
}
#shout-about h2 {
  color: white;
  background-color: #d3232a;
  padding: 5px !important;
  font-size: 16px;
  letter-spacing: normal !important;
}
.download {
  width: 300px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  height: 90px;
}
.download img {
  max-width: 70px;
}
.download h3 {
  margin: 0px;
  padding: 0px;
}
.download p {
  color: #555;
  font-size: 12px;
  padding-bottom: 10px;
  margin: 0px;
}
#offer-area {
  min-height: 1000px;
}
#offer-area .bx-wrapper {
  overflow: hidden;
  min-height: 1000px;
  width: 700px !important;
}
#offer-area .bx-wrapper .bx-window {
  min-height: 1000px;
}
#offers-block {
  width: 950px;
  height: auto;
  margin: 20px 15px;
  display: block;
  position: relative;
  float: left;
  min-height: 1000px;
}
.offer-nav {
  position: absolute;
  top: 300px;
  width: 970px;
  left: -120px;
  z-index: 9999;
}
.offer-nav a {
  width: auto;
  padding: 5px 20px;
  color: white;
  background: #d3232a;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  text-decoration: none;
  -webkit-transition-property: background, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
}
.offer-nav a:hover {
  background: #3bb54a;
  cursor: pointer;
}
.offer-nav #go-next {
  float: right;
}
.offer-nav #go-prev {
  float: left;
}
#store-events {
  width: 600px;
  float: left;
  height: auto;
}
#store-events .store-event {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  width: 100%;
  height: auto;
  padding: 10px;
}
#store-events .store-event .title {
  color: #0352b2;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
#store-events .store-event p {
  font-size: 14px;
  padding-bottom: 10px;
  margin: 0px;
}
#contact-store {
  width: 250px;
  float: right;
  height: auto;
}
/* ==|== COMPETITIONS =======================================================
   ========================================================================== */
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
#fadebg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/fade.png) repeat;
  z-index: 999;
  top: 0px;
  left: 0px;
  display: none;
}
#competitions #apply {
  width: 275px;
  float: right;
  background: #d3232a;
  margin-right: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px 0px;
  -webkit-transition-property: background, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  font-size: 24px;
  letter-spacing: -0.07em;
  margin-top: 40px;
}
#competitions #apply:hover {
  background: #3bb54a;
}
.inner-comp {
  margin-top: 0px !important;
}
.inner-comp .competition {
  background: none !important;
  margin-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.competitions-wrap {
  float: left;
  margin-top: 30px;
}
.competitions-wrap h2 {
  float: left;
  width: 100%;
  letter-spacing: -0.05em;
  font-weight: 900;
  border-bottom: 1px dotted #c5c5c5;
  margin: 0px;
}
.competitions-wrap .competition {
  background-color: #E9E9E9;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
  padding: 15px 15px 30px 15px;
  margin: 20px 0px;
  float: left;
}
.competitions-wrap .competition h3 {
  float: left;
  width: 100%;
  letter-spacing: -0.05em;
  font-weight: 900;
  border-bottom: 1px dotted #c5c5c5;
  margin-bottom: 0px;
  margin-top: 0px;
}
.competitions-wrap .competition p {
  float: left;
  margin: 0px;
}
.competitions-form-wrap {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -325px !important;
  background-color: white;
  border: 10px solid #E9E9E9;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
  margin: 20px 0px;
  width: 650px;
  z-index: 1000;
  -moz-box-shadow: 0 0 15px 10px #242424;
  -webkit-box-shadow: 0 0 15px 10px	#242424;
  box-shadow: 0 0 15px 10px #242424;
  display: none;
}
.competitions-form-wrap h3 {
  letter-spacing: -0.05em;
  font-weight: 900;
  border-bottom: 1px dotted #c5c5c5;
  margin: 15px 15px 15px 15px;
}
.competitions-form-wrap form {
  float: left;
  padding: 0px 15px 15px 15px;
  width: 620px;
}
.competitions-form-wrap form p {
  width: 300px !important;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
}
.competitions-form-wrap form p label {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  margin-bottom: 10px;
  font-weight: bold;
}
.competitions-form-wrap form p label.error {
  font-weight: normal;
  color: #f15353;
  border: navy !important;
  margin-top: 10px;
  padding-left: 30px;
  width: 270px;
  background: url(images/warning.png) no-repeat;
  height: 20px;
  padding-top: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  display: none;
}
.competitions-form-wrap form p input[type="text"] {
  float: left;
  width: 279px;
  padding: 2px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
.competitions-form-wrap form p input[type="text"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
.competitions-form-wrap form p input[type="email"] {
  float: left;
  width: 279px;
  padding: 2px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
.competitions-form-wrap form p input[type="email"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
.competitions-form-wrap form p textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
  border: 1px solid #3bb54a;
  padding: 10px;
  width: 598px;
  color: #9d9d9d;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
.competitions-form-wrap form p textarea:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
.competitions-form-wrap form p input[type="submit"] {
  margin-top: 20px;
}
.competitions-form-wrap form .captcha img {
  float: left;
  margin-right: 10px;
  height: 39px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
}
.terms-wrap {
  float: left;
  margin-top: 30px;
  width: 670px;
}
.terms-wrap h3 {
  float: left;
  width: 100%;
  letter-spacing: -0.05em;
  font-weight: 900;
  border-bottom: 1px dotted #c5c5c5;
  margin: 0px;
}
.terms-wrap .terms {
  background-color: #E9E9E9;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
  padding: 15px 15px 30px 15px;
  margin: 20px 0px;
  float: left;
  width: 640px;
}
.terms-wrap .terms p {
  float: left;
  margin: 0px;
}
/* ==|== SHOUT ABOUT IT FORM =======================================================
   ========================================================================== */
#shout-about-it {
  width: 670px;
}
#shout-about-it label {
  width: 100%;
}
#shout-about-it input[type="text"] {
  width: 279px;
  padding: 5px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
#shout-about-it input[type="text"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
#shout-about-it textarea {
  width: 650px;
  padding: 10px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
  height: 140px;
}
#shout-about-it textarea:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
#shout-about-it .captcha img {
  height: 44px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
}
/* ==|== LABEL AND POSTER EDITOR =======================================================
   ========================================================================== */
.editor {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
.editor h1 {
  font-size: 38px;
  letter-spacing: -0.05em;
  font-weight: 900;
  display: inline-block !important;
  float: left;
  margin: 20px 0px;
  letter-spacing: -0.07em;
  border-bottom: 1px dotted #c5c5c5;
  width: 100%;
}
.editor .editor-box {
  background: #f6f5f5;
  width: 920px;
  float: left;
  padding: 20px;
}
.editor .editor-box .input-wrap {
  width: 350px;
}
.editor .editor-box .input-wrap label {
  width: 100%;
  float: left;
}
.editor .editor-box .input-wrap input[type="text"] {
  width: 340px;
  float: left;
  margin-top: 5px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  padding: 0px 5px;
}
.editor .editor-box .input-wrap input[type="text"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
.editor .editor-box .input-wrap .print {
  float: left;
  background: #d3232a;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  height: 20px;
  margin-top: 18px;
  padding: 5px 20px 5px 20px;
  text-align: center;
  font-size: 16px;
  color: white;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
}
.editor .editor-box .input-wrap .print:hover {
  background: #3bb54a;
}
.editor #labels {
  position: relative;
  display: block;
  margin-left: -25px;
}
.editor #labels .image {
  float: left;
  display: block;
}
.editor #labels #title-text {
  position: absolute;
  bottom: 20px;
  font-size: 20px;
  left: 30px;
  width: 450px;
}
.editor #labels #price-text {
  position: absolute;
  right: 10px;
  color: #000;
  top: 0px;
  letter-spacing: -0.07em;
  width: 490px;
  height: 380px;
  text-align: center;
  vertical-align: middle;
}
.editor #labels #price-text div {
  height: 110px;
  font-size: 120px;
  line-height: 120px;
  float: left;
  width: 100%;
  text-align: center;
}
.editor #posters {
  width: 980px !important;
  margin-top: 20px;
  float: left !important;
  position: relative;
}
.editor #posters .image {
  float: left;
  display: block;
}
.editor #posters #title-text {
  position: absolute;
  top: 50%;
  font-size: 150px;
  overflow: hidden;
  left: 30px;
  width: 900px;
  text-align: center;
}
.editor #posters #price-text {
  position: absolute;
  left: 30px;
  color: #000;
  top: 80px;
  letter-spacing: -0.07em;
  width: 900px;
  height: 410px;
  text-align: center;
  vertical-align: middle;
  padding-top: 7.5px;
}
.editor #posters #price-text div {
  height: 140px;
  font-size: 150px;
  line-height: 120px;
  float: left;
  width: 100%;
  text-align: center;
  letter-spacing: -0.07em;
}
.editor #posters #price-text #price-text-2 {
  font-size: 300px;
  line-height: 270px;
}
/* ==|== CONTACT US =======================================================
   ========================================================================== */
#contact-us .contact-form-wrap {
  float: left;
  background-color: white;
  border: 10px solid #E9E9E9;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  behaviour: url(/PIE.htc);
  margin: 20px 0px;
  width: 650px;
}
#contact-us .contact-form-wrap h3 {
  letter-spacing: -0.07em;
  border-bottom: 1px dotted #c5c5c5;
  margin: 15px 15px 15px 15px;
}
#contact-us .contact-form-wrap form {
  float: left;
  padding: 0px 15px 15px 15px;
  width: 620px;
}
#contact-us .contact-form-wrap form p {
  width: 300px !important;
  padding-bottom: 25px !important;
  position: relative;
}
#contact-us .contact-form-wrap form p label {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #c5c5c5;
  margin-bottom: 10px;
  font-weight: bold;
}
#contact-us .contact-form-wrap form p label.error {
  font-weight: normal;
  color: #f15353;
  border: navy !important;
  margin-top: 10px;
  padding-left: 30px;
  width: 270px;
  background: url(images/warning.png) no-repeat;
  height: 20px;
  padding-top: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
#contact-us .contact-form-wrap form p input[type="text"] {
  float: left;
  width: 279px;
  padding: 5px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
#contact-us .contact-form-wrap form p input[type="text"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
#contact-us .contact-form-wrap form p input[type="email"] {
  float: left;
  width: 279px;
  padding: 5px 10px;
  border: 1px solid #3bb54a;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  color: #9d9d9d;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
#contact-us .contact-form-wrap form p input[type="email"]:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
#contact-us .contact-form-wrap form p textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
  border: 1px solid #3bb54a;
  padding: 10px;
  width: 598px;
  color: #9d9d9d;
  outline: none !important;
  -webkit-transition-property: color, border;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-timing-function: linear, ease-in;
  background: #f3f4f4;
  text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
}
#contact-us .contact-form-wrap form p textarea:focus {
  border: 1px solid #d3232a;
  color: black;
  background: white;
}
#contact-us .contact-form-wrap form p input[type="submit"] {
  margin-top: 20px;
}
#contact-us .contact-form-wrap form .captcha img {
  float: left;
  margin-right: 10px;
  height: 42px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  behavior: url(/PIE.htc);
}
#contact-us .right-content {
  margin-top: 15px;
}
#contact-us .right-content .contact-details {
  width: 260px;
  float: left;
}
#contact-us .right-content .contact-details h3 {
  letter-spacing: -0.04em;
  border-bottom: 1px dotted #c5c5c5;
}
#contact-us .right-content .contact-details address {
  font-style: normal;
}
#contact-us .right-content .contact-details .social-media {
  float: left;
  width: 100%;
}
#contact-us .right-content .contact-details .social-media a {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  margin-right: 15px;
}
#contact-us .right-content .contact-details .social-media .facebook {
  background: url(images/facebook_32.png) no-repeat;
}
#contact-us .right-content .contact-details .social-media .twitter {
  background: url(images/twitter_32.png) no-repeat;
}
#contact-us .right-content .contact-details .social-media .youtube {
  background: url(images/youtube_32.png) no-repeat;
}
.local-proud {
  background: url(images/image-top-1.jpg) no-repeat;
}
.join-us {
  background: url(images/image-top-2.jpg) no-repeat;
}
#title-image {
  width: 980px;
  height: 251px;
  position: relative;
  margin-top: 10px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
}
#title-image #black-title {
  width: auto;
  height: 60px;
  min-width: 400px;
  text-shadow: 0px 1px 2px black;
  color: white;
  display: block;
  position: absolute;
  top: 60px;
  font-size: 50px;
  letter-spacing: -0.06em;
  left: 0px;
  font-weight: 600;
  padding: 0px 0px 10px 20px !important;
  margin: 0px !important;
  background: url(images/black-trans.png) repeat;
}
.competition-image {
  background: url(images/competitions.jpg) no-repeat !important;
  height: 188px !important;
}
#save-bar {
  width: 995px;
  height: 65px;
  border-top: 4px solid #fcee23;
  font-size: 55px;
  margin: 0px auto 0px auto;
  letter-spacing: -0.08em;
  padding-left: 15px;
}
#save-bar #save-bold {
  color: #d3232a;
  font-weight: bold;
}
#save-bar #save-grey {
  color: silver;
  font-weight: 300;
}
#save-bar #save-green {
  color: #3bb54a;
  font-weight: 300;
}
#save-bar #save-red {
  color: #d3232a;
  font-weight: 300;
}
#loader {
  background: url(images/110.gif) left center no-repeat;
  width: 300px;
  height: 45px;
  float: left;
  display: block;
  padding-left: 50px;
  color: #555;
  padding-top: 15px;
}
#welcome {
  display: none;
}
#nearest-store {
  padding: 15px 0px 15px 0px;
  width: 970px;
  float: left;
  height: 95px;
  border-bottom: 1px dotted #c5c5c5;
  margin-left: 20px;
}
#nearest-store #store-name {
  font-size: 30px;
  letter-spacing: -0.07em;
  color: #d3232a;
  font-weight: bold;
  display: block;
  float: left;
  margin-top: -10px;
  clear: right;
}
#nearest-store #store-address {
  font-size: 14px;
  color: #555;
  font-weight: 300;
}
#nearest-store #store-phone {
  color: #3bb54a;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.07em;
}
#nearest-store #distance {
  color: #d3232a;
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 3px;
}
#signup-thanks {
  width: 100%;
  height: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #ecf4d4;
  color: #6b9100;
  text-align: center;
}
#tabs h2 {
  letter-spacing: -0.07em;
  font-size: 36px;
  color: #555;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dotted silver;
}
#tabs .link {
  width: 220px;
  float: left;
  height: 50px;
  padding-top: 20px;
  padding-left: 90px;
}
#tabs #facebook {
  background: url(images/facebook.jpg) left center no-repeat;
}
#tabs #twitter {
  background: url(images/twitter.jpg) left center no-repeat;
}
#tabs #you-tube {
  background: url(images/you-tube.jpg) left center no-repeat;
}
#tabs .dl {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  float: left;
  width: 100%;
  display: block;
}
#tabs .dl .dl-title {
  font-size: 28px;
  color: #d3232a;
  font-weight: bold;
  letter-spacing: -0.07em;
}
#tabs .dl p {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
#tabs .dl ul {
  margin: 0px;
  padding: 0px;
}
#tabs .dl li {
  font-size: 14px;
  list-style: none;
  background: url(images/tick.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 15px;
  height: 25px !important;
}
#tabs #menu {
  background-color: #3bb54a;
  width: 970px;
  height: 40px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#tabs #menu .ui-tabs-selected {
  background-color: #088f19;
}
#tabs #menu li {
  float: left;
  list-style: none;
  margin-right: 20px;
  color: white;
  height: 40px;
  text-align: center;
  padding: 5px 10px 0px 10px;
  width: auto !important;
  margin-top: 0px !important;
}
#tabs #menu li a {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
#tabs #menu li a:hover {
  text-decoration: none;
}
#tabs #menu li:hover {
  background-color: #088f19;
}
#sidebar {
  width: 265px;
  height: auto;
  min-height: 200px;
  float: right;
  padding: 5px;
  background-color: #efefef;
  margin-right: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#sidebar .status {
  padding: 10px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topright: 15px;
  background-color: #e4e4e4;
}
#sidebar .status a {
  color: #d3232a;
}
#sidebar .date {
  color: grey;
  font-size: 11px;
  line-height: 12px !important;
}
#other-stores {
  border-top: 1px dotted silver;
  margin-top: 20px;
}
#other-stores .other-store-box {
  float: left;
  width: 250px;
  min-height: 130px;
  height: auto;
  background-color: #f3f3f3;
  padding: 10px;
  border: 1px solid #e4e4e4;
  margin-right: 25px;
}
#other-stores .other-store-box:hover {
  border: 1px solid #d3232a;
  text-decoration: none;
}
#other-stores .other-store-box .title {
  font-weight: bold;
  color: #0352b2;
  font-size: 16px !important;
  margin: 0px 0px 5px 0px;
}
#other-stores .other-store-box p {
  color: #555;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}
.page-banner-left {
  width: 170px;
  height: 1000px;
  position: absolute;
  top: 0px;
  left: -180px;
  z-index: 2;
}
.page-banner-right {
  width: 170px;
  height: 1000px;
  position: absolute;
  top: 0px;
  right: -180px;
  z-index: 2;
}
/* ==|== SPLASH SCREEN =======================================================
   ========================================================================== */
.splash-bg {
  background: url('images/bg.png');
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 409;
  display: none;
}
.splash-screen {
  width: 980px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin: -250px 0px 0px 0px;
  left: 15px;
  z-index: 500;
  display: none;
}
.splash-screen img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 499;
}
.splash-screen #splash-close {
  position: absolute;
  bottom: -32px;
  right: 0px;
  color: white;
  background: #d3232a;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  transition-duration: .7s;
  -o-transition-duration: .7s;
}
.splash-screen #splash-close:hover {
  text-decoration: underline;
  background: black;
}
