/*========================================

	Variables

========================================*/
/*========================================

	Imports

========================================*/
/*========================================

	Mixins

========================================*/
/*========================================

	Reset

========================================*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

/*========================================
	Micro Clearfix
========================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*----------------------------------------
    Box Layout
----------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("http://www.digital-results.co.uk/wp-content/themes/digital-results/scripts/boxsizing.htc"); }

/*----------------------------------------
    Useful Global Styles
----------------------------------------*/
img {
  max-width: 100%;
  height: auto !important; }

nav ul {
  list-style: none; }

.noListStyle {
  list-style: none; }

.left {
  float: left !important;
  *display: inline; }

.right {
  float: right !important;
  *display: inline; }

.leftText {
  text-align: left; }

.rightText {
  text-align: right; }

.centerText {
  text-align: center; }

.clear {
  clear: both; }

.lightGrey {
  color: #b3b3b3; }

/*----------------------------------------
    Chromeframe (from H5BP)
----------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.container {
  max-width: 960px;
  margin: 0 auto; }

.column, .columns {
  float: left;
  *display: inline;
  margin: 0 1.66667%; }

.column.first, .columns.first {
  margin-left: 0 !important; }

.column.last, .columns.last {
  margin-right: 0 !important; }

/* Micro Clearfix on Row */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.row {
  *zoom: 1; }

.row {
  margin-bottom: 16px; }

.padded {
  padding: 32px; }

.paddedBig {
  padding: 48px; }

.paddedSmall {
  padding: 16px; }

.padLeft {
  padding-left: 32px; }

.one.column {
  width: 5%; }

.two.columns {
  width: 13.33333%; }

.three.columns {
  width: 21.66667%; }

.four.columns {
  width: 30%; }

.five.columns {
  width: 38.33333%; }

.six.columns {
  width: 46.66667%; }

.seven.columns {
  width: 55%; }

.eight.columns {
  width: 63.33333%; }

.nine.columns {
  width: 71.66667%; }

.ten.columns {
  width: 80%; }

.eleven.columns {
  width: 88.33333%; }

.twelve.columns {
  width: 96.66667%; }

.quarter.column {
  width: 21.66667%; }

.third.column {
  width: 30%; }

.half.column {
  width: 46.66667%; }

.centeredColumn {
  float: none;
  margin: 0 auto;
  text-align: center; }

/*------------------------------
	Offsets
------------------------------*/
.offset-by-one {
  margin-left: 8.33333%; }

.offset-by-two {
  margin-left: 16.66667%; }

.offset-by-three {
  margin-left: 25%; }

.offset-by-eighth {
  margin-left: 12.5% !important; }

/*------------------------------
	Nested Columns
------------------------------*/
.eight.columns .column, .eight.columns .columns {
  margin: 0 2.63158%; }
.eight.columns .two.columns {
  width: 21.05263%; }
.eight.columns .three.columns {
  width: 34.21053%; }
.eight.columns .five.columns {
  width: 60.52632%; }
.eight.columns .six.columns {
  width: 73.68421%; }

.six.columns .column, .six.columns .columns {
  margin: 0 3.57143%; }
.six.columns .two.columns {
  width: 28.57143%; }
.six.columns .four.columns {
  width: 64.28571%; }

.twelve.columns .column, .twelve.columns .columns {
  margin: 0 1.72414%; }
.twelve.columns .four.columns {
  width: 31.03448%; }
.twelve.columns .five.columns {
  width: 39.65517%; }
.twelve.columns .six.columns {
  width: 48.27586%; }
.twelve.columns .seven.columns {
  width: 56.89655%; }
.twelve.columns .eight.columns {
  width: 65.51724%; }

/*------------------------------
	Responsive Grid
------------------------------*/
@media only screen and (max-width: 768px) {
  .container {
    max-width: 460px; }

  .column, .columns,
  .columns .columns, .columns .columns {
    float: none;
    width: auto !important;
    margin: 0 10px !important; }

  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-eighth {
    margin-left: 10px; } }
/*============================================================

    Twitter Bootstrap Modal

============================================================*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.collapse.in {
  height: auto; }

/*========================================

	Typography

13 15 20 26 39

========================================*/
::-moz-selection {
  background: #333;
  color: #fff; }

::selection {
  background: #333;
  color: #fff; }

body {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #444; }

p, br {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em; }

p:last-child {
  margin-bottom: 0; }

p a {
  color: #f28f00;
  text-decoration: none; }
  p a:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5 {
  color: #111;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.1; }

h1 a, h1:hover a, h2 a, h2:hover a, h3 a, h3:hover a, h4 a, h4:hover a, h5 a, h5:hover a {
  color: #111; }

.headline {
  font-size: 32px;
  letter-spacing: -1px;
  margin-top: 0.5em; }

.strapline {
  font-weight: normal;
  text-transform: uppercase;
  color: #f28f00;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 16px; }

h1, .largeText {
  font-size: 39px;
  margin: 1em 0 0.25em 0; }

h2, .mediumText {
  font-size: 26px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  color: #f28f00;
  text-align: center; }

h3, .smallText {
  font-size: 20px; }

h4 {
  font-size: 15px; }

.lead {
  font-size: 1.15384615em;
  /* 15px */ }

/*========================================

	Modules

========================================*/
.featureStrip, .featureStripAltOne, .featureStripAltTwo, .featureStripAltThree {
  background: #f28f00;
  color: #111;
  padding: 4em 0; }
  .featureStrip h2, .featureStripAltOne h2, .featureStripAltTwo h2, .featureStripAltThree h2 {
    margin-top: 0; }

.featureStripAltOne {
  background: #eee;
  color: white; }

.featureStripAltTwo {
  background: #262225;
  color: white;
  margin-bottom: 0; }
  .featureStripAltTwo h3 {
    color: white; }

.featureStripAltThree {
  font-size: 2em;
  padding: 2em 0;
  text-align: center;
  background: white; }

.pad {
  padding: 1em 0; }

.iconSquare {
  background: #fa9708;
  background: -webkit-radial-gradient(center, ellipse cover, #fa9708 0%, #ea8700 100%);
  background: -moz-radial-gradient(center, ellipse cover, #fa9708 0%, #ea8700 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fa9708 0%, #ea8700 100%);
  background: -o-radial-gradient(center, ellipse cover, #fa9708 0%, #ea8700 100%);
  background: radial-gradient(ellipse at center, #fa9708 0%, #ea8700 100%);
  border-radius: 1em;
  max-width: 128px;
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.item {
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0; }
  .item img {
    border: 1px solid #f28f00;
    border-radius: 1em; }
  .item h2 {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 0.5em;
    text-align: left; }
  .item:last-child {
    border-bottom: none; }

.itemContent {
  padding-bottom: 1em; }
  .itemContent ul {
    margin-left: 2em;
    margin-bottom: 1em; }

.priceBox {
  background: #ddd;
  border-radius: 0.5em;
  padding: 2em 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}


.priceBox .rrp {
  /*margin-top: 10px;*/
  font-size: 18px;
  display: block;
  }

.priceBox .arp {
  /*margin-top: 10px;*/
  font-size: 14px;
  display: block;
  }
  .priceBox p {
    margin-bottom: 0; }


.enquire {
  display: block;
  cursor: pointer;
  margin-top: 13px;
  padding: 13px;
  background-color: #fa9708;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9708), to(#ea8700));
  background-image: -webkit-linear-gradient(top, #fa9708, #ea8700);
  background-image: -moz-linear-gradient(top, #fa9708, #ea8700);
  background-image: -o-linear-gradient(top, #fa9708, #ea8700);
  background-image: linear-gradient(to bottom, #fa9708, #ea8700);
  border-radius: 13px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border: 0; }
  .enquire:hover {
    background: #fa9708; }
  .enquire:active {
    position: relative;
    top: 1px; }

.filters {
  list-style: none; }
  .filters li {
    cursor: pointer;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 3px 0.5em;
    background-color: #ddd;
    margin: 0 0.5em 0.5em 0;
    border-radius: 5px;
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in; }
    .filters li label {
      cursor: pointer; }
    .filters li input[type="checkbox"] {
      display: none; }
    .filters li.checked {
      background-color: #f28f00;
      color: #FFF; }

.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
  margin: 0.5em 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fa9708;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9708), to(#ea8700));
  background-image: -webkit-linear-gradient(top, #fa9708, #ea8700);
  background-image: -moz-linear-gradient(top, #fa9708, #ea8700);
  background-image: -o-linear-gradient(top, #fa9708, #ea8700);
  background-image: linear-gradient(to bottom, #fa9708, #ea8700);
  padding: 0.75em 1em;
  border-radius: 6px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  border: 0; }
  .button:after {
    content: "\00a0\00a0\003e";
    font-size: 1.5em;
    line-height: 0.75; }
  .button:hover {
    background: #fa9708; }
  .button:active {
    position: relative;
    top: 1px; }

.socialIcons {
  font-size: 3em;
  margin: 0.25em 0; }

.modal {
  background: #262225;
  border: 1px solid #444; }
  .modal h2 {
    margin-bottom: 0.5em; }
  .modal .close {
    color: white;
    opacity: 0.75;
    text-shadow: none; }
    .modal .close:hover {
      opacity: 1; }
  .modal .modal-body {
    padding: 2em; }
  .modal p {
    color: #FFF; }

.pagedNavigation {
  margin: 2em 0;
  overflow: hidden;
  text-align: center;
  float: right; }
  .pagedNavigation li {
    list-style: none;
    display: block;
    float: left; }
    .pagedNavigation li a {
      display: block;
      padding: 1em;
      border: 1px solid #ccc;
      border-right: none;
      min-width: 50px;
      text-decoration: none;
      color: #f28f00; }
      .pagedNavigation li a:hover {
        background: #eee; }
    .pagedNavigation li.active a {
      background: #f28f00;
      color: white; }
    .pagedNavigation li.next {
      border-right: 1px solid #ccc; }

/*========================================

	Main Layout

========================================*/
.siteHeader {
  background-color: rgba(238, 238, 238, 0.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.8), rgba(255, 255, 255, 0.8));
  background-image: -moz-linear-gradient(top, rgba(238, 238, 238, 0.8), rgba(255, 255, 255, 0.8));
  background-image: -o-linear-gradient(top, rgba(238, 238, 238, 0.8), rgba(255, 255, 255, 0.8));
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.8), rgba(255, 255, 255, 0.8));
  border-top: 4px solid #aaa;
  padding: 1.5em 0 1em 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); }

.siteHeader.collapsed {
  position: fixed;
  z-index: 9000;
  top: 0;
  padding-top: 0;
  border-top: 0; }
  .siteHeader.collapsed .logo, .siteHeader.collapsed .strapline {
    display: none; }

.headerInfo {
  font-size: 15px;
  margin-top: -7px !important;
  color: #f28f00;
  text-align: right; }
  .headerInfo p {
    margin-bottom: 0; }
    .headerInfo p span {
      color: #111; }

.logo {
  margin-bottom: 1em; }

.siteFooter {
  background: #f28f00;
  color: white;
  padding: 3em 0; }

.miniLogo {
  margin-bottom: 0.75em; }

.home .siteFooter {
  margin-top: 0; }

.fauxcolumn {
  background: transparent;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzI2MjIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzI2MjIyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, transparent 0%, transparent 68%, #dddddd 68%, #dddddd 98%, transparent 98%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(68%, transparent), color-stop(68%, #dddddd), color-stop(98%, #dddddd), color-stop(98%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, transparent 68%, #dddddd 68%, #dddddd 98%, transparent 98%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, transparent 68%, #dddddd 68%, #dddddd 98%, transparent 98%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, transparent 68%, #dddddd 68%, #dddddd 98%, transparent 98%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, transparent 68%, #dddddd 68%, #dddddd 98%, transparent 98%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent',GradientType=1 ); }

.contactForm {
  margin-top: 4em; }

/*========================================

  Navigation

========================================*/
.mainNav {
  margin-top: 1em; }
  .mainNav li {
    float: left; }
    .mainNav li.navHighlight a {
      border: 1px solid #f28f00;
      border-radius: 8px;
      padding-left: 1em; }
      .mainNav li.navHighlight a:hover {
        background: #f28f00;
        color: white; }
    .mainNav li.navHighlight.current-menu-item a {
      background: #f28f00;
      color: white; }
    .mainNav li a {
      display: block;
      padding: 0.5em 1em 0.5em 0;
      margin-right: 1.5em;
      font-size: 15px;
      color: #f28f00;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .mainNav li a:hover {
        color: #222; }
    .mainNav li.current-menu-item a {
      color: #222; }

.footerNav {
  text-transform: uppercase;
  margin-bottom: 0; }
  .footerNav a {
    color: #FFF;
    text-decoration: none; }
    .footerNav a:hover {
      color: #111; }

/*========================================

	Page Specific

========================================*/
.stockList {
  margin-bottom: 4em; }

.filterPanel {
  background: #eee;
  padding: 0.5em 0 1em 0; }

a.typeDropDown {
  text-decoration: none; }
  a.typeDropDown h3 {
    position: relative; }
    a.typeDropDown h3 span.downArrow {
      left: 195px; }

a.brandDropDown {
  text-decoration: none; }
  a.brandDropDown h3 {
    position: relative; }
    a.brandDropDown h3 span.downArrow {
      left: 135px; }

.downArrow {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #F09000;
  position: absolute;
  top: 5px; }

/*========================================

	Misc Styles
	** This section is used specific non-modular styles

========================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 1em; }

.referee {
  margin-top: 1em; }

.gform_wrapper input[type=radio] {
  margin-left: 1em;
  margin-right: 5px; }
.gform_wrapper input[type=text], .gform_wrapper textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 7px !important; }
  .gform_wrapper input[type=text]:focus, .gform_wrapper textarea:focus {
    border-color: #f28f00;
    box-shadow: 0 0 5px #f28f00; }
.gform_wrapper .ginput_container input {
  width: 100% !important; }

.contactForm h2 {
  margin-bottom: 1em; }
.contactForm form {
  margin: 0 2em; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-facebook, .icon-twitter {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-facebook:before {
  content: "\e000"; }

.icon-twitter:before {
  content: "\e001"; }

@media only screen and (max-width: 960px) {
  .mainNav ul li:first-child {
    display: none; } }
@media only screen and (max-width: 768px) {
  .feature {
    margin-bottom: 3em !important; }

  .mobileCenter {
    text-align: center; }

  .fauxcolumn {
    background: transparent; }

  .strapline {
    text-align: center;
    font-size: 16px; }

  .logo {
    margin: 0 !important; }
    .logo img {
      max-width: 75%; }

  .siteHeader {
    text-align: center; }
    .siteHeader .row {
      margin-bottom: 8px; }

  .headerInfo {
    float: none !important;
    text-align: center;
    padding-bottom: 1em; }

  .mainNav {
    float: none !important; }
    .mainNav ul li a {
      font-size: 13px;
      margin-right: 0.5em;
      letter-spacing: 0; }

  .siteFooter {
    padding: 1.5em 0;
    text-align: center; }
    .siteFooter p {
      text-align: center !important; }
    .siteFooter .right {
      float: none !important; }

  .siteHeader.collapsed .headerInfo {
    display: none; }

  .priceBox {
    padding: 1em 0; }

  .video {
    margin-top: 1em; }

  .featureStrip,
  .featureStripAltOne,
  .featureStripAltTwo,
  .featureStripAltThree {
    padding: 2em 0; } }









.featureStripAltOneProduct {
   padding: 2em 0;
  background: #eee;
  color: #111;
margin-bottom: 0;}