@charset "UTF-8";
/*!!
* Global Styles Definitions
*
* @author			Matt Gifford
* @copyright		2014 Timeshifting Interactive Limited. All rights reserved.
* @platforms		IE8+, Chrome, Firefox, Safari, Android 2.3+, Mobile Safari (iOS 5+), WindowsPhone8+
*/
/*  ::  Global Styles	*/
/*  ::  Global Styles  »  Web Fonts		*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300|Source+Sans+Pro:400,300italic,300,400italic,600,600italic,700,700italic,900);
@font-face {
  font-family: 'icons-stihl-wf';
  src: url("../webfonts/icons-stihl-wf.eot?100309");
  src: url("../webfonts/icons-stihl-wf.eot?100309#iefix") format("embedded-opentype"), url("../webfonts/icons-stihl-wf.woff?100309") format("woff"), url("../webfonts/icons-stihl-wf.ttf?100309") format("truetype"), url("../webfonts/icons-stihl-wf.svg?100309#icons-stihl-wf") format("svg");
  font-weight: 400;
  font-style: normal; }

/*  ::  Global Styles  »  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 16px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  /* make sure html5 elements display correctly in old IE */
  display: block; }

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
html {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #484848 url(../images/global-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed; }
  html.tablet.touch {
    background: #484848 url(../images/global-bg.jpg) no-repeat 50% 0;
    background-size: 150% auto;
    background-attachment: fixed; }
  html.mobile {
    background: #fff; }

body {
  position: relative;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000; }
  .tablet body,
  .mobile body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }

select, input, textarea {
  font: 400 99% "Source Sans Pro", sans-serif; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #ff671f;
  text-decoration: underline; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

fieldset, img {
  border: 0;
  display: block; }

input.placeholder,
textarea.placeholder,
::-webkit-input-placeholder,
:-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
  font-style: italic; }

legend {
  color: #000; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400; }

b, strong {
  font-weight: bold; }

cite, i, em {
  font-style: italic; }

big {
  font-size: 115%; }

small {
  font-size: 85%; }

pre, code {
  font-family: monospace;
  line-height: 100%; }

caption, th {
  text-align: left; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 400; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em; }

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em; }

a.active {
  cursor: default; }

a:active {
  outline: none; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden,
.mobile .hidden--mobile,
.tablet .hidden--tablet,
.desktop .hidden--desktop,
.mouse .hidden--mouse,
.touch .hidden--touch {
  display: none !important; }

@media only screen and (max-width: 320px) {
  .mobile .hidden--mobile-small {
    display: none !important; } }

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .mobile .hidden--mobile-large {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .tablet .hidden--tablet-small {
    display: none !important; } }

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .tablet .hidden--tablet-large {
    display: none !important; } }

@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  .desktop .hidden--desktop-small {
    display: none !important; } }

@media only screen and (min-width: 1600px) {
  .desktop .hidden--desktop-large {
    display: none !important; } }

.invisible {
  visibility: hidden !important; }

.fpc-holepunch-fallback {
  /* screen reader only content */
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.prepend:before {
  content: attr(data-prepend);
  display: inline-block; }

.append:after {
  content: attr(data-append);
  display: inline-block; }

#wpadminbar {
  position: absolute;
  position: fixed !important;
  top: 0; }

#wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
  position: absolute;
  top: 3px;
  right: 0; }
  .mobile #wpadminbar #wp-admin-bar-my-account .ab-item .avatar {
    display: none; }

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper {
  padding: 0 0 0 75px; }

/*  ::  Global Styles  »  Alignment Styles	*/
.mediablock {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .mediablock .left {
    position: relative;
    float: left;
    margin-right: 16px; }
  .mediablock .content {
    overflow: hidden; }
  .mediablock .right {
    float: right;
    margin-left: 16px; }

.alignleft {
  float: left;
  margin-right: 16px;
  margin-bottom: 10.66667px; }

.alignright {
  float: right;
  margin-left: 16px;
  margin-bottom: 10.66667px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*  ::  Global Styles  »  Heading Styles	*/
.h-heading1,
h1 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 44.28571px; }

.h-heading2,
h2 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 36.57143px; }

.h-heading3,
h3 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 28.85714px; }

.h-heading4,
h4 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 21.14286px; }

.h-heading5,
h5 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 19.21429px; }

.h-heading6,
h6 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #ff671f;
  font-size: 17.28571px; }

img.alignleft + .h-heading1,
img.alignleft + .h-heading2,
img.alignleft + .h-heading3,
img.alignleft + .h-heading4,
img.alignleft + .h-heading5,
img.alignleft + .h-heading6,
img.alignleft + h1,
img.alignleft + h2,
img.alignleft + h3,
img.alignleft + h4,
img.alignleft + h5,
img.alignleft + h6,
img.alignright + .h-heading1,
img.alignright + .h-heading2,
img.alignright + .h-heading3,
img.alignright + .h-heading4,
img.alignright + .h-heading5,
img.alignright + .h-heading6,
img.alignright + h1,
img.alignright + h2,
img.alignright + h3,
img.alignright + h4,
img.alignright + h5,
img.alignright + h6,
.h-heading1:first-child,
.h-heading2:first-child,
.h-heading3:first-child,
.h-heading4:first-child,
.h-heading5:first-child,
.h-heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0; }

.h-heading1.run-on,
.h-heading2.run-on,
.h-heading3.run-on,
.h-heading4.run-on,
.h-heading5.run-on,
.h-heading6.run-on,
h1.run-on,
h2.run-on,
h3.run-on,
h4.run-on,
h5.run-on,
h6.run-on {
  margin-top: 10.66667px; }

.h-heading1 + .h-heading2,
.h-heading1 + .h-heading3,
.h-heading2 + .h-heading3,
.h-heading2 + .h-heading4,
.h-heading3 + .h-heading4,
.h-heading3 + .h-heading5,
.h-heading4 + .h-heading5,
.h-heading5 + .h-heading6,
h1 + h2,
h1 + h3,
h1 + h4,
h2 + h3,
h2 + h4,
h2 + h5,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h5,
h4 + h6,
h5 + h6 {
  margin-top: 16px; }

/*  ::  Global Styles  »  Paragraph Styles	*/
p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px; }

.h-heading1 + p,
.h-heading2 + p,
.h-heading3 + p,
.h-heading4 + p,
.h-heading5 + p,
.h-heading6 + p,
h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p.run-on {
  margin-top: 10.66667px; }

.component-generic-text > div:first-child + p,
img.alignleft + p,
img.alignright + p,
p:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  List Styles	*/
ol,
ul {
  margin-top: 16px;
  padding: 0 0 0 24px; }

dl {
  margin-top: 16px;
  padding: 0 0 0 24px; }

.h-heading1 + ul,
.h-heading2 + ul,
.h-heading3 + ul,
.h-heading4 + ul,
.h-heading5 + ul,
.h-heading6 + ul,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
.h-heading1 + ol,
.h-heading2 + ol,
.h-heading3 + ol,
.h-heading4 + ol,
.h-heading5 + ol,
.h-heading6 + ol,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol,
dl.run-on,
ol.run-on,
ul.run-on {
  margin-top: 10.66667px; }

img.alignleft + ol,
img.alignright + ol,
img.alignleft + ul,
img.alignright + ul,
img.alignleft + dl,
img.alignright + dl,
ol:first-child,
ul:first-child,
dl:first-child {
  margin-top: 0; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: square; }

ul ul ul {
  list-style: circle; }

li {
  margin-top: 5.33333px;
  font-weight: 400;
  font-size: 16px; }

dt {
  margin-top: 10.66667px;
  font-weight: 700;
  font-size: 19.21429px; }

dd {
  font-size: 16px;
  font-weight: 400; }

dt:first-child,
li:first-child {
  margin-top: 0; }

/*  ::  Global Styles  »  Form Styles	*/
fieldset {
  position: relative;
  display: block;
  padding: 16px 0; }
  fieldset .disabled {
    position: relative;
    overflow: hidden;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  fieldset .cols2,
  fieldset .cols3,
  fieldset .cols4,
  fieldset .cols5 {
    margin: 0;
    padding-left: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    fieldset .cols2 li,
    fieldset .cols3 li,
    fieldset .cols4 li,
    fieldset .cols5 li {
      margin: 0;
      overflow: hidden; }
  fieldset .cols2 + .cols2,
  fieldset .cols3 + .cols3,
  fieldset .cols4 + .cols4,
  fieldset .cols5 + .cols5 {
    padding-left: 24px; }

.ie7 fieldset .cols2,
.ie7 fieldset .cols3,
.ie7 fieldset .cols4,
.ie7 fieldset .cols5 {
  padding-left: 0 !important; }
  .ie7 fieldset .cols2 input[type="text"],
  .ie7 fieldset .cols2 input[type="password"],
  .ie7 fieldset .cols2 textarea,
  .ie7 fieldset .cols3 input[type="text"],
  .ie7 fieldset .cols3 input[type="password"],
  .ie7 fieldset .cols3 textarea,
  .ie7 fieldset .cols4 input[type="text"],
  .ie7 fieldset .cols4 input[type="password"],
  .ie7 fieldset .cols4 textarea,
  .ie7 fieldset .cols5 input[type="text"],
  .ie7 fieldset .cols5 input[type="password"],
  .ie7 fieldset .cols5 textarea {
    width: 90%; }

.fieldset--alternative {
  padding-left: 16px;
  padding-right: 16px;
  background: #eee;
  margin-left: -16px; }

.ie7 .fieldset--alternative > textarea,
.ie7 .fieldset--alternative > input[type="text"],
.ie7 .fieldset--alternative > input[type="search"],
.ie7 .fieldset--alternative > input[type="email"],
.ie7 .fieldset--alternative > input[type="password"] {
  position: relative;
  margin-left: 16px; }

label {
  float: left;
  margin-bottom: 10.66667px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666; }

.button,
button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  background: #ff671f;
  border: 0;
  font-size: 19.21429px;
  font-weight: 600;
  color: #fff;
  overflow: visible;
  text-transform: uppercase;
  padding: 5.33333px 16px 4.33333px 16px;
  cursor: pointer; }
  .button.button--large,
  button.button--large {
    padding: 10.66667px 24px 9.66667px 24px; }
  .mouse .button:hover,
  .mouse button:hover {
    background: #686868;
    text-decoration: none;
    color: #fff !important; }

.button {
  margin: 0; }

button {
  float: right;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

textarea,
input,
select {
  float: left;
  margin: 0 0 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 10.66667px;
  margin-right: 5.33333px; }

label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 5.33333px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  min-width: 85%;
  margin-top: 5.33333px; }

textarea,
select,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fff;
  border: 1px solid #aaa;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box; }

.ie7 textarea,
.ie7 select,
.ie7 input[type="text"],
.ie7 input[type="email"],
.ie7 input[type="search"],
.ie7 input[type="password"] {
  /* handle the lack of border box support */
  width: 95%; }

textarea {
  height: 112px; }

select {
  width: auto; }

/*  ::  Global Styles  »  Table Styles	*/
table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10.66667px;
  border-top: 1px solid #aaa; }
  table:first-child {
    margin-top: 0; }

th,
td {
  padding: 5.33333px 10.66667px;
  border-bottom: 1px solid #aaa; }

th {
  font-weight: 700; }

td:first-child {
  padding-left: 0; }

tr:nth-child(odd) td {
  background: #eee; }

tr:nth-child(even) td {
  background: #fff; }

/*  ::  Global Styles  »  Column Styles	*/
.column-group {
  position: relative;
  width: auto;
  padding: 0 16px; }
  .column-group.column-group--white {
    background: #fff; }
  .column-group.column-group--gap {
    border-top: 50px solid #fff; }

.column-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.column-body {
  float: left;
  width: 720px; }
  .tablet .column-body {
    width: 75%; }

.column-sidebar + .column-body {
  float: right; }

.column-sidebar {
  float: left;
  width: 190px; }
  .tablet .column-sidebar {
    width: 20%; }
  .column-sidebar.column-sidebar--gap {
    padding-top: 290px; }
    .mobile .column-sidebar.column-sidebar--gap {
      padding-top: 0; }

.column-body + .column-sidebar {
  float: right; }

.mobile .column-body,
.mobile .column-sidebar {
  float: none;
  width: auto;
  margin: 0 0 24px 0; }

.column-half {
  float: left;
  width: 50%; }
  .column-half .column-inner {
    width: auto;
    padding-right: 16px; }
  .column-half + .column-half .column-inner {
    width: auto;
    padding-left: 16px;
    padding-right: 0; }

.mobile .column-body,
.mobile .column-sidebar,
.mobile .column-half {
  float: none;
  width: auto;
  padding-bottom: 16px; }
  .mobile .column-body .column-inner,
  .mobile .column-sidebar .column-inner,
  .mobile .column-half .column-inner {
    padding: 0; }

.cols2 {
  float: left;
  width: 49.995%; }

.cols3 {
  float: left;
  width: 33.295%; }

.cols4 {
  float: left;
  width: 24.995%; }

.cols5 {
  float: left;
  width: 19.995%; }

/*  ::  Global Styles  »  Spacing  »  Heading, paragraph and list margins	*/
body#top .m-none {
  margin-top: 0; }

body#top .mb-none {
  margin-bottom: 0; }

body#top .m-xxs {
  margin-top: 3.2px; }

body#top .mb-xxs {
  margin-bottom: 3.2px; }

body#top .m-xs {
  margin-top: 5.33333px; }

body#top .mb-xs {
  margin-bottom: 5.33333px; }

body#top .m-s {
  margin-top: 10.66667px; }

body#top .mb-s {
  margin-bottom: 10.66667px; }

body#top .m-m {
  margin-top: 16px; }

body#top .mb-m {
  margin-bottom: 16px; }

body#top .m-l {
  margin-top: 24px; }

body#top .mb-l {
  margin-bottom: 24px; }

body#top .m-xl {
  margin-top: 36px; }

body#top .mb-xl {
  margin-bottom: 36px; }

body#top .m-xxl {
  margin-top: 56px; }

body#top .mb-xxl {
  margin-bottom: 56px; }

/*  ::  Page Styles	*/
#bg {
  position: absolute;
  left: 0;
  top: 400px;
  right: 0;
  bottom: 0;
  background: #fff; }

#page {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  #page .inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }

/*  ::  Page Styles  »  Header		*/
#global-header {
  position: relative;
  width: auto;
  z-index: 100;
  height: 150px;
  padding: 0 16px;
  background: #c4d600 url(../images/global-header-bg.png) repeat-x 0 100%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); }
  .mobile #global-header {
    padding: 0; }
  #global-header .header-logo {
    position: absolute;
    top: 28px;
    left: 0px;
    margin: 0;
    padding: 0;
    height: 55px; }
    #global-header .header-logo img {
      width: 200px; }
    .mobile #global-header .header-logo {
      left: 24px; }
      .mobile #global-header .header-logo img {
        width: 200px;
        height: auto; }
    #global-header .header-logo a {
      float: left; }
    #global-header .header-logo span {
      float: left;
      margin: 0; }
      #global-header .header-logo span img {
        width: auto;
        height: auto; }
      .mobile #global-header .header-logo span {
        display: none; }
  #global-header .header-hours {
    position: absolute;
    top: 22px;
    right: 0px;
    text-align: right; }
    .mobile #global-header .header-hours {
      text-align: left;
      left: 16px;
      top: 109px;
      line-height: 1; }
      .mobile #global-header .header-hours p {
        display: inline;
        zoom: 1;
        display: inline-block;
        /* inline and zoom gives inline-block in ie7 */
        font-size: 14px;
        font-weight: 700; }
    #global-header .header-hours .hours {
      margin: 0;
      padding: 0;
      font-size: 19.21429px;
      font-weight: 600; }
    #global-header .header-hours .phone {
      margin: 0;
      padding: 0;
      font-size: 28.85714px; }
      #global-header .header-hours .phone a {
        text-decoration: none;
        cursor: text;
        color: #000; }
      .mobile #global-header .header-hours .phone {
        padding-left: 4px; }
  #global-header .header-nav-toggle {
    position: absolute;
    top: 28px;
    right: 16px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    font-size: 36px;
    text-align: center;
    font-family: icons-stihl-wf;
    font-weight: 400;
    color: #333;
    border-radius: 4px;
    border: 2px solid #333;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media (min-width: 769px) {
      #global-header .header-nav-toggle {
        display: none !important; } }
  #global-header .header-nav {
    position: absolute;
    left: 0;
    top: 107px;
    width: 100%; }
    #global-header .header-nav > ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      #global-header .header-nav > ul > li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        height: 43px; }
        #global-header .header-nav > ul > li.full-width-menu {
          position: static; }
        #global-header .header-nav > ul > li > a {
          float: left;
          display: block;
          height: 29px;
          padding: 14px 12px 0 12px;
          font-size: 16px;
          font-weight: 600;
          line-height: 1;
          color: #000;
          text-decoration: none; }
          #global-header .header-nav > ul > li > a.active {
            background: #c4d600;
            color: #000; }
          .mouse #global-header .header-nav > ul > li > a:hover {
            background: #686868;
            color: #fff; }
        .mouse #global-header .header-nav > ul > li:hover > a {
          background: #686868;
          color: #fff; }
        .mouse #global-header .header-nav > ul > li:hover > .nav-menu {
          display: block !important; }
        .mobile.mouse #global-header .header-nav > ul > li:hover > .nav-menu {
          display: none !important; }
        #global-header .header-nav > ul > li.touch-active > .nav-menu {
          display: block !important; }
        .mobile #global-header .header-nav > ul > li.touch-active > .nav-menu {
          display: none !important; }
    #global-header .header-nav .nav-menu {
      position: absolute;
      left: 0;
      top: 43px;
      right: 0;
      padding: 16px;
      min-width: 160px;
      background: #fff;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
      display: none; }
      #global-header .header-nav .nav-menu a {
        text-decoration: none; }
      #global-header .header-nav .nav-menu.nav-menu--products {
        width: 100%;
        padding: 16px 0 36px 0; }
      #global-header .header-nav .nav-menu h4 {
        padding: 10.66667px 16px;
        text-transform: uppercase;
        color: #b4b4b4;
        font-size: 19.21429px; }
      #global-header .header-nav .nav-menu ul {
        margin: 0;
        padding: 0 0 24px 0;
        list-style: none; }
        #global-header .header-nav .nav-menu ul:last-child {
          padding: 0; }
        #global-header .header-nav .nav-menu ul li {
          margin: 0;
          padding: 2px 0;
          font-size: 14px; }
      #global-header .header-nav .nav-menu h5 {
        margin: 0;
        padding: 0 0 5.33333px 0;
        font-size: 14px;
        color: #000; }
      #global-header .header-nav .nav-menu .brands {
        float: left;
        width: 60%; }
        #global-header .header-nav .nav-menu .brands .column {
          position: relative;
          float: left;
          width: 33.3%;
          overflow: hidden;
          padding: 10.66667px 0; }
          #global-header .header-nav .nav-menu .brands .column:after {
            position: absolute;
            display: block;
            right: 0;
            bottom: 0;
            width: 0;
            top: 10.66667px;
            border-right: 1px dotted #c2c2c2;
            content: ''; }
          #global-header .header-nav .nav-menu .brands .column:before {
            position: absolute;
            display: block;
            left: -1px;
            top: 0;
            bottom: 0;
            width: 0;
            top: 10.66667px;
            border-right: 1px dotted #c2c2c2;
            content: ''; }
          #global-header .header-nav .nav-menu .brands .column:last-child:after {
            border: 1px solid #ccc; }
          #global-header .header-nav .nav-menu .brands .column:first-child:before {
            display: none; }
        #global-header .header-nav .nav-menu .brands .inner {
          padding: 0 16px; }
      #global-header .header-nav .nav-menu .products {
        float: left;
        width: 40%; }
        #global-header .header-nav .nav-menu .products .column {
          position: relative;
          float: left;
          width: 50%;
          padding: 10.66667px 0; }
          #global-header .header-nav .nav-menu .products .column:after {
            position: absolute;
            display: block;
            right: 0;
            top: 0;
            bottom: 0;
            width: 0;
            top: 10.66667px;
            border-right: 1px dotted #c2c2c2;
            content: ''; }
          #global-header .header-nav .nav-menu .products .column:last-child:after {
            display: none; }
          #global-header .header-nav .nav-menu .products .column:before {
            position: absolute;
            display: block;
            left: -1px;
            top: 0;
            bottom: 0;
            width: 0;
            top: 10.66667px;
            border-left: 1px dotted #c2c2c2;
            content: ''; }
          #global-header .header-nav .nav-menu .products .column:first-child:before {
            left: -3px;
            border: 1px solid #ccc; }
        #global-header .header-nav .nav-menu .products .inner {
          padding: 0 16px; }
    .mobile #global-header .header-nav {
      top: 124px;
      box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
      display: none; }
      .mobile #global-header .header-nav.touch-active {
        display: block; }
      .mobile #global-header .header-nav > ul {
        width: 100%;
        background: #fff; }
        .mobile #global-header .header-nav > ul li {
          width: 100%;
          border-bottom: 1px solid #ddd;
          background: #fff; }
          .mobile #global-header .header-nav > ul li a {
            width: 100%; }
            .mobile #global-header .header-nav > ul li a.active {
              background: #686868;
              color: #fff; }
          .mobile #global-header .header-nav > ul li .nav-menu {
            display: none !important; }
  #global-header .header-search {
    position: absolute;
    top: 112px;
    right: 0;
    margin: 0;
    padding: 0; }
    .mobile #global-header .header-search {
      display: none; }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
      .tablet #global-header .header-search {
        display: none; } }
    #global-header .header-search input {
      padding-right: 24px;
      background: #e4eea2 url(../images/global-header-search-bg.png) no-repeat 100% 50%;
      border: 0; }
      #global-header .header-search input:focus {
        background-color: #fff; }

/*  ::  Page Styles  »  Content		*/
#global-content {
  position: relative;
  width: 100%;
  z-index: 1;
  border-bottom: 56px solid #fff;
  min-height: 550px;
  word-wrap: break-word;
  /* stops very long words from increasing the width of their container */ }
  .mobile #global-content {
    min-height: 0; }
  .page-homepage #global-content {
    border: 0; }

/*  ::  Page Styles  »  Footer		*/
#global-footer {
  clear: left;
  position: relative;
  width: 100%;
  z-index: 1; }
  #global-footer .footer-primary {
    background: #b4b4b4;
    overflow: hidden;
    padding: 24px 16px; }
    #global-footer .footer-primary .column-photo {
      float: left;
      width: 30%;
      margin: 0 5% 0 0; }
      .mobile #global-footer .footer-primary .column-photo {
        float: none;
        width: auto;
        margin-bottom: 24px; }
      #global-footer .footer-primary .column-photo img {
        max-width: 100%;
        width: auto;
        height: auto;
        border: 10px solid #c7c7c7; }
    #global-footer .footer-primary .column-address {
      float: left;
      width: 30%;
      margin: 0 5% 0 0; }
      #global-footer .footer-primary .column-address .facebook:before {
        position: relative;
        top: 4px;
        padding: 0 6px 0 0;
        font-size: 24px;
        font-family: icons-stihl-wf;
        content: "f"; }
      .mobile #global-footer .footer-primary .column-address {
        float: none;
        width: auto;
        margin-bottom: 24px; }
        .mobile #global-footer .footer-primary .column-address img {
          display: none; }
    #global-footer .footer-primary .column-newsletter {
      float: left;
      width: 30%;
      margin: 0; }
      .mobile #global-footer .footer-primary .column-newsletter {
        float: none;
        width: auto;
        margin-bottom: 24px;
        margin-top: 56px; }
      #global-footer .footer-primary .column-newsletter h5 {
        color: #000; }
  #global-footer .footer-legal {
    float: left;
    font-size: 12px; }
    .mobile #global-footer .footer-legal {
      display: none; }
    #global-footer .footer-legal a {
      margin: 0 5.33333px; }
  #global-footer .footer-colophon {
    float: right;
    font-size: 12px; }
    .mobile #global-footer .footer-colophon {
      display: none; }
  #global-footer .footer-secondary {
    background: #c4d600;
    padding: 24px 16px;
    text-align: right;
    overflow: hidden; }
    #global-footer .footer-secondary .logo {
      margin: 0;
      padding: 0;
      float: right; }
    #global-footer .footer-secondary .tagline {
      margin: 0;
      padding: 18px 0 0 0;
      float: left; }
      #global-footer .footer-secondary .tagline img {
        height: 26px; }

/*  ::  Page Styles  »  Components  */
.component {
  position: relative;
  margin: 0 0 36px 0; }
  .component:last-child {
    margin-bottom: 0; }
  .column-body .component:last-child,
  .column-sidebar .component:last-child {
    margin: 0 0 56px 0; }

/*  ::  Page Styles  »  Components  »  Flexible Content Components (import)  */
/*
* Flexible Content Component Definitions
*
* @author			Matt Gifford
* @copyright		2013 Timeshifting Interactive Limited. All rights reserved.
* @platforms		IE8+, Chrome, Firefox, Safari, Android 2.3+, Mobile Safari (iOS 5+), WindowsPhone8+
*/
/*  ::  Page Styles  »  Components  »  Accordion  */
.component-accordion {
  border-bottom: 1px solid #b4b4b4;
  padding: 0; }
  .component-accordion .accordion-item {
    border-top: 1px solid #b4b4b4;
    position: relative; }
    .component-accordion .accordion-item .accordion-item-heading {
      position: relative;
      cursor: pointer;
      padding: 10.66667px 0; }
      .component-accordion .accordion-item .accordion-item-heading h3 {
        font-size: 20px; }
    .component-accordion .accordion-item .accordion-item-content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 500ms ease-in-out;
      /* webkit mobile */
      transition: max-height 500ms ease-in-out; }
      .component-accordion .accordion-item .accordion-item-content .content-wrapper {
        padding: 5.33333px 0 10.66667px 0; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-content {
      max-height: 1000px !important; }
    .component-accordion .accordion-item .accordion-item-heading:before {
      content: '+';
      position: absolute;
      padding: 0;
      margin: 0;
      top: 7px;
      right: 15px;
      width: 20px;
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in old ie */
      font-style: normal;
      color: #c4d600;
      font-size: 22px;
      font-family: icons-stihl-wf; }
    .component-accordion .accordion-item.accordion-item--expanded .accordion-item-heading:before {
      content: '-'; }

/*  ::  Page Styles  »  Components  »  Attachments  */
.component-attachments .attachments-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .component-attachments .attachments-list li {
    margin: 0;
    padding: 5.33333px 0;
    border-top: 1px solid #ddd; }
    .component-attachments .attachments-list li:first-child {
      border: 0; }
    .component-attachments .attachments-list li span {
      display: none; }
    .component-attachments .attachments-list li a {
      color: #c4d600; }
    .component-attachments .attachments-list li b {
      display: block;
      font-size: 110%; }
    .component-attachments .attachments-list li p {
      margin: 0;
      padding: 0;
      color: #666;
      font-size: 12px; }

/*  ::  Page Styles  »  Components  »  Image Slider  */
.component-image-slider {
  margin-bottom: 0; }
  .component-image-slider .slides-container {
    position: relative;
    max-width: 1280px; }
    .component-image-slider .slides-container .shim {
      width: 100%;
      height: auto;
      visibility: hidden; }
    .mobile .component-image-slider .slides-container {
      position: relative;
      background: #fff; }
    .component-image-slider .slides-container .slide-item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff; }
  .component-image-slider .nav {
    position: absolute;
    top: 50%;
    margin: -35px 0 0 0;
    width: 35px;
    height: 50px;
    padding: 20px 0 0 0;
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    font-family: icons-stihl-wf;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #e9e9ea; }
    .mobile .component-image-slider .nav {
      top: 100px; }
    .mouse .component-image-slider .nav:hover {
      background: rgba(0, 0, 0, 0.8);
      cursor: pointer; }
    .component-image-slider .nav.nav--prev {
      -webkit-border-radius: 0px 2px 2px 0px;
      border-radius: 0px 2px 2px 0px;
      left: 0; }
    .component-image-slider .nav.nav--next {
      -webkit-border-radius: 2px 0px 0px 2px;
      border-radius: 2px 0px 0px 2px;
      right: 0; }
  .component-image-slider .pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .mobile .component-image-slider .pagination {
      bottom: 160px; }
    .component-image-slider .pagination li {
      display: inline;
      zoom: 1;
      display: inline-block;
      /* inline and zoom gives inline-block in ie7 */
      margin: 0 3px;
      padding: 0;
      width: 12px;
      height: 12px;
      border: 2px solid #eaeae3;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      cursor: pointer; }
      .mouse .component-image-slider .pagination li:hover,
      .component-image-slider .pagination li.active {
        background: #eaeae3; }
      .mouse .component-image-slider .pagination li:hover {
        background: #fff;
        border-color: #fff; }

/*  ::  Page Styles  »  Components  »  Generic Text  */
.component-generic-text img {
  max-width: 100%;
  width: auto;
  height: auto; }

/*  ::  Page Styles  »  Components  »  Lightbox  */
.component-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }
  .component-lightbox .bg {
    position: absolute;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.65); }
  .component-lightbox.active {
    display: block; }
  .component-lightbox .wrapper {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    max-width: 800px;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.35);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #000 url(../images/ajax-loader.gif) no-repeat 50% 50%; }
    .component-lightbox .wrapper .fullsize-image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-background-size: contain; }
    .component-lightbox .wrapper .nav {
      position: absolute;
      top: 50%;
      width: 91px;
      height: 62px;
      display: block;
      margin: -40px 0 0 0;
      cursor: pointer;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .component-lightbox .wrapper .nav.nav--prev {
        left: 0;
        background: url(../images/global-elements-nav-arrow-prev.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--next {
        right: 0;
        background: url(../images/global-elements-nav-arrow-next.png) no-repeat 0px 0px; }
      .component-lightbox .wrapper .nav.nav--close {
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 0;
        background: url(../images/global-elements-nav-close.png) no-repeat 0px 0px; }
    .component-lightbox .wrapper:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 8px;
      background: #ff671f; }

/*  ::  Page Styles  »  Components  »  Page Title  */
.component-page-title .title {
  font-size: 36px;
  font-weight: 600; }

.component-page-title .subtitle {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #c4d600; }

/*  ::  Page Styles  »  Components  »  Password Form  */
.component-password-form {
  margin: 36px 0; }
  .component-password-form h1 {
    margin: 0;
    padding: 0 0 24px 0; }
  .component-password-form p {
    padding: 5.33333px 0 16px 0; }
  .component-password-form form {
    position: relative;
    padding: 0 0 24px 0;
    max-width: 400px;
    margin: 24px auto;
    background: #fbfbf9;
    outline: 1px solid #fbfbf9;
    box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.05); }
    .component-password-form form fieldset {
      padding: 24px 36px 0 36px; }
      .component-password-form form fieldset input[type="text"] {
        width: 90%; }
      .component-password-form form fieldset input[type="submit"] {
        float: right;
        padding: 10.66667px 16px; }

/*  ::  Page Styles  »  Components  »  Photo List  */
.component-photo-list .container {
  list-style: none;
  padding: 0;
  margin: 0; }
  .component-photo-list .container .list-item {
    overflow: hidden;
    border-top: 1px solid #b4b4b4;
    padding: 24px; }
    .component-photo-list .container .list-item:first-child {
      border: 0; }
    .component-photo-list .container .list-item .photo {
      float: left;
      width: 25%;
      margin: 0 24px 0 0; }
      .component-photo-list .container .list-item .photo img {
        width: auto;
        height: auto;
        max-width: 100%; }
    .component-photo-list .container .list-item .text {
      position: relative;
      overflow: hidden;
      margin: 0; }
      .component-photo-list .container .list-item .text h3 {
        margin: 0 0 16px 0; }

/*  ::  Page Styles  »  Components  »  Photo Gallery  */
.component-photo-gallery .thumbnails {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }
  .component-photo-gallery .thumbnails .thumbnail {
    float: left;
    width: 140px;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 10px 10px; }
    .component-photo-gallery .thumbnails .thumbnail.new-row {
      clear: left;
      margin: 0 0 10px 0; }

/*  ::  Page Styles  »  Components  »  Quote  */
.component-quote blockquote {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: center; }

.component-quote .author {
  font-size: 14px;
  font-weight: 700;
  text-align: right; }

/*  ::  Page Styles  --  Component  »  Video Player  */
.component-video-player .video-container {
  position: relative;
  width: 100%; }
  .component-video-player .video-container .shim {
    position: relative;
    width: 100%;
    height: auto; }
  .component-video-player .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*  ::  Page Styles  »  Components  »  Divider  */
.component-divider {
  border-top: 1px dotted #666;
  height: 0; }

/*  ::  Page Styles  »  Components  »  Generic Text (additional styles)  */
.component-generic-text h1 {
  font-size: 160%; }

.component-generic-text h2 {
  font-size: 150%; }

.component-generic-text h3 {
  font-size: 140%; }

.component-generic-text h4 {
  font-size: 130%; }

.component-generic-text h5 {
  font-size: 110%; }

.component-generic-text h6 {
  font-size: 100%; }

.component-generic-text h3, .component-generic-text h4, .component-generic-text h5, .component-generic-text h6 {
  color: #686868; }

.component-generic-text .orange {
  color: #ff671f; }

.component-generic-text .green,
.component-generic-text .lime {
  color: #c4d600; }

.component-generic-text .brands-list {
  border: 0;
  background: #fff;
  table-layout: fixed;
  margin-bottom: 10.66667px; }
  .component-generic-text .brands-list td {
    margin: 0;
    padding: 5.33333px;
    border: 0;
    background: #fff;
    vertical-align: top; }
    .component-generic-text .brands-list td a {
      color: #686868;
      text-decoration: none; }
      .mouse .component-generic-text .brands-list td a:hover {
        color: #ff671f; }
  .mobile .component-generic-text .brands-list {
    display: block;
    width: auto; }
    .mobile .component-generic-text .brands-list tr,
    .mobile .component-generic-text .brands-list td {
      display: block;
      width: auto; }

/*  ::  Page Styles  »  Components  »  Homepage Brands  */
.component-homepage-brands {
  position: relative;
  padding: 0 0 24px 0; }
  .mobile .page-homepage .component-homepage-brands {
    display: none; }
  .component-homepage-brands h3 {
    margin: 0;
    padding: 0 10.66667px 16px 10.66667px;
    font-weight: 300;
    font-size: 26px;
    color: #fff; }
  .component-homepage-brands .brands {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  .component-homepage-brands .brand-item {
    float: left;
    width: 23%;
    margin: 1%;
    padding: 0; }
    .component-homepage-brands .brand-item span,
    .component-homepage-brands .brand-item a {
      position: relative;
      display: block;
      padding: 10.66667px;
      background: rgba(204, 204, 204, 0.25); }
      .component-homepage-brands .brand-item span img,
      .component-homepage-brands .brand-item a img {
        max-width: 100%;
        width: auto;
        height: auto; }
      .component-homepage-brands .brand-item span .title,
      .component-homepage-brands .brand-item a .title {
        position: absolute;
        left: 21.33333px;
        bottom: 21.33333px;
        right: 21.33333px;
        margin: 0;
        padding: 0;
        font-size: 21.14286px;
        font-weight: 300;
        line-height: 1;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

/*  ::  Page Styles  »  Components  »  Promo Slider  */
.mobile .page-homepage .component-promo-slider {
  display: none; }

.component-promo-slider .slides-container {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 36px 0; }

.component-promo-slider .slide-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 36px 0;
  visibility: hidden;
  height: 320px; }
  .component-promo-slider .slide-item:last-child {
    visibility: visible; }
  .component-promo-slider .slide-item .text {
    float: left;
    width: 40%;
    margin: 0 0 0 10%; }
    .component-promo-slider .slide-item .text .title {
      margin: 0;
      padding: 0 15px 0 0;
      font-weight: 500;
      /* medium */
      font-size: 44px;
      color: #fff;
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25); }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-promo-slider .slide-item .text .title {
          font-size: 48px; } }
    .component-promo-slider .slide-item .text .subtitle {
      margin: 0;
      padding: 0 15px 0 0;
      font-weight: 300;
      /* light */
      font-size: 26px;
      color: #fff;
      text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25); }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .tablet .component-promo-slider .slide-item .text .subtitle {
          font-size: 30px; } }
    .component-promo-slider .slide-item .text .button {
      margin: 5.33333px 0 0 0;
      max-width: 70%; }
  .component-promo-slider .slide-item .photo {
    float: right;
    width: 40%;
    margin: 0 10% 0 0; }
    .component-promo-slider .slide-item .photo .inner {
      position: relative;
      padding: 10.66667px;
      background: rgba(204, 204, 204, 0.25); }
      .component-promo-slider .slide-item .photo .inner img {
        width: auto;
        height: auto;
        max-width: 100%; }

.component-promo-slider .nav {
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  font-family: icons-stihl-wf;
  font-size: 40px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none; }
  .mouse .component-promo-slider .nav:hover {
    opacity: 1; }
  .component-promo-slider .nav.nav--prev {
    left: 0; }
  .component-promo-slider .nav.nav--next {
    right: 0; }

.component-promo-slider .pagination {
  display: none; }

/*  ::  Page Styles  »  Components  »  Product Grid  */
.component-product-grid .empty-result-set {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #b4b4b4; }

.component-product-grid.component-product-grid--homepage {
  padding: 24px 0; }
  .mobile .component-product-grid.component-product-grid--homepage {
    display: none; }

.component-product-grid h3 {
  margin-bottom: 16px; }

.component-product-grid .title-cross-sell {
  color: #b4b4b4;
  font-size: 21.14286px; }

.component-product-grid .products-container {
  margin: 0;
  padding: 0;
  list-style: none; }

.component-product-grid .product-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 36px 0;
  padding: 0;
  min-height: 285px; }
  .component-product-grid .product-item.filtered {
    display: none !important; }
  .component-product-grid .product-item.product-item--short {
    min-height: 230px; }
  .mobile .component-product-grid .product-item {
    float: none;
    width: auto !important; }
  .component-product-grid .product-item .new-row {
    clear: left; }
  .component-product-grid .product-item .inner {
    padding: 0 10.66667px; }
  .component-product-grid .product-item:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #b4b4b4;
    content: ""; }
  .component-product-grid .product-item:after {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #b4b4b4;
    content: ""; }

.component-product-grid.component-product-grid--3up .product-item {
  width: 33.333%; }

.component-product-grid.component-product-grid--4up .product-item {
  width: 25%; }
  .component-product-grid.component-product-grid--4up .product-item:nth-child(4n+1) {
    clear: left; }

.component-product-grid .product-item--new-row {
  clear: left; }

.component-product-grid .offer {
  padding: 5.33333px 10.66667px;
  background: #ff671f;
  color: #fff;
  font-size: 19.21429px;
  font-weight: 600;
  text-align: center; }

.component-product-grid .no-offer {
  padding: 5.33333px 10.66667px;
  background: none;
  color: #fff;
  font-size: 19.21429px;
  font-weight: 600;
  text-align: center; }

.component-product-grid .photo {
  position: relative;
  padding: 5.33333px 0; }
  .component-product-grid .photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.component-product-grid .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600; }

.component-product-grid .old-price {
  margin: 0;
  padding: 0;
  font-size: 17.28571px;
  font-weight: 400;
  text-decoration: line-through;
  color: #333; }

.component-product-grid .price {
  margin: 0;
  padding: 2px 0 0 0;
  font-size: 19.21429px;
  font-weight: 700;
  color: #ff671f; }
  .component-product-grid .price b {
    font-weight: 900; }

/*  ::  Page Styles  »  Components  »  Breadcrumbs  */
.component-breadcrumbs {
  margin: 0; }
  .component-breadcrumbs p {
    margin: 0;
    padding: 10.66667px 0;
    font-size: 14px; }
  .component-breadcrumbs a {
    color: #999; }
  .component-breadcrumbs span {
    color: #999; }

/*  ::  Page Styles  »  Components  »  Page Title  */
.component-page-title h1 {
  padding: 10px;
  min-height: 215px;
  line-height: 215px;
  font-size: 36.57143px;
  text-transform: uppercase;
  color: #fff; }
  .mobile .component-page-title h1 {
    min-height: 0;
    line-height: 1.2; }
  .component-page-title h1 img {
    max-width: 100%;
    width: auto;
    height: auto;
    outline: 10px solid rgba(204, 204, 204, 0.25); }

/*  ::  Page Styles  »  Components  »  Staff List  */
.component-staff-list .staff-container {
  position: relative;
  display: block;
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.component-staff-list .staff-member {
  float: left;
  width: 24%;
  margin: 0 0 24px 1.3333%; }
  .mobile .component-staff-list .staff-member {
    float: none;
    width: auto;
    margin-bottom: 24px; }
  .component-staff-list .staff-member:first-child {
    margin-left: 0;
    clear: left; }
  .component-staff-list .staff-member:nth-child(4n+1) {
    margin-left: 0;
    clear: left; }
  .component-staff-list .staff-member .photo {
    position: relative;
    float: left;
    padding: 10.66667px;
    background: rgba(204, 204, 204, 0.25);
    margin-bottom: 10.66667px; }
  .component-staff-list .staff-member img {
    max-width: 100%;
    width: auto;
    height: auto; }
  .component-staff-list .staff-member .title {
    clear: left;
    margin: 10.66667px 0 0 0;
    padding: 0 10.66667px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000; }
  .component-staff-list .staff-member .position {
    margin: 0 0 5.33333px 0;
    padding: 0 10.66667px;
    font-weight: 300; }
  .component-staff-list .staff-member .contact {
    margin: 0;
    padding: 0 10.66667px;
    font-size: 14px;
    font-style: italic; }
    .component-staff-list .staff-member .contact a {
      white-space: nowrap; }

/*  ::  Page Styles  »  Components  »  Testimonial  */
.component-testimonial blockquote {
  margin: 0;
  padding: 0 0 5.33333px 0; }
  .component-testimonial blockquote p {
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-size: 19.21429px;
    color: #b4b4b4; }

.component-testimonial .author {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: #686868;
  text-align: right; }

/*  ::  Page Styles  »  Components  »  Call to Action  */
.component-calltoaction {
  text-align: center;
  padding: 24px 0; }
  .component-calltoaction p.button {
    margin: 0;
    padding: 0;
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in ie7 */ }
  .component-calltoaction p.phone {
    margin: 0;
    padding: 0 0 0 10.66667px;
    display: inline;
    zoom: 1;
    display: inline-block;
    /* inline and zoom gives inline-block in ie7 */
    font-size: 23.14286px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #ff671f; }

/*  ::  Page Styles  »  Components  »  Contact Details  */
.component-contact-details .facebook:before {
  position: relative;
  top: 4px;
  padding: 0 6px 0 0;
  font-size: 24px;
  font-family: icons-stihl-wf;
  content: "f"; }

/*  ::  Page Styles  »  Components  »  Contact Map  */
.component-contact-map {
  position: relative;
  width: 100%;
  margin: 0;
  height: 377px;
  border-bottom: 1px solid #ccc; }
  .component-contact-map.map-1 {
    background: #e9e5dc url(../images/contact-map-1.png) no-repeat 50% 0; }
  .component-contact-map.map-2 {
    background: #e9e5dc url(../images/contact-map-2.png) no-repeat 50% 0; }
  .component-contact-map + .column-group {
    padding-top: 56px; }
    .mobile .component-contact-map + .column-group {
      padding-top: 24px; }

/*  ::  Page Styles  »  Components  »  Products Menu  */
.component-products-menu .group {
  margin: 0 0 10.66667px 0; }

.component-products-menu .group--showcase h4,
.component-products-menu .group--productlines h4 {
  margin: 0;
  padding: 0 0 16px 0;
  color: #000;
  font-size: 21.14286px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b4b4b4; }

.component-products-menu .group--offers,
.component-products-menu .group--brands {
  border-top: 1px dotted #666; }
  .component-products-menu .group--offers:first-child,
  .component-products-menu .group--brands:first-child {
    border: 0; }
    .component-products-menu .group--offers:first-child h4,
    .component-products-menu .group--brands:first-child h4 {
      padding-top: 10.66667px; }
  .component-products-menu .group--offers h4,
  .component-products-menu .group--brands h4 {
    margin: 0;
    padding: 16px 0;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }

.component-products-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .component-products-menu ul li {
    position: relative;
    margin: 0;
    padding: 0 0 5.33333px 0;
    overflow: hidden;
    font-size: 14px; }
  .component-products-menu ul ul {
    padding-top: 5.33333px; }
  .component-products-menu ul ul li {
    position: relative;
    padding-left: 14px; }
    .component-products-menu ul ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "›"; }
  .component-products-menu ul .active {
    font-weight: 700; }
  .component-products-menu ul ul li li .active {
    font-weight: 600;
    color: #333; }

.component-products-menu input {
  position: relative;
  float: left;
  margin: 2px 4px 0 0;
  width: 18px;
  height: 18px;
  display: block; }

.component-products-menu label {
  margin: 0 !important;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000; }

/*  ::  Page Styles  »  Components  »  Product Details  */
.component-product-details {
  overflow: hidden; }
  .component-product-details .sku {
    float: left;
    width: 55%;
    margin: 0 5% 0 0; }
  .component-product-details .title {
    font-size: 28.85714px;
    color: #ff671f;
    font-weight: 600; }
  .component-product-details .price {
    margin: 5.33333px 0 0 0;
    padding: 0; }
    .component-product-details .price .was {
      font-size: 17.28571px;
      padding: 0 16px 0 0;
      font-weight: 400;
      text-decoration: line-through;
      color: #333; }
    .component-product-details .price .current {
      font-size: 19.21429px;
      font-weight: 700;
      color: #ff671f; }
      .component-product-details .price .current b {
        font-weight: 900; }
  .component-product-details .footnote {
    margin-top: 3.2px;
    font-size: 12px;
    color: #666; }
  .component-product-details .cta {
    float: left;
    width: 40%;
    padding: 10.66667px 0 0 0;
    overflow: hidden; }
    .component-product-details .cta a {
      float: right; }

/*  ::  Page Styles  »  Components  »  pagination  */
.component-pagination p {
  font-size: 13px;
  text-align: right; }

.component-pagination span {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0 1px;
  padding: 5.33333px 10.66667px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #686868;
  color: #fff;
  font-weight: 400; }

.component-pagination b {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in ie7 */
  margin: 0 1px;
  padding: 5.33333px 10.66667px;
  background: #ff671f;
  color: #fff;
  font-weight: 400; }

/*  ::  Page Styles  »  Components  »  Posts List  */
.component-posts-list .post-item {
  padding: 24px 0;
  border-top: 1px solid #b4b4b4; }
  .component-posts-list .post-item:first-child {
    padding-top: 0;
    border: 0; }

.component-posts-list .title {
  font-size: 24px; }
  .component-posts-list .title a {
    color: #000; }

.component-posts-list .timestamp {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #686868; }

.component-posts-list blockquote {
  padding: 16px 0; }

.component-posts-list .readmore {
  margin: 0;
  padding: 0; }
